EMT Practice Test

1. Question Content...


Question List

Question1: Which of the following is NOT a deciding factor in determining the extent of testing required?

Question2: Which of the following statements is correct?

Question3: Which of the following activities is appropriate to the test planning stage?

Question4: А booking system for a city bus service prices its fares according to the time of travel:
Peak-time tariff starts at 0600 and finishes at 1000 am

Off-peak tariff applies during all other times of service

The bus service does not operate between 2300 and the start of the next day's peak service

Note that all times mentioned are inclusive.
When applying the equivalence partitioning test design technique, which of the following options shows test case inputs that each fall into a different equivalence partition?

Question5: Out of the following, what is not needed to specify in defect report?

Question6: Which of the following is NOT a factor on which test estimation is dependent upon?

Question7: Which of the following is a white-box test technique?

Question8: Which of the following options explain why it is often beneficial to have an independent test function in an organization?

Question9: Which ONE of the following statements does NOT describe how testing contributes to higher quality?

Question10:
The decision table above shows a company's fuel expenses structure.
Which of the following Test Cases based on the decision table are Valid?
Test Case 1:
An employee who is not a car or motorcycle driver attempts to claim fuel expenses. Expected result:
Expense claim not allowed.
Test Case 2:
An employee who drives a 1700cc diesel car attempts to claim fuel expenses. Expected result: Expense claim accepted at band C.
Test Case 3:
An employee who rides a motorcycle attempts to claim fuel expenses. Expected result: Expense claim accepted at band A.

Question11:

Question12: Which of the following would achieve the HIGHEST level of testing independence for a project's system test level?

Question13: Testing effort can depend on a number of factors, which one of the following is MOST likely to impact the amount of effort required?

Question14: What is the difference between system integration testing and acceptance testing?

Question15: А garden irrigation system allows the user to specify 2 inputs.
1. Frequency - The number of times the system should be automatically switched on per day; minimum once per day, maximum 5 times
2. Duration - The duration of operation, in whole minutes, each time it is switched on, ranging from 1 to 60 Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?

Question16: Which option BEST describes how the level of risk is determined?

Question17: Which of the following would be a good test technique to use when under severe time pressure?

Question18: In foundation level syllabus you will find the main basic principles of testing. Which of the following sentences describes one of these basic principles?

Question19: Which of the following is an example of black-box dynamic testing?

Question20: Which of the following test types is a part of the V-Model?

Question21: Your task is to compile a test execution schedule for the current release of software.
The system specification states the following logical dependencies:
An admin user must create/amend/delete a standard user.

A standard user is necessary to perform all other actions.

The test plan requires that re-tests must be performed first, followed by the highest priority tests. To save time, the test plan states that tests should be scheduled to create test data for the subsequent tests in the schedule.
The following test cases have been designed, with an indication of priority (1 being the highest priority) and whether the test has previously failed.

Which test execution schedule meets the test plan requirements and logical dependencies?

Question22: Which of the following is NOT a valid use of decision coverage?

Question23: Given the following requirement:
Requirement ID: 2.8
Requirement Description: Additional Entrance Fee
Detailed Description:
An additional fee of $3 is charged during the weekend, but
1. Visitors aged under 7 are not charged.
2. Visitors aged 7 to 13 inclusive get a 20% discount off the additional fee.
3. Visitors aged greater than 65 get a 50% discount off the additional fee.
Age should be an integer of 0 or above.
Weekend means Friday to Sunday inclusive.
Which of the following statements is NOT correct?

Question24: Which of the following is a task of the "Test Analysis and Design" activity of the test process?

Question25: Which one of the following statements about testing techniques is TRUE?

Question26: Which of the following options describe the causal chain in the correct sequence?

Question27: Which of the following test techniques is structure-based?

Question28: Which of the following is NOT an objective of testing?

Question29: You have been asked to improve the way test automation tools are being used in your company. Which one of the following is the BEST approach?

Question30: А live defect has been found where a code component fails to release memory after it has finished using it.
Which of the following tools would have been the MOST effective at detecting this defect prior to live implementation?

Question31: Which of the following is NOT an example of a typical risk-based testing activity?

Question32: The following diagram lists various types of operating systems, databases and application servers supported by the application under test. For complete coverage of all combinations, how many combinations of the above are to be tested?

Question33: When can functional and structural testing BOTH be applied?

Question34: During the development of a software change for a system, the developer makes a mistake in his work, which leads to a fault in the code. Unfortunately the fault is not found by software testing and is released into live.
What is the definite consequence of this mistake?

Question35: Which statement about use case testing is true?

Question36: When testing a mission critical system, a high coverage should be achieved. Which of the following techniques should be implemented as a structural based coverage technique in order to achieve the highest coverage?

Question37: What does the term "Pesticide paradox" refer to?

Question38: Which of the following defect types are LEAST likely to be discovered when using static analysis tools?

Question39: Which of the following does NOT represent one of the three triggers for maintenance testing an operational system?

Question40:
In the above State Table, which of the following represents an invalid transition?

Question41: Where and by whom is Beta testing normally performed?

Question42: The following program part is given:
IF (condition A)
then DO B
END IF
How many test cases are necessary in order to achieve 100% statement coverage?

Question43: Which of the following tool types is the most useful one for a test manager?

Question44: Your company is developing a system with complex business rules and many branches in the structure of its code components. You need to choose one black box technique and one white box technique for test case design.
Which one of the following offers the BEST choice?

Question45: Which of the following is NOT an example of a common test metric?