Se Gtu Paper Questions Analysis: UNIT-1 Introduction To Software and Software Engineering
Se Gtu Paper Questions Analysis: UNIT-1 Introduction To Software and Software Engineering
Se Gtu Paper Questions Analysis: UNIT-1 Introduction To Software and Software Engineering
1 List set of guidelines for BVA.Also Explain merits and demerits of BVA. 7 W-17,21/S-17
2 Explain White Box Testing With an Example. 7 W-17/S-19
What is Cyclomatic complexity? Define Steps to find Cyclomatic
3 3 W-17,18
complexity using flow graph.
4 Explain Formal Technical Review. 3,4 S-17,19/W-18,19
Consider the program given below<br / void main() {<br / int i,j,k;<br /
readln (i,j,k);<br / if( (i < j) || ( i > k) )<br / {<br / writeln("then part");<br /
if (j < k)<br / writeln ("j less then k");<br / else writeln ( " j not less then
5 k");<br / }<br / else writeln( "else Part");<br / }<br / (i) Draw the flow 7 S-17
graph.<br / (ii) Determine the cyclomatic complexity.<br / (iii) Arrive at all
the independent paths.
6 What is mobile testing? Mention the challenges in mobile testing. 4 S-17
7 Explain Integration testing. 7 S-18,19
8 Compare and contrast alpha and beta testing. 3 S-18
9 Explain the process of code review. 4,3 S-18,19
What are the different levels of testing? Briefly discuss the goal of each
10 3 S-18
level.
11 Explain various coding standard. 7 S-18
void main() { int i,j,k; readln (i,j,k); if( (i < j) || ( i > k) ) { writeln("then
12 part"); if (j < k) { writeln (“less then k”); } else { writeln ( "j not less then 7 W-19
k"); } } else { writeln( "else Part"); }
13 Explain concept of test case 3 W-19
What are the different testing strategies? Explain any one with suitable
14 7 W-19
example.
What is black box testing? What are the different black box testing
15 4 S-21
techniques?
What is white box testing? What are the different coverage based testing
16 3 S-21
strategies.
What is Software Testing? What is the role of a Software Tester? Compare
17 7 W-21
Black Box and White Box Testing.
18 Discuss the differences between black box and white box testing. 7 W-20
What is Software Testing? Explain Black-box and White-Box Testing in
19 7 S-22
details along with examples.
20 How does the behavior testing method work? 3 S-23
21 Differentiate between verification and validation. 4 S-23
What do you understand by performance testing? What are the different
22 7 S-23
types of performance testing?
23 How does the glass box testing method work? 3 S-23
24 Differentiate between integration testing and system testing. 4 S-23
25 How to measure quality and defect removal efficiency. 3 W-22
26 What are the levels at which testing done? 3 W-22
27 What do you mean by integration testing? Explain their outcomes. 7 W-22
28 Define basic path testing. 3 W-22
What is white box testing? Why it is required? Discuss different techniques
29 7 W-22
of it?
UNIT - 7 Quality Assurance and Management
UNIT - 9 DevOps
What is DevOps? How it works? What are the DevOps principles & best
1 7 S-21
practices?
2 Explain DevOps life Cycle. 7 W-21
What are the fundamental differences between DevOps & Agile
3 4 W-21
Development?
4 What is DevOps? 4 W-20
5 What are the challenges with DevOps implementation? 4 W-20
6 What are the differences between Agile and DevOps? 4 S-23
7 What are different challenges for adopting DevOps? 4 S-23
8 Discuss 7 C’s of DevOps Lifecycle for Business Agility. 7 S-23
9 Describe the different challenges with DevOps implementation. 4 W-22
10 What is DevOps? Explain the importance and benefits of the DevOps. 4 W-22
11 What is DevOps? List down its toolchain for development process. 3 S-22
12 How DevOps practice be adopted for software development process. 4 S-22
13 Explain 7Cs of DevOps lifecycle. 7 S-22