Black Friday Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtick70

CTAL-TA_Syll2019 ISTQB Certified Tester Advanced Level - Test Analyst (Syllabus 2019) Questions and Answers

Questions 4

In the initial release of an insurance risk assignment application, a variety of test techniques were employed, especially equivalence partitioning.

After a thorough root cause analysis of this release, it was determined that the developers tended to incorrectly use ">" and "<" rather than the ">=" and " <= " in the code at several decision points.

This caused several borderline cases to be handled incorrectly.

Based on this analysis, how would you modify your test strategy for the next version's release?

Options:

A.

Use the same approach, but schedule 50% more time for regression testing

B.

Create test cases using boundary value analysis techniques

C.

Re-analyze the test basis and create a state transition diagram to ensure all transitions are properly tested

D.

Ensure that decision tables are used throughout the testing process

Buy Now
Questions 5

You have been provided with the following decision table that was used for smoke testing the previous release of a set of hotel reservation software.

During discussions with the Test Manager you agreed that software behavior focused on the date of reservation, especially as midnight approaches, presented additonal risk.

You need to add more tests to provide more thorough coverage of the test conditions. Which of the following techniques should you use to design more tests?

Options:

A.

Orthogonal Arrays

B.

Boundary value analysis

C.

State transition

D.

Portability

Buy Now
Questions 6

Although usability is an important aspect for a new planning system, due to availability constraints, the usability evaluation shall be performed without Which of the following is a usability technique that can be applied in this situation?

Options:

A.

Usability review, e.g., heuristic evaluation

B.

Usability prototyping

C.

Usability survey

D.

Usability lab sessions

Buy Now
Questions 7

When preparing test cases for an interoperability test, not all interactions may be clearly specified in the requirements documents. Which type of document is typically also used by a Test Analyst as the test basis for interoperability testing?

Options:

A.

User stories

B.

Functional specifications

C.

Component specifications

D.

System architecture document

Buy Now
Questions 8

While performing system testing, you have discovered what you believe to be a defect. You have performed the following steps:

1. Compared actual with expected results

2. Logged actual results

3. Identified the specific versions tested as well as specific environment configurations

4. Logged information in the context of the level of testing and the strategy

What other step should you perform at the time you are logging the incident?

Options:

A.

Debug the code to determine the cause of the defect

B.

Update the test automation to bypass the defect

C.

Identify and log any new risks that have surfaced

D.

None, you have taken all appropriate steps

Buy Now
Questions 9

You are a Test Analyst in the banking domain. You have received the following requirement: "The system shall allow cash advances of at least 200 Euros for all supported credit cards. The following credit cards are supported: American Express, Diners, Visa, Mastercard and Eurocard.

Which one of the findings described below is true regarding this requirement?

Options:

A.

The requirement is ambiguous in terms of supported cards.

B.

The requirement indicates potential performance problems.

C.

The requirement is unclear in terms of advance limits.

D.

The requirement indicates potential usability problems

Buy Now
Questions 10

In the software development lifecycle, when should you usually conduct functional completeness testing that focuses on high-level business cases?

Options:

A.

Unit testing

B.

Performance testing

C.

System integration testing

D.

O User acceptance testing

Buy Now
Questions 11

company in the medical domain has adopted methodical testing as its preferred test strategy Before being able to release to the market an external audit on the test process is mandatory. The test team consists of a mix of highly experienced domain-based testers and junior testers who only recently joined the company.

What is the BEST option regarding the level of detail and documentation required for test cases in the project?

Options:

A.

Low-level test cases since this will support both the external audit and the new junior testers.

B.

High-level test cases since this is consistent with the chosen test strategy

C.

Low-level test cases since it will make the process more effective and it will make the best use of the knowledge and skills of the experienced domain testers.

D.

High-level test cases since it will make the process more effective and it will make the best use of the knowledge and skills of the experienced I domain testers.

Buy Now
Questions 12

You are testing a dictionary lookup mobile application. When the user enters a word, the definition of that word is returned. This application will run on iOS and Android, on the latest versions

of the devices and the operating systems, plus all devices and operating system released in the last three years. The target users are university students.

Which of the following is a test condition that can be used to verify the user error protection quality sub-characteristic?

Options:

A.

The user should not experience an error that does not have a clear explanation and instructions for correction

B.

The system should be able to support database x in place of the default database with no changes to the application

C.

The screen display should conform to the WCAG 2.1 requirements at a AA level

D.

No errors should be displayed to the user

Buy Now
Questions 13

You have been given a user story for an ATM application and have been reviewing it. The following are two of the acceptance criteria:

AC 1: The account balance must be displayed to the user as fast as possible to ensure they do not leave during the transaction.

AC 2: The user must log in easily before they can display their balance

From the information provided here and by applying the review checklist in the syllabus, what is the major problem with the acceptance criteria?

Options:

A.

The feature is not clearly defined

B.

The acceptance criteria are not testable

C.

The story is not independent from other stories

D.

The acceptance criteria are not prioritized

Buy Now
Questions 14

You are testing software that will be used on mobile devices by senior citizens to help them sign up for activities in a retirement home. The interface is modern with moving graphics and few

words. There is no help included with the application. Given this information, what type of testing is needed to ensure the application is suitable for use?

Options:

A.

Functional completeness

B.

Functional correctness

C.

Functional accuracy

D.

Functional appropriateness

Buy Now
Questions 15

Which of the following is a capability of a test data preparation tool?

Options:

A.

It can be used to anonymize production data

B.

It can be used to create manual and automated test cases

