ExamGecko
Home Home / ISTQB / CTAL

ISTQB CTAL Practice Test - Questions Answers, Page 6

Question list
Search
Search

List of questions

Search

Related questions











Consider the following perl statement. How many test cases are required at a minimum for condition coverage?

$a=$x||$y

A.
1
A.
1
Answers
B.
2
B.
2
Answers
C.
3
C.
3
Answers
D.
4
D.
4
Answers
Suggested answer: C

Select the correct classification tree diagram for the following Children Learning Program. The program displays three shapes; circle, square and triangle and two color choices (red & blue). The child has to identify the shape and the color and press the appropriate button on the screen. The computer program verifies the selection and provides a score at the end of the game. Which classification tree diagram displays the program choices?

A.
Option
A.
Option
Answers
B.
Option
B.
Option
Answers
C.
Option
C.
Option
Answers
D.
Option None of the above
D.
Option None of the above
Answers
Suggested answer: B

An internet service provider (ISP) offers its services mainly to home users. With this group, a major target is home users with children. One of its key selling points is its Parental Control (PC) system.

The PC system allows the user with Master rights to set the internet access privileges of the other users. Its categories of user are: Mature Teen (M), General Teen (G), Kids only (KO).

# A Mature Teen can have 24-hour access, can access websites in the M category and can visit chat rooms.

# A General Teen can have '9–5' access, can access websites in the G category and can visit chat rooms.

# A Kid can have access up to 1 hour per day, can access websites in the KO category only, but cannot visit chat rooms. Which of the following provides the best description of a test condition for this system?

A.
The system will allow a user to have Master rights.
A.
The system will allow a user to have Master rights.
Answers
B.
The system will allow a General Teen to have 24-hour access.
B.
The system will allow a General Teen to have 24-hour access.
Answers
C.
The system will allow Kids access to the M category of websites.
C.
The system will allow Kids access to the M category of websites.
Answers
D.
The system will allow a Mature Teen to access only specified chat rooms.
D.
The system will allow a Mature Teen to access only specified chat rooms.
Answers
Suggested answer: A

An internet service provider (ISP) offers its services mainly to home users. With this group, a major target is home users with children. One of its key selling points is its Parental Control (PC) system.

The PC system allows the user with Master rights to set the internet access privileges of the other users. Its categories of user are: Mature Teen (M), General Teen (G), Kids only (KO).

# A Mature Teen can have 24-hour access, can access websites in the M category and can visit chat rooms.

# A General Teen can have '9–5' access, can access websites in the G category and can visit chat rooms.

# A Kid can have access up to 1 hour per day, can access websites in the KO category only, but cannot visit chat rooms.

Which of the following test design techniques would be best suited to testing that a General Teen can have only '9–5' access to the system?

A.
State transition testing
A.
State transition testing
Answers
B.
Equivalence partitioning
B.
Equivalence partitioning
Answers
C.
Path testing
C.
Path testing
Answers
D.
Statement testing
D.
Statement testing
Answers
Suggested answer: B

An internet service provider (ISP) offers its services mainly to home users. With this group, a major target is home users with children. One of its key selling points is its Parental Control (PC) system.

The PC system allows the user with Master rights to set the internet access privileges of the other users. Its categories of user are: Mature Teen (M), General Teen (G), Kids only (KO).

# A Mature Teen can have 24-hour access, can access websites in the M category and can visit chat rooms.

# A General Teen can have '9–5' access, can access websites in the G category and can visit chat rooms.

# A Kid can have access up to 1 hour per day, can access websites in the KO category only, but cannot visit chat rooms.

Which of the following types of testing would be best suited to checking the source code for data flow errors?

A.
Static analysis
A.
Static analysis
Answers
B.
Dynamic analysis
B.
Dynamic analysis
Answers
C.
Performance testing
C.
Performance testing
Answers
D.
Boundary value analysis
D.
Boundary value analysis
Answers
Suggested answer: A

An internet service provider (ISP) offers its services mainly to home users. With this group, a major target is home users with children. One of its key selling points is its Parental Control (PC) system.

The PC system allows the user with Master rights to set the internet access privileges of the other users. Its categories of user are: Mature Teen (M), General Teen (G), Kids only (KO).

# A Mature Teen can have 24-hour access, can access websites in the M category and can visit chat rooms.

# A General Teen can have '9–5' access, can access websites in the G category and can visit chat rooms.

# A Kid can have access up to 1 hour per day, can access websites in the KO category only, but cannot visit chat rooms. For which of the following would decision testing be most suited?

A.
To check that the system allows the creation of a Master user.
A.
To check that the system allows the creation of a Master user.
Answers
B.
To check that the Master user can set access privileges.
B.
To check that the Master user can set access privileges.
Answers
C.
To check that the code relating to the Master user can be fully executed.
C.
To check that the code relating to the Master user can be fully executed.
Answers
D.
To check that the Master user can be changed to a different user.
D.
To check that the Master user can be changed to a different user.
Answers
Suggested answer: C

