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

Viewing page 1 out of 6 pages
Viewing questions 1-10 out of questions
Questions # 1:

You are involved in testing a system in the medical domain. Testing needs to comply with the FDA requirements and is rated as being safety critical. A product risk assessment has been performed and various mitigation actions have been identified. Reliability testing is one of the test types that needs to be performed throughout the development lifecycle.

Based on the information provided, which of the following activities would need to be addressed in the test plan?

Options:

A.

Perform a vulnerability scan.


B.

Design and execution of specific tests that evaluate the software's tolerance to faults in terms of handling unexpected input values.


C.

Design and execution of test cases for scalability.


D.

Testing whether the installation/de-installation can be completed.


Questions # 2:

When conducting a data flow analysis of following section of pseudo code:

Declare Function_Biggest integer (inputl integer. Input2 Integer) }

Declare output Integer

Set output = inputl

If input2 > output then

Set output = input2

Endif

Return output

}

Which of the variables utilized above has a potential anomalie?

Options:

A.

Inputl and input2


B.

None of the variables


C.

output


D.

Function_Biggest


Questions # 3:

What is the earliest stage in the application's SDLC at which performance efficiency testing can be performed?

Options:

A.

During requirements analysis


B.

During unit testing


C.

During system testing


D.

During beta testing


Questions # 4:

Consider the pseudo code for the Price program:

Question # 4

Which of the following statements about the Price program describes a control flow anomaly to be found in the program?

Options:

A.

The Price program contains no control flow anomalies.


B.

The Price program contains unreachable code.


C.

The Price program contains data flow defects.


D.

The Price program contains an infinite loop.


Questions # 5:

Why should security testing include testing for any cross-site scripting vulnerabilities?

Options:

A.

Because strings could be entered from the Ul that are too long for the code to handle safely


B.

Because encryption codes could be broken


C.

Because potentially malicious code could be inserted into the system


D.

Because a "man in the middle" could exist


Questions # 6:

Consider the following fault attack:

• Force all possible incoming errors from the software/operating system interfaces to the application.

Which of the following is the kind of failure you are looking for when using this attack?

Options:

A.

Application crashes when unsupported characters are pasted into an input field.


B.

Application crashes when the network is unavailable.


C.

Application crashes due to a lack of portability.


D.

Application miscalculates total monthly balance due on credit cards.


Questions # 7:

You need to implement a Java class that validates a password entry field. The validation critena states that the password must:

1. be a minimum of 8 characters

2 contain at least one special character.

You are focusing on validation criterion 1 and have written a test class that checks that a 7 character password entry will fail validation.

You have written code designed to make this test class pass, however, on first execution of the test class it has failed

What should you do next9

SELECT ONE OPTION

Options:

A.

Repair the failing code and re-execute it for the test class


B.

Develop a test class with a 9 character password containing one special character and re-execute the code


C.

Add code to cover special character validation criterion 2


D.

Refactor the failing code to improve its design and structure


Questions # 8:

Which TWO of the following statements about Maintainability testing are TRUE?

A) It should start as soon as the draft design documents are available for review

B) An application can be considered maintainable when static analysis and code review defects have been fixed

C) It tests the regression impact of software or environmental changes to an operational system

D) It can be performed during Operational Acceptance Testing by multiple departments

E) It can be performed during User Acceptance Testing to ensure business processes can be maintained

Options:

A.

a and b


B.

a and d


C.

b and c


D.

d and e


Questions # 9:

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

Options:

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


Questions # 10:

Consider the code fragment provided below:

Question # 10

How many test cases are needed for the code fragment lines 26 - 37 to achieve 100% modified condition/decision coverage?

Options:

A.

2 test cases


B.

4 test cases


C.

6 test cases


D.

8 test cases


Viewing page 1 out of 6 pages
Viewing questions 1-10 out of questions