Wednesday, March 21, 2012

Bilrasoft Placement Paper 2003 Technical

Categories: , ,

1. What is a Test Case ?
a)      A set of instructions to perform a certain action in software .
b)      A defect
c)      A test data for testing
d)     Guidelines for writing a defect
2. What does PCMM stand for ?
a)      People Capability Maturity Model
b)      Process Capability Maturity Model
c)      Project Can Make Modern
d)     Process Cost Matrix Model

3.What does SCM stand for in SDLC ?
a)      Software Control Mechanism
b)      System Consistency Mode
c)      Software Configuration Management
d)     Software Code and Maintenance

4. What are cookies ?
a)      Temporary files stored on the web server
b)      Temporary files created and stored on the clients system
c)      Files already existing on client’s system
d)     Compiled files placed on the application server

5. Which of the following best explains life cycle of Defect ?
a)      Defect Found -> Defect Logged -> Defect Debugged -> Defect Closed  -> Defect Rechecked
b)      Defect Found -> Defect Debugged -> Defect Reported -> Defect Rechecked -> Defect Closed
c)      Defect Debugged -> Defect Found -> Defect Closed -> Defect Reported -> Defect Rechecked
d)     Defect Found -> Defect Logged -> Defect Debugged -> Defect Rechecked -> Defect Closed

6. Which group does Winrunner ,Load Runner ,SQA Suite fall under ?
a)      Databases
b)      Automated  Test Tools
c)      Operating Systems
d)     Rapid Application Development Tool

7.    i = 0;
       j = 0;
       for(j=1;j<10;j++)
            i=i+1;
   
     In the (generic) code segment above what will be the value of the variable i at completion ?
a)      0
b)      1
c)      3
d)     9

8. Which of the following statements is true when a derivation inherits both a virtual and non-virtual instance of a base class ?

a)      Each derived class object has base objects only from the non virtual instance
b)      Each base class object has derived objects only from the non-virtual instance
c)      Each derived class object has base objects only from the virtual instance
d)     Each derived class object has a base object from the virtual instance and a base object from non-virtual instance.

9. class Word
    {
        public:
                     Word(const char*,int = 0);
     };
     Referring to the sample code above what is the minimum number of arguments required to call the constructor ?

a)      0
b)      1
c)      2
d)     3

10. Which one of the following represents a correct and safe declaration of NULL ?

a)      typedef((void *)0) NULL;
b)      typedef NULL(char *)0;
c)      #define NULL((void *)0)
d)     #define NULL((char*)0)

Spread The Love, Share Our Article

Related Posts

No Response to "Bilrasoft Placement Paper 2003 Technical"

Post a Comment