Spring Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Certified Tester Advanced Level Technical Test Analyst

Last Update 3 hours ago Total Questions : 175

The Certified Tester Advanced Level Technical Test Analyst content is now fully updated, with all current exam questions added 3 hours ago. Deciding to include CTAL-TTA practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our CTAL-TTA exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these CTAL-TTA sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Certified Tester Advanced Level Technical Test Analyst practice test comfortably within the allotted time.

Question # 21

The following User story is being developed using the 8DD approach:

As a Purchasing Manager

i want to see a list of all Purchase Orders placed so far this month with their total value

So that I can control the amount of money being spent

Which scenario is BOTH written in correct Gherkin format AND is appropriate for this User Story9

SEI ECT ONE OPTION

A.

Given that three Purchase Orders with a total value of £21.75 have been placed so far this month AND the Purchasing Manager has navigated to the Purchase Order Reporting page

When the Purchasing Manager clicks the button ' List of Purchase Orders placed this month’

Then the 3 orders and their total value of £21.75 are displayed

B.

Given that three Purchase Orders with a total value of £21.75 have been placed so far this month

When the Purchasing Manager requests the list of Purchase Orders placed this month

Then the appropriate details are displayed

C.

Given that I am a Purchasing Manager AND three Purchase Orders with a total value of £21.75 have been placed so far this month

When I request the list of Purchase Orders placed this month

Then all orders and their total value of £21.75 are displayed

D.

Given that three Purchase Orders with a total value of £21.75 have been placed so far this month

When the Purchasing Manager requests the list of Purchase Orders placed this month

Then the 3 orders and their total value of £21.75 are displayed

Question # 22

Why might static analysis be used on an Agile project’

SELECT ONE OPTION

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

Question # 23

Within an embedded software project, the maintainability of the software is considered to be critical. It has been decided to use static analysis on each delivered software component.

Which of the following metrics is NOT a maintainability metric typically used with static analysis?

A.

Number of Lines of Code (LOG)

B.

Number of Function Calls

C.

Mean Time Between Failures

D.

Comment Frequency

Question # 24

Given the following pseudocode:

Program tax check

BEGIN

yearly := 0

tax := 0

get (monthly)

get (tax_rate)

for I = 1..12 loop

yearly := yearly + monthly

tax := tax - (tax_rate * monthly)

ENDLOOP

salary := monthly * 12

IF salary = yearly THEN

print ( " Salary OK " )

ELSE

print ( " Salary not OK " )

ENDIF

year_tax := salary * tax_rate

IF year_tax = tax THEN

print ( " Tax Problem " )

ENDIF

END tax check

If control flow analysis is performed on the pseudocode, which of the following results is MOST likely?

A.

Unreachable code at lines 15 and 19

B.

Unreachable code at line 15

C.

Unreachable code at line 19

D.

No unreachable code

Question # 25

Consider the following section of pseudo code and associated test Input data:

If withdrawal-amount < = amount-on-deposit then Set authorize-transaction = true

Else

If withdrawal-amount < = S100 AND preferred-customer = true then Set authorize-transaction = true

Else

Set authorize-transaction = false

Endif

Endif

Input data set #1

withdrawal-amount = 160

amount-on-deposit = 100

preferred-customer = true

Input data set #2

withdrawal-amount = 500

amount-on-deposit = 500

preferred-customer = false

Input data set #3

withdrawal-amount = 50

amount-on-deposit = 500

preferred-customer = false

What would be the decision coverage achieved if each of these test input data sets were run once?

A.

100%

B.

50%

C.

0%

D.

33%

Question # 26

Which option below describes the BEST approach for testing a Medium risk mission- or safety-critical system?

SELECT ONE OPTION

A.

Automated tests recommended. Exploratory tests recommended, manual Black-box tests recommended

B.

Automated tests recommended. Exploratory tests highly recommended, manual Black box tests recommended.

C.

Automated tests optional (neutral). Exploratory tests highly recommended, manual Black-box tests optional (neutral).

D.

Automated tests optional. Exploratory tests highly recommended, manual Black-box tests recommended

Question # 27

Which of the following statements is TRUE regarding tools that support component testing and the build process?

A.

Component testing and build automation tools are only used by developers.

B.

Build automations tools facilitate manual testing at a low level by allowing the change of variables values during test execution.

C.

Component testing tools are typically specific to the programming language and may be used to automate unit testing.

D.

Component testing tools are the basis for a continuous integration environment.

Question # 28

Consider the following pseudocode segment:

set a = 1

while a < 12

display “this is loop " , a

if a > 10 then

display " loop is > 10’

set a = 5

else

display “loop is < 11*

endif

end while

display “Final value of a is " , a

Which of the following issues should be detected in the code review?

A.

Loop termination is not achievable

B.

Rounding errors on the loop counters could cause problems

C.

Variables are used before they are initialized

D.

Some of the code could be moved to re-usable functions

Question # 29

Which statement correctly describes service virtualization’’

SELECT ONE OPTION

A.

It is a shareable testing service that simulates the behavior, data and performance of a system or service to which the product or component under test would normally be connected

B.

It is a service which automatically deploys new versions of the software into the production environment at regular and short intervals

C.

it is an integrated set of tools that will automatically compile, test and deliver into a virtual environment a new build of the product under test

D.

it is a collection of mock objects such as stubs and drivers that will allow a product or component to run without some other product or component that it would normally need

Question # 30

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

Go to page: