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

CTAL-TA_Syll2019 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

CTAL-TA_Syll2019 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: ISTQB Certified Tester Advanced Level - Test Analyst (Syllabus 2019)
  • Last Update: Apr 26, 2024
  • Questions and Answers: 80
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

CTAL-TA_Syll2019 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

CTAL-TA_Syll2019 Practice Exam Questions with Answers ISTQB Certified Tester Advanced Level - Test Analyst (Syllabus 2019) Certification

Question # 6

You've created a checklist for an upcoming requirements/use case review. You have included validating the testability of each requirement, and establishing acceptance criteria for each requirement.

You've ensured that each requirement and use case has a unique identifier that complies with company policy. What else should you add to the checklist?

A.

Decision tables

B.

State transition diagrams

C.

Orthagonal arrays for all specified variables

D.

Traceability documentation

Full Access
Question # 7

You have been assigned to test an application that allows users to conduct banking online. You have been asked to verify the various installation environments for the product. According to the specification the product supports four browsers (Edge, Chrome, FireFox, and Safari), three operating systems (Windows, Mac, Unix), and four languages (English, Spanish, French, German). As you are reviewing the specifications you realize that the actual operating system names and versions were not included, only the major category. From this, you conclude that if you pick one from each of these sets (for example, select Windows 10 for the Windows OS), that testing should be sufficient.

You have determined that some of these combinations are not interesting and should be excluded from the test sets. For example, you are not interested in testing Safari with Unix in German.

Which of the combinatorial testing techniques would be the best choice when you want to exclude certain combinations?

A.

Pairwise testing

B.

Orthogonal arrays

C.

Cause/effect diagrams

D.

Classification trees

Full Access
Question # 8

Consider the following decision table:

CTAL-TA_Syll2019 question answer

This decision table has been created to test the following specification: Persons that study at a university (C1) and have parents whose total annual income is less than € 30.000 (C2), receive a scholarship In in addition to these qualifications, if they also live away from home (C3), they receive an addition to their scholarship (A2) How many cases are left when this decision table is collapsed?

A.

1

B.

2

C.

4

D.

5

Full Access
Question # 9

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?

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

Full Access
Question # 10

You are assigned to a test team to write test cases for their retail call center application. Your analysis estimates a need for approximately 2,000 test cases. Your test team consists of experienced business users, who have helped with testing on an on-going basis for several years. The application that you are assigned to test is continually being updated to meet market and customer requirements.

What is recommended in this situation?

A.

Writing low-level test cases with step by step instructions so your non-professional testers can execute the test cases without error

B.

Focusing on high-level test cases consisting mostly of guidelines of what should be tested

C.

Creating low-level test cases to minimize on-going maintenance efforts

D.

Having business users create decision tables and state transition diagrams to assist in creating step-by-step test cases

Full Access
Question # 11

You are working on an Agile project to develop an ATM application and have been given the following story to review:

User Story #105, "Query balance and withdraw", Priority = 2, Version 1.0

Note: This story can only be implemented after the implementation of the following stories:

#101, "Login"

#102, "Verify valid account"

The user must be able to query the balance of his account and withdraw an amount of money not to exceed $200 or his balance, whichever is less. The query results must return within three seconds.

The user must receive their cash and receipt within five seconds of completing the request.

Acceptance Criteria: The user queries his account and receives a correct response within three seconds. The user requests a valid withdrawal and receives his money and receipt within five seconds.

Which of the following is a problem that should be noted during a review of this story?

A.

The acceptance critena are nol clearty defined and testable

B.

The priority of this story is not stated

C.

Dependencies between this story and others are not clearly defined

D.

The story contains more than one item of functionality

Full Access
Question # 12

Supercar.

Supercar is an online vehicle sales website specializing in a single manufacturer's Sports Utility Vehicles (SUVs) and saloons A vehicle has two key elements, power unit and body style The manufacturer offers three choices of power unit: petrol, electric and hybrid There are 3 main body styles Saloon, Hatchback and SUV. SUVs are available only as petrol and electric options.Hybrid is available for Hatchback only The website will allow an order to be processed if the chosen vehicle configuration is in stock, otherwise a message will be displayed asking the user to Cry again later. Based on the specification, the following classification tree has been developed:

CTAL-TA_Syll2019 question answer

Which test case is needed to complete the test set and achieve minimum class coverage?

A.

Power Unit: Hybrid Body Style: Saloon

B.

Power Unit: Electric Body Style: Hatchback

C.

Power Unit: Petrol Body Style: Saloon

D.

Power Unit Hybrid Body Style: Hatchback

Full Access
Question # 13

