[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Placement Questions & Answers :: Virtusa

41. By collecting ________ during software testing, it is possible to develop meaningful guidelines to halt the testing process.

Answer: Metrics

Explanation:

It answers questions like: "When are we done with testing?".

Workspace

Tags:

Virtusa 

42. Which of the following issues must be addressed if a successful software testing strategy is to be implemented

Answer: All of the mentioned

Explanation:

All the mentioned options are carried out for the purpose.

Workspace

Tags:

Virtusa 

43. Test cases should uncover errors like

Answer: Nonexistent loop termination

Explanation:

Test cases should uncover errors such as all the explained options and much more.

Workspace

Tags:

Virtusa 

44. Which of the following errors should not be tested when error handling is evaluated?
Exp:Actually, error description does not provide enough information to assist in the location of the cause of the error.

Answer: Error description is unintelligible

Explanation:

Actually, error description does not provide enough information to assist in the location of the cause of the error

Workspace

Tags:

Virtusa 

45. What is normally considered as an adjunct to the coding step

Answer: Unit testing

Explanation:

After source level code has been developed, reviewed, and verified for correspondence to component level design, unit test case design begins.

Workspace

Tags:

Virtusa 

46. Which of the following is not regression test case?

Answer: Low-level components are combined into clusters that perform a specific software sub-function

Explanation:

Low-level components are combined into clusters that perform a specific software sub-function Exp:Regression testing may be conducted manually, by re-executing a subset of all test cases or using automated capture or playback tools

Workspace

Tags:

Virtusa 

47. Which testing is an integration testing approach that is commonly used when "shrink-wrapped" software products are being developed?

Answer: Smoke testing

Explanation:

Smoke testing is designed as a pacing mechanism for time-critical projects, allowing the software team to assess its project on a frequent basis.

Workspace

Tags:

Virtusa 

48. In which testing level the focus is on customer usage?

Answer: Both Alpha and Beta

Explanation:

Alpha testing is done at developer's end while beta testing is done at user's end.

Workspace

Tags:

Virtusa 

49. Validation refers to the set of tasks that ensure that software correctly implements a specific function.

Answer: False

Explanation:

Its verification, while validation refers to a different set of tasks that ensure that the software that has been built is traceable to customer requirements.

Workspace

Tags:

Virtusa 

50. To make a variable defined in a class accessible only to methods defined in the classes in same package, which of the following keyword should be used. Select the one correct answer.

Answer: The variable should not be preceded by any of the above mentioned keywords.

Explanation:

Here is no explanation for this answer

Workspace

Tags:

Virtusa