Sei sulla pagina 1di 9

WWW.UNIVERSALEXAMS.

COM

Certified Tester
Foundation

Revision Questions 5

Time allowed: 1 hour


40 QUESTIONS

Any unauthorised copying or re-selling of the contents of this practice exam paper
without permission will constitute an infringement of copyright.
Commercial copying, re-selling, hiring, lending is strictly prohibited.

Copyright 2006 www.universalexams.com

WWW.UNIVERSALEXAMS.COM

Q
01

Which one of the following cannot be detected by Static Analysis?

A
B
C
D

Undeclared code
Unreachable code
Possible array bound violations
Undeclared variables

Q
02

Which one of the following cannot be detected by Static Analysis?

A
B
C
D

Unreachable type mismatches


Uncalled functions
Possible array bound violations
parameter type mismatches

Q
03

Which one of the following is said to perform Static Analysis?

A
B
C
D

A Compiler
A Keyboard
A Mouse
A Traffic Generator

Q
04

Which of the following is not an example of Error Guessing?

A
B
C
D

Input numbers not suggested by a GUI


Input numbers suggested by a GUI
Input of mixture of numbers and letters
Input of a blank entry

Q
05

Which of the following is considered to be an Experienced-based


Technique?

A
B
C
D

White-box Testing
Performance Testing
Error Guessing
Stress Testing

Copyright 2006 www.universalexams.com

WWW.UNIVERSALEXAMS.COM

Q
06

Use Case Testing is based on.

A
B
C
D

Fabricated scenarios of the receiver of the product


Typical scenarios of the provider of the software
Typical scenarios of the receiver of the product
Typical scenarios of the developer of the product

Q
07

Which of the following is not a consideration when choosing a Test


Technique?

A
B
C
D

Is there a level of risk involved?

What is the Customers level of knowledge?


What is the Testers level of knowledge?
Are there any regulatory standards involved?

Q
08
A
B
C
D

Q
09
A
B
C
D

Which of the following is not part of the Fundamental Test Process?

Test Planning & Control

Test Opening Activities


Test Closure Activities
Test Analysis & Design

Which of the following is not part of the Fundamental Test Process?

Test Planning & Control

Test Implementation & Execution


Test Closure Activities
Test Control & Planning

Q
10

Which is not part of Test Analysis & Design?

A
B
C
D

Creating the Test Cases


Ensuring that all requirements can actually be tested
Review of test basis, involving requirements, architecture
Designing the Test Cases

Copyright 2006 www.universalexams.com

WWW.UNIVERSALEXAMS.COM

Q
11

Which is not part of Test Planning & Control?

A
B
C
D

Determining Risks and objectives of testing


Execution of Test Cases
Ensuring any policies are adhered to
Determining the approach to testing

Q
12

What does UAT represent?

A
B
C
D

User Acceptance Testing

Under Acceptable Testing


User Acceptable Testing
Universal Acceptance Testing

Q
13

_______ ______ graphs display the logic structure of software.

A
B
C
D

Floor Control
Flow Control
Console Flow
Control Flow

Q
14

_______ _______ is a software metric that is used to measure the


complexity of a software program.

A
B
C
D

Cyclomatic Complexity
Software Complexity
Complex Cyclomatic
ATSL 160669

Q
15

What gives you the minimum number of tests you need to fully exercise the
code ?

A
B
C
D

Cyclomatic Complexity
Software Complexity
Complex Cyclomatic
Complex Software

Copyright 2006 www.universalexams.com

WWW.UNIVERSALEXAMS.COM

Q
16

What is recommended when assembling a Test Team?

A
B
C
D

Multi-purpose Testers
Multi-processor Testers
Multi-disciplined Testers
Multi-ply Testers

Q
17

The ______ is effectively the project sponsor?

A
B
C
D

User
Client
Tester
Developer

Q
18

The ______ will provide knowledge from the existing system/software and
will define requirements for the new system/software?

A
B
C
D

Systems Analyst
Client
Business Analyst
User

Q
19

A __________ will provide the skills to write the actual software code and
perform Unit Testing?

A
B
C
D

User
Business Analyst
Tester
Developer

Q
20

