Labour Day Special 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exams65

Certified Tester Advanced Level Agile Technical Tester Question and Answers

Certified Tester Advanced Level Agile Technical Tester

Last Update May 6, 2024
Total Questions : 79

We are offering FREE CTAL-ATT iSQI exam questions. All you do is to just go and sign up. Give your details, prepare CTAL-ATT free exam questions and then go for complete pool of Certified Tester Advanced Level Agile Technical Tester test questions that will help you more.

CTAL-ATT pdf

CTAL-ATT PDF

$35  $99.99
CTAL-ATT Engine

CTAL-ATT Testing Engine

$42  $119.99
CTAL-ATT PDF + Engine

CTAL-ATT PDF + Testing Engine

$56  $159.99
Questions 1

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

SELECT ONE OPTION

Options:

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

Discussion 0
Questions 2

which statement about test automation is TRUE7

SELECT ONE OPTION

Options:

A.  

Test automation will increase the intervals at which continuous deployment to production can be achieved

B.  

Test automation levels can be influenced by and can constrain the frequency of code deployments

C.  

When continuous deployment is fully implemented there will be no need for manual testing

D.  

When continuous deployment is fully implemented it will be necessary to automate only unit and integration tests

Discussion 0
Questions 3

A unit test should be deterministic. Which option correctly describes the meaning of 'deterministic' as a characteristic of a unit test9

SELECT ONE OPTION

Options:

A.  

It should be small so that many tests can be run in a short period of time

B.  

Whenever it is run under the same conditions, it should produce the same results.

C.  

it should not depend on any other test.

D.  

It should only test the functionality related to it.

Discussion 0
Questions 4

Which of the following elicitation techniques is BEST usedwhen questioning a large number of stakeholders specifically to obtain information for non-functional acceptance criteria?

SELECT ONE OPTION

Options:

A.  

Quality Analysis

B.  

Quantitative Questionnaires

C.  

Qualitative Questionnaires

D.  

Qualitative Review

Discussion 0
Questions 5

In order to create a shareable testing service from server or network traffic log data, which of the following types of tool would you use?

SELECT ONE OPTION

Options:

A.  

A service virtualization tool

B.  

A hardware emulator

C.  

a parallel development tool

D.  

An integrated development environment

Discussion 0
Questions 6

The following user story has been written:

As a paying hotel guest

I want to see the charges that have been added to my bill

So that I can monitor my expenditure and know In advance how much I will have to pay when I check out

The notes that have been added to It mention that It must be possible for the guest to get a printout of the bill, see It In a variety of currencies and set a flag in the hotel's billing system against any Item that they wish to challenge.

The following acceptance criteria have been defined:

1.The user shall be able to choose from the most commonly-used currencies.

2.The application must be accessible on most mobile platforms as well as on the hotel room's smart TV.

3.The hotel manager must be notified whenever a bill item is flagged by a hotel guest.

4.End-to-end response time for any individual request submitted by a user must not exceed 7 seconds.

Applying the INVEST technique to this user story, including its acceptance criteria, which of the following statements is correct?

SELECT ONE OPTION

Options:

A.  

The Testable and Negotiable criteria of INVEST have not been satisfied

B.  

The Testable and Small criteria of INVEST have not been satisfied

C.  

The INVEST criteria have all been satisfied by this epic

D.  

The Negotiable and Small criteria of INVEST have not been satisfied

Discussion 0
Questions 7

You are an experienced tester on an Agile team that is producing a new application. The product backlog has been refined sufficiently to begin development for the first release. This stories in this backlog contain a mixture of functional and non-functional requirements, as well as some technical stories that will provide elements of the application's infrastructure The developers have decided to use TDD as a deveiopment approach but automation of the acceptance tests is not yet planned.

You have been asked to recommend whether or not the team should take an atdd approach as well as TDD. what would be the BEST recommendation in these circumstances?

SELECT ONE OPTION

Options:

A.  

YES. use attd, but for the functional requirements only because it cannot be applied to non-functional or technical requirements.

B.  

YES. use ATTD for all requirements including non-functional and technical stories.

C.  

NO. do not use ATDD, because it will not work when the acceptance tests are not automated

D.  

