40 Question quiz 14 (521-560)

Description

Quiz on 40 Question quiz 14 (521-560), created by Daniel Neag on 06/12/2017.
Daniel Neag
Quiz by Daniel Neag, updated more than 1 year ago
Daniel Neag
Created by Daniel Neag over 6 years ago
18
0

Resource summary

Question 1

Question
Which of the following will NOT be detected by static analysis?
Answer
  • A. Parameter type mismatches.
  • B. Errors in requirements.
  • C. Undeclared variables.
  • D. Uncalled functions.

Question 2

Question
Which of the following would be a valid measure of test progress?
Answer
  • A. Number of undetected defects.
  • B. Total number of defects in the product.
  • C. Number of test cases not yet executed.
  • D. Effort required to fix all defects.

Question 3

Question
In a system designed to work out the tax to be paid: An employee has �4000 of salary tax free. The next $1500 is taxed at 10%. The next $28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
Answer
  • A. $4000; $5000; $5500.
  • B. $32001; $34000; $36500.
  • C. $28000; $28001; $32001.
  • D. $4000; $4200; $5600.

Question 4

Question
Which of the following test activities can be automated? i Reviews and inspections. ii Metrics gathering. iii Test planning. iv Test execution. v Data generation.
Answer
  • A. i, iii, iv.
  • B. i, ii, iii.
  • C. ii, iv, v.
  • D. ii, iii, v.

Question 5

Question
In a REACTIVE approach to testing when would you expect the bulk of the test design work to be begun?
Answer
  • A. After the software or system has been produced.
  • B. During development.
  • C. As early as possible.
  • D. During requirements analysis.

Question 6

Question
Which statement about expected outcomes is FALSE?
Answer
  • A. Expected outcomes are defined by the software's behaviour
  • B. Expected outcomes are derived from a specification, not from the code
  • C. Expected outcomes should be predicted before a test is run
  • D. Expected outcomes may include timing constraints such as response times

Question 7

Question
Functional system testing is:
Answer
  • A. Testing that the system functions with other systems
  • B. Testing that the components that comprise the system function together
  • C. Testing the end to end functionality of the system as a whole
  • D. Testing the system performs functions within specified response times

Question 8

Question
Which of the following items would not come under Configuration Management?
Answer
  • A. Operating systems
  • B. Test documentation
  • C. Live data
  • D. User requirement documents

Question 9

Question
What is NOT included in typical costs for an inspection process?
Answer
  • A. Setting up forms and databases
  • B. Analysing metrics and improving processes
  • C. Writing the documents to be inspected
  • D. Time spent on the document outside the meeting

Question 10

Question
Which of the following statements about component testing is FALSE?
Answer
  • A. Black box test design techniques all have an associated test measurement technique
  • B. White box test design techniques all have an associated test measurement technique
  • C. Cyclomatic complexity is not a test measurement technique
  • D. Black box test measurement techniques all have an associated test design technique

Question 11

Question
Which of the following is NOT a reasonable test objective:
Answer
  • A. To find faults in the software
  • B. To prove that the software has no faults
  • C. To give confidence in the software
  • D. To find performance problems

Question 12

Question
532: Which of the following uses Impact Analysis most?
Answer
  • A. Component testing
  • B. Non-functional system testing
  • C. User acceptance testing
  • D. Maintenance testing

Question 13

Question
What type of review requires formal entry and exit criteria, including metrics:
Answer
  • A. Walkthrough
  • B. Inspection
  • C. Management review
  • D. Post project review

Question 14

Question
Maintenance means
Answer
  • A. Updating tests when the software has changed
  • B. Testing a released system that has been changed
  • C. Testing by users to ensure that the system meets a business need
  • D. Testing to maintain business advantage

Question 15

Question
A Test Plan Outline contains which of the following:- i. Test Items ii. Test Scripts iii. Test Deliverables iv. Responsibilities
Answer
  • A. I,ii,iii are true and iv is false
  • B. i,iii,iv are true and ii is false
  • C. ii,iii are true and i and iv are false
  • D. i,ii are false and iii , iv are true

Question 16

Question
All of the following might be done during unit testing except
Answer
  • A. Desk check
  • B. Manual support testing
  • C. Walkthrough
  • D. Compiler based testing

Question 17

Question
Which of the following is a requirement of an effective software environment? I. Ease of use II. Capacity for incremental implementation III. Capability of evolving with the needs of a project IV. Inclusion of advanced tools
Answer
  • A.I, II &III
  • B.I, II &IV
  • C.II, III&IV
  • D.I, III&IV

Question 18

Question
When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as:
Answer
  • A. Equivalence partitioning
  • B. Boundary value analysis
  • C. Decision table
  • D. Hybrid analysis

Question 19

Question
The bug tracking system will need to capture these phases for each bug. I. Phase injected II. Phase detected III. Phase fixed IV. Phase removed
Answer
  • A. I, II and III
  • B. I, II and IV
  • C. II, III and IV
  • D. I, III and IV

Question 20

Question
Which of the following software change management activities is most vital to assessing the impact of proposed software modifications?
Answer
  • A. Baseline identification
  • B. Configuration auditing
  • C. Change control
  • D. Version control

Question 21

Question
A type of integration testing in which software elements, hardware elements,or both are combined all at once into a component or an overall system, rather than in stages.
Answer
  • A. System Testing
  • B. Big-Bang Testing
  • C. Integration Testing
  • D. Unit Testing

Question 22

Question
You are the test manager and you are about the start the system testing. The developer team says that due to change in requirements they will be able to deliver the system to you for testing 5 working days after the due date. You can not change the resources( work hours, test tools, etc.) What steps you will take to be able to finish the testing in time.
Answer
  • A. Tell to the development team to deliver the system in time so that testing activity will be finish in time.
  • B. Extend the testing plan, so that you can accommodate the slip going to occur
  • C. Rank the functionality as per risk and concentrate more on critical functionality testing
  • D. Add more resources so that the slippage should be avoided