A car manufacturer is updating its airbag deployment system for its family cars. It has increased the number of airbags from four to nine. This has necessitated an upgrade to the airbag control software (ACS) to allow deployment of the extra airbags where appropriate. The car manufacturer receives information from on-board sensors. From this, it calculates the amount of deployment needed (minimal, medium and full), and from which airbag(s). For this upgrade, it will receive information from extra sensors to be used in its calculations. The car manufacturer employs its own in-house software development team. It uses the V model for its software development. There are four stages of testing, from unit through to factory acceptance testing. The development team is made up of project, programming and test managers. The programmers use object-oriented methods for development. The car manufacturer wishes to be first to market with the extra airbags, which will allow it to increase the safety ratings for its family cars, thereby increasing sales in a very competitive market. Which of the following are risks associated with the use of the V model for this upgrade?

I . The sensors may not be responsive enough in impacts.

II . The manufacturer may not be able to process the information received from the sensors quickly enough.

III . The time required to create the high- and low-level designs may mean that insufficient time can be spent on system testing.

IV . The system may fail factory acceptance testing, necessitating costly rework.

A.
I and II
A.
I and II
Answers
B.
II and III
B.
II and III
Answers
C.
III and IV
C.
III and IV
Answers
D.
I and IV
D.
I and IV
Answers
Suggested answer: C

A car manufacturer is updating its airbag deployment system for its family cars. It has increased the number of airbags from four to nine. This has necessitated an upgrade to the airbag control software (ACS) to allow deployment of the extra airbags where appropriate. The car manufacturer receives information from on-board sensors. From this, it calculates the amount of deployment needed (minimal, medium and full), and from which airbag(s). For this upgrade, it will receive information from extra sensors to be used in its calculations. The car manufacturer employs its own in-house software development team. It uses the V model for its software development. There are four stages of testing, from unit through to factory acceptance testing. The development team is made up of project, programming and test managers. The programmers use object-oriented methods for development. The car manufacturer wishes to be first to market with the extra airbags, which will allow it to increase the safety ratings for its family cars, thereby increasing sales in a very competitive market. Which of the following is a risk associated with the development approach?

A.
Information hiding may pose extra testing challenges.
A.
Information hiding may pose extra testing challenges.
Answers
B.
System testing may take longer than planned.
B.
System testing may take longer than planned.
Answers
C.
The calculations may become overly complex due to the increase in the number of sensors.
C.
The calculations may become overly complex due to the increase in the number of sensors.
Answers
D.
Testers may not be able to write the factory acceptance tests at the start of development
D.
Testers may not be able to write the factory acceptance tests at the start of development
Answers
Suggested answer: A

A car manufacturer is updating its airbag deployment system for its family cars. It has increased the number of airbags from four to nine. This has necessitated an upgrade to the airbag control software (ACS) to allow deployment of the extra airbags where appropriate. The car manufacturer receives information from on-board sensors. From this, it calculates the amount of deployment needed (minimal, medium and full), and from which airbag(s). For this upgrade, it will receive information from extra sensors to be used in its calculations. The car manufacturer employs its own in-house software development team. It uses the V model for its software development. There are four stages of testing, from unit through to factory acceptance testing. The development team is made up of project, programming and test managers. The programmers use object-oriented methods for development. The car manufacturer wishes to be first to market with the extra airbags, which will allow it to increase the safety ratings for its family cars, thereby increasing sales in a very competitive market. Which of the following is a product risk of the upgrade described?

A.
The extra airbags may restrict the visibility of the driver.
A.
The extra airbags may restrict the visibility of the driver.
Answers
B.
The manufacturer may not be awarded its desired safety rating.
B.
The manufacturer may not be awarded its desired safety rating.
Answers
C.
There may be a need to use modeling tools at unit testing.
C.
There may be a need to use modeling tools at unit testing.
Answers
D.
The ACS may not be able to process the extra sensor data quickly enough, causing incorrect deployment of the airbag(s).
D.
The ACS may not be able to process the extra sensor data quickly enough, causing incorrect deployment of the airbag(s).
Answers
Suggested answer: D

Select the correct answer;

I . Verifying "what" the product does is part of functional testing.

II . Usability Testing is a domain/functional testing technique.

III . Inspection, evaluation and reviews are usability test techniques.

IV . Understandability, learnability and attractiveness are attributes of usability

A.
I, II, III true, IV false
A.
I, II, III true, IV false
Answers
B.
II, III, IV true. I false
B.
II, III, IV true. I false
Answers
C.
I, II true. III, IV false
C.
I, II true. III, IV false
Answers
D.
All of the above true
D.
All of the above true
Answers
Suggested answer: D
Total 80 questions
Go to page: of 8