Certified Tester Advanced Level - Test Analyst v4.0 v1.0

Page:    1 / 3   
Exam contains 42 questions

Which of the following is a benefit of crowd testing?

  • A. High quality of testers
  • B. Facilitated communication and information sharing
  • C. Testing in different test environments
  • D. Better repeatability of tests


Answer : C

Your regression test suite includes five test cases, TC1-TC5. They cover the use case scenarios UC1-UC10 as follows:
TC1 covers UC1, UC2, UC3, UC4, UC5, UC6, UC7, UC8

TC2 covers UC7, UC8 -

TC3 covers UC2, UC4, UC6, UC7 -

TC4 covers UC10 -

TC5 covers UC5, UC8, UC9 -
The system consists of three components: C1, C2, and C3.
C1 implements scenarios UC1, UC2, UC3, UC4;
C2 implements scenarios UC5, UC6, UC7;
C3 implements scenarios UC8, UC9, UC10.
The latest iteration of the project refactored the C3 component. Your organization uses a regression test selection strategy based on scenario coverage.
Due to time constraints, you only have time to execute two regression tests.
Which TWO test cases should be executed? (Choose two.)

  • A. TC1
  • B. TC2
  • C. TC3
  • D. TC4
  • E. TC5


Answer : DE

The test analyst defined four test cases for the test condition: “Verify that the system refuses to log in if the login information is incorrect.”
Where in the test process did the test analyst perform this task?

  • A. During test analysis
  • B. During test design
  • C. During test implementation
  • D. During test execution


Answer : B

Why does defect classification support root cause analysis?

  • A. Because analyzing each defect separately could take too much time
  • B. Because it provides information about the effectiveness of individual testers
  • C. Because its absence makes it impossible to assess the risks associated with the defects analyzed
  • D. Because defect classification is a mandatory preliminary step in root cause analysis


Answer : A

Which of the following is an example of a test environment requirement for an online store?

  • A. On weekends, the load from end-user requests is 5 times greater than during working days (Monday-Friday)
  • B. The execution time of each component test for the discount calculation feature should take no longer than 3 seconds
  • C. The user should be able to log into the system with a login and password, and through a social media account
  • D. Tests should be performed on the latest versions of the three most popular web browsers: Chrome, Safari and Edge


Answer : D

You are testing a loan assignment system. You have been given the following decision table to analyze, each condition can only take the value of Y (yes, the condition holds) or N (no, the condition does not hold).

What inference can you make from this decision table?

  • A. The checksum of this table is greater than 16, so the table must have overlapping rules
  • B. The checksum of this table is greater than 16, so the table cannot be consistent
  • C. The checksum of this table is equal to 16, so the table must be consistent and complete
  • D. The checksum of this table is equal to 16, so the table cannot be consistent


Answer : A

You are designing test cases based on the following state transition diagram.

So far, the only designed test case is as follows:
TC1: start, model, error, error, ready, model, switch, switch, switch, switch.
You use the ROUND TRIP coverage in your approach.
What round trip coverage does this test case achieve?

  • A. 30%
  • B. 50%
  • C. 75%
  • D. 100%


Answer : C

Which task is NOT performed by a test analyst as part of product risk analysis?

  • A. Conducting requirement reviews to mitigate risks
  • B. Conducting interviews with users to identify risks
  • C. Performing risk impact assessment
  • D. Assisting in the categorization of identified risks


Answer : A

You are testing a beverage vending machine. The beverage price is $1. The machine accepts coins with denominations of 25c, 50c, and $1. When the sum of the coins inserted equals or exceeds the beverage price, the system dispenses the beverage and returns the change. However, if the system is unable to dispense change due to a lack of coins or the user presses the cancel button, the system does not dispense the beverage and returns the inserted coins.
You use a keyword-based approach. You have the following keywords at your disposal.

Consider the following test script written using keywords to execute a certain test scenario.
DefineState(1,1,1)

Insert25 -

Cancel -

Insert50 -

Insert50 -
What keyword should this test script end with?

  • A. VerifyState(2.75).
  • B. VerifyState(1.75).
  • C. VerifyState(1.25).
  • D. VenfyState(3.00).


Answer : C

A route-finding application receives as input - a starting point, an ending point, and a map with information on which streets are one-way. The application returns the length of the shortest possible route (in meters).
You want to test the correctness of this system with metamorphic testing using the following two metamorphic relations:
MR1: for a given route from point A to point B, if one or more one-way streets are changed to two-way streets, the route length cannot increase.
MR2: for a given map and points A, B, and C, the length of a route from A to C cannot be longer than the sum of the lengths of two routes: from A to B and from B to C.
You have two source test cases:
TC1: Start: P1, end: P2, one-way streets: S1, S2, S3. Result: route length = 1680 m.
TC2: Start: P2, end: P3, one-way streets: S1, S2, S3. Result: route length = 400 m.
Which test case reveals a system failure due to a violation of metamorphic relation MR1 or MR2?

  • A. Start: P1, end: P3, one-way streets: S1, S2. Result: route length = 500 m
  • B. Start: P1, end: P3, one-way streets: S1, S2, S3. Result: route length = 2080 m
  • C. Start: P2, end: P3, one-way streets: S1, S3. Result: route length = 580 m
  • D. Start: P1, end: P2. one-way streets: S1, S2, S3. Result: route length = 1500 m


