Month End Sale - 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: spcl70

CTAL-ATT PDF

$33

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

CTAL-ATT PDF + Testing Engine

$52.8

$175.99

3 Months Free Update

  • Exam Name: Certified Tester Advanced Level Agile Technical Tester
  • Last Update: May 25, 2025
  • Questions and Answers: 98
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

CTAL-ATT Engine

$39.6

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

CTAL-ATT Practice Exam Questions with Answers Certified Tester Advanced Level Agile Technical Tester Certification

Question # 6

Refactoring of test cases is needed in agile projects for many reasons.

Which of the following statements about the refactoring of test cases is correct?

A.

Refactoring of test cases is done to match and evolve the test cases due to changing

functionality. The main benefits include improving the regression test cases and the

continued alignment of the tests with the code base and product functionality

B.

Refactoring of test cases is needed because we cannot write and maintain detailed test

cases in the short iterations associated with agile. The main benefits include aligning the

pace of testing with development and the ability to quickly create new test cases

C.

In general, in the agile world refactoring is a way to clean up test cases by making them

shorter. The main benefits include the ability to write test cases quickly, being able to test

faster using short test cases, and being able to automate them quickly

D.

Refactoring of test cases is done as a process with the following steps: Identification,

Refactor, Re-run, and Identify again. The main benefits include improving the regression

test cases and maintaining the alignment of tests with the code base and product

functionality

Full Access
Question # 7

Which statement about test automation is TRUE?

SELECT ONE OPTION

A.

Increasing test automation levels may decrease the frequency at which continuous deployments to production can be made

B.

Increasing test automation levels will eliminate the need for manual testing during continuous deployment

C.

Increasing test automation levels to increase the frequency of continuous deployment should always be an objective

D.

Minimizing the test suite by selecting, preparing and running only a subset of tests by using risk analysis should always be an objective

Full Access
Question # 8

Which statement about test automation being applied to a reactive test approach, is CORRECT’

SELECT ONE OPTION

A.

Automation of test execution in exploratory test sessions can lead to increased efficiency and wider coverage of user stories

B.

BDD can be used within a reactive testing approach by producing automated tests in parallel with the implementation of the user story

C.

For projects that must comply with externally defined regulations, the automated tests and their results must be traceable back to requirements

D.

An increase in automated test coverage can lead to a greater degree of exploratory testing addressing high risk areas

Full Access
Question # 9

Why could test cases need to be refactored in an Agile project?

SELECT ONE OPTION

A.

To maintain bi-directional traceability with the user stories

B.

To increase the breadth of black box coverage

C.

To make them easier to understand and cheaper to modify

D.

To ensure that the tests and code remained aligned

Full Access
Question # 10

Which requirements engineering technique would BEST identify how different groups of users may interact with a system, helping to identify gaps and inconsistencies in a user story-’

SELECT ONE OPTION

A.

Personas

B.

Storyboards

C.

Use Cases

D.

Story Mapping

Full Access
Question # 11

which statement about test approaches is TRUE?

SELECT ONE OPTION

A.

Test automation is not suitable when taking a Process-compliant test approach

B.

A Regression-averse test approach requires an ever-growing set of automated regression tests

C.

in a Model-based test approach, tests can be created automatically

D.

When taking a Reactive test approach, Increased test automation will reduce the time available for exploratory testing

Full Access
Question # 12

Which option correctly slates a recommended guideline for formulating 8DD scenarios0

SELECT ONE OPTION

A.

The When steps should describe the specific technical actions that a user performs

B.

The scenario should use the third person to describe the initial slate and the interactions from the perspective of the user.

C.

The scenario should describe a general behavior that the system supports from the perspective of a specific user

D.

Dependencies between scenarios should be documented.

Full Access
Question # 13

You have identified existing test cases that require re-factoring, Which is the NEXT task you should perform?

SELECT ONE OPTION

A.

Adjust the observable behavior of the tests to meet the user stories

B.

Re run the tests to ensure that the test results remain the same

C.

Analyze the Impact of the functionality of the current iteration on the existing regression tests

D.

Make changes to the internal structure of the tests to improve maintainability