C.

It can be used to execute and collect the results from a set of automated tests

D.

It can be used to gather information from review sessions

Buy Now
Questions 16

You have just attended a cross-functional meeting during which a list of risk items was reviewed. After much discussion, each item was assigned a likelihood and impact rating by the group. Although there was some disagreement, the outcome was generally accepted by everyone who participated. You will now be working on planning the testing to address the identified risks in priority order. When you execute the tests, you will be conducting what type of activity?

Options:

A.

Risk planning

B.

Risk identification

C.

Risk assessment

D.

Risk mitigation

Buy Now
Questions 17

Consider the following rules for tuition payments at Acme University:

Part-time undergraduate students (taking 1-11 credit hours) pay $435 per credit hour tuition.

Full-time undergraduate students (taking 12-18 credit hours) pay $17820 per semester tuition.

Full-time undergraduate students (taking 19 or more credit hours) pay the base of $17820 plus $335 per credit hour for each hour greater than 18.

Part-time graduate students (taking 1-7 credit hours) pay $520 per credit hour tuition.

Full-time graduate students (taking 8 or more credit hours) pay $520 per credit hour tuition.

Which of the following decision tables most effectively represents Acme's tuition rules?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 18

Which of the following testing objectives would NOT be in focus for the Test Analyst during installability testing?

Options:

A.

Testing whether a given application can function correctly in all intended target environments.

B.

Testing the functional correctness of installation and de-installation procedures.

C.

Identifying usability issues in installation and de-installation procedures

D.

Testing that different configurations of the software can be successfully installed

Buy Now
Questions 19

Consider the following state diagram for a simple ATM.

The decision has been made to add the following capabilities:

Allow the customer to go from Get Balance to Deposit, Withdrawal or Menu.

Allow the customer to go from Deposit to Withdrawal, Get Balance or Menu

From Withdrawal the customer still will be able to go only to Menu.

How many test cases are required to achieve 100% 0-switch coverage of the new and existing capabilities?

Options:

A.

6

B.

9

C.

13

D.

16

Buy Now
Questions 20

Consider the following user story: As a student, I want to be able to buy a parking pass (priority: high) Acceptance criteria

- The student will not receive the parking pass if the payment is insufficient.

- Only registered students can buy a parking pass.

- The student can only buy one parking pass each month.

Which of the following checklist items would result in finding a defect for the user story?

Options:

A.

Are the acceptance criteria defined and testable?

B.

Does the story follow the commonly used format "As a < >, I want < > so that < >"?

C.

Is the story prioritized?

D.

Is the story written from the view of the person who requested it?

Buy Now
Questions 21

The Technical Test Analyst has created a suite of keyword-driven tests to be used to test a calendar creation application. Because users may enter erroneous data, error checking must be

handled with the automation. What is the best way to test the error conditions and still use the keyword-driven tests?

Options:

A.

Create test data for the keywords that includes error data and verifies the proper error is returned

B.

Create a suite of data-driven tests that will provide all possible errors

C.

Create new keywords to handle the error situations

D.

Create manual tests for the error conditions and provide only valid data for the keyword tests

Buy Now
Questions 22

You are working on a hand held product that will be used by carpet salespeople to create estimates while the salesperson is at the customer's location. The carpet installation prices are different based on how much carpet the customer will be buying. If the customer is buying enough only for a small room (less than 20 square yards) the cost to install is $5 a square yard. For a medium room (less than 40 square yards) the cost to install is $4 a square yard. For a large room (40 square yards or more) the cost to install is $2 a square yard. Two small rooms or one small room plus a set of stairs is priced at the medium room price. Two medium rooms or one medium room plus a set of stairs is priced at the large room price.

Which of the following is the smallest set of test conditions to provide minimum coverage of the boundary values?

Options:

A.

0 sq yds, 1 sq yd, 19 sq yds, 20 sq yds, 39 sq yds, 40 sq yds, max sq yds, max sq yds + 1

B.

20 sq yds, 40 sq yds

C.

No purchase, 1 sq yd, 20 sq yds, 40 sq yds, max sq yds

D.

O One small room, one medium room, one large room, one set of stairs, one large room + 1 set of stairs

Buy Now
Questions 23

Rather than developing an e-commerce product, management has decided to acquire a COTS package The e-commerce product needs to interface.

with backend applications such a finance, stock control and order delivery. You are asked to define a test plan for this project.

Given just the information in the scenario, which of the following software quality characteristics must be included in your test plan?

Options:

A.

Interoperability

B.

Reliability

C.

Maintainability

D.

Portability

Buy Now
Questions 24

You are a test analyst assigned to a project to conduct System Integration Testing (SIT).

Who would need to understand your tests?

Options:

A.

Customers who will need to execute the tests during beta test

B.

Developers, who will review the tests, and auditors, who may have to approve the tests

C.

Project management in a formal walkthrough and inspection

D.

Business users for use in User Acceptance Testing (UAT) when SIT is complete

Buy Now
Exam Code: CTAL-TA_Syll2019
Exam Name: ISTQB Certified Tester Advanced Level - Test Analyst (Syllabus 2019)
Last Update: Nov 24, 2024
Questions: 80
CTAL-TA_Syll2019 pdf

CTAL-TA_Syll2019 PDF

$25.5  $84.99
CTAL-TA_Syll2019 Engine

CTAL-TA_Syll2019 Testing Engine

$30  $99.99
CTAL-TA_Syll2019 PDF + Engine

CTAL-TA_Syll2019 PDF + Testing Engine

$40.5  $134.99