Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Technology Questions
Describe Android Application Architecture.
How to select more than one option from list in android xml file? Give an example.
Why cannot you run standard Java bytecode on Android?
How does an application run in isolation from other applications?
Write code snippet to retrieve IMEI number of Android phone?
How can your application perform actions that are provided by other application e.g. sending email?
How will you launch an Activity within you application?
Whats a struct?
Whats the difference between a NSArray and a NSMutableArray?
If I call performSelector:withObject:afterDelay: – is the object retained?
Explain the correct way to manage Outlets memory?
Where can you test Apple iPhone apps if you don’t have the device?
Which API is used to write test scripts that help in exercising the application's user interface elements?
Assume that your app is running in the foreground but is currently not receiving events. In which sate it would be in?
What are layer objects and what do they represent?
What is SVG?
What is local storage concept in HTML 5?
What are meta tags used for?
How would you automatically transfer your visitors to a new web page?
You want only a vertical scrollbar and no horizontal scrollbar on your page. How would you do it?
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