Answer : C

What is an example of a risk associated with automated test design?

  • A. Omission of important test conditions from the software model
  • B. High cost of test execution due to software changes
  • C. Difficulty in analyzing the results of the automated test execution
  • D. Reduction of repetitive work involving manual test specification


Answer : A

A technology company called TechSoft has just completed the development phase of a new module in its Pro Task project management mobile application. The new module - “Notifications and alerts” - allows users to receive notifications about the status of their tasks and messages. The functionality includes configuring different types of notifications (email, SMS, push), notification frequency, and customizing notifications according to the user's role.
Due to the many possible combinations of settings and the various usage scenarios, the project team has decided to do exploratory testing, with a focus on verifying the functionality of notifications in an environment that replicates the end-user environment as closely as possible.
Tech Soft has software for designing tests that meet combinatorial coverage criteria, such as pairwise coverage. It also has the latest version of a test management tool.
As a test analyst, you have been asked to prepare a test charter for exploratory testing.
Which TWO pieces of information should be included in the charter? (Choose two.)

  • A. Information on existing test design tools
  • B. Description of the test environment
  • C. Information on existing test management tools
  • D. Description of the other modules of the ProTask application
  • E. Information on existing project management standards


Answer : BD

You plan to test a computer game on various configurations. A configuration consists of: operating system (2 possible values: Windows 10, Windows 11) browser (4 possible values: Edge, Chrome, Firefox, Opera)
RAM type (4 possible values: 8 GB, 16 GB, 32 GB, 64 GB)
Market research shows that 90% of gamers own the same configuration: Windows 11, Chrome, 32 GB.
You use combinatorial testing with the base choice coverage.
What is the MINIMUM number of configurations that need to be tested to achieve 100% base choice coverage?

  • A. 4
  • B. 8
  • C. 10
  • D. 16


Answer : B

BeRich company is preparing to launch a mobile application for managing personal finances. The app is expected to eventually attract a wide range of users, from young people to adults to retirees. The app offers a range of functions, such as budgeting, expense analysis, saving, and financial advice. The team responsible for the project consists of experts from different departments: marketing, product development, testing, UX, and system architecture. To ensure consistent performance and positive application reception, the team will review the functional documentation before moving into the intensive implementation phase.
Each department looks at the app through the lens of its goals and specialties. For the marketing department, it is crucial that the application has unique features that distinguish it in the market and are intuitive for users. The system architecture team focuses on scalability, security, and user data protection. On the other hand, testers are focused on ensuring that each function is easy to test and anticipating scenarios that could cause user problems. In contrast, UX specialists focus on the application's accessibility for a wide range of users.
What type of review applied to functional documentation would be the BEST solution in this scenario?

  • A. Role-based review
  • B. Checklist-based review
  • C. Perspective-based reading
  • D. Scenario-based review


Answer : A

You plan to test a computer game on various configurations. A configuration consists of: operating system (2 possible values: Windows 10, Windows 11) browser (3 possible values: Edge, Chrome, Firefox)
RAM type (3 possible values: 16 GB, 32 GB, 64 GB)
You apply the pairwise testing. So far, you have designed the following test cases:

TC1: Windows 10, Edge, 64 GB -

TC2: Windows 11, Chrome, 32 GB -

TC3: Windows 10, Firefox, 64 GB -

TC4: Windows 10, Firefox, 16 GB -

TC5: Windows 11, Chrome, 64 GB -

TC6: Windows 11, Edge, 32 GB -
What is the MINIMUM number of test cases that need to be added to the existing six test cases, so that the resulting test set achieves 100% pairwise coverage?

  • A. 3
  • B. 4
  • C. 7
  • D. 12


Answer : B

Page:    1 / 3   
Exam contains 42 questions

Talk to us!


Have any questions or issues ? Please dont hesitate to contact us

Certlibrary.com is owned by MBS Tech Limited: Room 1905 Nam Wo Hong Building, 148 Wing Lok Street, Sheung Wan, Hong Kong. Company registration number: 2310926
Certlibrary doesn't offer Real Microsoft Exam Questions. Certlibrary Materials do not contain actual questions and answers from Cisco's Certification Exams.
CFA Institute does not endorse, promote or warrant the accuracy or quality of Certlibrary. CFA® and Chartered Financial Analyst® are registered trademarks owned by CFA Institute.
Terms & Conditions | Privacy Policy | Amazon Exams | Cisco Exams | CompTIA Exams | Databricks Exams | Fortinet Exams | Google Exams | Microsoft Exams | VMware Exams