Full Access
Question # 14

A new Payroll system calculates the amount of tax that each employee must pay (TaxToPay) on their gross monthly salary (in (), and the net salary (NetSal) that they will receive after that amount of tax has been deducted It also calculates the amounts of tax (TaxPdYTD) and net salary (SalPdYTD) paid in the year to date (YTD) by adding them to the stored amounts from last month (for month 1 these will be zero), inputs Include Employee id (Empid) and Gross Salary this month (GrossSal). Tax Rate is looked up on the key of Employee Id, the amounts of tax and net salary paid in the year to date are looked up on the key of (Employee Id and [month • 1]) except that for month 1 they will be zero.

if both employees were paid the same in month 1 as in the current month 2. for which tax has now to be calculated, which data-driven input and expected output table is correct for this situation?

Table 1

MonthEmpidGrossSalTaxRateTaxToPayNetSalTaxPdYTD

212000153001700600

222200204401760880

Table 2

MonthEmpidGrossSalTaxRateTaxToPayNetSalSalPdYTD

2120000.153001700600

2222000.24401760880

Table 3

MonthEmpidGrossSalTaxToPayNetSalTaxPdYTDSalPdYTD

11200030017006003400

12220044017608803520

Table 4

MonthEmpidGrossSalTaxToPayNetSalTaxPdYTDSalPdYTD

21200030017006003400

22220044017608803520

SELECT ONE OPTION

A.

Table 3

B.

Table 1

C.

Table 4

D.

Table 2

Full Access
Question # 15

Your team is developing an e-shop application (the SUT) that will use a third-party service to process payments via an API. This third-party payment gateway is itself still under development Which statement contains a pair of benefits that can BOTH be expected from service virtualization in this circumstance’

SELECT ONE OPTION

A.

Earlier discovery of defects in the SUT; the ability to share code between the SUT and the payment gateway.

B.

Parallel compilation, continuous integration, and test automation; more effective configuration management.

C.

Realistic testing of the SUT before the actual payment gateway is available, simplification of the test environment

D.

Earlier testing of the API, reduction in the amount of test data needed

Full Access
Question # 16

Which option describes a good practice when applying test automation for a Regression-averse test approach?

SELECT ONE OPTION

A.

Developing and maintaining automated test checklists to efficiently execute a stable set of tests

B.

Applying BDD to produce automated tests before the implementation of a user story

C.

Focusing on the continuous improvement and refactoring of the automated tests

D.

Increasing automated test coverage to allow more time for exploratory testing

Full Access
Question # 17

**You have received this BDD test:

Given that a customer enters the correct PIN

When they request to make a withdrawal

And they have enough money in their account

Then they will receive the money

And a receipt

Which of the following is the user story that best fits this BDD test?**

A.

As a customer

I want to deposit money into my account

So that I can collect interest

B.

As an ATM

I want to provide services to my customer

So they will be happy

C.

As a customer

I want to withdraw money from my account

So that I can buy a present

D.

As a bank teller

I want customers to use the ATM

So that I don’t have to deal with them

Full Access
Question # 18

Which of the following is a primary goal for refactoring test cases?

A.

To ensure they adequately test the product’s potentially changed functionality

B.

To detect and remove defects from the code being tested

C.

To increase the usability of the test cases with the goal of later using them for UAT

D.

To reduce the details and ensure the test case is only targeting high-level functionality

Full Access
Question # 19

When test cases are re-run after refactoring, what should always be verified?

A.

That the branch coverage is the same or increased

B.

That they provide better logging than before

C.

That they provide the same results as before

D.

That tests that have now been made redundant are removed from the test set

Full Access
Question # 20

You have been asked to supply the data file for a data-driven test automation script that will be used to test the following story:

As a customer, I want to be told how many items I need to purchase, so I can receive free shipping.

You have been told the automation will verify whether or not the free shipping message is displayed. Which of the following columns should appear in your data file to support the automated testing of this story?

A.

customer name; # items; price of items; total shipping cost

B.

item ID; quantity purchased; free shipping (y/n)

C.

quantity purchased; free shipping (y/n); total shipping cost

D.

item ID; quantity purchased; free shipping (y/n); item shipping cost; total shipping cost

Full Access
Question # 21

**You have been given the following story:

As a shopper

I want to scan my membership card

So that I get all the discounts I’m entitled to receive

Which of the following is the correct use of BDD to design test scenarios?**

A.

Given that the shopper scans their card

When they checkout

Then they should receive all the quantity discounts for everything they have purchased

B.

As a store clerk

I want to scan a customer’s card

So that their total includes their discounts

C.

Given that I have scanned my card

I expect to receive my discounts

And an itemized list of what I bought

D.

Given that a card is scanned

Then discounts should be applied

When the customer checks out

Full Access
Question # 22

For the story “Make a call from the mobile app to the backend system” associated with the epic “View Frequent Flyer Miles and Status," which of the following story acceptance criteria is in most need of refinement?

A.

The backend system must respond to the mobile app within 3 seconds

B.

The communication between the two systems must be secure

C.

The mobile app must detect when the phone does not have Internet connectivity and display a warning message

D.

The payload delivered by the backend system must use JSON formatting

Full Access
Question # 23

Consider the following section of pseudocode:

function getPassword() {

var x;

var y;

var z;

var passwordGood = false

// Get password from user, user is allowed 3 tries

do until x = 3

call getPassword (password)

if password is good

x = 3

passwordGood = true

else

X = X + 1

display “Password is not valid, try again’’

endif

If passwordGood <> true

display “You exceeded the number of tries to enter a password. Your account is now locked. Call customer service.”

endif

endloop

}

For this section of code, which of the following issues should be identified during a code review?

    Variables have not been properly defined with meaningful names

    There are unused variables defined

    Divisors are not tested for zero

    Loop counters are not properly initialized

    There are endless loops

    There are statements within the loop that should be outside the loop

A.

1, 3, 4, 5

B.

2, 3, 4, 6

C.

2, 3, 5, 6

D.

1, 2, 4, 6

Full Access
Question # 24

Which of the following is a correct statement?

A.

Test automation is a procedure

B.

Test automation is a test objective

C.

Test automation is a strategy

D.

Test automation is a methodology

Full Access
Question # 25

What is the characteristic of a unit test that makes it “deterministic”?

A.

If it is run with the same conditions, it will get the same result each time

B.

It tests the details of the code, including verifying all the possible areas of data handling

C.

It tests only the targeted piece of functionality

D.

It runs very fast, allowing many tests to be run quickly

Full Access
Question # 26

Which of the following is the preferred way to solicit information from the product owner to better understand what will be “acceptable”?

A.

Propose the following acceptance criteria:

Purchase below the limit for free delivery

Purchase above the limit for free delivery

Request store pickup

B.

Explain boundary value analysis to the product owner and have them indicate the appropriate boundaries to test

C.

Work with the product owner to elicit examples of how they would use the software. Combine their examples with testing techniques to flesh out the set of acceptance criteria.

D.

Create the following acceptance criteria and review them with the product owner:

Login

Verify password reset

Verify account details

Update account details

Browse and select food

Add to cart, etc.

Full Access
Question # 27

Which of the following statements about performing exploratory testing with test charters is

correct?

A.

In contrast to black-box testing, the expected result is documented after a defect is found

and not as part of test design

B.

Test charters are a useful tool to be used for testing when a detailed specification for the

system under test is available

C.

The result of performing exploratory testing by using test charters is finding defects and

specification defects

D.

Exploratory testing and black-box testing use the same metrics for measuring test coverage

Full Access
Question # 28

Whose perspective should be used when a user story is created?

A.

User acceptance tester

B.

End user

C.

Stakeholder paying for the project

D.

Automated user software

Full Access
Question # 29

Which of the following is an example of how continuous testing facilitates continuous delivery?

A.

Automated testing conducted in the delivery environment helps validate that the delivery has been successful

B.

Continuous testing is the process that delivers the code to the test environment

C.

Automated testing removes the need to report defects so the code can move more quickly toward production

D.

Continuous testing supports continuous delivery to production by constantly regression testing the software in the production environment so problems are identified quickly

Full Access