GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  MindTree  >  Technical
Go To First  |  Previous Question  |  Next Question 
 Technical  |  Question 3 of 6    Print  
Mindtree Testing questions for experienced 11th june 2005 
What is command to know the IP and MAC address of your machine in windows platform?
a) ifconfig b)Ipconfig/all c)ping d) All the above

MTFS, CDFS, EXT3, FAT32, and EXT2, which of the below are the windows file system?
a) FAT32 and EXT3 b)EXT3 c) NTFS and FAT32 d) CDFS and EXT2

The completion and base lining of the users manual and installation instructions should be an entry criteria into which of the following phase gate reviews.
a) Critical design review b) System test readiness review c) Ready to ship review d) Post project review

The product quality risk from testing point of view is highest when the system under test is a
a) Standalone b) Distributed System c) Client and server d) None of the above

Http is based on  which underline protocal
a) TCP b) SNMP c) FTP d) IP

When can you say that performance of your application is high.
a) High through put low latency b) Low through put high latency c) High through put High latency d) Low through put low latency

Which is the last/terminate state of a bug?
a) Re-open b) Defered c) Enhanced d) None of the above

Which of the following is a testing technique?
a) White box b) System testing c) unit testing d) Regression

How can you force the client to give up the dhcp lease if you have access to the client PC?
a) ipconfig/release b) ipconfig/renew c) ipconfig/delete d) ipconfig/new

Testing of Non-Functional requirements does not involove
a) Performance tests b) Reliability tests c) usability tests d) Configuration tests

DNS is used to
a) MAP IP address to machine names b) MAP IP address to MAC address c) MAP IP address to domain names d) None of the above

Based on risk exposure, which of the following risks would have the highest priority?
a) Risk A that has a 25% probability of a problem occuring that would cost $30,000
b) Risk B that has a 15% probability of a problem occuring that would cost $400,000
c) Risk C that has a 25% probability of a problem occuring that would cost $180,000
d) Risk D that has a 25% probability of a problem occuring that would cost $250,000

When a varaible is deleted using "my" in perl, then
a) It can be accessed only within the block it is declared
b) It can be accessed outside the block it is declared
c) It is visible in routines called from the block in which it is declared
d)  It can be accessed globally across the program

