Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. Beta Testing is also known as _________ testing.
  1.    Field
  2.    Unit
  3.    Functional
  4.    Box
 Discuss Question
Answer: Option A. -> Field


Beta testing is done at the customer's location leading to it being also called field testing.


Question 2. Lean Development follows the principle of ______________
  1.    Decide as late as possible
  2.    Deliver as late as possible
  3.    Decide as early as possible
  4.    Not building integrity
 Discuss Question
Answer: Option A. -> Decide as late as possible


Lean Development uses the principle of Deciding as late as possible to as software development is always associated with some level of uncertainty.


Question 3. In software testing, a _____________ is a collection of software and test data configured to test a program unit by putting it under varying conditions and monitoring its behavior and output.
  1.    Test harness
  2.    Test automation
  3.    Test mechanics
  4.    Test manuscripts
 Discuss Question
Answer: Option A. -> Test harness


Test harnesses allow the automation of tests to be performed.


Question 4. The ________________ is a management paradigm that specifies any manageable system as being limited in achieving more of its goals by a very small number of constraints.
  1.    RCM
  2.    TPM
  3.    QRM
  4.    TOC
 Discuss Question
Answer: Option D. -> TOC


TOC or theory of constraints uses a focussing process to identify the constraint.


Question 5. Unit Tests can detect ________________
  1.    Regressions
  2.    Quality Check
  3.    Database Errors
  4.    Enforced Error
 Discuss Question
Answer: Option A. -> Regressions


A unit test tells that a specific method is failing for a specific reason.


Question 6. assertThat(0.03, is(closeTo(1.0, 0.03))) is ___________
  1.    True
  2.    False
  3.    Null
  4.    Error
 Discuss Question
Answer: Option B. -> False


1.0-0.03 = 0.97>0.03, hence is false


Question 7. To define a ________ in a JavaBean class, public getter and setter methods have to be supplied.
  1.    Class
  2.    Object
  3.    Value
  4.    Property
 Discuss Question
Answer: Option D. -> Property


Public setter and getter methods are required for Properties to be defined in JavaBeans classes.


Question 8. The Sprint is a/an ___________ effort.
  1.    Timeboxed
  2.    Closed
  3.    Sandboxed
  4.    Open
 Discuss Question
Answer: Option A. -> Timeboxed


The Sprint is restricted to a specific duration.


Question 9. In software engineering, _______________ is a principle of software development, which aims at reducing repetition of information of every kind, especially useful in multi-tier architectures.
  1.    KISS
  2.    WET
  3.    SSOT
  4.    DRY
 Discuss Question
Answer: Option D. -> DRY


The DRY principle is stated as "Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.


Question 10. Independent testers are _____________ and identify different defects at the same time.
  1.    Isolated
  2.    Biased
  3.    Unbiased
  4.    Modular
 Discuss Question
Answer: Option C. -> Unbiased


Independent tests are conducted by an independent body, be it a group or a person not associated with the development of the product.


Latest Videos

Latest Test Papers