You are assigned as a Senior Test Analyst to lead a project test team composed of business users. These users have extensive business knowledge, but no testing experience. There is another test team composed of in-sourced professional testers that will also be used for this project. Your business users will be assisting the project on a part-time basis. The development team is building an application using the "V-model" development lifecycle. Your company has automated testing tools and test management systems for use by dedicated test teams. What would be an effective method to employ your business users in your testing effort?

A.

Provide them with high-level test charters to execute checklists of items to be tested. You may also provide criteria to assist in verifying the application under test.

B.

Using their knowledge of the system, have them construct detailed state transition diagrams, then translate the information into detailed step-by-step test procedures.

C.

Have your business testers create automated test scripts using available test tools to ensure that regression tests can be executed on a timely basis.

D.

With their knowledge of business rules, have them create a detailed decision table, then enter the resulting information into the test management system as step-by-step test cases.

Full Access
Question # 14

Which of the following software development lifecycle models requires the earliest involvement from the Test Analyst?

A.

V-model

B.

Embedded iterative model

C.

Agile development model

D.

Maintenance lifecycle

Full Access
Question # 15

Which of the following is an example of an adaptability test that should be executed by a Test Analyst?

A.

Execute test case A on iOS and Android (latest version) using FireFox (latest version)

B.

Execute test case A using both valid and invalid data

C.

Execute test case A after installing it on an unsupported device

D.

O Execute test case A after substituting the database with a different product (same data)

Full Access
Question # 16

During which test stage is functional appropriateness typically tested?

A.

Component testing

B.

System testing

C.

Operability testing

D.

Adaptability testing

Full Access
Question # 17

Which of the following is an appropriate task for the Test Analyst to perform during the test execution phase?

A.

Creating a test execution schedule

B.

Creating automated tests

C.

Finalizing test data and test environments

D.

Analysing anomalies to establish their likely causes

Full Access
Question # 18

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 equivalence partitions?

A.

One small room, two medium rooms with stairs

B.

One small room, one small room with stairs, two medium rooms

C.

No purchase, one small room, one medium room, one large room, one extra large room

D.

One small room, one small room with stairs, one medium room, one medium room with stairs, one large room

Full Access
Question # 19

REQ1 a sun cancer warning system shall produce a daily score sheet based on the number of hours expose to the sun and the intensity of sun radiation.

REQ2 The number of hours exposed to the sun shall be categorized in A (below 2), B (2 to 4 hours) or C (more than 4 hours)

REQ3 The intensity of sun radiation shall be labelled as low, medium, high, or extreme.

Based on the requirements stated above a Test Analyst has defined the following three test cases:

How many test conditions to be identified from requirements REQ2 and REQ3, are NOT covered by the three test cases:

CTAL-TA_Syll2019 question answer

A.

3

B.

4

C.

6

D.

8

Full Access
Question # 20

You are building tests using the classification tree below. You have been told that pairwise testing would be a good approach to this problem. When you apply the pairwise testing technique what would be the expected effect on the number of test cases?

CTAL-TA_Syll2019 question answer

A.

Pairwise testing will require fewer test cases than exhaustive testing

B.

Pairwise testing will have no effect on the number of test cases

C.

Pairwise testing would not be applicable for this problem

D.

Pairwise testing would not be possible because equivalence partitions have not been defined

Full Access
Question # 21

Ideally, which environments should be targeted by interoperability testing?

A.

Only the highest risk environments for the highest priority usage

B.

Primarily the environments with the heaviest use

C.

All the expected environments and combinations

D.

Only those environments readily available in the testing lab

Full Access
Question # 22

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?

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.

Full Access
Question # 23

Consider 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.

The requirement has been identified as business critical.

The following test conditions have been derived:

1. The system shall allow cash advances of at least 200 Euros

2. It shall support American Express, Diners, VISA, Mastercard and Eurocard.

Assume you are following a risk-based testing strategy, where likelihood and impact are both assessed on a five-point scale ranging from very low to

very high The requirement R1 was identified as a risk item during the quality risk analysis process. In total 20 risk items were identified during this process

Assume that technical project stakeholders have assessed the likelihood of the requirement R1 risk item at a medium level Given only the information above, which of the following statements is true?

A.

The test cases associated with requirement R1 shall be run first in the test execution period

B.

The test cases associated with requirement R1 must be run towards the middle of the test execution period.

C.

A large number of test cases should be designed for requirement R1, based on impact

D.

The risk impact for requirement R1 should be categorized as high or very high

Full Access
Question # 24

Based on the tax system specification as described below, using boundary value analysis, which would be the best test set to explicitly test on single boundary value fully?

Tax system

A tax system needs to be updated due to new legislation. For a person with a salary of less than € 20 000 and who is married, the tax needs to be recalculated.

If a person has at least three and less than six children, an additional 10% reduction is applicable.

CTAL-TA_Syll2019 question answer

A.

Test set (i)

B.

Test set (ii)

C.

Test set (iii)

D.

Test set (iv)

Full Access