Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
What is the difference between verification and validation?
How to derive test scenarios and use cases? What are the contents and format?
How to write Regression test cases? What are the criteria?
What are the different tests that can be done for Client Server Application and Web-based Application. Give details.
What is end-to-end testing?
What is security/penetration testing?
What is recovery/error testing?
What is the BEST WAY to write test cases?
What is GUI testing? What elements will we cover in GUI testing?
What's fuzz testing ?
What is Binary Portability Testing?
What is the proper way of setting up an Android-powered device for app development?
What Is the Google Android SDK?
What is the function of an intent filter?
What is the difference between a regular bitmap and a nine-patch image?
When is the best time to kill a foreground activity?
Is it possible to use or add a fragment without using a user interface?
When is the onStop() method invoked?
What do you know about Intents?
What is AIDL?What data types are supported by AIDL?
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