[Mar 29, 2024] Step by Step Guide to Prepare for ATM Exam BrainDumps [Q24-Q41]

Share

Mar 29, 2024 Step by Step Guide to Prepare for ATM Exam BrainDumps

ISTQB Certification ATM Real Exam Questions and Answers FREE Updated on 2024

NEW QUESTION # 24
Which of the following would you expect to be most likely an example of a demotivating
factor for testers?
K2 1 credit

  • A. The management asks the testers to be kept informed about the intensity, quality and
    results of testing
  • B. Test quality is measured by counting the number of customer/user reported problems.
  • C. The same regressions tests are manually executed by the same testers, for every
    product release, without regression test tools
  • D. The testers are assessed on whether and how often they detect important and critical
    failures
  • E. The testers' recommendations to improve the system or its testability are adopted by the
    development team

Answer: B,C


NEW QUESTION # 25
You are the Test Manager for a project to develop a client-server application that allows wine vendors to order custom-assorted packages of wines of several winemakers to sell special packages in their wine shops.
You decide to apply a blended risk-based and reactive testing strategy. Below the exit criteria for the system testing.
EXCR1- Each "critical" quality risk item must be covered by at least one test condition EXCR2- Each "critical" requirement must be covered by at least one test condition The following are the "critical" requirements of the application:
REQ-SEL-1. The application shall allow the user to order only one package at a time REQ-SEL-2. The application shall allow the user to select between four different packages (2-bottles, 6- bottles, 12-bottles, 15-bottles)
REQ-SEL-3. The application shall allow the user to order a package containing at least 1 bottle and no more bottles than the package size. No error messages shall be displayed if the user selects a valid number of bottles (at least 1 bottle and no more than the package size) REQ-SEL-4. The application shall display an error message "Invalid number of bottles" if an invalid number of bottles is selected by the user (zero bottles or a number higher than the package size) REQ-PAY-1. The application shall allow the user to pay with the three accepted credit cards (Visa, MasterCard, American Express)
REQ-PAY-2. The application shall display an error message "Invalid credit card" if invalid credit card data are given by the user
The following is the unique "critical" quality risk item that has been identified:
CR-RSK-1. The GUI of the application might accept non-integer values for the input field designed to get the number of bottles from the user
Test analysis for system testing has just begun and the following test conditions have been identified.
TC-SEL-2. Test the selection of the package sizes
TC-SEL-4. Test wrong numbers of bottles for an order
TC-CR-RSK-1. Test the accepted values from the input field designed to get the number of bottles from the user
What is the MINIMUM number of test conditions that must be added to fulfill both the EXCR1 and EXCR2 exit criteria?

  • A. 0
  • B. 1
  • C. 2
  • D. 3

Answer: D

Explanation:
Explanation/Reference:
Explanation:


