Software Engineering Online Test 2, Software Engineering Quiz 2
Finish Quiz
0 of 30 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
Information
Software Engineering Online Test 2, Software Engineering Quiz 2, Free Software Engineering Quiz, Online Software Engineering, online Test Quiz 2. Software Engineering Online Test-2 Question and Answers 2019. Software Engineering online Test Quiz 2. Software Engineering Test 2 Free Mock Test 2019. Software Engineering Online Test-2 Question and Answers in PDF. The Software Engineering online mock test paper is free for all students. Software Engineering Online Test is very useful for exam preparation and getting for Rank. Software Engineering Online Test-2 Question and Answers in English. Software Engineering Online Test for topic via String Handling Mode. Here we are providing Software Engineering Online Test in English Now Test your self for “Software Engineering Online Test in English” Exam by using below quiz…
This paper has 30 questions.
Time allowed is 30 minutes.
The Software Engineering Online Test is Very helpful for all students. Now Scroll down below n click on “Start Quiz” or “Start Test” and Test yourself.
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 30 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
Pos. | Name | Entered on | Points | Result |
---|---|---|---|---|
Table is loading | ||||
No data available | ||||
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- Answered
- Review
-
Question 1 of 30
1. Question
Are we building the product right specify right statement.
Correct
The objectives of verification is to check whether software is constructed according to requirement and design specification.
Incorrect
The objectives of verification is to check whether software is constructed according to requirement and design specification.
-
Question 2 of 30
2. Question
Are we building the right product the statement refers to?
Correct
Verification:
“Are we building the product right”.
The software should conform to its specification.Validation:
“Are we building the right product”.
The software should do what the user really requires.Incorrect
Verification:
“Are we building the product right”.
The software should conform to its specification.Validation:
“Are we building the right product”.
The software should do what the user really requires. -
Question 3 of 30
3. Question
Main aim of software engineering is to produce
Correct
Stephen Schach describes software engineering as a discipline and the aim of Software engineering is the software delivered on time, within budget and satisfies its requirements.
Incorrect
Stephen Schach describes software engineering as a discipline and the aim of Software engineering is the software delivered on time, within budget and satisfies its requirements.
-
Question 4 of 30
4. Question
Which of the following are the APM framework activities?
Correct
APM is Adaptable Process Model. The framework activities of APM are:
Project definition
Planning
Engineering and construction
Release
Customer useIncorrect
APM is Adaptable Process Model. The framework activities of APM are:
Project definition
Planning
Engineering and construction
Release
Customer use -
Question 5 of 30
5. Question
Which models are used commonly in developing systems?
Correct
Waterfall model is the first SDLC model, it is widely used in software engineering to ensure success of the project.
Incorrect
Waterfall model is the first SDLC model, it is widely used in software engineering to ensure success of the project.
-
Question 6 of 30
6. Question
SPM describes the essential behavior of a software product from a user’s point of view so the purpose of the SRS is to ___________________
Correct
Incorrect
-
Question 7 of 30
7. Question
________________ is a maintenance performed in an attempt to avoid failures, unnecessary production loss and safety violations.
Correct
Preventive maintenance
is effective in preventing age related failures of the equipment. The goal of preventive maintenance is to avoid failure, unnecessary production loss and safety violation.Incorrect
Preventive maintenance
is effective in preventing age related failures of the equipment. The goal of preventive maintenance is to avoid failure, unnecessary production loss and safety violation. -
Question 8 of 30
8. Question
From the following P’s which P is related to software engineering?
Correct
The four P’s in software engineering are used for effective management. These are:
People, product, process, projectIncorrect
The four P’s in software engineering are used for effective management. These are:
People, product, process, project -
Question 9 of 30
9. Question
What do you mean by CABTAB?
Correct
CABTAB is: Code A Bit, Test A Bit.
Incorrect
CABTAB is: Code A Bit, Test A Bit.
-
Question 10 of 30
10. Question
When Extreme Programming is good?
Correct
Incorrect
-
Question 11 of 30
11. Question
Which one is weakness of Spiral Model?
Correct
In one iteration all activities are done, for large project’s the output is small in spiral model. The weakness of spiral model is that it is only applicable for large-scale softwares.
Incorrect
In one iteration all activities are done, for large project’s the output is small in spiral model. The weakness of spiral model is that it is only applicable for large-scale softwares.
-
Question 12 of 30
12. Question
When does the validation performed?
Correct
Validation is conducted before product delivery. Validation is done after the verification.
Incorrect
Validation is conducted before product delivery. Validation is done after the verification.
-
Question 13 of 30
13. Question
Extreme programming is a discipline of software development based on which type values?
Correct
eXtreme Programming(XP) is a discipline of software development based on values of simplicity, communication, feedback, and courage.
Incorrect
eXtreme Programming(XP) is a discipline of software development based on values of simplicity, communication, feedback, and courage.
-
Question 14 of 30
14. Question
Which phases incorporate in adaptive software development life cycle?
Correct
The basic phases of Adaptive Life Cycle Phases:
Speculate
Collaborate
Learn
LeadershipIncorrect
The basic phases of Adaptive Life Cycle Phases:
Speculate
Collaborate
Learn
Leadership -
Question 15 of 30
15. Question
which type of software Scrum allows us to build?
Correct
Scrum allows us to build softer software hence, there is no need to write full requirements up front.
Incorrect
Scrum allows us to build softer software hence, there is no need to write full requirements up front.
-
Question 16 of 30
16. Question
Is a data object the same thing as an object oriented class?
Correct
No, data object is not the same thing as an object oriented class.
Cardinality is the specification of the number of occurrences of one [object] that can be related to the number of occurrences of another [object].
In object-oriented:
object” refers to a particular instance of a class where the object can be a combination of variables, functions, and data structures.Incorrect
No, data object is not the same thing as an object oriented class.
Cardinality is the specification of the number of occurrences of one [object] that can be related to the number of occurrences of another [object].
In object-oriented:
object” refers to a particular instance of a class where the object can be a combination of variables, functions, and data structures. -
Question 17 of 30
17. Question
Software is tested to ____________________ errors that were made inadvertently as it was designed and constructed.
Correct
Incorrect
-
Question 18 of 30
18. Question
Smoke testing is an ___________________ testing approach that is commonly used when software products are being developed.
Correct
Smoke testing is an integration testing approach that is commonly used when “shrink wrapped” software products are being developed, allowing the software team to assess its project on a frequent basis.
Incorrect
Smoke testing is an integration testing approach that is commonly used when “shrink wrapped” software products are being developed, allowing the software team to assess its project on a frequent basis.
-
Question 19 of 30
19. Question
The requirement engineering process is accomplished through the execution of ________________ distinct function.
Correct
The requirement engineering process is accomplished through the execution of seven distinct functions, these are as:
-Inception
-Elicitation
-Elaboration
-negotiation
-Specification
-Validation
-ManagementIncorrect
The requirement engineering process is accomplished through the execution of seven distinct functions, these are as:
-Inception
-Elicitation
-Elaboration
-negotiation
-Specification
-Validation
-Management -
Question 20 of 30
20. Question
which type of requirement identified by quality function deployment?
Correct
Exciting requirements is identified through a number of techniques. These include:observation, brainstorming, affinity analysis, relations diagramming and causal loop diagramming.
Incorrect
Exciting requirements is identified through a number of techniques. These include:observation, brainstorming, affinity analysis, relations diagramming and causal loop diagramming.
-
Question 21 of 30
21. Question
Which is a flow oriented modeling?
Correct
Data flow model is a flow oriented modeling. Flow models focus on the flow of data objects as they are transformed by processing functions.
Incorrect
Data flow model is a flow oriented modeling. Flow models focus on the flow of data objects as they are transformed by processing functions.
-
Question 22 of 30
22. Question
Identifying analysis classes, specifying attributes and defining operations comes in which types of modeling?
Correct
Class-based modelling is the process of developing an object-oriented analysis (OOA) model. The generic process described begins with guidelines for identifying potential analysis classes, suggestions for defining attributes and operations for those classes, and a discussion of the Class-Responsibility-Collaborator (CRC) model.
Incorrect
Class-based modelling is the process of developing an object-oriented analysis (OOA) model. The generic process described begins with guidelines for identifying potential analysis classes, suggestions for defining attributes and operations for those classes, and a discussion of the Class-Responsibility-Collaborator (CRC) model.
-
Question 23 of 30
23. Question
Basis path testing is a which type of testing technique?
Correct
Basis path testing is a structured testing or white box testing technique used for designing test cases intended to examine all possible paths of execution at least once.
Incorrect
Basis path testing is a structured testing or white box testing technique used for designing test cases intended to examine all possible paths of execution at least once.
-
Question 24 of 30
24. Question
White box testing sometimes called __________________ testing
Correct
White-box testing also known as clear box testing, glass box testing, transparent box testing, and structural testing. It is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality.
Incorrect
White-box testing also known as clear box testing, glass box testing, transparent box testing, and structural testing. It is a method of testing software that tests internal structures or workings of an application, as opposed to its functionality.
-
Question 25 of 30
25. Question
How to calculate cyclomatic complexity V(G) for a flow graph ,G?
Correct
Cyclomatic complexity is a software metric used to measure the complexity of a program. These metric, measures independent paths through program source code.
Mathematically, it is set of independent paths through the graph diagram. The complexity of the program is defined as –
V(G) = E – N + 2
Where,
E – Number of edges
N – Number of Nodes
V (G) = P + 1
Where P = Number of predicate nodes.Incorrect
Cyclomatic complexity is a software metric used to measure the complexity of a program. These metric, measures independent paths through program source code.
Mathematically, it is set of independent paths through the graph diagram. The complexity of the program is defined as –
V(G) = E – N + 2
Where,
E – Number of edges
N – Number of Nodes
V (G) = P + 1
Where P = Number of predicate nodes. -
Question 26 of 30
26. Question
How many classes of loop testing have?
Correct
Loop testing a white box testing technique. It is performed to validate the loops.
There are four kinds of loops:
-Simple Loops
-Nested Loops
-Concatenated Loops
-Unstructured LoopsIncorrect
Loop testing a white box testing technique. It is performed to validate the loops.
There are four kinds of loops:
-Simple Loops
-Nested Loops
-Concatenated Loops
-Unstructured Loops -
Question 27 of 30
27. Question
Which is a black box testing method that divides the input domain of a program into classes of data through that test cases can be derive?
Correct
Equivalence partitioning is a black box testing method that divides the input domain of a program into classes of data from which test cases can be derived.
Incorrect
Equivalence partitioning is a black box testing method that divides the input domain of a program into classes of data from which test cases can be derived.
-
Question 28 of 30
28. Question
Which is a testing methodology useful in finding errors associated with region faults?
Correct
The orthogonal array testing method is particularly useful in finding errors with region faults. An error category associated with faulty logic within a software component.
Incorrect
The orthogonal array testing method is particularly useful in finding errors with region faults. An error category associated with faulty logic within a software component.
-
Question 29 of 30
29. Question
What types of tests are conducted for client/server system?
Correct
The client/server applications conducts various types of tests. Following testing approaches for client/server applications:
Application function tests
Server tests
Database tests
Transaction tests
Network communication testsIncorrect
The client/server applications conducts various types of tests. Following testing approaches for client/server applications:
Application function tests
Server tests
Database tests
Transaction tests
Network communication tests -
Question 30 of 30
30. Question
Testing of client server architecture is a significant challenge for _____________________
Correct
Client/server architectures represent a significant challenge for software testers. The client/server software architecture are more difficult than the standalone applications.
Incorrect
Client/server architectures represent a significant challenge for software testers. The client/server software architecture are more difficult than the standalone applications.