Analyst Testing Question:

Download Job Interview Questions and Answers PDF

Which of the following statements would BEST justify the use of dynamic analysis in this situation?
A. Dynamic analysis could identify memory access violations caused by a wild pointer that result in the occasional 'crashes'.
B. Dynamic analysis could be used to measure response times for various functions to subsequently allow system tuning.
C. Dynamic analysis could be used to generate call graphs of the system to allow targeted performance enhancement.
D. Dynamic analysis could be used to determine if defects introduced by programmers failing to release allocated memory are causing the 'crashes'.

Test Analyst Interview Question
Test Analyst Interview Question

Answer:

A. Dynamic analysis could identify memory access violations caused by a wild pointer that result in the occasional 'crashes'.

Download Test Analyst Interview Questions And Answers PDF

Previous QuestionNext Question
Which of the following is a way to use call graphs to determine integration testing requirements?
A. Establishing the number of locations within the software from where a module or system is called
B. Establishing the number of locations within the software from where a method or function is called
C. Determining conditional and unconditional calls for performance analysis
D. Detecting areas to be targeted for possible memory leaks
Assume you are working as a test analyst on a project where a new banking system is being developed. This system will store customer financial data, including personally identifying information, account numbers and balances and transaction history. Based on this information, which of the following topics are you most likely to need to contribute to the test plan?
A. Testing data encryption
B. Test data anonymization
C. Coordination of distributed components
D. Testing in production