Technical detail and support to the system design is the responsibility of the
___________?

A
B
C
D

Systems Analyst
Technical Designer
Business Analyst
Technical User

Copyright 2006 www.universalexams.com

WWW.UNIVERSALEXAMS.COM

Q
21

__________ _____________ is the approach used in managing the


individual components (software & hardware) that make up the System?

A
B
C
D

Management Configuration
Change Management
Management Change
Configuration Management

Q
22

Software exists in which two forms?

A
B
C
D

Non-run-able and run-able code


Non-executable and executable code
Non-executing and executing code
Non-compiling and compiling code

Q
23

Which of the following is not commonly associated with Configuration


Management?

A
B
C
D

Status Accounting
Status Auditing
Configuration Control
Configuration Auditing

Q
24

Which of the following is not commonly associated with Configuration


Management?

A
B
C
D

Status Accounting
Configuration Identification
Configuration Control
Configuration Accounting

Q
25

_________ _________ is the process of identifying all of the individual


items that will be subject to version control within the project?

A
B
C
D

Configuration Control
Configuration Auditing
Configuration Identification
Configuration Accounting

Copyright 2006 www.universalexams.com

WWW.UNIVERSALEXAMS.COM

Q
26

_________
_________ This activity ensures that any changes are
controlled and monitored?

A
B
C
D

Configuration Accounting
Configuration Auditing
Configuration Identification
Configuration Control

Q
27

_________ _________ This is the process of recording and reporting on


the current status of the item.?

A
B
C
D

Configuration Auditing
Status Accounting
Configuration Identification
Configuration Control

Q
28

Which of the following does not form part of a Test Estimate?

A
B
C
D

Reviews
Training
Setup
Execution

Q
29

Which of the following is not a recommended item to document during a


Testing phase?

A
B
C
D

Number of Tests Passed


Number of Tests Read
Number Tests Remaining
Number of Tests Run

Q
30

Faults Found will commonly be documented by the _______?

A
B
C
D

Project Manager
Test Manager
Tester
User

Copyright 2006 www.universalexams.com

WWW.UNIVERSALEXAMS.COM

Q
31

Faults Fixed & Verified will commonly be documented by the _______?

A
B
C
D

Test Manager
Project Manager
Tester
User

Q
32

Which one of the following is not an action associated with Test Control?

A
B
C
D

Changing the schedule to allow more time


Allocate more Testers
Reduce test coverage on low priority test cases
Allocate more Project Managers

Q
33

Which one of the following is associated with a software fault?

A
B
C
D

Test environment incorrectly set up


Incorrect Test Data used
Syntax error in source code
Incorrect Test Specification

Q
34

Which of the following is considered to be part of tool support for Test


Specification?

A
B
C
D

Test Data Preparation Tools


Modeling Tools
Static Analysis Tools
Computer-Aided Software Examination

Q
35

Which of the following is not considered to be part of tool support for Static
Testing?

A
B
C
D

Modeling Tools
Static Analysis Tools
Review Process Support Tools
Test Execution Tools

Copyright 2006 www.universalexams.com

WWW.UNIVERSALEXAMS.COM

Q
36

Which of the following is not considered to be part of tool support for test
execution and logging?

A
B
C
D

Test Comparators
Security Tools
Test Execution Tools
Configuration Management Tools

Q
37

Which of the following is not a valid reason for implementing Regression


Tests?

A
B
C
D

They are frequently updated


They are easily repeatable
The expected results are easily comparable
They are infrequently updated

Q
38

Which of the following is not part of a suggested tool selection process?

A
B
C
D

Test the product for a short period of time on a live network


Arrange for a demonstration or free trial
Organise a review of the tool
Create a list of potential tools that may be suitable

Q
39

________ tools are often used by programmers to try and reproduce code
related errors in order to investigate a problem?

A
B
C
D

Test Design
Dynamic Analysis
Performance Test
Debugging

Q
40

By examining the code instead of running test cases through the code, this
type of tool can provide information on the actual quality of the software?

A
B
C
D

Test Design
Debugging
Performance Test
Static Analysis

Copyright 2006 www.universalexams.com

Potrebbero piacerti anche