R4RIN
Articles
Java 8
MCQS
Maven MCQ Quiz Hub
Maven Mcq Set 5
Choose a topic to test your knowledge and improve your Maven skills
1. _______ helps visualizing both the processes and the data of a method.
Configuration Management.
Domain Object Modelling
MetaModeling
Inspections
2. _____ defines “a flexible, holistic product development strategy where a development team works as a unit to reach a common goal”.
Scrum
FDD
DevOps
MDD
3. A key principle of Scrum is ______
Strict requirements
Requirements volatility
Fixed scale development
Cross-functional development
4. The _________ represents the product’s stakeholders and the voice of the customer
Development Team
Scrum Master
Product Owner
Servant-leader
5. A ______ is the basic unit of development in Scrum.
Class
Manifesto
Slice
Sprint
6. The Sprint is a/an ___________ effort.
Timeboxed
Closed
Sandboxed
Open
7. Each day during a Sprint, the team holds a ______ with specific guidelines.
Impediment
Daily Scrum
Backlog refinement
Scrum of Scrums
8. At the ______ the team reflects on the past Sprint.
Sprint Review
Daily Scrum
Sprint Retrospective
Sprint Reflection
9. The _______ comprises an ordered list of requirements that a Scrum Team maintains for a product.
Sprint Review
Sprint Backlog
Product Increment
Product backlog
10. The _____ is the list of work the Development Team must address during the next Sprint.
Sprint Review
Sprint Backlog
Product Increment
Product backlog
11. The ______ is the sum of all the Product Backlog Items completed during a Sprint.
Sprint burn-down char
Release burn-up chart
Potentially shippable increment
Scrumban
12. ________ is an adaptable process framework, intended to be tailored by the development organizations that will select the elements of the process that are appropriate for their needs.
RUP
AOP
FDD
XP
13. UML stands for _______
Unknown Markup Language
Unified Modelling Language
Universal Markup Language
Universal Modelling Language
14. _______ describes a simple and easy to understand approach to developing business application software using agile techniques and concepts while still remaining true to the RUP.
RUPP
Scrum
AUP
EUP
15. _______ is a methodology for modelling and documenting software systems based on best practices.
TDD
FDD
Scrum
AM
16. The discipline of AUP which deals with managing access to project artefacts is called ______
Model
Deployment
Project Management
Configuration Management
17. Random testing often known as __________ testing
Monkey
Amorous
Sporadic
Unknown
18. Monkey Testing is also included in Android Studio as part of the standard testing tools for _______
Unit Testing
Stress Testing
Functional Testing
Integration Testing
19. _____ have no knowledge about the application or system in monkey testing.
Cloned Objects
Smart Monkey tests
Dumb Monkey tests
Fuzz tests
20. Monkey testing is more about random actions while __________ testing is more about random data input.
Fuzz
Functional
Ad-hoc
Random
21. Monkey testing is also different from _____________ testing in that ad-hoc testing is performed without planning and documentation.
Fuzz
Functional
Ad-hoc
Random
22. ______ is a technique for gathering information about the possible set of values calculated at various points in a computer program.
Data flow analysis
Equivalence partitioning
Inspections
Decision testing
23. ________ is a technique used to identify the requirements of a system (usually associated with software/process design) and the information used to both define both processes used and classes (a collection of actors and processes).
Data flow analysis
Use Case analysis
Exploratory testing
Decision testing
24. A Use-case realization describes how a particular __________ is realized within the design model.
Class
Object
Use case
Function
25. ______ is an approach to software testing that is concisely described as simultaneous learning, test design and test execution.
Data flow analysis
Decision testing
Exploratory testing
None of the mentioned
26. Exploratory testing is often thought of as a _______ technique.
White box testing
Functional testing
Non-functional testing
Black box testing
27. The main advantage of exploratory testing is that less _____ is needed.
Investment
Preparation
Knowledge
Accuracy
28. A major benefit of exploratory testing is that testers can use ____based on the results of previous results.
Deductive Reasoning
Object Creation
Garbage Collection
Modularity
29. Exploratory testing is particularly suitable if ______ and specifications are incomplete.
Investment
Time
Requirements
Deadlines
30. _______ is a software testing technique that divides the input data of a software unit into partitions of equivalent data from which test cases can be derived.
Data flow analysis
Equivalence partitioning
Inspections
Decision testing
31. Equivalence Partitioning, Use Case Testing and Decision Testing are _______ techniques.
Static
Dynamic
Outdated
Infeasible
32. The review process for a particular review begins with a _____________ by the author to the moderator in formal review.
Request For Review
Requirement Analysis
Notice For Review
Goal Design
33. Configuration management procedures be implemented during ______
Test Execution
Test Planning
Test Planning
Test Success
34. ______ is a process which is intended to reveal flaws in the security mechanisms of an information system that protect data and maintain functionality as intended.
Integrity Testing
Unit Testing
Security Testing
Stress testing
35. ______ of information refers to protecting information from being modified by unauthorized parties.
Confidentiality
Authentication
Authorization
all of the mentioned
36. White box testing is also known as ______
Structure-based testing
Black box testing
Free testing
Closed testing
37. White box testing is ______
Static
Dynamic
Infeasible
Time-consuming
38. A _______ test is when an invalid input is put and errors are received.
Positive
Regression
Negative
Neutral
39. A ____________ test is when a valid input is put and some action to be completed in accordance with the specification is expected.
Positive
Regression
Negative
Neutral
40. Which tools is involved in the automation of regression test?
Data tester
Boundary tester
Capture/Playback
Output comparator.
41. An input field takes the year as input between 1800 and 2016, the boundary values for testing this field are _____
1899,1900,2004,2005
1799,1900,2004,2005
1799,1800,2016,2017
1600,1700,1800,1900
42. Static analysis cannot ______
Enforce coding standards
Help in code understanding
Identify anomalies or defects in the code
Detect memory leaks
43. _______ ensures the original fault has been removed.
Regression testing
Re-testing
Negative testing
Positive testing
44. ______ test cases are when random test cases are performed and equivalence partitioning is applied to those test cases.
Random
Static
Semi-random
Equivalent-random
45. ______ is normally used to evaluate a product to determine its suitability for intended use and to identify discrepancies.
Supervisor Review
Technical Review
Decision Review
Design Review
46. _______ looks for known security issues by using automated tools to match conditions with known vulnerabilities.
Discovery
Vulnerability Scan
Security Assessment
Penetration Test
47. _____ uses discovery and vulnerability scanning to identify security vulnerabilities
Discovery
Vulnerability Scan
Vulnerability Assessment
Penetration Test
48. _____ is driven by an Audit or a Risk function to look at a specific control or compliance issue.
Security Audit
Vulnerability Scan
Vulnerability Assessment
Penetration Test
49. ________ simulates an attack by a malicious party.
Security Audit
Vulnerability Scan
Vulnerability Assessment
Penetration Test
50. ______ builds upon Vulnerability Assessment by adding manual verification to confirm exposure.
Security Audit
Security Assessment
Vulnerability Assessment
Penetration Test
Submit