NO. do not use atdd. because it is not compatible with the developers' TDD approach.

Discussion 0
Questions 8

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

Options:

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

Discussion 0
Questions 9

You are defining the test approach for an Agile project release which is to develop an improved user interface for a golf club's booking system plus some additional features that will provide more flexible bookings across the three courses The improvements have been primarily driven by customer complaints that the booking system is difficult to follow and restrictive The release will be divided into six two-week sprints

The stakeholders have performed a risk assessment for the release and have determined that whilst the system is not mission critical, customer business could be lost and thus a risk level of High has been agreed. As there is may be a high degree of change to the screen design and functionality across the sprints, a regression-averse strategy is recommended.

Which option in the table below represents the BEST test approach for this release, where the following symbols apply?

♦+ (highly recommended)

♦ (recommended)

o (neutral/optlonal)

• (not recommended)

- (not to be used)

OptionTest AutomationExploratory Testing(manual) Black-box testing

1♦+0♦♦

2-+♦+

3♦+0-

4♦♦♦♦

SELECT ONE OPTION

Options:

A.  

3

B.  

1

C.  

4

D.  

2

Discussion 0
Questions 10

Why might static analysis be used on an Agile project’

SELECT ONE OPTION

Options:

A.  

To implement a test-driven approach at the component level

B.  

To manually identify potential defects and thus avoid technical debt

C.  

To clarify and simplify code design without changing its behavior

D.  

To identify the causes of technical debt through the use of tools

Discussion 0
Questions 11

The following epic has been written:

As a vehicle driver

I want to find an available space In a car park

So that I can pay in advance to reserve that space

This epic will be used to develop user stories for a new National Car Parking application Both public and private car park owners will be able to utilise the system, allowing drivers of all kinds to guarantee an available car parking space on arrival at their chosen car park, according to the kind of vehicle that they may drive

There will be multiple stakeholders including different car park owners, different user groups including disabled drivers and different vehicle types such as car. van and motorbike.

From this epic, multiple user stories will be written. The following acceptance criteria have been written for the epic, and will be applicable to all user stories (each user story will also have its own acceptance cntena):

1.End-to-end response time for any individual request submitted by a user must not exceed 5 seconds

2.All correspondence with stakeholders must be via email and text message

3.The application must be accessible on most mobile technology

4.A user cannot submit a form unless all mandatory fields are entered

5.Payment method can be made using the most popular electronic options

Applying the INVEST technique to this epic, including its acceptance criteria, which of the following statements is correct?

SELECT ONE OPTION

Options:

A.  

The Testable and Valuable criteria of INVEST have not been satisfied

B.  

The invest criteria have all been satisfied by this epic

C.  

The Independent and Small criteria of INVEST have not been satisfied

D.  

The Testable and Small criteria of INVEST have not been satisfied

Discussion 0
Questions 12

You are planning an exploratory test session for the current sprint which includes the following user stories:

User Story AA-008

As a booked customer of Alpha Airways

I want to access an open flight reservation

So that I can update the booking details

User Story AA-012

As a booking clerk for Alpha Airways

I want to access a customer's flight reservation

So that i can view their reservation details

what three things should be considered when creating the session's test charter?

a)What are the user roles specified in the two user stories?

b)What level of coverage and efficiency was should be achieved by the session’

c)Will the session fit within a 60 to 120 minutes time box’

d)Do Will the findings from the exploratory sessions need to be documented?

e)What actions are performed by the user roles according to the acceptance criteria for these user stories’

f)Should the exploratory session be automated’

g)Has the Definition of Done been met for both user stories’

SELECT ONE OPTION

Options:

A.  

a, c.e

B.  

d. e.f

C.  

a, b, d

D.  

c.f.g

Discussion 0
Questions 13

“As the leader of the marketing department, I want to have a content management system so that

my employees can edit and provide quality content to the readers”

Which of the following requirements engineering techniques would be the MOST effective for

identifying and prioritizing user stories for the given Epic?

Options:

A.  

Storyboarding

B.  

Story mapping

C.  

Defining Personas

D.  

Class Diagrams

E.  

Use Cases

Discussion 0
Questions 14

When using a process-compliant approach to testing a safety-critical project what is an important aspect of test automation?

