Q:1A software company is developing software on government employee’s registration system, during testing phase the testers identified that the application suddenly stuck and testing can no more continue, the development team claims that the same application is successfully executing on their site.

By keeping the above mentioned scenario, what can be the major possible causes and how to track & resolve this issue between the testers and development teams? 10.

2:How a Project Manager can take benefit from Gantt chart in project managerial activities? 5.

3:What problems can be faced due to Design restructuring? 5

4:Why Requirement traceability is important with respect to project management? 5

5:What would you understand by following code segment?

for (i=0; i < N-1; i++) {
min = i;
for (j = i; j < N; j++)
if (a[j] < a[min]) min = j;
temp = a[i];
a[i] = a[min];
a[min] = temp;
} 3.

6:Differentiate between the processes of Check-in and Check-out take a central stage? 3

7:Subtasks have interdependencies based on their sequence, Give an example of subtask interdependcies? 3

8:What would you understand by the term “Software refactoring”? 2

9:What is Poka-Yoke (Mistake-Proofing)? 2

10:Give two importances of reviews? 2

0 comments: