Under which of the following major Cost of Quality categories would testing a software upgrade be classified?
Which of the following statements describes the output from a code coverage monitor?
According to the ISO 9001 standard, who is responsible for ensuring the effectiveness of a quality management system?
A sprint started with 354 requirements. As the sprint progressed, 14 requirements were introduced, 6 requirements were removed, and 28 requirements were changed. What was the requirements volatility for this sprint?
When lines of code are used as a software metric, counting rules must be based on
In which of the following ways do metadata requirements guarantee everyone is interpreting data consistently?
After test procedures have been executed and problems have been identified, the next step should be to
Company Q has contracted with a vendor to convert source data from its customer’s proprietary coding structure to XML. Although the XML data parses cleanly at the vendor’s site, it generates parsing errors when run with Company Q’s parser. The vendor contends that the product meets specification because the contract did not require the use of a specific parser. The best way for Company Q to eliminate this risk in the future is to require in the contract that
Test-driven development in extreme programming ensures the quality of code by
In Maslow’s hierarchy of needs, which of the following needs is most basic?
Which of the following activities results in the highest return on investment?
Which of the following libraries would be most appropriate for a tester to use when experimenting with different test case designs?
Which of the following tests should be conducted on software that will be used internationally?
Which of the following statements is true about designing test cases to provide complete coverage of a complex system?
During what activity would it be appropriate for a team to use a complexity analyzer0
Which of the following disadvantages are associated with the " formal meeting " technique of oral communication?
Which of the following statements best describes the purpose of a matrix diagram?
Which of the following is most often the focus of testing in an organization with a mature testing strategy?
Which of the following information is considered part of the software baseline?
Which of the following techniques is used to measure the number of test cases needed to execute each code statement at least once?
A software product is being developed for validating retail sales transactions that include cash, checks, and credit or debit cards. What type of testing should be performed from the cashier’s perspective?
In a Scrum project, who is responsible for determining the time estimates during the project?
Which of the following activities is part of performing verification and validation on safety-critical features at even ' step of the life cycle?
The primary reason that software development organizations need to consider privacy issues related to their products is that
If 5 defects were found during a software analysis and 5 defects were found in later phases, what is the phase containment effectiveness (PCE) of this software analysis?
An environmental monitoring software system is required to measure ambient temperature and sound an alarm if the temperature drops below 19 3C or rises above 21 °C. Which of the following observed test results would be an error for this system?
When a software system will be required to manage confidential information, the security protection mechanisms for the system should be designed so that
A newly assigned software quality engineer has been informed by the software developers that the source code has been written. Which of the following steps would be next in the development cycle?
According to situational leadership models, which of the following styles is appropriate to use with employees who lack knowledge and confidence?
A software project requires data to be secure due to export control regulations The software project needs to be running on the client ' s virtual machines, and the client does not want to connect to the software through their enterprise VPN. Which of the following cloud ownership and service model combinations should the client use?
Which of the following statements from a software requirements document is an example of a functional requirement?
Which of the following lifecycle models would be most appropriate to use if the requirements are well known?
Which of the following charts is most appropriate for presenting a summary* view of a set of metrics that include an ideal value?
A project manager has decided to modify a project schedule to allow some of the low-level design to begin before all of the high-level design has been completed. Is this approach appropriate?
Which of the following usage metrics is most effective for capacity planning of a data warehouse?
Which of the following items is an appropriate topic to be discussed in a daily scrum meeting?
Which of the following aspects of information systems is disaster recovery primarily concerned with protecting?
One advantage of using the pair programming development methodology is that
Which of the following modules will require the most test cases to ensure path coverage?
Which of the following capabilities of a configuration management system is involved with constructing a specific build of the software?
Which of the following functions is the first step for effective software configuration management?
A usability test measured the number of errors made in performing a task with a product intended for 500 users. The following number of errors were made by six users: 5, 2, 12, 4, 2, 3. What conclusion can be drawn from this sample?
Which of the following statements is true about open source software (OSS)?
An organization uses the plan-do-check-act (PDCA) cycle to align its processes to an international quality standard, which of the following activities would be performed during the " act " step?
Which of the following individuals on the Change Control Board (CCB) is responsible for escalating change requests and other issues to a higher level CCB or management?
As a side job: a trio of software quality ' engineers developed a database management system for XYZ, a non-competing company and subsequently packaged it for commercial sale as DBM Solutions. The engineers supervisor read about the new system in a trade magazine and asked the engineers for their opinion on whether to buy DBM Solutions. What would be the most appropriate way for the engineers to respond to this situation?
According to the CMMI-DEV VI.3, how many process areas are defined for an organization at Maturity Level 2?
Which of the following charts is most effective for tracking requirements traceability?
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?
Which of the following baselines defines the list of prioritized, known stories at the beginning of each iteration?
Which of the following baselines is typically established after completion and approval of system requirements?
A software developer is replacing a higher level code with a test code that establishes a function and passes test data to that function What type of test environment is the developer using
During a joint application development (JAD) session, the group uncovers a controversial and sensitive issue. Which of the following techniques will provide a structure to help resolve the issue?
Which of the following problem-solving tools is most appropriate for breaking down ideas into progressively greater detail?
Which of the following types of test coverage is most appropriate when the objective is to determine if the software has any problems handling all the required possible hardware and software designs?
Corrective action procedures must include which of the following elements?
One-to-one, one-to-many, and many-to-many are examples of which of the following data attributes as shown in an entity relationship diagram (ERD)?
A software quality engineer is managing a project to develop a new air traffic control system for a federal agency When conducting a stakeholder needs analysis., which of the following groups would be most important for eliciting criteria for the functional tests?
A software engineer is asked to analyze the relationship between the number of defects found and the complexity of various software applications. Which of the following is the appropriate tool to use for this analysis?
What type of questions should developers ask customers when discussing requirements at the inception of the project?