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

CTAL-TA_Syll2019 Questions and Answers

Question # 6

You have been assigned to design test cases to be used by an experienced team to test software that controls the braking mechanism for commuter trains. Before the software can be released, the test evidence will be reviewed by an external safety team to ensure that test coverage is sufficient and that risk mitigation has achieved the appropriate level.

What level of test cases should be written for this application?

A.

Low-level test cases using predefined data

B.

High-level test cases using tester-created data

C.

High-level test cases using predefined data

D.

Low-level test cases using tester-created data

Full Access
Question # 7

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 # 8

The following decision table shows the conditions/actions that are handled by the current system regarding taking credit cards for reservations.

The customer has decided that credit cards are too high risk and wants to change to accepting only debit cards. Debit cards have to be valid and also require a valid PIN in order to be accepted. Debit cards require purchase amount approval in order to be accepted. Given these changes, how many test cases will be needed to provide 100% coverage of the decision table?

A.

5

B.

6

C.

7

D.

8

Full Access
Question # 9

How many cases are required to test the tax system specification as described below, using a decision table which is not collapsed?

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 the person also has more than two and less than five children, an additional 10% reduction is applicable.

A.

2

B.

4

C.

6

D.

8

Full Access
Question # 10

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

Who would need to understand your tests?

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

Full Access
Question # 11

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?

A.

Orthogonal Arrays

B.

Boundary value analysis

C.

State transition

D.

Portability

Full Access
Question # 12

For an ATM banking project the following applies: "When the user first inserts a valid credit card, the system considers the user to be in an unauthenticated state. When requesting a cash advance, the user must be in an authenticated state. The user authenticates by entering the correct PIN code for the card they have used. During the user authentication, the system shall allow the user to enter their PIN code up to three times before failing the authentication and rejecting the card. On the first and second try, the system shall prompt the user to re-enter the PIN code "Suppose you are concerned that, depending on the number of invalid PIN codes entered, the system may behave incorrectly. Which of the following test design techniques is specifically targeted at finding such failures?

A.

Equivalence partitioning

B.

Pairwise testing

C.

State transition testing using 1-switch coverage

D.

Classification tree technique

Full Access
Question # 13

You have been given a test charter to conduct exploratory testing for accepting credit and debit cards for an e-commerce system. You started with the credit cards and you have found that, valid or

invalid, they are never accepted. You have logged this as a defect. What should you do now?

A.

Enter your exploratory test cases with detailed test steps into the Test Management System

B.

Close the session and start a new session with a new charter

C.

Continue the session and conduct the testing for debit cards

D.

Automate the testing for the credit card exploratory tests so they can be used for confirmation testing after the defect is fixed.

Full Access
Question # 14

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?

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 # 15

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?

A.

Interoperability

B.

Reliability

C.

Maintainability

D.

Portability

Full Access
Question # 16

What are ways in which classification trees support the application of pairwise testing?

a. They help to identify inputs to be used by the pairwise test technique

b. They show the combinations needed to cover all-pairs

c. They help to identify particular combinations of interest

d. They show both typical and atypical behavior

e. They show the expected results for the various test cases

A.

b and c

B.

b, d and e

C.

a, b and c

D.

c and e

Full Access
Question # 17

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?

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

Full Access
Question # 18

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?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 19

You have been working as a Test Analyst for a customer-facing application that is critical to the reputation of your company. You have worked with business users to create use

cases and captured a variety of scenarios, including both main and alternate paths. You have managed to create a suite of use cases that portrays a realistic usage model of the system.

Because of this, you will also be able to use these use cases for what other type of testing?

A.

Experience-based testing

B.

Performance testing

C.

Defect-based testing

D.

FMEA

Full Access
Question # 20

You are testing software which is being ported from one platform to another. There are no documented requirements and there is no time budgeted for writing them.

Which type of test technique is most useful in this situation?

A.

Black-box test technique

B.

White-box test technique

C.

Defect-based test technique

D.

Experience-based test technique

Full Access
Question # 21

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?

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?

Full Access
Question # 22

A Test Analyst is investigating what should be tested for interoperability between two systems. In addition to looking at the information exchange between the systems, what else should be

identified for testing?

A.

The information exchange between the systems and the users

B.

The information exchange between each system and its environment

C.

The information exchange between the business analyst and the end user

D.

The information exchange between the test automation and the test management system

Full Access
Question # 23

You've been tasked to measure the degree of accuracy in a mortgage rate calculation module of the software you are testing. Which type of testing are you performing?

A.

Functional correctness testing

B.

Performance efficiency testing

C.

Functional completeness testing

D.

Appropriateness recognizability testing

Full Access
Question # 24

You are testing the processing of a critical traffic control system to which various regulations apply The processing of the input variables is dependent

on defined ranges within which the actual retrieved data values can lie.

Which of the following black-box test techniques should you use to test the processing functionality of this system?

A.

Use case testing

B.

Pairwise testing

C.

Equivalence partitioning enhanced with boundary value analysis

D.

State transition testing

Full Access