Question 91

Which ONE of the following statements would you expect to be the MOST DIRECT advantage of the whole- team approach?
  • Question 92

    Which of the following statements about impact of DevOps on testing is CORRECT?
  • Question 93

    The following rules determine the annual bonus to be paid to a salesman of a company based on the total annual amount of the sales made (referred to as TAS).
    If the TAS is between 50k€ and 80k€, the bonus is 10%. If the TAS exceeds 80k€ by a value not greater than 40k€, the bonus is 15%. Finally, if the TAS exceeds the maximum threshold which entitles to a 15% bonus, the bonus is 22%.
    Consider applying equivalence partitioning to the TAS (Note: 1k€ = 1000 euros).
    Which one of the following answers contain only test cases that belong to the same equivalence partition?
  • Question 94

    Which sequence of state transitions is INCORRECT in accordance with the following description?
    To provide for disaster recovery a system (designated as A) has been provided with a backup system (designated as B). Only one of them can be active at a time. When A goes down, B becomes active. When A comes back up then B becomes inactive and A becomes active again. However, when A is down and B also goes down then a message is sent to the system administrator. After this once A comes back up, A becomes active or if B comes up then B becomes Active.
  • Question 95

    A new web app aims at offering a rich user experience. As a functional tester, you have run some functional tests to verify that, before releasing the app, such app works correctly on several mobile devices, all of which are listed as supported devices within the requirements specification. These tests were performed on stable and isolated test environments where you were the only user interacting with the application. All tests passed, but in some of those tests you observed the following issue: on some mobile devices only, the response time for two web pages containing images was extremely slow.
    Based only on the given information, which of the following recommendation would you follow?