Question 23

Question
There is one application, which runs on a single terminal. There is another application that works on multiple terminals. What are the test techniques you will use on the second application that you would not do on the first application?
Answer
  • A. Integrity, Response time
  • B. Concurrency test, Scalability
  • C. Update & Rollback, Response time
  • D. Concurrency test, Integrity

Question 24

Question
Which technique can be used to achieve input and output coverage? It can be applied to human input, input via interfaces to a system, or interface parameters in integration testing.
Answer
  • A. Error Guessing
  • B. Boundary Value Analysis
  • C. Decision Table testing
  • D. Equivalence partitioning

Question 25

Question
Which of the following assertions about code coverage are correct?
Answer
  • A. Statement coverage usually requires more test case suites
  • B. 100 % statement coverage guarantees 100 % decision coverage
  • C. 100 % decision coverage implies 100 % statement coverage
  • D. Decision tables cannot be used to list statement coverage values

Question 26

Question
Which of the following statements is true about white-box testing?
Answer
  • A. It includes functional testing
  • B. It includes loop testing
  • C. It is usually done after black-box testing
  • D. It is usually done during the integration testing phase

Question 27

Question
The tracing of requirements for a test level through the layers of a test documentation" done by
Answer
  • A. Horizontal tracebility
  • B. Depth tracebility
  • C. Vertical tracebility
  • D. Horizontal & Vertical tracebilities

Question 28

Question
How many test cases are needed to achieve 100 % condition coverage? if ((temperature < 0) or (temperature > 100)) { alert ("DANGER"); if ((speed > 100) and (load <= 50)) { speed = 50; } } else { check = false; }
Answer
  • A. 5
  • B. 4
  • C. 2
  • D. 3

Question 29

Question
Big bang approach is related to
Answer
  • A. Regression testing
  • B. Inter system testing
  • C. Re-testing
  • D. Integration testing

Question 30

Question
Which of the following statements is true about a software verification and validation program? I. It strives to ensure that quality is built into software. II. It provides management with insights into the state of a software project. III. It ensures that alpha, beta, and system tests are performed. IV. It is executed in parallel with software development activities.
Answer
  • A. I, II&III
  • B.II, III&IV
  • C.I, II&IV
  • D.I, III&IV

Question 31

Question
An expert based test estimation is also known as
Answer
  • A. Narrow band Delphi
  • B. Wide band Delphi
  • C. Bespoke Delphi
  • D. Robust Delphi

Question 32

Question
A test harness is a
Answer
  • A. A high level document describing the principles, approach and major objectives of the organization regarding testing
  • B. A distance set of test activities collected into a manageable phase of a project
  • C. A test environment comprised of stubs and drives needed to conduct a test
  • D. A set of several test cases for a component or system under test

Question 33

Question
Be bugging is known as
Answer
  • A. Preventing the defects by inspection
  • B. Fixing the defects by debugging
  • C. Adding known defects by seeding
  • D. A process of fixing the defects by tester

Question 34

Question
A project manager has been transferred to a major software development project that is in the implementation phase. The highest priority for this project manager should be to
Answer
  • A. Establish a relationship with the customer
  • B. Learn the project objectives and the existing project plan
  • C. Modify the project' s organizational structure to meet the manager's management style
  • D. Ensure that the project proceeds at its current pace

Question 35

Question
This life cycle model is basically driven by schedule and budget risks" This statement is best suited for
Answer
  • A. Water fall model
  • B. Spiral model
  • C. Incremental model
  • D. V-Model

Question 36

Question
Which of the following characteristics is primarily associated with software reusability?
Answer
  • A. The extent to which the software can be used in other applications
  • B. The extent to which the software can be used by many different users
  • C. The capability of the software to be moved to a different platform
  • D. The capability of one system to be coupled with another system

Question 37

Question
Which of the following functions is typically supported by a software quality information system? I. Record keeping II. System design III. Evaluation scheduling IV. Error reporting
Answer
  • A.I, II&III
  • B.II, III &IV
  • C.I, III &IV
  • D.I, II & IV

Question 38

Question
System test can begin when? I. The test team competes a three day smoke test and reports on the results to the system test phase entry meeting II. The development team provides software to the test team 3 business days prior to starting of the system testing III. All components are under formal, automated configuration and release management control
Answer
  • A. I and II only
  • B. II and III only
  • C. I and III only
  • D. I, II and III

Question 39

Question
Defect Density is calculated in terms of
Answer
  • A. The number of defects identified in a component or system divided by the size of the component or the system
  • B. The number of defects found by a test phase divided by the number found by that test phase and any other means after wards
  • C. The number of defects identified in the component or system divided by the number of defects found by a test phase
  • D. The number of defects found by a test phase divided by the number found by the size of the system

Question 40

Question
Test charters are used in ________ testing
Answer
  • A. Exploratory testing
  • B. Usability testing
  • C. Component testing
  • D. Maintainability testing
Show full summary Hide full summary

Similar

French Intermediate
PrincessLaura
Weimar Revision
Tom Mitchell
Cells, Tissues and Organs
yusanr98
English Language Key Terms
emilyralphs
AS-Level Chemistry: Unit 1:The Atom
Daena Targaryen
My SMART School Year Goals for 2015
Stephen Lang
The Periodic Table
Catherine Kidd
AQA AS Biology Unit 2 The Variety of Life
elliedee
AQA GCSE Physics Unit 3 Mindmap
Gabi Germain
Present Simple/Past Simple Tenses
learning.buzz.in
PSBD New Edition
Aafnai Sathi