Weekend Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: newyear

ASQ CSQE - Certified Software Quality Engineer Exam

Page: 8 / 9
Total 280 questions

Which of the following examples best represents an effective facilitator?

A.

Clarifies team member key points

B.

Directs and controls team member activities

C.

Allows for discussion to focus on team members

D.

Reinforces communication from active participants

Preventing or eliminating the causes of injury and damage is the best defense against which of the following?

A.

Critical failures

B.

Product liability

C.

Market volatility

D.

Inadequate capability

Which of the following statements best describes the purpose of a matrix diagram?

A.

It allows a team to rank priorities and then quickly come to a consensus.

B.

It shows which problems offer the greatest potential for improvement.

C.

It allows a systematic comparison between sets of information.

D.

It shows the size of gaps between current and ideal performance areas.

Which of the following activities should be classified as an internal failure cost?

A.

Responding to customer satisfaction

B.

Completing an internal audit

C.

Shipping a maintenance build

D.

Investigating the cause of build defects

A quality audit program is an extension of which of the following organizational functions?

A.

Regulatory

B.

Top management

C.

Operations

D.

Finance

If (X < Y and Z = 3)

Then do segment A

Set W = 3

The following test cases are used to test the above code:

Test Case 1: X < Y and Z = 3

(Do Segment A, then set W to 3)

Test Case 2: X < Y and Z ≠ 3

(Do not do Segment A, then set W to 3)

Test Case 3: X = Y and Z = 3

(Do not do Segment A, then set W to 3)

Test Case 4: X = Y and Z ≠ 3

(Do not do Segment A, then set W to 3)

For which of the following types of test coverage would all four of the test cases shown above need to be executed?

A.

Condition

B.

Branch

C.

Line

D.

Complete

A use case is described as a technique that illustrates the

A.

internal view of the system

B.

design of the software

C.

functionality of the system

D.

steps taken by the developer

Which of the following usage metrics is most effective for capacity planning of a data warehouse?

A.

Queries per user

B.

Queries per timeframe

C.

Query latency per user group

D.

Queries per user group per timeframe

Which of the following modules will require the most test cases to ensure path coverage?

A.

Cyclomatic Complexity: 8, LOC: 100

B.

Cyclomatic Complexity: 10, LOC: 500

C.

Cyclomatic Complexity: 12, LOC: 100

D.

Cyclomatic Complexity: 20, LOC: 400

Which of the following activities results in the highest return on investment?

A.

Configuration audits

B.

System testing

C.

Formal technical reviews

D.

Unit testing