Options:

A.  

It must provide exhaustive regression testing

B.  

It must provide traceability back to the requirements and results documentation

C.  

It must implement automated checklists

D.  

It must incorporate model-based testing

Discussion 0
Questions 15

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?

Options:

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

Discussion 0
Questions 16

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

Options:

A.  

User acceptance tester

B.  

End user

C.  

Stakeholder paying for the project

D.  

Automated user software

Discussion 0
Questions 17

BDD and ATDD are most commonly used with which test approach?

Options:

A.  

Analytical

B.  

Model-based

C.  

Process-compliant

D.  

Reactive

Discussion 0
Questions 18

You are working in a project that developed a product that has reached a stable state and is

deployed on different HW configurations all over Europe.

You management decided to use your project as Proof of Concept for adopting CI as a new way of

working. The POC was implemented on one set of hardware and was successful.

Which of the following actions is a good next step?

Options:

A.  

Enable different test configurations in the CI process to test different configurations that are

deployed in the market

B.  

Speed up test execution by decreasing the amount of User Interface (UI) testing to get

faster feedback from the CI tests

C.  

Reduce the number of tests in the CI test suite, to improve the benefit of the CI approach

D.  

Implement code to dynamically select CI tests, executing only test cases affected by

changes

Discussion 0
Questions 19

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?

Options:

A.  

Given that the shopper scans their card

When they checkout

Then they should receive alt 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

Discussion 0
Questions 20

Which of the following is an expected problem that often occurs with automation test suites?

Options:

A.  

The defects become prohibitive when trying to execute the suite

B.  

The test execution time becomes longer making it difficult to get all the tests run as often as desired

C.  

The test suite continues to grow making source control difficult to manage

D.  

The time it takes to create new tests increases exponentially as new features are added to the code

Discussion 0
Questions 21

You are testing a new feature in the current iteration. The feature is supposed to take the input of a name and return the number of characters in the name. This information is used by another feature that will determine the size needed on a form. The acceptance criteria state the following

1) a name of up to 30 characters should be accepted

2) standard error processing should be in place to limit user errors

The developers are using TDD and you have asked to see their tests. This is what they gave you

When you run your manual tests you are finding that when you use the following inputs you get the associated results:

From these results what can you conclude about the TDD process?

Options:

A.  

The developers are not running the tests prior to releasing the code

B.  

The tests cannot be passing

C.  

The tests are insufficient and need to include more options

D.  

The story needs to be enhanced to include the capabilities that are causing errors

Discussion 0
Questions 22

You have been working as a tester in an Agile team You have found that the user stories are being defined by the team but it is still unclear what will be a successful outcome Even after story elaboration you are still unclear as to what a story should do As a result, you're not really sure what to test or to know when you'll be done with testing This problem is becoming worse as completed stories are showcased but the product owner is unhappy with the results

You've looked into the matter further and the comments from the product owner indicate that features are missing from the stories. The story is functioning correctly within the limited definition of the story but the product owner is expecting more functionality, such as error handling that isn't being defined in the story

What technique should you implement that would help to further define the product owner's expectations and alleviate the issues that are arising during the show cases?

Options:

A.  

TDD by the developers before they begin coding

B.  

BDD by the developers when unit tests are being created

C.  

ATDD by the team to better define the requirements

D.  

A combination of TDD and BDD by the team to improve the pre-build testing

Discussion 0
Questions 23

As a tester on an Agile team you have been given the following user story to analyze

As a medical professional

I want to see the availability of operating rooms

So I can schedule surgeries as needed

You have talked with the product owner and she expressed some concern over the term "medical professional" You have looked into this and found that doctors want to schedule their surgeries but the hospital administrator does not want them to have this ability At this point what should you do to try to resolve this issue?

Options:

A.  

Wait for the team to sort out the requirements and test something else in the meantime

B.  

Continue with testing from the perspective of a doctor and trust the procedures to be worked out later regarding who can do what

C.  

Work with the BA and the product owner to try to negotiate the differing approaches and come to an agreement

D.  

Expand the testing to cover all personas to ensure that everyone can use the application and let the process sort out later when access is allowed to the application

Discussion 0