Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Technology Questions
In data structures, what is the key difference between a stack and a queue in terms of how elements are added and removed?
In C++, what is the scope resolution operator and how is it used to qualify names with their correct scope?
In C memory management, what is the difference between realloc() and free() when working with dynamically allocated blocks?
In object oriented programming, what are the main advantages of using inheritance to design and organise classes?
In software projects, what is the primary role of the Quality Assurance (QA) team during project development?
In defect management, what is the difference between severity and priority of a bug, and how are they used together to decide fixes?
In software testing, what is Monkey testing and how is it typically performed on an application under test?
In software projects, what are the main benefits of using automated testing instead of relying only on manual test execution?
In software testing, what is a Test Harness and how is it used to support automated or semi automated test execution?
In a test plan, what are entry criteria and exit criteria, and why are they important for controlling the testing process?
On a web based application, which set of tests is typically performed to ensure overall quality before release?
In testing techniques, what is Use Case Testing and how does it validate end to end user scenarios?
In test management, which factor is most important when estimating the testing effort required for a software project?
When there are a very large number of logged defects, which criteria should a tester use first to decide which defects to fix or address with highest priority?
In test automation, what are the main attributes or qualities that a good automated test suite should have?
In a typical software project, what is the main difference between the responsibilities of programmers and QA analysts?
In real world projects, can manual testing be completely replaced by automation testing, and why or why not?
Why is regression testing important in software development, especially after code changes, bug fixes, or new feature additions?
In software testing, what is exploratory testing and what is specification driven testing, and how do these two approaches differ in the way tests are designed and executed?
In software quality assurance, what is a walkthrough and what is an inspection, and how do these two static review techniques differ from each other in purpose and formality?
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79