40 Questions Quiz 8 (281-320)

Descrição

Quiz sobre 40 Questions Quiz 8 (281-320), criado por Daniel Neag em 04-12-2017.
Daniel Neag
Quiz por Daniel Neag, atualizado more than 1 year ago
Daniel Neag
Criado por Daniel Neag mais de 6 anos atrás
27
0

Resumo de Recurso

Questão 1

Questão
In case of Large Systems :
Responda
  • A. Only few tests should be run
  • B. Testing should be on the basis of Risk
  • C. Only Good Test Cases should be executed.
  • D. Test Cases written by good test engineers should be executed.

Questão 2

Questão
What is the expected result for each of the following test cases? A. Citibank card member, holding a Silver room B. Non Citibank-member, holding a Platinum room
Responda
  • A. A Don't offer any upgrade, B - Don't offer any upgrade.
  • B. A Don't offer any upgrade, B - Offer upgrade to Gold.
  • C. A Offer upgrade to Silver, B - Offer upgrade to Silver.
  • D. A Offer upgrade to Gold, B - Don't offer any upgrade

Questão 3

Questão
Which typical defects are easier to find using static instead of dynamic testing? L. Deviation from standards M. Requirements defects N. Insufficient maintainability O. Incorrect interface specifications
Responda
  • A. L, M, N and O
  • B. L and N
  • C. L,N and O
  • D. L,M and N

Questão 4

Questão
Based on the IEEE Standard for Software Test Documentation (IEEE Std 829-1998), which sections of the test incident report should the following details be recorded? a) Test incident report identifier b) Summary c) Incident description d) Impact 1. Expected results 2. Actual results 3. Procedure step 4. Environment 5. Revision level 6. Date and time
Responda
  • A. a: 3; b: 5; c: 1, 2, 4 and 6
  • B. b: 5; c: 1, 2, 3, 4 and 6
  • C. b: 5 and 6; c: 1, 2, 3 and 4
  • D. a: 5; c: 1, 2, 3, 4 and 6

Questão 5

Questão
Repeated Testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or unrelated software component:
Responda
  • A. Re Testing
  • B. Confirmation Testing
  • C. Regression Testing
  • D. Negative Testing

Questão 6

Questão
Consider the following state transition diagram of a switch. Which of the following represents an invalid state transition?
Responda
  • A. OFF to ON
  • B. ON to OFF
  • C. FAULT to ON

Questão 7

Questão
We use the output of the requirement analysis, the requirement specification as the input for writing:
Responda
  • A. User Acceptance Test Cases
  • B. Integration Level Test Cases
  • C. Unit Level Test Cases
  • D. Program specifications

Questão 8

Questão
Regression testing should be performed: i. Every week ii. After the software has changed iii. As often as possible iv. When the environment has changed v. When the project manager says
Responda
  • A. i & ii are true, iii, iv & v are false
  • B. ii, iii & iv are true, i & v are false
  • C. ii & iv are true, i, iii & v are false
  • D. ii is true, i, iii, iv & v are false

Questão 9

Questão
Which input combinations will a knowledgeable tester MOST LIKELY use to uncover potential errors when testing a surname field?
Responda
  • A. Wilson, de Costa and Morgan
  • B. Go, Cheenaswamimuthusami and Venkatsewaran
  • C. Smit, Smyth and Smithson
  • D. O'Lever, Lesa-Brit and Jewel Dòe

Questão 10

Questão
Which of the following has highest level of independence in which test cases are:
Responda
  • A. Designed by persons who write the software under test
  • B. Designed by a person from a different section
  • C. Designed by a person from a different organization
  • D. Designed by another person

Questão 11

Questão
Test planning has which of the following major tasks? i. Determining the scope and risks, and identifying the objectives of testing. ii. Determining the test approach (techniques,test items, coverage, identifying and interfacing the teams involved in testing , testware) iii. Reviewing the Test Basis (such as requirements,architecture,design,interface) iv. Determining the exit criteria.
Responda
  • A. i,ii,iv are true and iii is false
  • B. i,,iv are true and ii is false
  • C. i,ii are true and iii,iv are false
  • D. ii,iii,iv are true and i is false

Questão 12

Questão
Deciding How much testing is enough should take into account :- i. Level of Risk including Technical and Business product and project risk ii. Project constraints such as time and budget iii. Size of Testing Team iv. Size of the Development Team
Responda
  • A. i,ii,iii are true and iv is false
  • B. i,,iv are true and ii is false
  • C. i,ii are true and iii,iv are false
  • D. ii,iii,iv are true and i is false

Questão 13

Questão
Which of the following will be the best definition for Testing:
Responda
  • A. The goal / purpose of testing is to demonstrate that the program works.
  • B. The purpose of testing is to demonstrate that the program is defect free.
  • C. The purpose of testing is to demonstrate that the program does what it is supposed to do.
  • D. Testing is executing Software for the purpose of finding defects.

Questão 14

Questão
Minimum Tests Required for Statement Coverage and Branch Coverage: Read P Read Q If p+q > 100 then Print "Large" End if If p > 50 then Print "pLarge" End if
Responda
  • A. Statement coverage is 2, Branch Coverage is 2
  • B. Statement coverage is 3 and branch coverage is 2
  • C. Statement coverage is 1 and branch coverage is 2
  • D. Statement Coverage is 4 and Branch coverage is 2

Questão 15

Questão
Match every stage of the software Development Life cycle with the Testing Life cycle: i. Hi-level design ii. Code iii. Low-level design iv. Business requirements a Unit tests b Acceptance tests c System tests d Integration tests
Responda
  • A. i-d , ii-a , iii-c , iv-b
  • B. i-c , ii-d , iii-a , iv-b
  • C. i-b , ii-a , iii-d , iv-c
  • D. i-c , ii-a , iii-d , iv-b

Questão 16

Questão
Which of the following is a part of Test Closure Activities? i. Checking which planned deliverables have been delivered ii. Defect report analysis. iii. Finalizing and archiving testware. iv. Analyzing lessons.
Responda
  • A. i , ii , iv are true and iii is false
  • B. i , ii , iii are true and iv is false
  • C. i , iii , iv are true and ii is false
  • D. All of above are true

Questão 17

Questão
What principles do "avoiding author bias" and "communicating problems constructively" represent?
Responda
  • A. Preventive testing and reactive testing
  • B. Experience-based testing and interoperability testing
  • C. Independent testing and good interpersonal skills
  • D. Criticism avoidance and effective relationships

Questão 18

Questão
Which test is OFTEN the responsibility of the customers or users of the system?
Responda
  • A. Usability testing
  • B. Functional testing
  • C. Maintenance testing
  • D. Acceptance testing

Questão 19

Questão
Which of the following statements is true of static analysis:
Responda
  • A. Compiling code is not a form of static analysis.
  • B. Static analysis need not be performed before imperative code is executed.
  • C. Static analysis can find faults that are hard to find with dynamic testing.
  • D. Extensive statistic analysis will not be needed if white- Box testing is to be performed.

Questão 20

Questão
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 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class?
Responda
  • A. $5800; $28000; $32000
  • B. $0; $200; $4200
  • C. $5200; $5500; $28000
  • D. $28001; $32000; $35000

Questão 21

Questão
Cost of the reviews will not include.
Responda
  • A. Review process itself
  • B. Metrics analysis
  • C. Tool support.
  • D. Process improvement.

Questão 22

Questão
Regression testing always involves
Responda
  • A. Testing whether a known software fault been fixed.
  • B. Executing a large number of different tests.
  • C. Testing whether modifications have introduced adverse side effects.
  • D. Using a test automation tool.

Questão 23

Questão
Capture and replay facilities are least likely to be used to _______
Responda
  • A. Performance testing
  • B. Recovery testing
  • C. GUI testing
  • D. User requirements.

Questão 24

Questão
Which tool will be used to test the flag memory leaks and unassigned pointers
Responda
  • A. Dynamic analysis tool
  • B. Static Analysis tool.
  • C. Maintenance tool.
  • D. Configuration tool.

Questão 25

Questão
Cyclomatic complexity is used to calculate
Responda
  • A. Number of independent paths in the basis set of a program
  • B. Number of binary decisions + 1
  • C. Number bound for the number of tests that must be conducted to ensure that all statements have been executed at least once
  • D. Number of branches and decisions

Questão 26

Questão
Which of the following is not included in Test Plan.
Responda
  • A. Features to be tested.
  • B. Environmental needs.
  • C. Suspension criteria.
  • D. Expected results.

Questão 27

Questão
Software quality is not relevant to _______
Responda
  • A. Correctness
  • B. Usability
  • C. Viability
  • D. Reusability.

Questão 28

Questão
Match the following: 1. Test estimation 2. Test control 3. Test monitoring a. Measures of tracking process b. Effort required to perform activities c. Reallocation of resources
Responda
  • A. 1-b, 2-c, 3-a
  • B. 1-b, 2-a, 3-c
  • C. 1-c, 2-a, 3-b
  • D. 1-a, 2-b, 3-c

Questão 29

Questão
When do you stop testing?
Responda
  • A. When the specified number of faults are found.
  • B. When the test completion criteria are met.
  • C. When all high and medium priority tests are complete.
  • D. When all statements have been executed

Questão 30

Questão
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; }
Responda
  • A. 1
  • B. 2
  • C. 3
  • D. 4

Questão 31

Questão
Match the following. 1. Configuration identification 2. Configuration control 3. Status reporting 4. Configuration auditing a. Maintains of CI's in a library b. Checks on the contents of the library c. Function recording and tracking problems. d. Requires the all CI's and their versions in the system are known
Responda
  • A.1-d, 2-c, 3-d, 4-a.
  • B. 1-d, 2-a, 3-c, 4-b.
  • C. 1-a, 2-b, 3-d, 4-c.
  • D. 1-c, 2-b, 3-a, 4-d.

Questão 32

Questão
Integration testing in the large involves:
Responda
  • A. Testing the system when combined with other systems.
  • B. Testing a sub-system using stubs and drivers.
  • C. Testing a system with a large number of users.
  • D. Combing software components and testing them in one go.

Questão 33

Questão
How are error guessing and exploratory testing similar?
Responda
  • A. Both are widely used formal techniques
  • B. Both are white-box test design techniques
  • C. Both are experience-based testing
  • D. Both are effective at all testing levels

Questão 34

Questão
What technique would be MOST appropriate to check status changes based on certain events?
Responda
  • A. State transition
  • B. Equivalence partitioning
  • C. Boundary value analysis
  • D. Decision table

Questão 35

Questão
In a formal review, who is primarily responsible for the documents to be reviewed?
Responda
  • A. Author
  • B. Manager
  • C. Moderator
  • D. Reviewers

Questão 36

Questão
What type of testing will you perform on internet banking solution?
Responda
  • A. System integration
  • B. Functional testing
  • C. Non-functional testing.
  • D. Requirements testing

Questão 37

Questão
Which of the following are false?
Responda
  • A. Incidents should always be investigated and resolved.
  • B. Incidents occur when expected and actual results differ.
  • C. Incidents can be analyzed to assist in test process improvement.
  • D. An incident can be raised against documentation.

Questão 38

Questão
Testing is not done to ______
Responda
  • A. Find faults
  • B. Improve quality
  • C. Check user friendliness.
  • D. Improve software accuracy

Questão 39

Questão
A field failure occurs when multiple users access a system. Which of the following is true?
Responda
  • A. This is an acceptable risk of a multi-user system.
  • B. Insufficient functional testing has been performed.
  • C. This indicates an important non-functional requirement was not specified and tested.
  • D. It is not possible to test against such events prior to release.

Questão 40

Questão
People who don't participate in technical reviews
Responda
  • A. Analysts
  • B. Management
  • C. Developers
  • D. Testers

Semelhante

Períodos geológicos
Alessandra S.
Flashcards- Europa: Países e Capitais
Felipe Perreira
COMO APRENDER MAIS RAPIDO
Nataniel Neto
Combate a incêndio - capítulo quatro - 1
willian reis
História da Arte - Barroco
Bruno Torrezan
Mitos e Verdades: Salário X Motivação
Liliane Tubino
Direito Constitucional e Administrativo
Maria José
A INTEGRAÇÃO DAS TDIC À PEDAGOGIA: UMA CONCEPÇÃO DE WEB CURRÍCULO
Malton Fuckner
Regra de Sinais
Adenilson Santana
PROCESSO LEGISLATIVO
Mateus de Souza