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 software engineering, what is a use case, and what is the difference between use cases and test cases when describing system behaviour and validation?
In performance engineering, what is the difference between load testing and performance testing when evaluating how a system behaves under user demand?
In general software projects, which statement best describes a typical end to end QA testing process followed in many companies, from requirement understanding to test closure?
In software quality assurance theory, what is the difference between verification and validation when ensuring that a product meets expectations?
In practical test design, how are test scenarios and use cases typically derived, and what kind of contents and format should they include to describe system behaviour effectively?
In regression testing practice, how should regression test cases be written, and what are the main criteria for selecting and designing them after changes are made?
For client server applications and web based applications, which categories of tests are typically performed, and how do they overlap across these architectures?
In software testing terminology, what is end to end testing and what is its main purpose in validating a complete business process?
In the context of software security, what is security testing or penetration testing and what is its primary objective?
In reliability testing terminology, what is recovery or error testing and what does it try to measure about a software system?
When designing test cases, what is generally considered the best way to write high quality test cases so that they are clear, maintainable and useful over time?
In software testing, what is graphical user interface (GUI) testing and which elements are typically covered when performing GUI tests on an application?
In software testing, what is fuzz testing and what is its main purpose when applied to inputs and interfaces?
In portability testing, what is binary portability testing and what aspect of software behaviour does it focus on?
For Android application development, what is the proper way to set up an Android powered physical device so that it can be used for testing and debugging apps from a development machine?
In Android development, what is the Google Android Software Development Kit (SDK) and what does it provide to developers?
In Android application architecture, what is the function of an intent filter and why is it used in Android components such as activities and services?
In Android user interface design, what is the difference between a regular bitmap image and a nine patch image, and why are nine patch images useful?
In Android application development, when (if ever) should you explicitly kill a foreground Activity from your code?
In Android, is it possible to create or add a Fragment that has no user interface, and how is such a headless Fragment used?
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