NEW QUESTION # 26
In your organization the following tools of the same vendor are currently in use a requirements management tool, a test management tool and a bug tracking tool.
You are the Test Manager.
You are currently evaluating a test automation tool of the same vendor (to complete the vendor's tool suite) against an interesting open-source test automation tool under the GNU GPL (General Public License).
There are no initial costs associated to that open-source tool.
Which of the following statements associated to the selection of the open-source tool is correct in this scenario?

  • A. There are no initial costs for the open-source tool because open-source tools are usually low-quality, while vendor tools have always a better quality than the corresponding open-source tools
  • B. The open-source tool can be modified but only if the community of developers of that tool gives you the formal permission to modify it
  • C. There are no initial costs for the open-source tool but you should carefully consider the costs associated to the integration with the existing tools and also evaluate the recurring costs
  • D. The open-source tool can be modified but it can't be distributed further in any way

Answer: C

Explanation:
Section: Test Tools and Automation
Explanation/Reference:


NEW QUESTION # 27
During the follow-up phase the following conditions are checked:
X1. The code has been completely reviewed
X2. All the identified defects have been correctly fixed and the modified code has been compiled successfully and run through all the static analyzers used by the project without warnings and errors X3. The modified code is available under the configuration management system with a new version number for the specified CI
If these conditions are fulfilled then the review process terminates.
Which of the following characteristics of a formal review is missing in this description?

  • A. Checklists to be used by the reviewers
  • B. Metrics for reporting on the review effectiveness, efficiency, and progress
  • C. Defined entry and exit criteria
  • D. Deliverables such as reports, evaluation sheets or other review summary sheets

Answer: B

Explanation:
Explanation/Reference:
Explanation:


NEW QUESTION # 28
You are managing the system testing for a SOA based system. The integrated system
consists of several subsystems:
- A SOA middleware
- A CRM (Customer Relationship Management) system
- A BRM (Billing and Revenue Management) system
- A SMS (Subscriber Management System) system and you performed a risk analysis
based on these subsystems.

At the end of the scheduled period for test execution you produce a first classical report
based on the traditional metrics of testing. Test pass/fail status and bug status
(open/resolved) That table provides you a distorted picture of the quality risk, because
there is no indication of the risk level of the failed tests, the tests not run, or the open bugs.
Thus, you produce the following table to solve this distortion issue:
In the table above, where you have introduced the concept of risk weighting, the highest
risk test or bug report has a score of 1, while the lowest risk test or bug report has a score
of 0.04.
Which of the following subsystems, based on the risk scores of the table, is most risky?
K4 3 credits

  • A. SMS
  • B. CRM
  • C. SOA
  • D. BRM

Answer: B


NEW QUESTION # 29
For which of the following activities would the costs be classified as a cost of detection?

  • A. Fixing field failures
  • B. Re-running a test case, during the system testing phase, to verify that a fix eliminates a previously found defect
  • C. Training developers to better understand the new features of the coding language they will use on the project
  • D. Writing test specifications according to the test design

Answer: D

Explanation:
Explanation/Reference:
Explanation:


NEW QUESTION # 30
You are the Test Manager on a project following an iterative life-cycle model. The project should consist of nine iterations of one month duration each. It is planned to develop the most important features to have a stable core of the application in the first three iterations and to add the additional features in the last six iterations.
At the beginning of the first iteration, only a draft version of the requirements specification document for the core features is available. Assume that during each of the first three iterations, the chosen features are fully completed and unit tested.
Which of the following statements is true in this context?

  • A. The system test phase should start when all the requirements are frozen
  • B. You should allocate a large effort for system testing during the first three iterations
  • C. You should allocate all the effort for the system test phase only in the last iteration
  • D. You should apply the same test strategy as used in a sequential life cycle model

Answer: B

Explanation:
Section: Test Management
Explanation/Reference:


NEW QUESTION # 31
Which of the following information would you expect to be the most useful to perform a defect clustering analysis?

  • A. The lifecycle phase in which the defect has been introduced
  • B. The trend in the lag time from defect reporting to resolution
  • C. The defect component information
  • D. The defect removal efficiency information

Answer: C

Explanation:
Explanation/Reference:
Explanation:


NEW QUESTION # 32
Your test team consists of four members (Mary, Bob, Mark, Dave) with different interpersonal skills.
The following skills assessment spreadsheet shows the characteristics of the team members with respect to a list of interpersonal-skills (for each characteristic only the member with the highest level of that characteristic is indicated and marked with 'X'):

On the next project a member of your test team will have to perform some routine tasks requiring collaboration with other teams.
Who in your test team would you expect to be most suitable at doing these tasks?

  • A. Mark
  • B. Bob
  • C. Mary
  • D. Dave

Answer: C

Explanation:
Explanation/Reference:
Explanation:


NEW QUESTION # 33
You are managing the system testing for a SOA based system. The integrated system consists of several subsystems:
- A SOA middleware
- A CRM (Customer Relationship Management) system
- A BRM (Billing and Revenue Management) system
- A SMS (Subscriber Management System) system and you performed a risk analysis based on these subsystems.
At the end of the scheduled period for test execution you produce a first classical report based on the traditional metrics of testing. Test pass/fail status and bug status (open/resolved) That table provides you a distorted picture of the quality risk, because there is no indication of the risk level of the failed tests, the tests not run, or the open bugs. Thus, you produce the following table to solve this distortion issue:

In the table above, where you have introduced the concept of risk weighting, the highest risk test or bug report has a score of 1, while the lowest risk test or bug report has a score of 0.04.
Which of the following subsystems, based on the risk scores of the table, is most risky?

  • A. SMS
  • B. CRM
  • C. SOA
  • D. BRM

Answer: B

Explanation:
Section: Test Management
Explanation/Reference:


NEW QUESTION # 34
Which of the following would you expect to be most likely an example of a demotivating factor for testers?

  • A. The management asks the testers to be kept informed about the intensity, quality and results of testing
  • B. The same regressions tests are manually executed by the same testers, for every product release, without regression test tools
  • C. The testers' recommendations to improve the system or its testability are adopted by the development team
  • D. The testers are assessed on whether and how often they detect important and critical failures
  • E. Test quality is measured by counting the number of customer/user reported problems.

Answer: B,E

Explanation:
Explanation/Reference:
Explanation:


NEW QUESTION # 35
Assume you have some data related to confirmation testing during system testing of a past
project.
In that project 240 bug reports have been opened once, 80 were opened twice, 10 were
opened three times and no bug reports have been opened more than three times.
You estimate that a bug report, which has failed its confirmation test, costs, on average, 3
person-hours.
Which of the following statements correctly describe the value of these confirmatory testing
activities based on cost of quality?
K3 2 credits

  • A. 300 person-hours have been spent on the project during the system testing phase,
    because of the failed confirmation tests and this cost belongs to the costs of detection
  • B. 300 person-hours have been spent on the project during the system testing phase,
    because of the failed confirmation tests and this cost belongs to the costs of internal failure
  • C. 340 person-hours have been spent on the project during the system testing phase,
    because of the failed confirmation tests and this cost belongs to the costs of external failure
  • D. 340 person-hours have been spent on the project during the system testing phase,
    because of the failed confirmation tests and this cost belongs to the costs of internal failure

Answer: B


NEW QUESTION # 36
In the test strategy document your organization declares:
- To adopt a V-model development lifecycle, with three formal levels of testing unit, integration and system testing
- To use a blended risk-based and regression-averse testing strategy for each level of testing The following is an excerpt of the "approach" section for the system test plan document of a new project:
"Testing will only use manual tests. Due to the short period of time for test execution, the following activities will be performed in parallel with test execution: Test planning, test analysis and test design.
Basic metrics will be taken for test effort (i.e. person-hours), test cases executed (passed/failed), and incidents (no more metrics, such as code coverage, will be collected)." In the system test plan, no deviations from the test strategy are described.
Based only on the given information, which of the following statements is true?

  • A. The approach described the system test plan document is inconsistent with both the risk-based and regression testing strategies
  • B. The approach described in the system test plan document is consistent with the regression testing strategy, but it is inconsistent with the risk-based testing strategy
  • C. The approach described in the system test plan document is consistent with the test strategy
  • D. The approach described in the system test plan document is consistent with the risk-based testing strategy, but it is inconsistent with the regression testing strategy

Answer: A

Explanation:
Explanation/Reference:
Explanation:


NEW QUESTION # 37
You are the Test Manager of a new project that will have three formal levels of testing unit, integration and system testing. The testing strategy you decide to adopt a blend of risk-based testing and reactive testing strategies.
Which of the following answers describes the most consistent example of implementation of this test strategy during the execution of the system tests?

  • A. Your test team executes exploratory tests following a session-based test management approach throughout the system test phase
  • B. Your test team autonomously performs some exploratory testing sessions and, at the very end of the system testing phase, it also executes more system tests under the guidance of a sample of users
  • C. Your test team executes system tests under the guidance of a sample of users throughout the system test phase
  • D. Your test team executes scripted tests designed and implemented before the execution of the system test phase, to cover the identified product risks. It also performs exploratory testing sessions throughout the system test phase

Answer: D

Explanation:
Section: Test Management
Explanation/Reference:


NEW QUESTION # 38
You are working on a project to develop an authentication system for an e-commerce website. This system provides two features: Registration and authentication. Two different development teams develop these two features.
There is a high likelihood that the delivery of the authentication feature to the test team will be three weeks later. To complete the registration the user must provide the following registration inputs: Name, surname, birth date, fiscal code and he/she can select a username and a password.
A registered user can be a special user or a normal user. To be identified as a special user, he/she must also provide, during the registration process, a voucher possibly received from the IT department.
Access is granted only if a user is registered and the password is correct: In all other cases access is denied. If the registered user is a special user and the password is wrong, a special warning is shown on the system console.
You are currently performing a quality risk analysis using FMEA.
Based only on the given information, which of the following is NOT a product risk that could be identified during the quality risk analysis?

  • A. The authentication system grants access to a normal user with a wrong password
  • B. The authentication system grants access to a special user with a wrong password
  • C. The late delivery of the authentication feature to the test team causes delays in the start of test execution and this could result in a shorter test period
  • D. The authentication system denies access for a special user with a wrong password, but doesn't display a special warning on the system console

Answer: C

Explanation:
Explanation/Reference:
Explanation:


NEW QUESTION # 39
Assume you are the Test Manager in charge of independent testing for avionics applications.
You are in charge of testing for a project to implement three different CSCI (Computer Software Configuration Item):
- a BOOT-X CSCI that must be certified at level B of the DO-178B standard
- a DIAG-X CSCI that must be certified at level C of the DO-178B standard
- a DRIV-X CSCI that must be certified at level A of the DO-178B standard These are three different software modules written in C language to run on a specific hardware platform.
You have been asked to select a single code coverage tool to perform the mandatory code coverage measurements, in order to meet the structural coverage criteria prescribed by the DO-178B standard. This tool must be qualified as a verification tool under DO-178B.
Since there are significant budget constraints to purchase this tool, you are evaluating an open-source tool that is able to provide different types of code coverage. This tool meets perfectly your technical needs in terms of the programming language and the specific hardware platform (it supports also the specific C- compiler).
The source code of the tool is available.
Your team could easily customize the tool to meet the project needs. This tool is not qualified as a verification tool under the DO-178B.
Which of the following are the three main concerns related to that open-source tool selection?

  • A. What are the costs to qualify the tool as a verification tool under the DO-178B?
  • B. Is the installation procedure of the tool easy?
  • C. Does the tool require a system with more than 4GB of RAM memory?
  • D. Is the licensing scheme of the tool compatible with the confidentiality needs of the avionics company?
  • E. Does the tool support all the types of code coverage required from the three levels A, B, C of the DO-
    178B standard?
  • F. Does the tool have a good general usability?

Answer: A,D,E

Explanation:
Explanation/Reference:
Explanation:


NEW QUESTION # 40
Assume you are the Test Manager for a new software release of an e-commerce application.
The server farm consists of six servers providing different capabilities. Each capability is provided through a set of web services.
The requirements specification document contains several SLAs (Service Level Agreements) like the following:
SLA-001: 99.5 percent of all transactions shall have a response time less than five seconds under a load of up-to 5000 concurrent users
The main objective is to assure that all the SLAs specified in the requirements specification document will be met before system release. You decide to apply a risk-based testing strategy and an early risk analysis confirms that performance is high risk. You can count on a well-written requirements specification and on a model of the system behavior under various load levels produced by the system architect.
Which of the following test activities would you expect to be the less important ones to achieve the test objectives in this scenario?

  • A. Perform unit performance testing for each single web service
  • B. Perform system performance testing, consisting of several performance testing sessions, to verify if all the SLAs have been met
  • C. Monitor the SLAs after the system has been released into the production environment
  • D. Perform static performance testing by reviewing the architectural model of the system under various load levels

Answer: C

Explanation:
Explanation/Reference:
Explanation:


NEW QUESTION # 41
......


Conclusion

The ISTQB Advanced Test Manager certification will help you become a strong and internationally certified software tester, IT manager, or system designer. Once you add this certificate to your resume, your value as a candidate will increase significantly as you have a solid validation of your testing skills. But, before you reach that point, you need to pass the certification exam. This objective can be achieved only if you use verified training resources and dedicate time for self-study.

 

Ultimate Guide to Prepare ATM Certification Exam for ISTQB Certification: https://www.itexamreview.com/ATM-exam-dumps.html

ATM Ultimate Study Guide: https://drive.google.com/open?id=1wNvGPA2Ms7rN5Pmq0z7U3nPgNXxdRCyo