Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: validbest

Pass the ISTQB Advance Level CTAL-TTA Questions and answers with ValidTests

Exam CTAL-TTA All Questions
Exam CTAL-TTA Premium Access

View all detail and faqs for the CTAL-TTA exam

Viewing page 2 out of 6 pages
Viewing questions 11-20 out of questions
Questions # 11:

As Technical Test Analyst on a test automation project covering the acquisition of a commercial test execution tool, what would you MOST likely be responsible for?

Options:

A.

Approving the estimated costs for implementing the test automation project

B.

Determining who will execute the automated tests

C.

Defining the business processes that will be used for keyword-driven testing

D.

Creating and supplying the data to be accessed by keyword-driven automation scripts

Expert Solution
Questions # 12:

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

Expert Solution
Questions # 13:

Given the following pseudo code for a program to solve quadratic equations:

program Quadratic Formula

integer: a, b, c, d

floating point: r1, r2

READ (a)

READ (b)

READ (c)

d := (b * b) - (4 * a * c)

IF d < 0 THEN

PRINT ("Imaginary Roots")

ELSE

r1 := (-b + sqrt(d)) / (2 * a)

r2 := (-b - sqrt(d)) / (2 * a)

PRINT ("first root is: " r1)

PRINT ("second root is: " r2)

ENDIF

END program Quadratic_Formula

Which of the following checklist items is MOST likely to indicate a problem in this program?

Options:

A.

Does the code avoid comparing floating point numbers for equality?

B.

Are all variables properly defined with meaningful, consistent and clear names?

C.

Are there any redundant or unused variables?

D.

Are divisors tested for zero or noise?

Expert Solution
Questions # 14:

Which of the following statements best captures the difference between data-driven and keyword-driven test automation?

Options:

A.

Data-driven test automation extends keyword-driven automation by defining data corresponding to business processes.

B.

Keyword-driven test automation extends data-driven automation by defining keywords corresponding to business processes.

C.

Data-driven test automation is more maintainable than keyword-driven test automation.

D.

Keyword-driven test automation is easier to develop than data-driven test automation.

Expert Solution
Questions # 15:

A new application for planning journeys on public transport is being developed that will work on mobile devices. Why would you MOST likely include Portability testing in the test plan?

Options:

A.

To evaluate the degree to which it is easy to operate and control

B.

To evaluate the degree to which its components can be used in other systems

C.

To evaluate the effectiveness and efficiency in which it can be successfully uninstalled in a specified environment

D.

To evaluate the degree to which the system is operational and accessible when required for use

Expert Solution
Questions # 16:

Consider the following section of code:

If ((A > B) or (C > D)) and (E = F) then

print A;

Endlf

Which of the following sets of test data can be used to achieve multiple condition coverage with the least number of tests?

Question # 16

Options:

A.

Set 4

B.

Set 3

C.

Set 2

D.

Set 1

Expert Solution
Questions # 17:

A project to replace your company's sales and merchandising system has begun. The old system is still in production but is poorly documented and expensive to maintain: changing it has often produced a large quantity of defects. The new version will be developed using modern techniques and technology.

Requirements include:

    Loading sales data, sent electronically from the stores each evening, into a central database where it is then available for other applications.

    Producing sales reports for the merchandisers, whose job is to manage stock levels in stores.

    Predictions of future demand for each product, based on a combination of sales history and forecasting parameters.

Requirements 1 and 2 are satisfied by the existing system and will be rewritten with no significant changes. Requirement 3 is new: these forecasting reports will be run overnight, and users will request them by entering simple parameters online during the day.

The sales data are loaded in an overnight batch run. There have been problems at peak periods when this run has taken longer than scheduled, so that dependent jobs could not finish before the start of the working day.

As a Technical Test Analyst, you have been asked to contribute to the project's Master Test Plan. The concerns expressed by stakeholders during risk identification include the length of the batch job runs, ease of parameter entry for the users, unauthorized access to stored sales data, and limited time for testing. With these in mind, which TWO of the following quality characteristics sub-characteristics are likely to contain the highest levels of technical risk?

A) Operability.

B) Time behavior.

C) Interoperability.

D) Security.

E) Testability.

Options:

A.

a and b

B.

b and e

C.

b and d

D.

c and e

Expert Solution
Questions # 18:

You are testing software that will be used in nuclear power plants. The particular piece of code you are testing has been classified as SIL 2. The following section of code falls under this classification:

If ((A > B) or (C > D)) and (E = F) then print A

Endif

Which of the following sets of test data would supply the minimum tests needed to achieve the "highly recommended" level of coverage?

Question # 18

Options:

A.

Set 1

B.

Set 3

C.

Set 5

D.

Set 2

Expert Solution
Questions # 19:

You are asked to provide a practical and pragmatic testing solution for a commercial system where the main user interface is via the Internet. It is critical that the company’s existing good name and market profile are not damaged in any way. Time to market is not a critical issue when appropriate testing solutions are identified to mitigate business risks.

A product risk assessment has revealed the following product risk:

• Abnormal application termination due to connection failure of the main interface.

Which of the following is the appropriate test type to address this risk?

Options:

A.

Performance efficiency testing

B.

Portability testing

C.

Reliability testing

D.

Operability testing

Expert Solution
Questions # 20:

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

Options:

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.

Expert Solution
Viewing page 2 out of 6 pages
Viewing questions 11-20 out of questions