what is the output of this perl statement
      print join(':',split(/*/,'hi there'));
a) h:i:t:h:e:r:e
b) h:i: t:h:e:r:e
c) :h:i:t:h:e:r:e
d) h:i: :t:h:e:r:e

Which of these is reliable protocal?
a) UDP b) SNMP c) FTP d) TCP




  
Total Answers and Comments: 2 Last Update: April 24, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 12, 2006 06:51:07   #1  
byadwad Member Since: April 2006   Contribution: 6    

Answers to the questions that were asked in Mindtree "Testing questions" for experienced 11th june 2005

Hello friends

Hope you all are doing great!

This happens to be my first chit on this powerful forum. Let's get down to business:

-----------------------------------------------------------

1. What is command to know the IP and MAC address of your machine in windows platform?
a) ifconfig b)Ipconfig/all c)ping d) All the above

Answer: b) ipconfig/all

This will display you the details of various ips relevant to your workstation/laptop. Sample output of ipconfig/all would look as below:

Windows IP Configuration

Host Name . . . . . . . . . . . . : byadwad
Primary Dns Suffix . . . . . . . : abc.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : xyz.com
abc.com
mno.com

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : dns.com
Description . . . . . . . . . . . : 3Com 3C920 Integrated Fast Ethernet
Controller (3C905C-TX Compatible)
Physical Address. . . . . . . . . : 00-06-5B-7C-BF-66 (This is ur MAC address (64 bit))
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.138.230.162
Subnet Mask . . . . . . . . . . . : 255.235.255.0
Default Gateway . . . . . . . . . : 192.18.230.1
DHCP Server . . . . . . . . . . . : 192.158.231.22
DNS Servers . . . . . . . . . . . : 192.158.231.22
192.168.231.21
192.188.231.23
Primary WINS Server . . . . . . . : 192.178.231.21
Secondary WINS Server . . . . . . : 192.168.23.22
192.148.231.23
Lease Obtained. . . . . . . . . . : Tuesday April 11 2006 3:07:19 AM
Lease Expires . . . . . . . . . . : Wednesday April 19 2006 3:07:19 AM

2. MTFS CDFS EXT3 FAT32 and EXT2 which of the below are the windows file system?
a) FAT32 and EXT3 b)EXT3 c) NTFS and FAT32 d) CDFS and EXT2

Answer: c) NTFS and FAT32

3. The completion and base lining of the users manual and installation instructions should be an entry criteria into which of the following phase gate reviews.
a) Critical design review b) System test readiness review c) Ready to ship review d) Post project review

Answer: c) Ready to ship review (I guess it)

4. The product quality risk from testing point of view is highest when the system under test is a
a) Standalone b) Distributed System c) Client and server d) None of the above

Answer: b (I guess)

5. Http is based on which underline protocal
a) TCP b) SNMP c) FTP d) IP
Answer: a) TCP

6. When can you say that performance of your application is high.
a) High through put low latency b) Low through put high latency c) High through put High latency d) Low through put low latency
Answer: a

7. Which is the last/terminate state of a bug?
a) Re-open b) Defered c) Enhanced d) None of the above
Answer: d It should be in Closed state.

8. Which of the following is a testing technique?
a) White box b) System testing c) unit testing d) Regression
Answer : a) White box [Rest all are the levels of testing]

9. How can you force the client to give up the dhcp lease if you have access to the client PC?
a) ipconfig/release b) ipconfig/renew c) ipconfig/delete d) ipconfig/new

Answer : c

10. Testing of Non-Functional requirements does not involove
a) Performance tests b) Reliability tests c) usability tests d) Configuration tests
Answer : d

11. DNS is used to
a) MAP IP address to machine names b) MAP IP address to MAC address c) MAP IP address to domain names d) None of the above

Answer : d Domain Name System (or Service or Server) an Internet service that translates domain names into IP addresses

12. Based on risk exposure which of the following risks would have the highest priority?
a) Risk A that has a 25 probability of a problem occuring that would cost $30 000
b) Risk B that has a 15 probability of a problem occuring that would cost $400 000
c) Risk C that has a 25 probability of a problem occuring that would cost $180 000
d) Risk D that has a 25 probability of a problem occuring that would cost $250 000

Answer: Not sure

13. When a varaible is declared using my in perl then
a) It can be accessed only within the block it is declared
b) It can be accessed outside the block it is declared
c) It is visible in routines called from the block in which it is declared
d) It can be accessed globally across the program
Anwer : a


14. what is the output of this perl statement
print join(':' split(/*/ 'hi there'));
a) h:i:t:h:e:r:e
b) h:i: t:h:e:r:e
c) :h:i:t:h:e:r:e
d) h:i: :t:h:e:r:e

Answer: Not sure

Output on my system (Linux RH 9):

Quantifier follows nothing in regex; marked by <-- HERE in m/* <-- HERE / at test.pl line 2.

15. Which of these is reliable protocal?
a) UDP b) SNMP c) FTP d) TCP

Answer: c and d
More info : http://www.erg.abdn.ac.uk/users/gorry/course/inet-pages/tcp.html


 
Is this answer useful? Yes | No
April 24, 2006 07:06:27   #2  
sjena Member Since: April 2006   Contribution: 1    

RE: Mindtree Testing questions for experienced 

Question: Mindtree Testing questions for experienced 11th june 2005

1. What is command to know the IP and MAC address of your machine in windows platform?
a) ifconfig b)Ipconfig/all c)ping d) All the above
1


Answer: b

2. MTFS CDFS EXT3 FAT32 and EXT2 which of the below are the windows file system?
a) FAT32 and EXT3 b)EXT3 c) NTFS and FAT32 d) CDFS and EXT2

Answer: c

3. The completion and base lining of the users manual and installation instructions should be an entry criteria into which of the following phase gate reviews.
a) Critical design review b) System test readiness review c) Ready to ship review d) Post project review
Answer:c

4. The product quality risk from testing point of view is highest when the system under test is a
a) Standalone b) Distributed System c) Client and server d) None of the above

Answer: b

5. Http is based on which underline protocal
a) TCP b) SNMP c) FTP d) IP

Answer: a

6. When can you say that performance of your application is high.
a) High through put low latency b) Low through put high latency c) High through put High latency d) Low through put low latency

Answer: a

7. Which is the last/terminate state of a bug?
a) Re-open b) Defered c) Enhanced d) None of the above

Answer: d

8. Which of the following is a testing technique?
a) White box b) System testing c) unit testing d) Regression

Answer: a

9. How can you force the client to give up the dhcp lease if you have access to the client PC?
a) ipconfig/release b) ipconfig/renew c) ipconfig/delete d) ipconfig/new

Answer: a

10. Testing of Non-Functional requirements does not involove
a) Performance tests b) Reliability tests c) usability tests d) Configuration tests

Answer: b

11. DNS is used to
a) MAP IP address to machine names b) MAP IP address to MAC address c) MAP IP address to domain names d) None of the above

Answer: d

12. Based on risk exposure which of the following risks would have the highest priority?
a) Risk A that has a 25 probability of a problem occuring that would cost $30 000
b) Risk B that has a 15 probability of a problem occuring that would cost $400 000
c) Risk C that has a 25 probability of a problem occuring that would cost $180 000
d) Risk D that has a 25 probability of a problem occuring that would cost $250 000

Answer: d

13. When a varaible is deleted using my in perl then
a) It can be accessed only within the block it is declared
b) It can be accessed outside the block it is declared
c) It is visible in routines called from the block in which it is declared
d) It can be accessed globally across the program

Answer: a

14. what is the output of this perl statement
print join(':' split(/*/ 'hi there'));
a) h:i:t:h:e:r:e
b) h:i: t:h:e:r:e
c) :h:i:t:h:e:r:e
d) h:i: :t:h:e:r:e

Answer: I think the question is not correct. Syntax is not correct /*/


15. Which of these is reliable protocal?
a) UDP b) SNMP c) FTP d) TCP

Answer: d


 
Is this answer useful? Yes | No

 Related Questions

What is command to know the IP and MAC address of your machine in windows platform?a) ifconfig b)Ipconfig/all c)ping d) All the aboveMTFS, CDFS, EXT3, FAT32, and EXT2, which of the below are the windows 
Latest Answer : Question: Mindtree Testing questions for experienced 11th june 2005  1.        What is command to know the IP and MAC address of your machine in windows platform?a) ifconfig b)Ipconfig/all c)ping d) All ...


 Sponsored Links

 
Related Articles

SQL Server 2005 Integration Services Review

SQL Server 2005 Integration Services using Visual Studio 2005 A Beginner s Guide SQL Server 2005 A offering of Microsoft Corporation for database management the SQL server 2005 is one of the powerful database management systems in the world Available for integration in almost any system that uses Mi
 

Language Enhancements in SQL Server 2005

The T-SQL has been enhanced to include error handling, recursive query and to support the new database engine capabilities. Two new relational operators have been introduced&mdash;PIVOT and UNPIVOT for use in the FORM clause query. They perform manipulation on an input table valued expression an
 

Security enhancements in SQL Server 2005

The trustworthy computing initiative has contributed greatly to help microsoft improve customer experience. A number of customer needs on security have been addressed. 1. Restricting user access to sql server 2. Disabling services and restricting service configuration 3. Reducing the surface are aof
 

Application Frameworks in SQL Server 2005

The new application framework of SQL called the Service Broker is a distributed application framework that provides relable asynchronous messaging at the database to database level. It allows internal and external processes to exchange streams of reliable asynchronous messages using extensions of T-
 

ADO.NET new Features in SQL Server 2005

The new features of ADO.NET are: 1. Query change notifications 2. multiple active result sets 3. Native type support 4. Notification support for SQL Server queries. The above features make for greater flexibility and scalability and commands can now be sent to the SQL Server to request that a notifi
 

Testing and Integration

Once the software is complete, it will go though rigorous testing before its actual integration.&nbsp; In this article we will take a look at different types of software testing and also different types of integration. With the diversity of business setting and software development models, it al
 

Client-Server Testing Technology

Client Server Testing Technology Client Server Software Client server software requires specific forms of testing to prevent or predict catastrophic errors Servers go down records lock I O Input Output errors and lost messages can really cut into the benefits of adopting this network technology Test
 

Data Warehouses Non Technical Issues

Data Warehouses Non Technical Issues When companies get ready to implement a data warehouse few of them pay attention to the political issues that may surround it It must be emphasized that politics can reduce the chances for success with a data warehouse project and I want to warn companies against
 

Technical Aspects of CRM

Technical Aspects of CRM While it must be emphasized that CRM is not a technology there are a number of technical issues that need to be considered when a company decides to implement a CRM system The first technical issue that needs to be analyzed is scalability In a nutshell the CRM system must be
 

Software Testing Myths

Software Testing Myths Any IT professional is sure to know the different phases of the Software Development Life Cycle or SDLC namely Feasibility Study Requirement Analysis Design Construction or Coding Testing Implementation Maintenance Support the activities carried out in each phase their sig
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape