Quality Assurance - Practice MCQ Questions
Multiple Choice Questions
6 Pages
HDM
Contributed by
Himanshu David Mody
Loading
- sr no Question Option _a Opton _b Option _c Option_d1If a product has no/less defects and works exactly as expected within the budget iscalled?conformance torequirements fitness for usegood qualityproduct low budget product2Development of right product in first go with no/minimum defects is called ? fitness for useconformanceto market research Success of project3Complete the phrase : - People do not buy products , they buy Servicequalityproducts Benefits Brand4Gap between customer expectation and what is delivered to him leads to ? project failure low feedbackcustomerdissatisfaction loss of money5Which can be external or internal to the organization who provide input to the projectmaking.? Team leader trainers customers Suppliers6Named the cycle which stands for continual improvement in work process. QFD SDLC Spiral PDCA7What depends on the perception of the customer/user. FeedbackReturn oninvestment Quality survey8Who provides ability to provide desired results and avoid undesired things going to thecustomer. Quality controlmanagementsskillscommunicationskills customer survey9_________should focus on improving present skills and acquiring new skills. Organisation Team leader Team Manager Training10Which Numerical goals should not become the definition of ? profit loss achievements gap11How Software is in nature? virtual flexible tangible modifiable12Improvement in quality directly leads to improvement in ? productivity profitcustomersatisfaction ROI13Who are accidental and unplanned in nature? development inventions testing innovation14Changes in small steps is called as ?qualityimprovementimprovementcycle innovation breakthrough15Requirements which are specifically documented in SRS is called as?specificrequirementsgeneralrequirementsimpliedrequirements present requirements16Quality culture 'Q' focuses on ?continualimprovement inspection rework testing17Which model is a collection of many sub systems. RAD iterative incremental v modelTYBScIT Sem VI Subject : Quality AssuranceSample Questions For Self Practice
Page 1
- sr no Question Option _a Opton _b Option _c Option_dTYBScIT Sem VI Subject : Quality AssuranceSample Questions For Self Practice18In the following model, integration is a major issue. v model incremental prototype waterfall19The following model works in multiple iterations. spiral iterative incremental v model20The following model helps in understanding the requirements before creating actualsoftware. v model incremental prototype iterative21 Which of the following is not included in failure costs? rework repairfailure mode analysisnone of the mentioned22 Which of the following is not included in External failure costs? Testinghelp line supportwarranty work complaint resolution23 Which of the following is not an appraisal cost in SQA?inter-process inspectionmaintenance quality planning testing24 What is prevention cost?The cost arises from efforts to prevent defects.The cost arises form defects identified internally to correct themThe cost arises from efforts to prevent cost.The cost arises from efforts to implement cost25Which of the following defect attribute denotes the order in which defects need to be fixed?Severity Priority Intensity Complexity26 What do you understand by V&V in software testing? Verified VersionVersion ValidationVerification and ValidationVersion Verification27 Identify the disadvantage of Spiral Model.Doesn’t work well for smaller projectsHigh amount of risk analysisStrong approval and documentation controlAdditional Functionality can be added at a later date28 Which two models doesn’t allow defining requirements early in the cycle? Waterfall & RADPrototyping & SpiralPrototyping & RAD Waterfall & Spiral29 Agile Software Development is based onIncremental DevelopmenIterative DevelopmentLinear DevelopmentBoth Incremental and Iterative Development30 Which of the following does not apply to agility to a software process?Uses incremental product delivery strategyOnly essential work products are producedEliminate the use of project planning and testingIt is based on iterative model31 Which of the following is not a software testing generic characteristics?Different testing techniques are appropriate at different points in timeTesting is conducted by the developer of the software or an independent test groupTesting and debugging are different activities, but debugging must be accommodated in any testing strategyNone of the mentioned32 Test cases should uncover errors likeNonexistent loop terminationComparison of different data typesIncorrect logical operators or precedenceAll of the mentioned33 In which testing level the focus is on customer usage? Alpha Testing Beta Testing Validation Testing both alpha and beta34What is the goal of the requirements analysis and specifications phase of software develoment life cycle?understanding the customer requirements and organize them in an informal documentAnalyzing the cost of developmentDetermine scope of the softwaredesigning model
Page 2
- sr no Question Option _a Opton _b Option _c Option_dTYBScIT Sem VI Subject : Quality AssuranceSample Questions For Self Practice35Software tester focuses more on complex part of the software. Which of the following testing principle implies this?Testing shows presence of defectsPesticide paradoxTesting is context dependentDefect Clustering36 Maintenance testing is performed using which methodology? Retesting Sanity testingBreadth test and depth testConfirmation testing37 Following are fundamental test processes arranged randomly. What will be the logical sequenal flow of these acvies.1. Test Closure acvity5,4,2,1,3 5,2,3,4,1 5,4,2,3,1 5,2,4,3,138 Exit criteria is determined duringPlanning and ControlImplementation and executionEvaluating exit criteria and ReportingAnalysis and Design39 What is pesticide paradox?If the same tests are repeated over and over again , eventually the same set of test cases will no longer find any new bugsA small number of modules contain most of the defectsTesting can show that defects are present , but can not prove that there are no defectsFinding and fixing defects does not help if the system built is unusable and does not fulfill the users need and expectations.40 When testing principles are useful? During testingDuring executionDuring review Throughout life-cycle41A city field in software accepts 3 to 25 alpha characters only. Using Boundary Value Analysis technique what will be the possible number of combinations?2, 3, 25, 26 1, 3, 25, 27 2, 3, 25, 27 1, 3, 25, 2742 Which are the independent considerations that apply to input domain testing ? validity of inputsValidity of outputNumber of faults Errors43On which the Robust Boundary Value Testing forces attention ?Exception HandlingError Input Output44On which assumption Strong Normal Equivalence Class testing is based ,which states thaterrors will result in a combination of faults ?single multiple double random45Named the testing which is a hybrid of boundary value analysis and equivalence classtesting.EdgeRobust EquivalenceRobust Boundary ValueSpecial Value46Nmaed a Decision tables in which all the conditions are binary ? Extended Limited Single Several47Named the approach which is a systematic approach where the different inputcombinations and their corresponding system behaviour (output) are captured in aCause Effect GraphProgram Graph Equivalence Class Decision Table48Which coverage is executed on the program, when every node in the program Graph istraversed.Edge Chain Program Node49Named the coverage when given a set of test cases for a program constitute andexecuted on the program, every edge in the program Graph is traversed.Edge Coverage Path Coverage Chain Coverage Node Coverage50Mention the name which slices S(v,n) refer to statement fragments that contribute to thevalue of v at statement n.Forward Backward Upward Downward51List the elements used in DD-path graph to represent DD-paths of its program graph, andcontrol flow between successor DD-paths.path,nodes nodes,edges edges,graph nodes,graph
Page 3
- sr no Question Option _a Opton _b Option _c Option_dTYBScIT Sem VI Subject : Quality AssuranceSample Questions For Self Practice52In which method all the nodes are travesered in program graph ? graph coverage Edge coverage Node coverage path coverage53Which is type of coverage for exercising a set of rules such that each condition isevaluated to both true and false?DecesioncoverageconditioncoverageStatementcoveragepath coverage54Statement and branch coverage metrics are part of Analysis Model Design Model Testing Source Code55State another anme to Statement coverage Line coverage Path coverage Code coverage Decesion coverage56A city field in software accepts 3 to 25 alpha characters only. Using Boundary Value Analysis technique what will be the possible number of combinations?2, 3, 25, 26 1, 3, 25, 27 2, 3, 25, 27 1, 3, 25, 2757 Which are the independent considerations that apply to input domain testing ? validity of inputsValidity of outputNumber of faults Errors58Stongly typed languages would include the following where ( states open boundary and [denotes closed boundary(a,b] [a,b] (a,b) [a,b)59 What is the naother anme of Weak Normal Equivalance Class ?single fault assumptionfault assumptionmultiple fault assuptionassumptuion60 Real-time Boundary value problem does not include following temperature pressure air commision problem61This is the person who prepares the artifact for inspectionScribe Moderator Author Reviewer62One of the following is not a a characteristic of nice domainorthogonal complete linear inconsistent63Which testing invoves testing of software with software environmental factors likedatabase , operating system , where the application is supposed to work ?Interface testingIntegration testingSystem Testing Unit Testing64Name the testing that involves testing of many units by combing them together to form amodule or sub module.Interface testingIntegration testingSystem Testing Unit Testing65Namwd matrix starts with the requirements as stated in the requirement specificationand goes forward upto test results.Traceability Testing Specification Execution66What will be carried out through the inspection of requirement specification?requiementVerificationDesignVerification Design Validation Requirement Validation.67Which model describes verification and validation activities associated with softwaredevelopment during the entire lifecycle? RAD Model Incremetal VV Model Validation Model68The project team along with architests and designers may walk through the design tofind the completeness and give comments, if any this process is called as Design ValidationDesignVerificationDesignImplementation Prioritorisation
Page 4
- sr no Question Option _a Opton _b Option _c Option_dTYBScIT Sem VI Subject : Quality AssuranceSample Questions For Self Practice69Who is responsible for defining test strategies in testing? Test LeadProjectManager Test Manager Moderator70With which testing Design phase testing is associated which covers design specificationas well as structural testing? Unit interface integration acceptance.71Which testing is an onsite acceptance test? Beta Gamma Alpha Unit72Which testing is also known as field testing? Beta Gamma Alpha Unit73What is an offsite acceptance test? Alpha Gamma Beta Unit74Which Testing is carried out at clients site by the end users or the stake holders of theproduct? Beta Gamma Alpha Unit75Which Testing is carried out at the end of software deveopment process and beforehanding over the software to clients? Beta Gamma Alpha Unit76Find which of the following are the types of acceptance testing. Alpha Testing Beta TestingBoth Alpha andBeta Testing Unit testing77Which model explains the validation activities associated with different phases ofsoftware development. Verification VV Waterfall validation78Program level designs are associated with _________ testing. Unit Componant Integration Acceptance79the testing done to find whher the application is alive or not and also finds whether theuser can work with it or not.Interface testingIntegration testingSystem Testing Smoke Testing80Which testing is done when the developemnt organisation wishes to check that theuninstallation is clean or not ?Updation testingInstallation testingPre-requisite testingUnstallation testing81Who is the final user group or people who are actually sponsoring the project ? Developers Managers Customers Testers82Which team includes test managers,test leads and testers as per the scope of testing? Development Analysis Testing Maintainance83Which is a technique used for constructing the program structure while at the same timecarrying out tests to uncover errors related with interfacing?IntegrationTestingInterfaceTesting System Testing Unit Testing84Who is not involved in System Testing ? Developers Designer User Testers85 The type of testing which is done after development is over it is called as Big-bang testingSandwich testingUnit testing system testing
Page 5
- sr no Question Option _a Opton _b Option _c Option_dTYBScIT Sem VI Subject : Quality AssuranceSample Questions For Self Practice86 The test which is performed at debugger mode is Unit testing system testing Big-bang testing Sandwich testing87 Graphical User Testing is also known as UI testing UX testing UML testing UMI testing88Which testing refers to testing the software on multiple configrations to check behaviours of different system components and their combinations.System testingCompatibility testingV testing Integration testing89 Testing process of which is more parallel to multiplatform testing ?nationalization systemoverall systeminternationalization systemlive system90 Which testing is intended to check the level of security and protection. Security testingperformance testingoperatability testingsystem testing91Which of the following is software metric that provides a quantitative measure of the logical complexity of a program?Cyclomatic Complexitystress complexityFunction Point Complexity testing92In a flow graph, node that contains a condition and is characterized by two or more edges emanating from it, is called asParent node Two Edge node Predicate node Computational Node93Which testing involves basic functionality testing of software to ensure application is running and one can work with it?regression testingGrey box testingSmoke testing Sanity testing94 Which testing is done to check major behaviour and functionality of application? Sanity testing Smoke testing Security testing Recovery testing95When different combination of input requires different combination of actions,Which of the following technique is used in such situation?Boundary Value AnalysisEquivalence PartitionDecision Table Decision Coverage96 Which of the following Use Cases are useful?Performance TestingBusiness ScenariosStatic Testing Unit Testing97 Which testing has to be completed before integration testing can be done? Stress testingFunctional testingUnit testing Load testing98 Which is a type of testing that determines the stability and robustness of the system? Adhoc testing Stress testingperformance testingsystem testing99 What is Cyclomatic complexity? Black box testingWhite box testingYellow box testing Green box testing100Which testing is a type of software testing that is performed to check whether the system is capable of or able to handle the errors that may happen in future ?Monkey testing Adhoc testingError handling testingExecution tesing
Page 6
Related documents:
- Electronic Devices Notes and MCQs - Notes
- FULL TEST – I [ANSWERS, HINTS & SOLUTIONS FULL TEST –I]
- Public Administration (Paper I) 2015 Question Paper - Question Paper
- MSA 8190 Statistical Foundations - Assignment
- Mathematics I, Vector Analysis, Differential Equation, Fourier Series and Integral Transforms - MCQ
- Pharmaceutical Analysis-III - MCQ
- Civil Engineering Paper II QP - Question Paper
- GE6075 PROFESSIONAL ETHICS IN ENGINEERING qbank - Question Bank
- HISTORY I 2019 question paper - Question Paper
- PH8151 ENGINEERING PHYSICS QPaper Jan 2018 - Question Paper
- FAQs on Disciplinary and Appeal Cases Branch - Question Bank
- Sports - Questions and answers - Notes
- Psychology (Paper II) 2019 Question Paper - Question Paper
- MFM Practice MCQ Questions - MCQ
- Atoms and Nucleus Notes and MCQs - Notes
- Public Administration (Paper I) 2019 Question Paper - Question Paper
- Mechanical Engineering (Paper I) 2017 Question Paper - Question Paper
- Sociology Of Gender - Questions with answers - Question Bank
- Current affairs September 2022
- Public Administration (Paper I) 2020 Question Paper