Anda di halaman 1dari 90

No.

QUESTION DIFF WEIGHTTYPE


1 What two positional constraints do you need to create between Easy 1 Layout
two images that will be in a column layout? Testing
2 Why does a fixed pixel layout not work for iOS apps? Medium 1 Layout
Testing

3 What is a structural view in terms of Auto Layout? Hard 1 Layout


Testing
4 What first device should you design an iPhone app UI? Expert 1 Layout
Testing
5 What is the default behavior of a view when Easy 1 Layout
placed on your Storyboard canvas? Testing

6 What is Auto Layout? Medium 1 Layout


Testing
7 What is a UIView? Hard 1 Layout
Testing

8 What are two properties that Auto Layout Expert 1 Layout


constraints control on a UIView? Testing
9 How does Auto Layout enable you to make Easy 1 Layout
adaptive layouts? Testing
10 How do points relate to pixels? Medium 1 Layout
Testing
11 What are size classes? Hard 1 Layout
Testing

12 What are the limitations of size classes? Expert 1 Layout


Testing
13 What is the reuseIdentifier used for? Easy 1 Layout
Testing

14 What is a category and when is it used? Medium 1 Layout


Testing

15 When viewDidLoad called of? Hard 1 Layout


Testing
16 When viewDidAppear called of? Expert 1 Layout
Testing
17 What is KVC? Easy 1 Layout
Testing
18 What are blocks Medium 1 Layout
Testing

19 what is KVO? Hard 1 Layout


Testing
20 What is delegate? Expert 1 Layout
Testing
21 what notification does? Easy 1 Layout
Testing
22 what is true about wkwebView? Medium 1 Layout
Testing
23 What is OAuth ? Hard 1 Layout
Testing
24 What is Nsarray? Expert 1 Layout
Testing
25 Why Pin use for? Easy 1 Layout
Testing
26 Where springs and struts method use? Medium 1 Layout
Testing
27 Testing done without planning and Documentation is called? Easy 1 Layout
Testing
28 Acceptance testing is also known as? Medium 1 Layout
Testing
29 Which of the following is non-functional testing? Medium 1 Layout
Testing
30 Which end beta testing done? Medium 1 Layout
Testing
31 Unit testing is done by…..? Medium 1 Layout
Testing
32 which one is called behavioral testing ? Medium 1 Layout
Testing
33 Which of the following is black box testing Medium 1 Layout
Testing
34 Which of the following is NOT a type of non-functional test? Medium 1 Layout
Testing
35 Which of the following tools would you use to detect a memory le Medium 1 Layout
Testing
36 Which of the following is a form of functional testing? Medium 1 Layout
Testing
37 Which of the following is not phase of the Fundamental Medium 1 Layout
Test Process? Testing
38 Which of the following is / are the Review Technique Easy 1 Layout
documented? Testing
39 Who is responsible for Component Testing? Easy 1 Layout
Testing
40 What is the order in which test levels are performed? Easy 1 Layout
Testing

41 Component Testing is a _______ . Easy 1 Layout


Testing
42 System Testing is a ______. Easy 1 Layout
Testing
43 Which type of testing is done to ensure that whether Easy 1 Layout
your software works on new platform? Testing
44 Which of the following is not another name for Easy 1 Layout
Structural Testing? Testing
45 System Architecture is determined during which phase? Easy 1 Layout
Testing
46 Which of the followings are Functional Easy 1 Layout
characteristics? Testing
47 Which of the following is not a method of Dynamic Easy 1 Layout
Testing? Testing
48 Which testing is concerned with behaviour of whole Hard 1 Layout
product as per specified requirements? Testing
49 Which technique is applied for usability testing? Hard 1 Layout
Testing
50 Which one is use for positioning and size? Hard 1 Layout
Testing
51 Which one is use for opening interface builder? Hard 1 Layout
Testing

52 If app is in background and not executing any code which one Hard 1 Layout
is the current app state? Testing
53 ios remote pushnotification is introduced by which version? Hard 1 Layout
Testing
54 he IDE used in swift is____ Hard 1 Layout
Testing
55 To create mutable object __ is used Hard 1 Layout
Testing
56 Which of the following iOS frameworks is a commonly used Hard 1 Layout
third Testing
party Library?
57 To create contants in swift what keyword we use? Hard 1 Layout
Testing
58 We can return multiple values in swift from function by using? Hard 1 Layout
Testing
59 Which of the following is incorrect data type in SWIFT ? Hard 1 Layout
Testing
60 For unwrapping value inside optional what should we use? Hard 1 Layout
Testing
61 What was the original name of iOS? Easy 1 Layout
Testing
62 Which of the following is incorrect value type of the swift? Medium 1 Layout
Testing
63 What is a LLVM ? Hard 1 Layout
Testing
64 Swift is which type of language? Expert 1 Layout
Testing
65 What Pin does? Easy 1 Layout
Testing
66 multitasking is introduced by which version? Medium 1 Layout
Testing
67 iOS stands for ? Hard 1 Layout
Testing

68 The output of the requirement analysis and the requirement Expert 1 Layout
specification is Testing
used as the input for writing ____________
69 which one is not unite testing framework? Easy 1 Layout
Testing
70 the process start with the terminal modules is called which Medium 1 Layout
integration? Testing
71 what are the main benefits of unite testing? Expert 1 Layout
Testing
72 which one is not describe in unite test standard? Easy 1 Layout
Testing
73 What Align does? Medium 1 Layout
Testing
74 what is not true about internal access? Expert 1 Layout
Testing
75 what is the main reason to use "public"? Easy 1 Layout
Testing

76 what is the main reason to use "open"? Medium 1 Layout


Testing

77 which one is not the three major debugging improvements in XcoExpert 1 Layout
Testing
78 The JUnit hasItem() function is a …? Easy 1 Layout
Testing
79 DSDM is a/an _____________ approach. Medium 1 Layout
Testing
80 Independent testers are _____________ and identify different Medium 1 Layout
defects at the same time. Testing
81 ARC evaluates the _____ requirement of the object in a program. Easy 1 ARC
82
Medium 1 ARC
ARC automatically insets the appropriate _________ calls in a pr
83 ARC can execute the permanent requirement of _____ in a progra Medium 1 ARC
84 ARC automatically insets the appropriate memory management
calls in Medium 1 ARC
a program at__
85 ARC is a ____ feature of Objective C programming Easy 1 ARC
86 If we use ARC in Objective C programming, we should not
declare _____method Medium 1 ARC
manually in the program.
87 In ARC, the system uses the same reference counting system as__ Hard 1 ARC
88 Programmer need not to understand the implementation of Expert 1 ARC
the ______ method if use ARC in Objective C programming.
89 ARC allows you to concentrate on the interesting code and
relationship Medium 1 ARC
between ___in your application
90 ARC allows you to concentrate on the interesting code and ____
graph Medium 1 ARC
and their relationship in your application
91 ARC full meaning is _____ Easy 1 ARC
92 Garbage collection principle is used in Mac OS-X along with Medium 1 ARC
93 When use ARC in Objective C programming retain and release
method Easy 1 ARC
automatically called at _____
94 Use of ARC in Objective C programming will reduce the possibilitMedium 1 ARC
95 Since garbage collection feature is deprecated in OS-X, it has not
been Hard 1 ARC
discussed along with_____
96 Garbage collection feature is deprecated in OS-X ______ Expert 1 ARC
97 iOS objects never had ____ feature Easy 1 ARC
98 OS-X is no use of the ____ feature Medium 1 ARC
99 ARC works by adding code at ______ to ensure that objects live asHard 1 ARC
100 ARC works by adding code at compile time to ensure Hard 1 ARC
that ______ live as long as necessary
101 Initialization sets the _______ variables of an object Easy 1 ARC
102 Object
Medium 1 Initializa
Initialization can also allocate and prepare other ____ resources tion
103 Object
Hard 1 Initializa
Initialization can also allocate and prepare other global resources tion
104 Object
If an object doesn’t implement an initializer, Cocoa invokes the Hard 1 Initializa
initializer of the nearest ____ instead tion
105 If ____ doesn’t implement an initializer, Cocoa invokes the Object
initializer Medium 1 Initializa
of the nearest instead tion
106 Object
If an object doesn’t implement an initializer, ____invokes Medium 1 Initializa
the initializer of the nearest instead tion
107 Object
Easy 1 Initializa
init() implemented by subclass to initialize a new ___ tion
108 Object
Medium 1 Initializa
init() implemented by _____ to initialize a new object. tion
109 Object
Medium 1 Initializa
init() implemented by subclass to initialize a new object immediate tion
110 Object
init() implemented by subclass to initialize a new object Medium 1 Initializa
immediately after memory for it’s ___ tion
111 Object
Medium 1 Initializa
When object is created init() method return___ tion
112 Object
Medium 1 Initializa
Initialization of an object message is coupled with two methods tion
113 Object
Medium 1 Initializa
init() method is defined in the ___class tion
114 Object
Medium 1 Initializa
In a custom implementation of inint() method you must invoke th tion
115 Object
Medium 1 Initializa
Currently there are ____ possible application states for the app to p tion
116 Object
Medium 1 Initializa
In the active state app is receiving ___ tion
117 Object
Medium 1 Initializa
In which state app is not running? tion
118 Object
Medium 1 Initializa
In which state the app is running in the foreground, but not receivi tion
119 Object
Medium 1 Initializa
In which state the app is running in the foreground, but receiving e tion
120 Object
Medium 1 Initializa
In which state the app is running in the background, but executing tion
121 Object
Medium 1 Initializa
In which state the app is running in the background, but not execu tion
122 Object
Medium 1 Initializa
Successful creation of an app one must have to understand___ tion
123 Object
When app is moving foreground to background execution it do Medium 1 Initializa
the following using appDelegate _______ tion
124 the integration of Google Mobile Ads SDK in your apps is __ Easy 1 Revenue
125 Layout
Easy 1
System Architecture is determined during which phase? Testing
126 Evaluati
Which of the followings are Functional Easy 1 on
characteristics? Android
127 Evaluati
Which of the following is not a method of Dynamic Easy 1 on
Testing? Android
128 Evaluati
Which testing is concerned with behaviour of whole Hard 1 on
product as per specified requirements? Android
129 Evaluati
Hard 1 on
Which technique is applied for usability testing? Android
130 Layout
Hard 1
Which one is use for positioning and size? Testing
131 Evaluati
Hard 1 on
Which one is use for opening interface builder? Android
132 Evaluati
If app is in background and not executing any code which one Hard 1 on
is the current app state? Android
133 Evaluati
Hard 1 on
ios remote pushnotification is introduced by which version? Android
134 Evaluati
Hard 1 on
he IDE used in swift is____ Android
135 Evaluati
Hard 1 on
To create mutable object __ is used Android
136 Which of the following iOS frameworks is a commonly used Evaluati
third Hard 1 on
party Library? Android
137 Evaluati
Hard 1 on
To create contants in swift what keyword we use? Android
138 Evaluati
Hard 1 on
We can return multiple values in swift from function by using? Android
139 Evaluati
Hard 1 on
Which of the following is incorrect data type in SWIFT ? Android
140 iTunes Connect Developer Help__ Hard 1 Revenue
141 with iOS 11 you can choose to promote up to __ in app-purchase atMedium 1 Revenue
142 Evaluati
Medium 1 on
Which of the following is incorrect value type of the swift? Android
143 Evaluati
Hard 1 on
What is a LLVM ? Android
144 Evaluati
Expert 1 on
Swift is which type of language? Android
145 Evaluati
Easy 1 on
What Pin does? Android
146 Evaluati
Medium 1 on
multitasking is introduced by which version? Android
147 Evaluati
Hard 1 on
iOS stands for ? Android
148 The output of the requirement analysis and the requirement Evaluati
specification is Expert 1 on
used as the input for writing ____________ Android
149 Evaluati
Easy 1 on
which one is not unite testing framework? Android
150 Evaluati
the process start with the terminal modules is called which Medium 1 on
integration? Android
151 Evaluati
Expert 1 on
what are the main benefits of unite testing? Android
152 Evaluati
Easy 1 on
which one is not describe in unite test standard? Android
153 Evaluati
Medium 1 on
What Align does? Android
154 Evaluati
Expert 1 on
what is not true about internal access? Android
155 SpriteKi
Medium 1
In which framework world object is the main object? t
156 SpriteKi
Medium 1
world object sets up the __ that works on physics bodies added to it t
157 SpriteKi
Easy 1
the world object is the __ object in SpriteKit framework t
158 SpriteKi
Medium 1
in SpriteKit framework one can work in __ environments t
159 SpriteKi
Medium 1
SpriteKite is a powerful graphics framework for developing __ ac t
160
Core
Location
Medium 1
Framew
which framework used to maps directly into user's own windows ork
and views?
161 What is a segue? Easy 1 Evaluati
162 What is storyboard? Easy 1 Evaluati
163 A sequence of scenes represents Easy 1 Evaluati
164 A view controller is shown by Easy 1 Evaluati
165 Which represent a transition between two view controllerEasy 1 Evaluati
166 the user interface of an IOS app is designed with the helpEasy 1 Evaluati
167 What is true about UIViewTable Section? Medium 1 Evaluati
168 Which version introduced storyboards first Easy 1 Evaluati
169 Which of the following is true in case of Storyboards? Medium 1 Evaluati
170 Which allow to design multiple view controller views witEasy 1 Evaluati
171 Which is used before Storyboard? Hard 1 Evaluati
172 What is the name of a view controller in storyboard? Hard 1 Evaluati
173 How many scenes a storyboard can contain? Expert 1 Evaluati
174 The relationship between two scenes are known as Medium 1 Evaluati
175 Which command cane be used at User mode to enter Medium 1 Evaluati
Privileged EXEC mode
176 How to display configurable parameters and statistics of Medium 1 Evaluati
all interfaces on router
177 Command to find the broadcast address from router Medium 1 Evaluati

178 Which of the following framework is not used in iOS ? Easy 1 Evaluati
179 Which of the following iOS frameworks is a commonly us Easy 1 Evaluati
180 The application has not been launched or was running butExpert 1 Evaluati
181 Flash Applications is supported in iPhone browsers.Is it true?
Easy 1 Evaluati
182 Application running in foreground but currently not receiHard 1 Evaluati
183 iOS remote push notification is introduced by apple in w Easy 1 Evaluati
184 Which of the following is a default UI property? Hard 1 Evaluati
185 Multitasking in iOS was introduced in which version? Easy 1 Evaluati
186 Application is running in foreground and receiving eventHard 1 Evaluati
187 Which provides a visual editor for storyboards Hard 1 Evaluati
188 Which gives all required views? Hard 1 Evaluati
189 Which of the following is the starting point of segue Hard 1 Evaluati
190 ___ helps us to navigate among many ViewController. Expert 1 Evaluati
191 which of the following method is called only once in iOSExpert
viewController
1 Evaluati
life cycle?
192 What is the function of the end point of a segue Medium 1 Evaluati
193 A segue always presents Medium 1 Evaluati
194 Which segue is used to dismiss a view controller Medium 1 Evaluati
195 How many categories of a segue are? Medium 1 Evaluati
196 Which segue is used most Hard 1 Evaluati
197 Which segue provides transition from one viewControllerHard 1 Evaluati
198 Which segue is used for animation Hard 1 Evaluati
199 Custom segue is used for Hard 1 Evaluati
200 How to embed a view controller into Navigation Bar Expert 1 Evaluati
201 Which is mentatory when a segue type is changed to 'pushExpert 1 Evaluati
202 Which is responsible to add a back button automaticall Expert 1 Evaluati
203 Which work a model type segue does not perform Expert 1 Evaluati
204 The Segue object belongs to the class Expert 1 Evaluati
205 We can define our own behaviour for which type of seguExpert 1 Evaluati
206 Popover presentation segue shows the new View Controlle Expert 1 Evaluati
207 Which is the wrong definition of a protocol in Swift? Expert 1 Evaluati
208 Which is the content of UITableViewCell ? Expert 1 Evaluati
209 Which of the following animates the next transition on thExpert 1 Evaluati
210 What is the name of the function used to pass data from Expert 1 Evaluati
211 Which segue has a default back button in the navigation Medium 1 Evaluati
212 Which of the following is a default UI property? Medium 1 Evaluati
213 The application has not been launched or was running butHard 1 Evaluati
214 Adding which button The unwind segue method is createHard 1 Evaluati
215 Where The unwind segue method is created by adding anHard 1 Evaluati
216 Where the second controller comes up from? Hard 1 Evaluati
217 How many ways view controllers pass data? Expert 1 Evaluati
218 which one of the below functions definitions is wrong coExpert 1 Evaluati
219 Which of the following is a property of TableView? Expert 1 Evaluati
220 Which of the following is used to pass data between viewExpert 1 Evaluati
221 Data can be transferred using singletons Easy 1 Evaluati
222 Which of the following view controllers use to pass dataMedium 1 Evaluati
223 ios method for onStart() is??? Medium 1 Evaluati
224 Does the Iphone browser support flash applications? Medium 1 Evaluati
225 Which of the following is used to pass data between viewMedium 1 Evaluati
226 Which of the following is used to pass data between viewHard 1 Evaluati
227 What is the function of A navigation controller Hard 1 Evaluati
228 A navigation controller provides Hard 1 Evaluati

229 The view hierarchy of a navigation controller is Hard 1 Evaluati


230 Each content view controller manages Hard 1 Evaluati

231 the navigation controller coordinates the navigation Expert 1 Evaluati

232 Which of the following class implements the behavior of Expert


s 1 Evaluati
233 to switch from one viewController to another , the methodEasy
presentViewController()
1 Evaluati is used
234 Which of the following statement is wrong ? Easy 1 Evaluati
235 What is the full form of XIB? Medium 1 Evaluati
236 what is the extension of compiled version of main.storyboExpert 1 Evaluati
237 All view in iOs derived from Expert 1 Evaluati
238 Where you can use protocol as a type? Expert 1 Evaluati
239 Which framework delivers event to custom object when aExpert 1 Evaluati
240 What is protocol in swift? Expert 1 Evaluati
241 Who calls the main function of app during the app launchExpert 1 Evaluati
242 Which of these could be an appropriate protocol declaratiExpert 1 Evaluati
243 Which protocol is used for retrieving and sending data through a web br Easy 1 Evaluatio
244 Which one from below is the mostly used library for IOS? Medium 1 Evaluatio
245 Which one is an IOS framework ? Hard 1 Evaluatio
246 Which IOS framework contains AFNetworking? Expert 1 Evaluatio
247 Serialized JSON objects appear in which format? Expert Evaluatio
248 Which one is not a protocol used in http request? Medium Evaluatio
249 Which interface is the basic implementation of APIRequest Protocol? Expert Evaluatio
250 Which interface is the basic implementation of SimpleAPIRequest ProtoExpert Evaluatio
251 What we need to change when our api changes? Hard Evaluatio
252 When mapping to business objects being made? Hard Evaluatio
253 Which interface indirectly inherits APIResponse protocol? Expert Evaluatio
254 Which interface is directly implemented by JSONAPIRequest ? Expert Evaluatio
255 Which class is not a succesor of APIRequest? Expert Evaluatio
256 How mapping to business objects is done? Medium Evaluatio
257 For type safety, what the clients should explicitly define? Hard Evaluatio
258 Which one allows app to access content referenced by a URL? Medium Evaluatio
259 Which class is the heart of URL Loading system? Medium Evaluatio
260 Which class helps to manipulate URLs ? Hard Evaluatio
261 Which Protocol isn't supported by URL Loading system? Hard Evaluatio
262 Which Protocol is supported by URL Loading system? Hard Evaluatio
263 Which class provides API for Downloading content? Hard Evaluatio
264 How many type of tasks are there in NSURLSessionTask? Medium Evaluatio
265 Which is not a task from NSURLSessionTask? Hard Evaluatio
266 Which tasks are used for requesting data from a server ? Medium Evaluatio
267 What is the difference between data and upload/ download tasks? Medium Evaluatio
268 Which class is directly implemented by Download task? Expert Evaluatio
269 which task can be cancled and resumed again later? Easy Evaluatio
270 "__ is a series of commands that exist as a unit of work." fill the gap Medium Evaluatio
271 How strings are represented in Cocoa and Cocoa Touch? Easy Evaluatio
272 Which one cannot be changed? Easy Evaluatio
273 Which class creates string objects in Cocoa? Medium Evaluatio
274 How a string object is represented? Medium Evaluatio
275 Which method helps to find a character at a specific index in Cocoa? Hard Evaluatio
276 Which method returns the length of a string in Cocoa? Hard Evaluatio
277 Which class is capable of representing all images in Cocoa? Medium Evaluatio
278 Image objects are __. Fill the gap Medium Evaluatio
279 Which class can be used to display an image in the interface? Hard Evaluatio
280 Which class can pass an image to other APIs that might require image daExpert Evaluatio
281 Which formats are recommended for app? Medium Evaluatio
282 Which format offer better performance for app? Medium Evaluatio
283 JSON stands for -- Medium Evaluatio
284 Which one is used for rerpresenting data in clent server application ? Hard Evaluatio
285 Which one is used for data interchange in clent server application ? Hard Evaluatio
286 What does XML stands for? Easy Evaluatio
287 WHICh one is a software and hardware independent tool? Medium Evaluatio
288 Which one is responsbile for parsing errors? Hard Evaluatio
289 Which one is a threadsafe class as long as one instance in one thread? Hard Evaluatio
290 Which one is a commonly used method for request? Hard Evaluatio
291 Which one is an alternative to XML? Medium Evaluatio
292 Which of these is treated as a single entity at a higher level of Cocoa? Hard Evaluatio
293 Which class is a subclass of NSURLSessionDataTask? Expert Evaluatio
294 What is the concept of NSURLSession? Medium Evaluatio
295 Which task writes its response directly to a temporary file? Medium Evaluatio
296 Which task stores the response in memory? Medium Evaluatio
297 Which task can be used in a sessioncreated with a background session c Hard Evaluatio
298 What is not changed with the change of API? Easy Evaluatio
299 Networking can be done without the help of Easy Evaluatio
300 Which task is facilitated by the foundation framework of URL loading Medium Evaluatio
301 Which task is not facilitated by the foundation framework of URL loadi Medium Evaluatio
302 Which system Provides suppost for authentication in app specific ways?Easy Evaluatio
303 With the help of URL loading system which of these tasks can't be done Medium Evaluatio
304 Who is being notifioed by an XMLParser? Medium Evaluatio
305 While parsing, which item causes the XMLParser to generate a notificat Medium Evaluatio
306 Which item doesn't cause XMLParser to generate a notification? Medium Evaluatio
307 Which one is text based? Easy Evaluatio
308 Whioch one is used in twitter for back end service? Medium Evaluatio
309 Facebook is dependent for sdending data to server on__ fill the gap Medium Evaluatio
310 For which usage an image can't be used? Medium Evaluatio
311 When a sequence of images form an object, that becomes Easy Evaluatio
312 Which protocol is supported by NSURLSession? Hard Evaluatio
313 Which protocol is not supportedd by NSURLSession? Hard Evaluatio
314 Who provides transparent support for proxy servers? Easy Evaluatio
315 SOCKS gateways are supported by __ Hard Evaluatio
316 How upload and download tasks return data? Easy Evaluatio
317 How can be multiple threads can take place at the same time? Medium Evaluatio
318 What is another name for XMLParser Object? Medium Evaluatio
319 When XMLParser isn't threadsafe? Hard Evaluatio
320 What XML does with parsed items? Medium Evaluatio
321 Flick sends data to its back end web service in Medium Evaluatio
322 Which format is lossless? Medium Evaluatio
323 What is local storage? Easy 1 ios
324 What is the most widely used method for local storage? Easy 1 ios
325 How big is local storage and Session storage? Medium 1 ios
326 What is mainly used for local storage? Easy 1 ios
327

Core data is used for- Easy 1 ios


328 What does mean of user defaults? Hard ios
329 Why it is created and designed?
Medium 1 ios
330 How many types of user default? Easy 1 ios
331 Which one types is used of user default? Easy 1 ios
332 NSNumber is used for- Medium 1 ios
333 What is Sandbox? Easy 1 ios
334 What is used for Sandbox? Hard 1 ios
335 Why can be used of sandbox? Hard 1 ios
336 What is the benefit of Sandboxing? Medium 1 ios
337 Before HTML5 where data had to be stored? Hard 1 ios
338 What is the limit of character storage for chrome 23.0 in local storage? Easy 1 ios
339 Which event is fired as the mouse is moving over an element when a draHard 1 ios
340 Which language does allows the creation of sandboxed processes? Hard 1 ios
341 Example of Sandbox implementation- Expert 1 ios
342 Which of the following property is used to determine which drag operatMedium 1 ios
343 For creating single line text box for searching queries, we use the type- Hard 1 ios
344 Form validation traditionally was performed by- Easy 1 ios
345 Which of the following file can be used for creating, moving, reading an Easy 1 ios
346 NSData is- Expert 1 ios
347 For grouping for controls we can use- Medium 1 ios
348 What does do NSData work? Expert 1 ios
349 Which one of the following contents of NSData? Expert 1 ios
350 Which one of the following class of a lower level opration? Medium 1 ios
351 NSFileManager is- Easy 1 ios
352 Which of the following code is a read file? Hard 1 ios
353 What does mean of Archiving? Expert ios
354 What is object graph? Easy 1 ios
355 What is Cocoa archives? Medium 1 ios
356 Which of the following one is an objective of the cocoa archives? Expert 1 ios
357 Which of the following one is the process that is the collection the inf Expert 1 ios
358 Archiving store- Easy 1 ios
359 What does the mean of Unarchiving? Medium 1 ios
360 What does the work of archiving? Medium 1 ios
361 Which of the following application is working like as pasteboard? Easy 1 ios
362 Which of the following statements is true? Medium 1 ios
363 What is UIDocument? Easy 1 ios
364 Which of the following is the class of the UIDocument? Easy 1 ios
365 UIDocuments benefit- Easy 1 ios
366 Which of the following is the document file of coordinated reading and w Medium 1 ios
367 Which of the following statements is true? Medium 1 ios
368 UIDocument is a- Easy 1 ios
369 What are the UIDocument work? Easy 1 ios
370 Which of the following document is a multiple document? Medium 1 ios
371 HTML5 documents may contains a_____________ element, which is used Hard 1 ios
372 A model group contains the names of the elements that a tag may encloMedium 1 ios
373 What is SQLite? Easy 1 ios
374 Which is the full meaning of SQL? Easy 1 ios
375 Which is the SQLite command? Easy 1 ios
376 Where SQLite works well? Medium 1 ios
377 Which of the following statement is true? Medium 1 ios
378 Which of the following thing is rely on SQLite? Hard 1 ios
379 SQLite is- Easy 1 ios
380 What are the SQLite storage classes? Easy 1 ios
381 When to use SQLite? Easy 1 ios
382 ORM means that- Medium 1 ios
383 When can you get an SQLite_SCHEME error? Hard 1 ios
384 SQL is a- Expert 1 ios
385 Which of the following is a property of the SQL? Easy 1 ios
386 When indexes should be avoided? Medium 1 ios
387 What is the maximum size of a VARCHAR in SQLite? Medium 1 ios
388 How to recover deleted data from my SQLite database? Hard 1 ios
389 What is the command used to create a database in SQLite? Medium 1 ios
390 Which of the following is an application which is used SQLite? Medium 1 ios
391 Which of the following statements is false? Medium 1 ios
392 SQLite is a- Easy 1 ios
393 What is Core Data? Easy 1 ios
394 What does work of a Core data? Medium 1 ios
395 How many percent decreases of a core data typically? Medium 1 ios
396 iBeacon means- Easy 1 ios
397 Why should we use Core data instead of SQLite? Hard 1 ios
398 Beacon consists of- Medium 1 ios
399 Which of the following is an optimize of a Core Data? Expert 1 ios
400 Which of the following is a robust framework? Hard 1 ios
401 What is the example of UUID? Hard 1 ios
402 What was the concept of base internationalization first introduced? Medium 1 ios
403 Which one is a small application? Easy 1 ios
404 Which of the following statements is true? Medium 1 ios
405 How many languages is working in a book store? Easy 1 ios
406 Which language is used in a book store? Easy 1 ios
407 Which application is display in store? Expert 1 ios
408 Which of the language is used for iOS development? Easy 1 Evaluation
409 What is the name of the Macintosh operating system? Easy 1 Evaluation
410 Which one is a iOS feature? Easy 1 Evaluation
411 What is iCloud for? Easy 1 Evaluation
412 What does push notification mean? Easy 1 Evaluation
413 What is gyroscope sensor used for? Medium 1 Evaluation
414 When was Push notifications first introduced? Easy 1 Evaluation
415 Which iOS version got a complete visual redesign? Easy 1 Evaluation
416 What is the current iOS stable version? Easy 1 Evaluation
417 Does iOS 1 have native application develoment? Easy 1 Evaluation
418 Is it possible to develop hybrid application in iOS? Easy 1 Evaluation
419 What is hybrid application? Medium 1 Evaluation
420 What is popular IDE for iOS development? Easy 1 Evaluation
421 What is the purpose of Project navigator? Medium 1 Evaluation
422 What is the purpose of Source control navigator? Medium 1 Evaluation
423 How to push codes in cloud from source control
navigator? Medium 1 Evaluation
424 Which map service is distributed with iPhone? Easy 1 Evaluation
425 Which file sharing app is defaultly distributed with iPhone? Easy 1 Evaluation
426 What is SDK? Easy 1 Evaluation
427 What is the function of NSAutoreleasePool? Medium 1 Evaluation
428 What is the function of NSLog? Medium 1 Evaluation
429 Which is the base class of all objects? Medium 1 Evaluation
430 What is void in -(void)sampleMethod? Easy 1 Evaluation
431 What is @end for? Easy 1 Evaluation
432 How to give comments in objective-C? Easy 1 Evaluation
433 How to get the size of a particular datatype? Medium 1 Evaluation
434 When was iPhone first invented? Easy 1 Evaluation
435 What is iOS? Easy 1 Evaluation
436 Which is a datatype of objective-C? Easy 1 Evaluation
437 Does iOS support multi-touch gestures? Easy 1 Evaluation
438 In which version of iPhone notch was introduced? Easy 1 Evaluation
439 In which version of iPhone Face ID was introduced? Easy 1 Evaluation
440 Which technology does Animoji use? Easy 1 Evaluation
441 Which are the primary languages for hybrid applications? Easy 1 Evaluation
442 What is the functionality of Project Navigator in Xcode? Easy 1 Evaluation
443 What is the functionality of Source Control Navigator in Xcode? Easy 1 Evaluation
444 What is the functionality of Symbol Navigator in Xcode? Easy 1 Evaluation
445 What is the functionality of Issue Navigator in Xcode? Easy 1 Evaluation
446 What is the functionality of Test Navigator in Xcode? Easy 1 Evaluation
447 What is the functionality of Breakpoint Navigator in Xcode? Medium 1 Evaluation
448 How can you turn on In-App purchases? Medium 1 Evaluation
449 Which inspector is used to adjust properties? Easy 1 Evaluation
450 What is the functionality of Build Settings? Medium 1 Evaluation
451 Which capabilities you can use with iOS? Easy 1 Evaluation
452 What is the name of the AI in iOS? Easy 1 Evaluation
453 What is Siri? Easy 1 Evaluation
454 Which capabilities Siri contains? Medium 1 Evaluation
455 When was iOS 12 announced? Easy 1 Evaluation
456 When was iOS 11 announced? Easy 1 Evaluation
457 When was Files app introduced instead of iCloud Drive? Medium 1 Evaluation
458 What is Cocoa Touch? Easy 1 Evaluation
459 Which is a factor to define iOS architecture? Medium 1 Evaluation
460 Which devices support Cocoa Touch? Easy 1 Evaluation
461 Which architecture does Cocoa Touch follow? Easy 1 Evaluation
462 Which is the main feature of Cocoa Touch? Easy 1 Evaluation
463 What will happen in emulator if you press Ctrl+Command+Z? Medium 1 Evaluation
464 What will happen in emulator if you press Command+right arrow? Medium 1 Evaluation
465 What will happen in emulator if you press Command+left arrow? Medium 1 Evaluation
466 Which header file contains NSArray? Easy 1 Evaluation
467 Which header file handles URL? Easy 1 Evaluation
468 Which header file provide the capabilities to manipulate string? Medium 1 Evaluation
469 Which is the correct way to declare a method in objective-C? Medium 1 Evaluation
470 Which one is correct? Medium 1 Evaluation
471 What is the functionality of alloc? Easy 1 Evaluation
472 What comes after the keyword alloc? Medium 1 Evaluation
473 Which keyword is required to start a class? Easy 1 Evaluation
474 Which one is the superclass of all objective-C classes? Easy 1 Evaluation
475 What does @synthesize do? Medium 1 Evaluation
476 Which property is faster? Hard 1 Evaluation
477 Is atomic property thread-safe? Hard 1 Evaluation
478 What could happen if you set a property nonatomic? Hard 1 Evaluation
479 What is the functionality of weak property? Hard 1 Evaluation
480 What is the functionality of readonly property? Medium 1 Evaluation
481 Which one is a default attribute? Hard 1 Evaluation
482 Which file you need to open for creating visual design in XCODE? Easy 1 Evaluation
483 Which one comes first? Medium 1 Evaluation
484 What is happening in this code -(void) myFunction: (int []) param ? Medium 1 Evaluation
485 Why NSObject is not called in this code @interface Employee : Person ? Hard 1 Evaluation
486 Which one is true? Medium 1 Evaluation
487 How to capitalize entire string? Medium 1 Evaluation-iOS
488 How many sections is a table view made of? 1 Evaluation
489 What are sections identified by? 1 Evaluation
490 Which of the following is a correct table view style? 1 Evaluation
491
In which instance does the table style remain static once specified? 1 Evaluation-iOS
492 How many group styles can a table view have? 1 Evaluation
493 What is a custom ui table view controller object? 1 Evaluation
494 Which object provides information to construct tables? 1 Evaluation
495
which object manages the data model when table rows are deleted? 1 Evaluation
496 which object helps in editing operations in the table row? 1 Evaluation
497

which object is needed to commit an insertion? 1 Evaluation


498 how can you go through data in a table view? 1 Evaluation
499 what is used to display youtube videos? 1 Evaluation
500 what is used to display your emails in mail app? 1 Evaluation
501 how is data presented in a table view? 1 Evaluation
502 Which design pattern doesn not require subclassing of complex
objects? 1 Evaluation
503 What in Delegation design is used to modify the behavior of complex
objects? 1 Evaluation
504

How in delegation do objects coordinate with each other? 1 Evaluation


505 How does the delegate respond to a message? 1 Evaluation
506 Which design pattern allows customization of behavior of multiple
objects in one central object? 1 Evaluation
507 Which other design pattern is a delegate similar to? 1 Evaluation
508 What is a data source delegated control of? 1 Evaluation
509
Which of the following is responsible for managing the memory of the
models objects that are given to the delegating view? 1 Evaluation
510 Which is currently the most popular mobile ad network? 1 Evaluation
511 What is need to use AdMob in your apps? 1 Evaluation
512 How does Google AdMob earn revenues? 1 Evaluation
513 What do you first need to do to integrate your apps with Google
AdMob? 1 Evaluation
514 Prior to enrolling to AdMob, what accounts are required? 1 Evaluation
515 Adsense is a mobile app advertising platform designed specifically for
app developers 1 Evaluation
516 How many in app purchases can be offered in Google AdMob? 1 Evaluation
517 In Google AdMob, which of the following in app purchases does not
expire? 1 Evaluation
518 In Google AdMob, which in app purchase does not get renewed
automatically? 1 Evaluation
519 Which testing environment allows testing of in-app purchases with no
cost? 1 Evaluation
520
How can you protect your content from unauthorized purchases? 1 Evaluation
521 In which testing period are in app purchases free? 1 Evaluation
522 Which iOS version allows you to promote upto 20 in-app purchases at
a time on your product page? 1 Evaluation
523 How can you give the press the influencers early access to your in-app
purchases? 1 Evaluation
524 What is the maximum number of promo codes that can be given away
for each in-app purhase? 1 Evaluation
525 Since when was the iAd App Network made unavailable? 1 Evaluation
526 What can you use to promote and market your apps? 1 Evaluation
527 What helps to earn revenue in an iOS application? 1 Evaluation
528 What is used to display ads? 1 Evaluation
529

Which of the following hierarchy is correct? 1 Evaluation


530 1 Evaluation-iOS
531
Select the components that are minimally required for constructing
and configuring a UITableViewController, which can be used to view
(but not manipulate) a list of items. 1 Evaluation
532 The _________________ file specifies the layout of your screen. 1 Evaluation
533

Which of the following statements are true for UIViewController? 1 Evaluation


534 Table views are _______________. 1 Evaluation
535
Data sources are responsible for managing the _______________. 1 Evaluation
536 Reloading the table view clears ______________________. 1 Evaluation
537 Which one is the first mobile app store? 1 Evaluation
538 AdMob is the part of __________________. 1 Evaluation
539 Beacons are used by app to trigger __________ 1 Evaluation
540 Which devices will iOS 7 run on? 1 Evaluation
541
Before iOS 7 was announced, VMware used which approach for
managing apps on the iOS version of the company's Horizon Suite? Hard 1 Evaluation
542 Is a delegate retained? 1 Evaluation
543 Is the delegate for a CAAnimation retained? 1 Evaluation
544
How many bytes can we send to apple push notification server? 1 Evaluation
545 Assume that an app is not in foreground but is still executing code. In
which state will it be? Hard 1 Evaluation
546 Which xml parser do we use on iphone? 1 Evaluation
547 Which one is a language feature in objective C which provides multiple
inheritance in a single inheritance language? 1 Evaluation
548 Objective C supports _________________ types of protocols. 1 Evaluation
549 A category is created on a ______________.
550 Objective-C is a _____ programming language. Easy 1 Evaluation
551 Objective C follows style like: Easy 1 Evaluation
552 Apple use programming language for OS X and iOS operating sys Easy 1 Evaluation
553 Objective C primarily Created by Easy 1 Evaluation
554 First web browser deployed on a ___ system. Easy 1 Evaluation
555 Most of Apple’s present-day Cocoa API is based on ____ interface objectEasy 1 Evaluation
556 Apple’s switches from NeXT to OpenStep in Easy 1 Evaluation
557 NeXTSTEP is a: Easy 1 Evaluation
558 Apple includes first 64 bit support in ____ version Easy 1 Evaluation
559 IOS oprating system is a______ of OS x. : Medium 1 Evaluation
560 Object oriented programming has : Easy 1 Evaluation
561 Foundation Framework provides Medium 1 Evaluation
562 Which are not a Foundation fremework feature? Easy 1 Evaluation
563 The size of the data types is Easy 1 Evaluation
564 The only way to truly know how big your data types are the function Easy 1 Evaluation
565 Objective C boll data type are Easy 1 Evaluation
566 The %i specifier is used to display Easy 1 Evaluation
567 BOOL is a ______. Easy 1 Evaluation
568 BOOL variables can store macros for Easy 1 Evaluation
569 Char can be used to store values between Easy 1 Evaluation
570 To format it as an ASCII character, use Easy 1 Evaluation
571 %u as a placeholder for Easy 1 Evaluation
572 Short integers are ____ signed integers Easy 1 Evaluation
573 In %hi specifier, the h is a ______? Easy 1 Evaluation
574 x -byte integer on most systems, where x is Easy 1 Evaluation
575 How big your data types are is to use the ______ function. Easy 1 Evaluation
576 If int isn't big enough to meet your needs, you can move up to Easy 1 Evaluation
577 long int data type, which is ____ bytes on most modern systems. Easy 1 Evaluation
578 Long integers can be displayed via NSLog() by prepending the letter____Easy 1 Evaluation
579 float type for representing ____ -byte floating point numbers Easy 1 Evaluation
580 Literal values should be suffixed with f to mark the value as Easy 1 Evaluation
581 %5.3f will display Easy 1 Evaluation
582 For representing fixed-point values in Objective-C use Easy 1 Evaluation
583 double data type is a ____ floating-point number Easy 1 Evaluation
584 Objective-C also provides access to C structs, for Easy 1 Evaluation
585 The typedef keyword tells the compiler Easy 1 Evaluation
586 struct creates the Easy 1 Evaluation
587 Point2D p1 = {10.0f, 0.5f}; means Medium 1 Evaluation
588 usually better off storing custom data structures in a Easy 1 Evaluation
589 Objective-C provides array data types of Easy 1 Evaluation
590 C arrays are a ____ of memory allocated when they're declared Easy 1 Evaluation
591 In array all of their elements must be Easy 1 Evaluation
592 Unlike C# arrays, array's length when it's declared Medium 1 Evaluation
593 there is no convenient NSLog() format specifier for displaying native arr Easy 1 Evaluation
594 int someValues[5] = {15, 32, 49, 90, 14}; someValues[2] = ? Easy 1 Evaluation
595 Array differ from struct because Easy 1 Evaluation
596 Array data can access elements via Easy 1 Evaluation
597 Pointers provide a _____ way to directly access memory addresses Medium 1 Evaluation
598 The variable holding a native array is actually a pointer to the ____ in thEasy 1 Evaluation
599 The pointer to the next memory address by Easy 1 Evaluation
600 Pointers generally used when applications are Easy 1 Evaluation
601 pointers are very important to Objective-C programs because every objec Easy 1 Evaluation
602 void type represents the Easy 1 Evaluation
603 void is used with Easy 1 Evaluation
604 The nil and NULL keywords are both used to represent Easy 1 Evaluation
605 nil constant should only be used as an empty value for Easy 1 Evaluation
606 NULL can be used for Easy 1 Evaluation
607 The type of a variable determines Easy 1 Evaluation
608 Basic Type Easy 1 Evaluation
609 Enumerated type Easy 1 Evaluation
610 The types in Objective-C can be classified as ____ categories Easy 1 Evaluation
611 Derived types includes Easy 1 Evaluation
612 The array types and structure types are referred to collectively as the Medium 1 Evaluation
613 int ____ bytes Easy 1 Evaluation
614 unsigned int ______ bytes Easy 1 Evaluation
615 short Easy 1 Evaluation
616 long double Easy 1 Evaluation
617 variable a name given to a _____ that our programs can manipulate Easy 1 Evaluation
618 In Objective-C the size and layout of the variable's memory define Medium 1 Evaluation
619 The name of a variable can be composed of Easy 1 Evaluation
620 variable may begin with Easy 1 Evaluation
621 Upper and lowercase letters are distinct because Objective-C is Easy 1 Evaluation
622 variable list may consist of one or more identifier names separated by Easy 1 Evaluation
623 without an initializer: variables with static storage duration are implicitlyEasy 1 Evaluation
624 extern keyword to declare a variable at any place is useful when? Medium 1 Evaluation
625 Variable defined in one of the files, which will be available at _____ of Medium 1 Evaluation
626 To declare a variable multiple times in your Objective-C program, t it canMedium 1 Evaluation
627 Objective-C is Easy 1 Evaluation
628 _____ tells the range of values and the set of operations that can be apMedium 1 Evaluation
629 Unless you're working with 3-D graphics or some other CPU-heavy applicMedium 1 Evaluation
630 Which components detect the touche? Easy 1 Evaluation
631 How many button is available to handle touch screen? Medium 1 Evaluation
632 Default value of view's bound is--- Hard 1 Evaluation
633 Which method is called when user first touches the screen? Expert 1 Evaluation
634 Which method can detect the touch of each finger? Easy 1 Evaluation
635 Which method is called when user move one or more fingers across theEasy 1 Evaluation
636 If application is in background and not executing any code. What is the cHard 1 Evaluation
637 ios remote push notification is introduced by apple in which version? Medium 1 Evaluation
638 Multitasking in Ios was introduced in which version? Medium 1 Evaluation
639 Creating a UI in android requires careful use of? Hard 1 Evaluation
640 The ------------ file specifies the layout of your screen. Expert 1 Evaluation
641 If application in background & executing background tasks than the curre Expert 1 Evaluation
642 Which command would you use in the CLI at user mode to enter Privil Expert 1 Evaluation
643 ios staands for? Easy 1 Evaluation
644 Which framework is not used in ios? Medium 1 Evaluation
645 To create an emulator, you need an AV. What does it stand? Easy 1 Evaluation
646 Which of the following is a default UI property? Medium 1 Evaluation
647 Which of the following ios framework is commonly used third party libr Medium 1 Evaluation
648 Which of the following commands display s the syntax for the clock c Expert 1 Evaluation
649 What is face time in apple? Expert 1 Evaluation
650 The iPhone has a feature that activates when you rotate the devices fro Expert 1 Evaluation
651 When the activity is not in focus, but still visible on the screen it is? Hard 1 Evaluation
652 What built-in database is android shipped whith? Easy 1 Evaluation
653 Which of the following is NOT a state in the lifecycle of a service? Easy 1 Evaluation
654 When an activity doesn't exist in memory it is in? Expert 1 Evaluation
655 Flash applications are supported in iPhone browsers? Easy 1 Evaluation
656 The iPhone camera can….. Easy 1 Evaluation
657 Which method is called when the user lifts one or more fingers from th Hard 1 Evaluation
658 Which method is called when an interupt ocurred? Hard 1 Evaluation
659 To detect tap on screen which method is used? Easy 1 Evaluation
660 To detect pinching motion on screen which method is used? Medium 1 Evaluation
661 When you dragging on the screen which event is called? Medium 1 Evaluation
662 UIScreenEdgePanGestureRecognizer is used to detect ……? Hard 1 Evaluation
663 Swiping gesture is detected by----- Easy 1 Evaluation
664 Which can detect the rotation gesture? Easy 1 Evaluation
665 To take input an audio file which class is used? Medium 1 Evaluation
666 Duration of touching time is determined by which method? Medium 1 Evaluation
667 Taking input from camera is possible in ios, statement is--? Expert 1 Evaluation
668 ios application is available in which store? Easy 1 Evaluation
669 How can you integrate ad to your application? Easy 1 Evaluation
670 Notification is supported by wchich method? Expert 1 Evaluation
671 What is face time in apple? Expert 1 Evaluation
672 ios remote push notification is introduced by apple in which version? Hard 1 Evaluation
673 What is the latest ios version? Easy 1 Evaluation
674 The iPhone has a feature that activates when you rotate the devices fro Expert 1 Evaluation
675 When the activity is not in focus, but still visible on the screen it is? Expert 1 Evaluation
676 What built-in database is android shipped whith? Hard 1 Evaluation
677 Which of the following is NOT a state in the lifecycle of a service? Expert 1 Evaluation
678 When an activity doesn't exist in memory it is in? Expert 1 Evaluation
679 The iPhone has a feature that activates when you rotate the devices fro Medium 1 Evaluation
680 When the activity is not in focus, but still visible on the screen it is? Expert 1 Evaluation
681 What built-in database is android shipped whith? Easy 1 Evaluation
682 Which of the following is NOT a state in the lifecycle of a service? Medium 1 Evaluation
683 When an activity doesn't exist in memory it is in? Expert 1 Evaluation
684 The iPhone has a feature that activates when you rotate the devices fro Expert 1 Evaluation
685 When the activity is not in focus, but still visible on the screen it is? Easy 1 Evaluation
686 What built-in database is ios shipped whith? Easy 1 Evaluation
687 Which of the following is NOT a state in the lifecycle of a service? Medium 1 Evaluation
688 When an activity doesn't exist in memory it is in? Expert 1 Evaluation
689 Flash applications are supported in iPhone browsers? Expert 1 Evaluation
690 The iPhone has a feature that activates when you rotate the devices fro Expert 1 Evaluation
691 When the activity is not in focus, but still visible on the screen it is? Hard 1 Evaluation
692 What built-in database is android shipped whith? Easy 1 Evaluation
693 Which of the following is NOT a state in the lifecycle of a service? Easy 1 Evaluation
694 When an activity doesn't exist in memory it is in? Expert 1 Evaluation
695 Flash applications are supported in iPhone browsers? Hard 1 Evaluation
696 Which method creates constant speed for animation? Hard 1 Evaluation
697 Which method creates faster speed for animation? Easy 1 Evaluation
698 What is the size of unsigned long data type in objective c? Easy 1 Evaluation
699 Which framework is not used in ios? Easy 1 Evaluation
700 To create an emulator, you need an AV. What does it stand? Hard 1 Evaluation
701 Which of the following is a default UI property? Medium 1 Evaluation
702 When an activity doesn't exist in memory it is in? Expert 1 Evaluation
703 The iPhone has a feature that activates when you rotate the devices fro Hard 1 Evaluation
704 When the activity is not in focus, but still visible on the screen it is? Expert 1 Evaluation
705 When an activity doesn't exist in memory it is in? Easy 1 Evaluation
706 Flash applications are supported in iPhone browsers? Easy 1 Evaluation
707 When an activity doesn't exist in memory it is in? Medium 1 Evaluation
708 Flash applications are supported in iPhone browsers? Easy 1 Evaluation
709 Which one is the latest version of xcode? Easy 1 Evaluation
710 What is the purpose of the reuseIdentifier? Easy 1 Evaluation
711 Core Graphics framework to provide- Medium 1 Evaluation
712 Core Graphics does not support- Hard 1 Evaluation
713 All 2D drawing in UIKit uses Core Graphics- Expert 1 Evaluation
714 The Core Graphics framework is based on the Medium 1 Evaluation
715 Quartz provides – Easy 1 Evaluation
716 In macOS, Core Graphics also includes services for working with- Medium 1 Evaluation
717 Struct CGPoint contains- Hard 1 Evaluation
718 struct CGRect contains- Easy 1 Evaluation
719 Which is not a 2D Drawing class- Hard 1 Evaluation
720 class CGContext is a - Expert 1 Evaluation
721 class CGPath is a - Medium 1 Evaluation
722 Which is not a Colors and Fonts class- Easy 1 Evaluation
723 class CGColorSpace specify – Hard 1 Evaluation
724 class CGPDFDocument contains Medium 1 Evaluation
725 typealias CGButtonCount Represents- Easy 1 Evaluation
726 typealias CGDirectDisplayID Represents- Medium 1 Evaluation
727 Core graphics data types include- Easy 1 Evaluation
728 Quartz 2D is available to Hard 1 Evaluation
729 Quartz responsibilities are- Medium 1 Evaluation
730 We can use the Quartz 2D as a – Easy 1 Evaluation
731 In OS X, Quartz 2D can work with which of the following technology? Medium 1 Evaluation
732 In iOS, Quartz works with which technology? Easy 1 Evaluation
733 The Quartz 2D API functions work on the basis of Hard 1 Evaluation
734 In Quartz 2D graphics the coordinates are stored in the form of Easy 1 Evaluation
735 The position and dimension of a rectangle can be defined using the- Medium 1 Evaluation
736 CGRect structure contains- Hard 1 Evaluation
737 Which values do not correspond directly to screen pixels? Easy 1 Evaluation
738 A graphics context defines- Medium 1 Evaluation
739 Basic drawing attributes contains- Easy 1 Evaluation
740 Graphics context can be obtain by using- Hard 1 Evaluation
741 Core animation is a – Medium 1 Evaluation
742 In iOS, animation part not cover- Easy 1 Evaluation
743 which is a UIKit wrapper of the Core Graphics CGPath Hard 1 Evaluation
744 Animation block methods are used to mark the- Medium 1 Evaluation
745 The duration of an animation sequence, the linearity of the animation t Medium 1 Evaluation
746 How many possible animation curve settings are used? Easy 1 Evaluation
747 The animation is performed at constant speed for the specified duration Hard 1 Evaluation
748 The animation sequence starts out slow and speeds up as the end approMedium 1 Evaluation
749 Transformations allow- Easy 1 Evaluation
750 The animation starts out fast and slows as the end of the sequence apprHard 1 Evaluation
751 The animation starts slow, speeds up and then slows down again is defi Medium 1 Evaluation
752 How many possible application states that would be cause for the app toExpert 1 Evaluation
753 Which is not an iOS app state. Hard 1 Evaluation
754 The app is in the background, but no code is being executed is defined Expert 1 Evaluation
755 The app is running in the background, and executing code is defined by Medium 1 Evaluation
756 Which action need to take for reducing app’s memory footprint? Easy 1 Evaluation
757 Which action need to take for allocating app’s memory? Medium 1 Evaluation
758 Suspending apps is a way of improving- Easy 1 Evaluation
759 When app running in the background, iOS offered how many techniquesExpert to 1 Evaluation
760 How can we improve the overall user experience? Medium 1 Evaluation
761 If your app is not running, the path to get to the Active state is: Easy 1 Evaluation
762 If your app is Suspended, then the path to active is: Expert 1 Evaluation
763 When you press the home button, or switch to another app, your app isExpert 1 Evaluation
764 When a user switches to a different app, the current app moves to the Medium 1 Evaluation
765 what is Xcode? Easy 1 Evaluation
766 A special C data type that encapsulates other pieces of data into a singleExpert 1 Evaluation
767 Which is the application? Medium 1 Evaluation
768 Which is iOS development language? Easy 1 Evaluation
769 What is the smart groups in Xcode? Medium 1 Evaluation
770 What is the source items does not used by Xcode? Easy 1 Evaluation
771 What is the build phases available in Xcode? Expert 1 Evaluation
772 Which keyword is used on a property, to access which will be “synchron Medium 1 Evaluation
773 What mechanism does iOS provide to support multi-threading? Easy 1 Evaluation
774 iOS Frameworks have who many major purposes Easy 1 Evaluation
775 Cocoa Touch is framework for Medium 1 Evaluation
776 Which is not a feature of Cocoa Touch Hard 1 Evaluation
777 Cocoa Touch provides which key frameworks for developing applicationsMedium 1 Evaluation
778 CGRect structure contains- Easy 1 Evaluation
779 Which values do not correspond directly to screen pixels? Easy 1 Evaluation
780 In model-view-controller (MVC) architecture, view corresponds to the Expert 1 Evaluation
781 In the original (Smalltalk) conception, MVC is made up of the Easy 1 Evaluation
782 In which patterns user input and display can take place ? Hard 1 Evaluation
783 Which objects work in composite pattererns? Expert 1 Evaluation
784 Which objects work in strategy pattererns? Easy 1 Evaluation
785 Which objects work in observer pattererns? Easy 1 Evaluation
786 Which object does receive the event and interpret it in an application - Medium 1 Evaluation
787 Term in MVC architecture that receives events is called Expert 1 Evaluation
788 In model-view-controller (MVC) architecture, model defines the Expert 1 Evaluation
789 Which object does notify all objects who have registered as observers? Medium 1 Evaluation
790 In which controllers you connect the view object to its target? Medium 1 Evaluation
791 Which controllers are in the responder chain? Medium 1 Evaluation
792
Which controllers allows action signatures with a variable number of
parameters of arbitrary types Medium 1 Evaluation
793 From which object Cocoa notification center is used to receive notificatiMedium 1 Evaluation
794 which controller works as the owner of a nib file? Easy 1 Evaluation
795 Which is used to implement a mediating controller in the NSController Expert 1 Evaluation
796 In how many ways Session can be maintained in MVC ? Expert 1 Evaluation
797 Which helps to maintain data when you shift from one controller to othExpert 1 Evaluation
798 Which helps to maintain data when you move from controller to view? Expert 1 Evaluation
799 which is a dynamic wrapper around view data? Expert 1 Evaluation
800 Keeping the separation between roles enhances….. Medium 1 Evaluation
801 Which objects should be highly reusable? Medium 1 Evaluation
802 A view class shouldn't depend on … Medium 1 Evaluation
803 which class depends on classes of all MVC role types? Medium 1 Evaluation
804
Which object should always go through a mediating controller object
to learn about changes in an model object? Medium 1 Evaluation
805 In where persistence, model objects, parsers and networking code normEasy 1 Evaluation
806 In which layer UILabel presents? Easy 1 Evaluation
807 In which layer UITableView communicates with its data source ? Easy 1 Evaluation
808 which layer is considered the “dumb” part of your app? Easy 1 Evaluation
809 In which layer code smells founds? Easy 1 Evaluation
810 which layer is the least reusable part of your app? Easy 1 Evaluation
811 Which layer is considered as the brain of the app? Easy 1 Evaluation
812 Which layer is clearly deccoupled? Easy 1 Evaluation
813 Which code is highly reusable ? Medium 1 Evaluation
814 With the help of core data which code is implemented? Medium 1 Evaluation
815 which is a visual representation of the user interface of an iOS applicati Medium 1 Evaluation
816 In storyboard you can add.. Medium 1 Evaluation
817 Which enables you to connect a view to its controller object? Medium 1 Evaluation
818 Which file is used to set Outlet value graphically ? Medium 1 Evaluation
819 which is a connection between an element of the interface and with th Expert 1 Evaluation
820

Which of the following iOS frameworks is a commonly used third party LExpert 1 Evaluation
821 iOS remote push notification is introduced by apple in which version? Medium 1 Evaluation
822 Which of the following is a default UI property? Expert 1 Evaluation
823 )Application is running in foreground and receiving events.What is the c Expert 1 Evaluation
824 when new data becomes available for your app which notification is avaMedium 1 Evaluation
825 when your app is not running in the foreground whch notification is avaiMedium 1 Evaluation
826 Local notifications are not supported on Expert 1 Evaluation
827 Remote notifications are supported on Medium 1 Evaluation
828 For which notifications, you must also provide a server environment? Easy 1 Evaluation
829
Which is include in notification information sent? Medium 1 Evaluation
830 when first push notification launched with IOS 3.0? Easy 1 Evaluation
831 In which version notifications are even more interactive and rich? Easy 1 Evaluation
832 which a iphone user can notice inside a notification? Easy 1 Evaluation
833
Third-party developers can use all of these capabilities to create Medium 1 Evaluation
834 edited is included in which notification? Medium 1 Evaluation
835 Suppose you have cat and dog GiF which notification is helpul? Medium 1 Evaluation
836 which notifications provide a way to alert the user for providing informaMedium 1 Evaluation
837 when an app pulls data from a server in the background which notificatiEasy 1 Evaluation
838 For calender apps which notification is suited? Medium 1 Evaluation
839 when all of the app’s data is managed by your company’s servers whichExpert
n 1 Evaluation
840 Which notification is used by a messaging app? Medium 1 Evaluation
841 How many notification are kept by the system that keeps the soonest-firExpert 1 Evaluation
842

Which command is used to specify a notification that an app can scheduExpert 1 Evaluation
843

Which method is used the fire date to schedule delivery? Expert 1 Evaluation
844

which method presents the notification immediately, regardless of the value


Expert
of fireDate? 1 Evaluation
845

which method is used to cancel one or more local notifications? Expert 1 Evaluation
846 Which obejct is used to deliver of specialized push notifications and recExpert 1 Evaluation
847 Which wakes up your app as needed to deliver incoming notifications? Medium 1 Evaluation
848 A behavior that applies a continuous or instantaneous forcly is called Expert 1 Evaluation
849 How many setp required to use a push behavior with a dynamic item? Medium 1 Evaluation
850
How to adds a dynamic item to the behavior’s dynamic item array? Expert 1 Evaluation
851 What is used to define various types of layout constraints and resolve laEasy 1 Evaluation
852 Which dsigns are available when it comes to architectural patterns and Expert 1 Evaluation
853 Which is a example of viw in IOS MVC? Medium 1 Evaluation
854 Model happens when a user interaction in the Viewcauses the data in the Expert
Model to change.1 Evaluation
855 Which is availabel in view layer? Easy 1 Evaluation
856 A model object keeps interested objects in an application—usually view Easy o 1 Evaluation
857 which architectures are available based on Model-View-Controller? Easy 1 Evaluation
858 which interacts directly with an Interactor by sending Requests to it? Easy 1 Evaluation
859 Which should be tried as muc as possible when using MVC? Expert 1 Evaluation
860 What is GCD? Easy 1 iOS
861 IteratorProtocol protocol is tightly linked with which protocol ? Medium 1 iOS
862 How WKWebView works in the App? Hard 1 iOS
863 Which webview storage share the whole app? Expert 1 iOS
864 Explain what is dot notation? Expert 1 iOS
865 What is ARC ? Expert 1 iOS
866 Difference between nil and Nil. Expert 1 iOS
867 What is DOM ? Expert 1 iOS
868 How many tasks in URLSession? Expert 1 iOS
869 The extension of the required methods for each protocol implementation Hard 1 iOS
870 How many bytes we can send to apple push notification server Hard 1 iOS
871 To adopt a protocol which should add your class header file Hard 1 iOS
872 When adopting more than one protocol, list them how should be separ Hard 1 iOS
873 Where the the protocol names appear ? Hard 1 iOS
874 What is a protocol ? Hard 1 iOS
875 What does a UITableView require ? Hard 1 iOS
At runtime, what is the difference between a method added by a category and one that is
876 implemented by the original class ? Medium 1 iOS
What does it call when you wish to extend an existing class by adding behavior that
877 is useful only in certain situations? Medium 1 iOS
878 The syntax to declare a category uses Medium 1 iOS
879 What is the purpose of a method getCopyRightString in a category? Medium 1 iOS
880 Simple Block declaration syntax Medium 1 iOS
881

Simple block implementation Medium 1 iOS


882 How can we invoke the block ? Medium 1 iOS
883 Which provide the ability to add functionality to an object without subclassing Medium 1 iOS
884 Dynamic binding is also referred to as ..... Medium 1 iOS
885 Which feature that let you add new methods to an existing class? Easy 1 iOS
886 A category is a group of related .............. for a class Easy 1 iOS
887 A category's file name should be the class name followed by which sign Easy 1 iOS
888 What is Class clusters ? Easy 1 iOS
889 What is a Composite Object? Easy 1 iOS
890 File handling is done with the help of which class? Easy 1 iOS
891 When Exception handling is used in Objective-C with NSException? Easy 1 iOS
892 Blocks can also take arguments and return ..... just like methods and functions. Easy 1 iOS
893 Protocols are implemented in the ......... conforming to the protocol. Easy 1 iOS
894 Which is the correct syntax for class conforming to protocol? Expert 1 iOS
895 Dynamic binding enables Expert 1 iOS
896 Which design pattern are based on the Class clusters ? Expert 1 iOS
897 Which types of values NSNumber actually wraps? Expert 1 iOS
898 What is a Composite Object? Expert 1 iOS
899 What we use to import a Objective-C class? Expert 1 iOS
900 What we use to import too many classes ? Expert 1 iOS
901 File handling is done with the help of which class? Expert 1 iOS
902 What is the base class of all objects including the foundation kit classes? Expert 1 iOS
903 Which classes store times and dates and represent calendrical
information ? Expert 1 iOS
904 What is the function of an NSScanner object ? Hard 1 iOS
905

Fast enumeration Syntax is Hard 1 iOS


906 Fast Enumeration Backwards Syntax is Hard 1 iOS
907 To adopt a protocol what should add it to the class header file: Hard 1 iOS
908 Which framework is used to embed a fully functional map interface into a app Hard 1 iOS
909 ARC means Hard 1 iOS
910 MRR means Hard 1 iOS
911 The syntax for a single-dimensional array is : Hard 1 iOS
912 Objective-C programming language allows multidimensional arrays the syntax fHard 1 iOS
913 Which management is one of the most important process in any programmingHard 1 iOS
914 Which is a matter of performance? Hard 1 iOS
915 In Objective-C Memory management which techniques can be broadly classifieHard 1 iOS
916 if an application doesn't free unneeded objects what would be effect? Hard 1 iOS
917 Which inserts the appropriate memory management method calls for us at co Medium 1 iOS
918 Which is the root class for all views and defines their common behavior ? Medium 1 iOS
919 The Syntax for protocol composition ? Medium 1 iOS
920 Generic functions can be used to access any data type like Medium 1 iOS
921 The function exchange() is used to Medium 1 iOS
922 To restrict access to code blocks, modules and abstraction is done through Medium 1 iOS
923 Enables entities to be used within any source file from their defining module, bMedium 1 iOS
924 Enables entities to be processed with in any source file from their defining m Medium 1 iOS
925 Restricts the use of an entity to its own defining source file. Private access pla Medium 1 iOS
926 What is a user-defined data type which consists of set of related values? Medium 1 iOS
927 Syntax of Enumerations Easy 1 iOS
928 Swift 4 provides a flexible building block of making use of constructs as Easy 1 iOS
929

Structures syntax is like : Expert 1 iOS


930 Need for having structures: Expert 1 iOS
931 Benefits of having Classes Expert 1 iOS
932 Common Characteristics of Classes and structures Expert 1 iOS
933 The syntax for creating instances Expert 1 iOS
934 Returns true when two constants or variables pointing to a same instance Expert 1 iOS
935 Returns true when two constants or variables pointing to a different instance Expert 1 iOS
936 Lazy Properties are used Expert 1 iOS
937 Property Observers can be defined as Before Storing the value as Expert 1 iOS
938 Property Observers can be defined as After Storing the new value as Easy 1 iOS
939 Variables that are defined within a function, method, or closure context as Easy 1 iOS
CORRECT OPTION1 OPTION2 OPTION3
c) vertical a) horizontal centering b) horizontal spacing c) vertical centering
centering
b) device rotate a) user can change b) device rotate c) many different
front iphone screen
size size
a) main content a) main content view b) a detail inside c) a overall width
view view imapct view
b) I phone 8 a) I phone x b) I phone 8 c) I phone 8
plus
a) pinned in place a) pinned in place b) moves based c) adapts to
with top left with top left on orientation the width
corner corner
c) a user interface a) software design b) a software design c) a user interface
element pattern pattern element
b) a graphical a) an abstract b) a graphical c) a container for
rectangle class rectangle image,button
in an app in an app
c) alpha a) position b) depth c) alpha

a) you can show a) you can show b) you can change c) you can
hide view hide view front size relayout the UI
b) 1 point equal a) abstraction of pixel b) 1 point equal c) 1 point equal
2 pixel 2 pixel 1 pixel
b) fast redering a) rough approximation b) fast redering c) enables customize
graphical view of screen size graphical view ui design

c) can not change a) can not enable or b) can not distinguish c) can not change
front size desable ui in portable mode front size
a) to indicate a) to indicate b) when the c) to maintain an
that a cell that a cell cell looks internal cache
can be re-used can be re-used the same
b) a way of a) to make b) a way of adding c) requests
adding more space additionalx methods extra execution
additionalx time
methods
c) when the a) when the power b) when the app c) when the
view is loaded is loaded is loaded view is loaded
a) when the a) when the b) when the c) when the
view is presented view is presented view is loaded view is terminated
b) Key-Value a) key view control b) Key-Value Coding. c) key value control
Coding.
a) a way of a) a way of defining a b) a way of defining c) a way to level
defining a single task multiple task feature
single task
c) key value a) key view override b) key value open c) key value
observing observing
a) one to one a) one to one b) one to many c) many to many
communication communication communication communication
b) allow class to a) allow user to know b) allow class to c) allow panel to
broadcast event events broadcast event broadcast event
a) has own cookie a) has own cookie b) share whole app c) share cookie
storage storage storage
c) open a) open area b) override area c) open
authorization authorization
b) immutable a) irrational reference b) immutable c) hold different types
reference type reference type of data
a) Create spacing a) Create spacing b) Create alignment c) Resolve
constraints constraints constraints layout issues
c) layout a) view control b) view problem c) layout
problem problem
c) adhock a) Unite b) regration c) adhock

d) beta a) grey box b) white box c) alpha

b) performance a) black box b) performance c) unit

a) user a) user b) developer c) a and b

b) developer a) user b) developer c) customer

b) grey box a) black box b) grey box c) white box

b) boudary path a) basic path b) boudary path c) code path analysis


analysis analysis
c) state transition a) performance b) usability c) state transition

d) dynamic analysia) performance b) memory analysis c) state analysis

b) boundary value a) Usability testing b) boundary value c) security


analysis analysis
b) requirement anala) test planning b) requirement analysis c) execution

a) Inspection a) Inspection b) walkthrough c) Both of These


d) Developer a) Software tester b) Designer c) User

d) It depends on a) Unit, Integration, b) Unit, System, c) Unit, Integration,


nature of a project System, Acceptance Integration, Acceptance, System
Acceptance
b) White box a) Black box Testing b) White box Testing c) Grey box Testing
Testing
a) Black box a) Black box testing b) White box testing c) Grey box testing
testing
b) Portability a) Interoperability b) Portability Testing c) Usability Testing
Testing Testing
c) Behavioural a) White box Testing b) Glass box Testing c) Behavioural
Testing Testing
d) Design a) Requirement b) Implementation c) Development
Gathering
c) portability a) Maintainability b) Usability c) portability

c) Inspection a) black box b) UAT c) Inspection

c) System testing a) Acceptance testing b) Component testing c) System testing

b) Black box a) White box b) Black box c) Grey box

d) viewAnimaterotaa) viewPixcel b) viewcontoller c) viewmonitor

a) a) ViewController.xib b) DataController.xib c) Struts


ViewController.xi
b
c) inactive a) background b) active c) inactive

d) ios 5.0 a) ios 4.0 b) ios 3.0 c) ios 6.0

c) xcode a) swiftc b) gas c) xcode

a) var a) var b) let c) both

c) AFNetwork a) AVFoundation b) Audiotoolbox c) AFNetwork

a) let a) let b) conts c) constant

b) touple a) array b) touple c) both


c) char a) int b) double c) char

c) ! a) ? b) @ c) !

c) iPhone OS a) iPad OS b) iOS is original name c) iPhone OS

d) class a) double b) char c) enum

c) contains both a) swiftc compiler b) objective c compiler c) contains both


compiler compiler
d) All of the above a) scripting language b) object oriented c) type safe language
programming
b) create a) create left language
b) create c) Resize
spacing edge spacing
c.ios 6.0 c.ios 6.0 b) ios 3.0 a.ios 4.0

b) iPhone a) Internetwork b) iPhone Operating c) Internet Operating


Operating Operating System System
System System
a) User a) User Acceptance b) User Rejection c) Product
Acceptance Test Cases Test Cases Acceptance
Test Cases Test Cases
c) both of them a) x-unit b) php-unit c) both of them

b) bottom-up a) top-down b) bottom-up c) module

a) easy a) easy documentation b) simplifies c) facilitate changes


documentation integration
d) equivalence a) modified condition b) syntext testing c) stress testing
partitioning
a) Create a) Create alignemnt b) resole layout c) resize effect
alignemnt
b) eneble modules a) enables entities b) eneble modules c) defining module

c) both of them a) allows other b) allows other c) both of them


modules to use the modules to use the
public classes public lasses
a) allows other a) allows other b) use the public c) both of them
modules to use modules to use the classes
the class class
a) View sanitizer a) View sanitizer b) View Debugger c) Thread Sanitizer
c) JUnitMatcher a) Hamcrest Matcher b) Instance Function c) JUnitMatcher

d) Iterative and a) Waterfall b) Spiral c) Incremental


Incremental
c) Unbiased a) Isolated b) Biased c) Unbiased

a) Lifetime a) Lifetime b) Temporary c) Compile time


c) Memory c) Memory
a) UI_initialization_method
b) Destructor
management management
c) Object a) Property b) Method c) Object

b) Compile timea) Run time b) Compile time c) Debugging time

a) Compile timea) Compile time b) Run time c) UI_initialization

a) release a) release b) viewDidLoad c) NSLog

a) MRR a) MRR b) AppDelegate c) Interface Builder


d) Both a & b a) Retain b) Auto Release c) Alloc

a) Objects a) Objects b) Method c) Property

a) Object a) Object b) Constructor c) init

b) Automatic Reference
a) Automatic
CountingReleaseb)Count
Automatic Reference
c) Counting
Automatic Response Count
a) MRR a) MRR b) AppDelegate c) Interface Builder

b) Compile timea) Run time b) Compile time c) Debugging time

c) Memory a) CPU b) OS kernel c) Memory

a) MRR a) MRR b) Memory management


c) AppDelegate

a) Mountain Lion
a) Mountain Lion b) Kernel c) AppDelegate
d) Garbage collection
a) Memory managementb) MRR c) ARC
d) Garbage Collection
a) ARC b) MRR c) AppDelegate
b) Compile timea) Run time b) Compile time c) Debugging time
c) Object a) Class b) Method c) Object
c) Instance a) Class b) Method c) Instance
b) Global a) Local b) Global c) Common

c) Object b) Method c) Object


a) Class

b) Ancestor a) Descendent b) Ancestor c) Sibling

c) Object b) Method c) Object


a) Class

a) Cocoa a) Cocoa b) ARC c) MRR

b) Object a) Method b) Object c) Instance

c) Subclass a) Superclass b) Deriveclass c) Subclass

a) memory a) memory b) constructor c) release

a) allocation a) allocation b) release c) retain

c) object a) nil b) pointer object c) object

c) alloc & init a) retain & release b) alloc & retain c) alloc & init

c) NSObject a) UIInitialization b) UIKit c) NSObject

b) super a) self b) super c) strong

b) five a) four b) five c) three


c) events a) object b) action c) events

c) non-running a) active b) inactive c) non-running

b) inactive a) active b) inactive c) background

a) active a) active b) inactive c) background

c) background a) active b) inactive c) background

d) suspended a) active b) inactive c) background

c) MVC a) ARC b) MRR c) MVC

d) all of the above a) Prepare to have your


b) app’s
Savepicture
any relevant
taken c)app state
Freeinformation
up memory as needed

a) easy a) easy b) hard c) impossible


a) Requirement
d) Design b) Implementation c) Development
Gathering

c) portability a) Maintainability b) Usability c) portability

c) Inspection a) black box b) UAT c) Inspection

c) System testing a) Acceptance testing b) Component testing c) System testing

b) Black box a) White box b) Black box c) Grey box

d) viewAnimaterotaa) viewPixcel b) viewcontoller c) viewmonitor


a) ViewController.xa) ViewController.xib b) DataController.xib c) Struts

c) inactive a) background b) active c) inactive

d) ios 5.0 a) ios 4.0 b) ios 3.0 c) ios 6.0

c) xcode a) swiftc b) gas c) xcode

a) var a) var b) let c) both

c) AFNetwork a) AVFoundation b) Audiotoolbox c) AFNetwork

a) let a) let b) conts c) constant

b) touple a) array b) touple c) both

c) char a) int b) double c) char

d) all of the above a)Agreements b) tax c) banking overview


a) 20 a) 20 b) 18 c) 17

d) class a) double b) char c) enum

c) contains both c) contains both


a) swiftc compiler b) objective c compiler
compiler compiler

b) object oriented
d) All of the above a) scripting language programming c) type safe language
language

b) create a) create left b) create


c) Resize
spacing edge spacing
c.ios 6.0 c.ios 6.0 b) ios 3.0 a.ios 4.0

b) iPhone a) Internetwork
b) iPhone Operating c) Internet Operating
Operating Operating
System System
System System
c) Product
a) User Acceptancea) User Acceptance b) User Rejection
Acceptance
Test Cases Test Cases Test Cases
Test Cases

c) both of them a) x-unit b) php-unit c) both of them

b) bottom-up a) top-down b) bottom-up c) module

b) simplifies
a) easy documentata) easy documentation c) facilitate changes
integration

d) equivalence
a) modified condition b) syntext testing c) stress testing
partitioning

a) Create alignemna) Create alignemnt b) resole layout c) resize effect

b) eneble modules a) enables entities b) eneble modules c) defining module

a) SpriteKit a) SpriteKit b) MapKit c) UIKit

a) gravity a) gravity b) velocity c) acceleration

a) main a) main b) secondary c) temporary

a) two a) two b) three c) four

a) 2D a) 2D b) 3D c) 1D

a) MapKit a) MapKit b) UIKit c) PushKit

c) transition be a) transition betweenb) transition betweenc) transition betwe


a) visual presenta)visual presentationb) visual presentatio c) visual presentat
c) StoryBoard a) Navigation Controb) Unwind Segue c) StoryBoard
b) Scenes a) StoryBoard b) scenes c) Navigation Contr
d) segue objectsa) None of all b) View object c) Controller object
a) Storyboard a) Storyboard b) Xcode c) XML
c) at least one 1 a) atleast 2 section b) not necessary to wc) at least one 1 s
c) iOS 5 a) iOS 4 b) iOS 6 c) iOS 5
b) save time to ba) save space to stor b) save time to build c) increase time to
a) StoryBoard a) StoryBoard b) scenes c) Navigation Contr
d) XIB files a) BBX files b) XBI files c) BIX files
c)Scenes a) Class b) none of all c) Scenes
a) one or more a) one or more b) Less than five c) Exactly ten
d) Segues a) Navigation Controb) Unwind Segue c) StoryBoard
a) Enable a) Enable
b) Privilege c) Admin
d) show interfac a) show running-
config b) show startup-confc) show versions
c) show interfac a) show running-
config b) show startup-confc) show interfaces
b) AppKit Fram a) UIKit Frameworkb) AppKit Frameworc) Foundation Fra
c) AFNetwork.f a) AVFoundation.fr b) Audiotoolbox.fra c) AFNetwork.fram
d) Not running sa) Suspended state b) Background state c) Inactive state
a) Yes a) Yes b) No c) It supports flash
b) Inactive Statea) Background state b) Inactive State c) Suspended state
b) iOS 3.0; a) iOS 2.0 b) iOS 3.0; c) iOS 4.0;
c) atomic a) assign b) non-atomic c) atomic
b) iOS 4.0; a) iOS 2.0 b) iOS 4.0; c) iOS 6.0;
a) Inactive state a) Inactive state b) Background state c) Active state
a) Xcode a) Xcode b) VMWARE c) None of them
b) Xcode a)Storyboard b) Xcode c) Visual studio
c) button a) state b) controller c) button
c) Navigation Coa) InputViewControllb) BaseViewControllc) Navigation Cont
b) viewDidLoad(a) viewWillAppear( b) viewDidLoad( ) c) viewWillDisappe
a) Display a) Display b) Initialize c) delete
d) a new controlla) an object b) a new view c) an interface
a)Unwind seguea)Unwind segue b) Push Segue c) Modal Segue
c)5 a) 2 b) 3 c) 5
b) Push Segue a)Unwind segue b) Push Segue c) Modal Segue
b) Push Segue a)Unwind segue b) Push Segue c) Modal Segue
c) Model Segue a)Unwind segue b) Push Segue c) Modal Segue
b) Animation a) Image showing b) Animation c) Data transfer
d) To change sega) To change segue tyb) To change scene tyc) To change segue
a)embed source a)embed source Viewb) remove source Viec) Embed scene Vie
d) Segue a) Navigation Controb) Unwind Segue c) StoryBoard
a) Add back butta) Add back button ab) Add delete buttonc) Add insert butto
a)UIStoryboard a)UIStoryboardSegub) UISplitViewContrc) navigation stack
d) Custom Segua)Unwind segue b) Push Segue c) Modal Segue
b) in a small bo a) in a medium box b) in a small box c) in a large box
a) protocol Some a) protocol SomeProt b) protocol SomeProto
c) protocol SomeProt
d) all of above a) image view b) text label c) accessory type
a) Present Modala) Present Modally sb) Unwind segue c) Push Segue
b) prepareForS a) SendData b) prepareForSegue c) passdataforSegue
d) show/push a) Custom b) Present Modally c) Show Detail
c) atomic a)assign b) non-atomic c) atomic
d)Not running sta)Suspended state b) Background state c) Inactive state
b) IBAction a) ICAction b) IBAction c) 3DAction
c) the Parent Viea) Storyboard b) scenes c) the Parent View
a) first View Cona) first View Controlb) first segue c) None of them
a) two a) two b) three c) Four
a). func haveChara) func haveChar(#stb) func mean(numberc) func minMax(arra
d) All of the aboa) rowHeight b) sectionFooterHeigc) sectionHeaderHe
d) All of them a) when a segue is p b) triggering transit c) through the state
a) True a) True b) False
a) using the app a) using the app deleb) using the app scenc) deleting the app
a) ViewWillAppea) ViewWillAppear(b) ViewDidAppear()c) ViewDidDisapper
a) Yes a) Yes b) No c) Just the flash a
c) All of them a) assigning a delegab) through unwind s c) All of them
a) a and c a) using the user defab) None of them c) through notificat
d) manages a staa) manages a stack ob) manages a stack oc) None of them
b) a drill-down a) a segue.
interface for
hierarchical
b) a drill-down interfc) All of them
content.

a) self-containeda) self-contained b) self-excluded c) self-uncontrolled


c) a distinct a) a indistinct view
view hierarchy hierarchy b) the view hierarch c) c) a distinct vie
d) between the a) between
view controllers b) between segues c) c) between the vi
hierarchies
a)UITextView a)UITextView b) UILabel c) UITextField
a) true a) true b) FALSE
d)None of them a) IBAction is a typeb) IBAction resolvesc) IBAction is a mac
a) XML interfacea) XML interface buib) extensible interfa c) extra internet bo
c) .IProj a) .xib b) .nib c) .IProj
b)-UIView a) View b) UIView c) UIViewlabel
d)All of the abo a) As a parameter typeb) As the type 9f a coc) As the type of it
c) UIKit Frame a) PushKit Framewob) Twitter Frameworc) UIKit Framewor
a) Interface in J a) Interface in Java b) Class in Java c) collection in Java
a) UIKit framewa) UIKit framework b) UIApplication c) UIViewControll
a) @objc protocol a) @objc protocol somb) @objc protocol som c) protocol somePro
b)HTTP a) FTP b) HTTP c) NTP
a) AFNetworking a) AFNetworking b) JSONModel c) MagicalRecord
a) RestKit a) RestKit b) SwiftOS c) XcodeNet
c)RestKit a)GameKit b)MetalKit c)RestKit
d) Both a & b a) Dictionary b) Array c) LinkedList
c) APIURLSession a) APIResponse b) APIRequest c) APIURLSession
a) SimpleAPIRequesta) SimpleAPIRequest b) SimpleAPIResponse c) JSONAPIResponse
c) JSONAPIRequest a) NSURLSession c.JSONAPIResponse c) JSONAPIRequest
d) both a & b a) request class b) response class c) api client
a) when response obja) when response objects ab) when request objects arc) when client is created
b) JSONAPIRequesta) SimpleAPIRequest b) JSONAPIRequest c) JSONAPIResponse
d) SimpleAPIRequesta) GitHubJSONRequest b) APIRequest c) APIClient
d) None a) GitHubJSONRequest b) SimpleAPIRequest c) UsersRequest
a) generic way a) generic way b) specific way c) uesr defined
a) request-response ra) request-response relati b) request-client relations c) response-client relati
b) URL loading syst a) Client b) URL loading system c) URL system
c) NSURL class a) URL Client class b) URL class c) NSURL class
b) NSURL class a) URL Client class b) NSURL class c) URL class
c) Email a) FTP b) HTTP c) Email
c) https:// a) SMTP b) TELNET c) https://
a) NSURLSession a) NSURLSession c.JSONAPIResponse c) JSONAPIRequest
c) 3 a) 4 b) 2 c) 3
d) authentication tas a) data tasks b) upload tasks c) download tasks
a) data tasks a) data tasks b) upload tasks c) download tasks
c) returning data a) uploading data b) downloading data c) returning data
c) NSURLSessionDoa) NSURLSession b) NSURLSessionTask c) NSURLSessionDownl
c) download tasks a) data tasks b) upload tasks c) download tasks
c) thread a) download b) upload c) thread
a) String objects a) String objects b) download objects c) arrays
a) an immutable stri a) an immutable string b) JSON array c) Unicode Character arr
c) both a & b a) NSString b) NSMutableString c) both a & b
b) an Unicode characa) a character array b) an Unicode character arc) a Unicode character st
a) charecterAtIndex a) charecterAtIndex b) charAt c) findCharAt
c) length a) a) strlen b) stringLength c) length
b) UIImage a) Image b) UIImage c) UIGraphics
b) immutable a) mutable b) immutable c) changable
b) UIImageView a) imageView b) UIImageView c) image
c) UIImageView a) imageView b) image c) UIImageView
a) PNG & JPEG a) PNG & JPEG b) JPG & JPEG c) PNG & GIF
c) PNG a) JPEG b) GIF c) PNG
d) JavaScript Obkecta) JavaSerializableObject b) JavaSerialized Object Nc) JavaSpecial Object No
c) JSON object a) Packet b) File c) JSON object
d) JSON Object a) Packet b) byte c) File
b) Extensible Markua) Extensible Mark Langub) Extensible Markup Lanb.Extra Markable Langu
a) XML a) XML b) JSON c) String
c) XML a) JSON b) HTTP c) XML
c) XML a) JSON b) HTTP c) XML
c) HTTPPOSTRequea) HTTPGotRequest b) HttpGetReqst c) HTTPPOSTRequest
a) JSON a) JSON b) String c) DataPacket
a) String a) String b) array c) structure
b) NSURLSessionUpa) NSURLSessionDownlob) NSURLSessionUploadTc) NSURLSession
a) asynchronicity a) asynchronicity b) synchronicity c) regularity
a) DownloadTask a) DownloadTask b) UploadTask c) DataTask
c) DataTask a) DownloadTask b) UploadTask c) DataTask
b) UploadTask a) DownloadTask b) UploadTask c) DataTask
c) api client a) request class b) response class c) api client
a) AFNetworking a) AFNetworking b) APIRequest c) APIResponse
d) all of three a) Upload data b) manage cookie c) Authentication
c) Modify server a) Upload data b) Write protocol c) Modify server
b) URL loading syst a) APIRequest Class b) URL loading system c) APIResponse Class
c) Modify contents a) Load Contents of URL b) Upload data to the sevec) Modify contents of U
a) its delegate a) its delegate b) its session c) its server
d) All of three a) elements b) attributes c) CDATA blocks
d) BDATA blocks a) elements b) attributes c) CDATA blocks
a) JSON a) JSON b) SMTP c) BSON
a) JSON a) JSON b) XML c) SMTP
b) JSON a) XML b) JSON c) BSON
c) tables a) buttons b) sliders c) tables
a) animation a) animation b) emoji c) movies
d) all of three a) ftp b) http c) https
b) smtp a) ftp b) smtp c) http
c) NSURLSession a) NSClient b) NSSession c) NSURLSession
a) NSURLSession a) NSURLSession b) NSSession c) NSURLClientSession
a) directly a) directly b) going through memory c) going through file sy
d) a & b a) time slicing the processb) multiple processor c) can't occur
b) Parser Object a) ParsingObject b) Parser Object c) Parse Object
c) During CallBack a) During Call b) During Response c) During CallBack
a) Only reports a) Only reports b) only stores c) only destroys
b) Json Format a) XML format b) Json Format c) String Format
a) PNG a) PNG b) JPEG c) JPG
a) Web applications a) Web applications datab) Mobile application datc) Object oriented Cocoa
a) HTML a) HTML b) Core Data c) HTTP
c) 10MB a) 4MB b) 6MB c) 10MB
c) Store and retrievea) Store information b) Save data c) Store and retrieve dat

d) Object oriented
cocoa touch
application
a) HTTP b) Web application c) HTML
c) IOS inherited fro a) IOS inherited from OS Zb) IOS inherited from OS c) IOS inherited from OS

c) Storing user favora) Storing user rejection b) Storing user exclusion c) Storing user favoritism
c) 6 a) 4 b) 5 c) 6
b) NSDate a) NSDefault b) NSDate c) OOP
a) Integer a) Integer b) Array c) If-else
a) Protecting system a) Protecting system b) Removing system c) Storing system
a) increasing the diffa) increasing the difficul b) increasing the scope fo c) decreasing the difficu
a) Isolating it from a) Isolating it from the re b) Collecting the data c) Removing data
a) Security a) Security b) Storing data c) Deleting information
a) Cookies a) Cookies b) Browser c) Only in internet explo
b) None a) Unlimited b) None c) 1021K
a) Dragover a) Dragover b) Dragenter c) Dragstart
b) C++ a) C b) C++ c) JAVA
a) Virtual machine e a) Virtual machine emulatb) Itframes c) Javascript
c) dragEffect a) dragEnd b) dragData c) dragEffect
b) search a) placeholder b) search c) url
b) JAVAScript a) HTML b) JAVAScript c) PHP
b) NSFileHandale a) FileHandling b) NSFileHandale c) NSData
a) Binary a) Binary b) Integer c) Text
b) <filedset> a) <legend> b) <filedset> c) <level>
a) provides a useful a) provides a useful stora b) provides a storage whicc) seeking information f
a) +dataWithContents a) +dataWithContentsOfFilb) +dataContentsofile:bytec) +dataWithContentsOfF
c) NSFileHandle a) NSHandle b) NSData c) NSFileHandle
a) Changing to a newa) Changing to a new dire b) Moving a file c) Coping a file
b) NSData*data=[fil a) [fileManagerCreateFileAb) NSData*data=[fileManac) NSData*content=[file
d) Converting a groupa) Listing the contents of b) Identifying the current c) Changing and encapsul
b) Transfer a networka) Coping and pasting a dab) Transfer a network of oc) Identifying a data
c) String a) Binary b) Array c) String
d) All of the above a) C arrays, string b) Scalar values c) C objects
b) Archiving a) Cocoa b) Archiving c) Sandbox
b) Objects along wit a) Transferring a data b) Objects along with the c) Scalar value
c) a and b both a) Reversing process b) Reconstituting an identc) a and b both
c) a and b both a) Identity the object b) Encapsulating the valu c) a and b both
c) Archiving a) UIDocument b) Sandbox c) Archiving
c) a and b both a) Archiving is a process t b) Sandboxing is decreasingc) a and b both
a) Managing discretea) Managing discrete portib) Reversing process c) Pasteboard operation
b) Array class a) Switch class b) Array class String
d) a and b both a) Coordinated reading anb) Safe saving of documentc) Document base file
c) Automatically intea) Temporary file b) Discovering conflicts b c) Automatically integrat
a) Safe saving of do a) Safe saving of documenb) UIDocument is a rechanc) b is true
c) Model controller oa) Controller object b) Aggregate object c) Model controller obje
a) Managing the data) Managing the data of b) Receving and replacing c) Transferring a value
b) Document based a) Model view controller b) Document based applicc) Coordinated applicati
a) Header a) Header b) Footer c) section
a) True a) True b) False c) none
c) A library that im a) A temporary file and t b) Automatically integratec) A library that imple
c) Structured Query a) Structured Quantity la b) Structured Qualificatio c) Structured Query lan
d) INSERT a) COPY b) PASTE c) UPDATE
c) a and b both is tr a) Data analysis b) Website c) a and b both is true
a) SQLite is self-co a) SQLite is self-contain b) It supports almost all t c) SQLite does support
c) a and b is true a) Aperture b) Iphoto c) a and b is true
b) file based a) server based b) file based c) typing based
d) a and b both a) Integer b) binary c) none
a) Disk assess repla a) Disk assess replacemenb) Multi user application c) Application requiring
a) Object Relational a) Object Relational Map b) Oriented Resource Mapc) Object Relative Machi
b) The SQLITE_SCHEMA a) The SQLITE_SCHEMA err b) The SQLITE_SCHEMA erro c) a and b is false
b) server based a) File based b) server based c) document based
a) Reliable and light a) Reliable and lightweighb) Communication servicec) Portable
d) a and b is true buta) Tables that changes fre b) Columns that are frequc) Tables is a big
c) 500 million a) 100 million b) 400 million c) 500 million
c) SQLITE SECURE DEL a) SQLite insert option whb) SQLite update option wc) SQLITE SECURE DELETE
d) Sqlite 3 a) Sqlite 2 b) Sqlite 4 c) Sqlite 1
d) Ios and Mac OS a) os and OS X b) Ios and OS p c) OOP and OSX
d) All older browser a) Defer executes each scrb) b. Async executes each c) Async and differ attr
a) Fast b) Slow a) Fast c) Medium
a) SQL b)b)
Framework
Framework c) OOP
a) Managing the mod a) Managing the model layb) Controlling the layer c) Generalizing the man
c) 50 to 70 30 to 40 b) 40 to 50 c) 50 to 70
b) Blutooth based b a) Blutooth based icone c b) Blutooth based beaconc) Beacone icone based s
a) We work with objea) We work with object insb) We work with object inc) We work with object i
c) UUID a) OOX b) OOP c) UUID
d) All of the above a) Changing tacking b) Filtering data in memorc) Organizing data
a) Automatic migrata) Automatic migration b) Changing system c) Integrated default fun
a) B9407F30-F5F8-4 a) B9407F30-F5F8-466E- b) 2555- 99407F30-F5F8- c) 1
b) X code 4.5 a) Mac X b) X code 4.5 c) UUID 2
c) Book store a) Mac OS b) Ios c) Book store
a) A book store appa) A book store app usestb) Book store app is a vir c) Aperture is a ios mode
b) 2 a) 1 b) 2 c) 3
b) English, French a) English, Chinese, Frenc b) English, French c) Chinese, French
a) Cover image a) Cover image b) Video editing c) Photo multi pathing
c) a & b a) Objective-C b) Swift c) a & b
b) OS X a) Linux b) OS X c) iOS
d) All of the above a) Camera b) Multitasking c) Gyroscope
a) Onlline storage a) Onlline storage b) Security c) Gaming
a) Third party applicaa) Third party application b) Database notification c) Error
c) Angular velocity a) Weather b) Height c) Angular velocity
c) iOS 3 a) iOS 1 b) iOS 2 c) iOS 3
b) iOS 7 a) iOS 4 b) iOS 7 c) iOS 6
c) iOS 11 a) iOS 9 b) iOS 10 c) iOS 11
b) No a) Yes b) No c) Partially
a) Yes a) Yes b) No c) Partially
b)Mixture of web apa) Aother version of web b)Mixture of web app devec) A special algorithm
c) Xcode a) Visual studio b) Jbrians c) Xcode
a) File manager a) File manager b) Solution explorer c) Debugger
c) Source code man a) Open file b) Preferences c) Source code manage

d) Github a) Google drive b) One drive c) iCloud


b) Apple Map a) Google Map b) Apple Map c) Navigator
a) Airdrop a) Airdrop b) ShareIT c) Google Drive
b) Software Develop a) Software Debugging Kitb) Software Development c) Software Drive Kit
c) Memory managema) Pool shaped UI b) Variable type c) Memory management
b) Output a) Input b) Output c) Variable declaration
d) NSObject a) NSClass b) NSAutoReleasePool c) NSSample
b) Return Type a) Parameter b) Return Type c) Variable declaration
d) b & c a) End of method b) End of class c) End of interface
c) All of the above a) /****/ b) // c) All of the above
c) sizeof(type) a) length(type) b) size(type) c) sizeof(type)
d) 2007 a) 2011 b) 2001 c) 2009
b) Mobile operating a) Embedded device lang b) Mobile operating syste c) Laptop operating syst
d) All of the above a) int b) char c) float
a) Yes a) Yes b) No c) Some devices
d) iPhone X a) iPhone 5 b) iPhone 8 plus c) iPhone 6s
a) iPhone X a) iPhone X b) iPhone 8 plus c) iPhone 8
a) True depth Camera) True depth Camera b) OLED c) Speech recognition
c) HTML, CSS a) Objective-C b) Swift c) HTML, CSS
c) File manager a) Memory management b) Debugging c) File manager
d) b & c a) Editor b) Integrated github c) Controling source file
b) Jump to a methoda) Jump to a loop b) Jump to a method c) Jump to a label
a) Error and warninga) Error and warning b) Help from Apple c) Searching solutions
b) Running test case a) Releasing application b) Running test cases c) Debug
c) Debugging a) Releasing application b) Source code control c) Debugging
a) Capabilities optio a) Capabilities option b) Version editor c) File Inspector
b) Attributes Inspecta) Identity Inspector b) Attributes Inspector c) Size Inspector
a) Passing informati a) Passing information to b) Passing information to c) Passing information t
d) All of the above a) iCLOUD b) Apple Pay c) Push notifications
c) Siri a) Assistant b) Amazon c) Siri
b) Artificial Inteligen a) Robot b) Artificial Inteligence c) Debugging application
d) All of the above a) Web Search b) Open Application c) Natural Language Proc
b) June 2018 a) September 2018 b) June 2018 c) April 2018
b) June 2017 a) September 2017 b) June 2017 c) April 2017
a) iOS 11 a) iOS 11 b) iOS 12 c) iOS 7
a) UI framework a) UI framework b) Debugger c) Hidden feature
d) All of the above a) Cocoa touch b) Media c) Core OS
d) All of the above a) iPhone b) iPad c) Apple TV
a) MVC a) MVC b) PAC c) RMR
d) All of the above a) Hanfoff b) App extension c) Airdrop
b) Shake a) Rotate b) Shake c) Black out
a) Rotate right a) Rotate right b) Shake right c) Rotate left
c) Rotate left a) Rotate right b) Shake right c) Rotate left
a) Foundation a) Foundation b) stdio c) Math
a) Foundation a) Foundation b) stdio c) Math
a) Foundation a) Foundation b) stdio c) StringChanger
a) -(return_type) a) -(return_type) metho b) (return_type) method c) -(return_type) meth
b)-(int) max:(int)n a) -(int) max(int)num1 a b)-(int) max:(int)num1 a c)-(int) max:num1 and
d) b & c a) method declare b) initialization c) memory allocation
d) init a) return b) clear c) NSObject
d) interface a) init b) SampleClass c) NSOject
b) NSObject a) NSClass b) NSObject c) init
b) Command compiler a) initialization b) Command compiler to cr c) Tell OS to stop other
a) atomic a) atomic b) nonatomic c) strong
b) No a) Yes b) No c) Always
c) Multiple thread c a) Memory loss b) Application crash c) Multiple thread can c
a) pointer to an objea) pointer to an object b) creates the object c) Declare a new object
b) Generate only ge a) Remove the setter b) Generate only getter mc) Declare a method that
d) a & b a) Atomic b) Strong c) Weak
b) Main.storyBoard a) LaunchScreen.storyboab) Main.storyBoard c) ViewController.h
c) ViewDidLoad a) ViewWillAppear b) ViewDidAppear c) ViewDidLoad
b) Passing array as a) Pointer call b) Passing array as paramec) Wrong code
c) Inherited parent ca) Wrong code b) No need c) Inherited parent class
d) All of the above a) Objects contain instanc b) Objects and instanc c) Classes hide an objec
Evaluation-iOS a) Using loop b) Change character by chc) - (NSString *)capitaliz
d) all of the above a) 0 b) 1 c) 2
c) Index Number a) Row Number b) Column Number c) Index Number
a) UITableViewStylePa) UITableViewStylePlain b) TableViewStylePlain c) UITableStylePlain

Evaluation-iOS a) b) c)
a) Two a) Two b) Three c) Four
b) data source and da) Data b) data source and delegac) Delegate
d) data source a) Delegate b) Controller c) Table

c) data source a) Controller b) Table c) data source


d) Delegate a) Controller b) Table c) data source

b)
insertRowsAtIndexP a) b) c)
aths:withRowAnim insertColumnsAtIndexPat insertRowsAtIndexPaths: insertRows:withRowAni
ation: hs:withRowAnimation: withRowAnimation: mation:
a) list that can be sc a) list that can be scrolled b) User Interface c) Both a & b
a) table view a) table view b) Row view c) Column view
a) table view a) table view b) Row view c) Column view
b) indexed a) Line by line b) indexed c)

d) Delegation a) Controller b) Table c) data source

d) Custom Code a) Table view b) Modifier c) Controller


By referencing the
other object and
sending a message
to it at the
appropriate time. a) b) c)
d) By updating the apa) Using table b) Using raw data c) By checking the server

d) Delegation a) Controller b) Table c) data source


c) data source a) Controller b) Table c) data source
a) Data a) Data b) Table c) Row

c) data source a) Controller b) Table c) data source


a) Google AdMob a) Google AdMob b) Android Admob c) Apple Admob
c) Google Mobile Ada) Google AdMob b) Apple AdMob c) Google Mobile Ads SD
d) Both B & C a) By coding b) By viewing c) By clicking

d) Enroll to AdMob a) Upload the app b) Install the app c) Debug the app
c) AdSense and AdWa) iAd b) G-Ad c) AdSense and AdWords

b) FALSE a) True b) FALSE c) Partially True


b) 4 a) 3 b) 4 c) 5

d) Non-consumable a) Consumable b) Non-renewing subscriptc) Auto-Renewable

b) Non-renewing suba) Consumable b) Non-renewing subscriptc) Auto-Renewable

c) Apple sandbox a) Amazon Sandbox b) Google Sandbox c) Apple sandbox

a) By using receipt v a) By using receipt validat b) c)


b) Beta a) Alpha b) Beta c) Stable

c) iOS 11 a) iOS 9 b) iOS 12 c) iOS 11

a) By giving out pro a) By giving out promo co b) By giving money c) By advertising

a) 100 a) 100 b) 200 c) 50


c) Dec-16 a) Feb-16 b) Sep-16 c) Dec-16
c) Third party netwoa) Search Ads b) Apple News c) Third party networks
b) iAd a) Adi b) iAd c) i-ad
b) iAd a) Adi b) iAd c) i-ad
a) UIButton-
>UIControl- c) UIControl->UIView-
>UIView- a) UIButton->UIControl- >UIButton-
>UIResponder- >UIView->UIResponder- b) UIButton->UIControl- >UIResponder-
>NSObject >NSObject >UIView->UIResponder >NSObject
Evaluation-iOS

d) both a & b a) UITableViewDataSourceb) UITableViewCell c) UITableViewDelegate


a) layout file a) layout file b) manifest file c) strings xml

b) When using
storyboards, the
controller is initialized
a) viewWillAppear will with the c) View controllers
be called before a view init(coder:)/initWithCode manage a hierarchy of
d) a,b & c appears on the screen. r method. views.
a) versatile a) versatile b) non versatile c) volatile

b) memory a) time b) memory c) speed


c) current state a) memory b) all data c) current state
b) iTunes App Store a) Play Store b) iTunes App Store c) Amazon Store
c) Google a) Amazon b) Apple c) Google
a) events a) events b) call actions c) to interact
d) iPad, iPhone and a) iPad b) iPhone c) iPad and iPhone

c) Both of the above a) Secure containers b) App wrapping c) Both of the above
b) no a) yes b) no
a) yes a) yes b) no

c) 256 bytes a) 64 bytes b) 128 bytes c) 256 bytes

b) background a) foreground b) background c) both


c) NSXML a) SMXL b) SML c) NSXML

b) protocol a) nwtwork b) protocol c) both


2 a) 6 b) 5 c) 4
b) base class a) sub class b) base class c) both
a) object-oriented a) object-oriented b) functional c) scripting
b) Smalltalk a) C++ b) Smalltalk c) Python
d) Objective C a) C++ b) Smalltalk c) Python
c) Both a) Brad Cox b) Tom Love c) Both
b) NeXTstep a) Linux b) NeXTstep c) Windows
c) NeXTstep a) Unix b) Linux c) NeXTstep
b) 1996 a) 1992 b) 1996 c) 1997
b) Code Library a) Framework b) Code Library c) OS
b) Objective C 2.0 a) Objective C 1.0 b) Objective C 2.0 c) Objective C 3.0
c) Reduced version a) Extented version b) Mixed Version c) Reduced version
c) 4 pillars a) 2 pillars b) 3 pillars c) 4 pillars
d) large set of featura) methods b) structures c) variables
a) Function Overloada) Function Overloading b) URL handling c) data handling
b) system-dependena) Static b) system-dependent c) Dynamic
a) sizeof() a) sizeof() b) length() c) size()
b) YES and NO a) true and false b) YES and NO c) TRUE and FALSE
d) integer a) string b) number c) float
b) macro a) preprocessor b) macro c) constant
b) 1 and 0 a) TRUE and FALSE b) 1 and 0 c) yes and no
c) :-128 and 127 a) :0 and 127 b) :-127 and 127 c) :-128 and 127
b) %c a) %i b) %c c) %u
b) unsigned integers a) unsigned char b) unsigned integers c) unsigned float
b) 2-byte a) 1-byte b) 2-byte c) 1 to 2-byte
a) modifier a) modifier b) type c) format
c) 4 a) 2 b) 3 c) 4
c) sizeof() a) len() b) size() c) sizeof()
b) long int a) double b) long int c) long long
c) 8 a) 4 b) 6 c) 8
b) l a) c b) l c) d
c) 4 a) 2 b) 3 c) 4
b) single precision a) double precision b) single precision c) no precision
c) 5 places a) 3 places b) 4 places c) 5 places
c) NSDecimalNumbea) float b) double c) NSDecimalNumber
b) double-precision a) single precision b) double-precision c) no precision
b) custom data a) naïve data b) custom data c) default data
c) a new data type a) naïve data b) custom data c) a new data type
b) data structure a) a new data type b) data structure c) both
b) data structure as a) class assignment b) data structure assignm c) new class object
a) class a) class b) struct c) both
b) its own object-ori a) ANSI C b) its own object-orientedc) both
b) contiguous block a) discreate block b) contiguous block c) linked block
c) both a) same type b) same size c) both
b) must specified a) may not specified b) must specified c) dynamic
c) can't automaticall a) no signature b) have total memory addc) can't automatically de
b) 49 a) 32 b) 49 c) 15
a) data type homogina) data type homoginity b) data type varity c) memory variety
c) Both a) index b) pointers c) Both
a) low-level a) low-level b) high level c) modern
a) first element a) first element b) last element c) both
b) pointer++ a) pointer+1 b) pointer++ c) *pointer++
c) high-performancea) general b) low performance c) high-performance
b) referenced by poi a) by default pointer b) referenced by pointer c) faster access in pointe
a) absence of a valuea) absence of a value b) any value but unknownc) both
c) both a) functions argument b) function return type c) both
b) empty pointers a) void pointer b) empty pointers c) both
c) object a) variable b) structure c) object
c) both a) primitive pointers b) Objective-C object poinc) both
c) both a) space b) bit pattern c) both
c) both a) arithmetic b) int/float c) both
a) assigned certain da) assigned certain discretb) hold sting value c) hold number
b) 4 a) 3 b) 4 c) 5
d) none a) char types b) string types c) both
a) aggregate types a) aggregate types b) custom data type c) pointer data type
c) both a) 2 b) 4 c) both
c) both a) 2 b) 4 c) both
b) 2 bytes a) 1 bytes b) 2 bytes c) 1 to 2 bytes
c) 10 byte a) 4 byte b) 8 byte c) 10 byte
b) storage area a) value b) storage area c) constant
b) type a) value b) type c) both
d) all a) digits b) underscores c) character
d) all a) a small letter b) an underscore c) a capital letter
b) case-sensitive a) procedural b) case-sensitive c) object oriented
b) commas a) NEWLINES b) commas c) SPACE
b) all bytes have the a) NIL b) all bytes have the valuec) Both
b) multiple files a) multiple methods b) multiple files c) multiple classes
c) linking a) compiling b) debuging c) linking
a) once a) once b) everytime c) frequently
b) case-sensitive a) case-insensitive b) case-sensitive c) ignor case
d) Type a) Class b) fuction c) statement
a) class a) class b) struct c) complex variable
c) hardware a) software b) operating sytem c) hardware
b) four a) three b) four c) two
b) NO a) YES b) NO c) YES-NO
(a) TouchBegan (a) TouchBegan (b) TouchEnded c) TouchCancelled
b) UITouch a) TouchBegan b) UITouch c) TouchCancelled
d) TouchMoved a) TouchBegan b) TouchCancelled c) TouchStart
d) Suspended State a) Background state b) Inactive state c) Active state
c) ios 3.0 a) Ios 4.0 b) Ios 2.0 c) Ios 3.0
c) 4.0 a) 6.0 b) 2.0 c) 4.0
c) XML and java a) XML and c++ b) Java and SQL c) XML and java
b) Layout file a) Strings XML b) Layout file c) Manifest file
a) Background statea) Background state b) Inactive state Suspended state
a) Enable a) Enable b) privilege c) admin
c) iPhone OS a) internet OS b) internetwork OS c) iPhone OS
c) AppKit a) foundation b) UIKit c) AppKit
c) android virtual dea) Active virtual device b) android virtual display c) android virtual device
a) atomic a) atomic b) assign c) non-atomic
a) AFNetwork a) AFNetwork b) AVFoundation c) Audiotoolbox
a) clock ? a) clock ? b) cl? c) clock?
c) video calls a) taking videos b) Digital photos c) video calls
c) Accelerometer a) Shadow detector b) Rotator c) Accelerometer
c) Paused Sate a) stopped state b) running state c) paused state
b) SQLite a) MySQL b) SQLite c) Apache
d) Paused a) Destroyed b) Sarting c) Running
b) starting state a) Loading state b) starting state c) running state
b) yes a) NO b) yes c) partially
d) Make digital phota) Record videos b) Zoom c) Autofocus
b) TouchEnded a) TouchBegan b) TouchEnded c) TouchBegan
a) TouchCancelled a) TouchCancelled b) TouchEnded c) TouchBegan
c) UITapGestureRecoa) UIPinchGesture b) UIPanGesture c) UITapGestureRecogniz
a) UIpinchGestureRea) UIpinchGestureRecognib) UIpichGesture c) All
b) UIpanGestureRecoa) UIpinchGestureRecognib) UIPanGestureRecognizec) both a and b
c) Dragging on the coa) touch b) tapping c) Dragging on the corner
a) UISwipGestureReca) UISwipGestureRecognizb) UISwip c) UITapGestureRecogniz
b) UIRotationGestur a) UISwipGestureRecognizb) UIRotationGestureRecoc) botha a and b
a) AV Foundation a) AVFoundation b) Rfoundation c) Audiotoolbox
a) UILongPressGestua) UILongPressGestureRecb) UISwip c) a+b
a) yes a) yes b) no c) partially
c) appstore a) playstore b) not available c) appstore
b) AdMob a) Adhub b) AdMob c) MobAd
a) APNs a) APNs b) ios 2.0 c) tvOS
c) video calls a) taking videos b) Digital photos c) video calls
c) ios 3.0 a) ios 4.0 b) ios 2.0 c) ios 3.0
a) ios 10 a) ios 10 b) ios 2.0 c) ios 6.0
c) Accelerometer a) Shadow detector b) Rotator c) Accelerometer
c) Paused Sate a) stopped state b) running state c) paused state
b) SQLite a) MySQL b) SQLite c) Apache
d) Paused a) Destroyed b) Sarting c) Running
b) starting state a) Loading state b) starting state c) running state
c) Accelerometer a) Shadow detector b) Rotator c) Accelerometer
c) Paused Sate a) stopped state b) running state c) paused state
b) SQLite a) MySQL b) SQLite c) Apache
d) Paused a) Destroyed b) Sarting c) Running
b) starting state a) Loading state b) starting state c) running state
c) Accelerometer a) Shadow detector b) Rotator c) Accelerometer
c) Paused Sate a) stopped state b) running state c) paused state
a) MySQL a) MySQL b) SQLite c) Apache
d) Paused a) Destroyed b) Sarting c) Running
b) starting state a) Loading state b) starting state c) running state
b) yes a) NO b) yes c) partially
c) Accelerometer a) Shadow detector b) Rotator c) Accelerometer
c) Paused Sate a) stopped state b) running state c) paused state
b) SQLite a) MySQL b) SQLite c) Apache
d) Paused a) Destroyed b) Sarting c) Running
b) starting state a) Loading state b) starting state c) running state
b) yes a) NO b) yes c) partially
c) UIViewAnimationCa) AnimationView b) Animation curve c) UIViewAnimationCurv
a) UIVewAnimationCa) UIVewAnimationCurveEb) UIVewAnimationCurveEc) a+b
b) 4 bytes a) 2 bytes b) 4 bytes c) 8 bytes
c) AppKit a) foundation b) UIKit c) AppKit
c) android virtual dea) Active virtual device b) android virtual display c) android virtual device
a) atomic a) atomic b) assign c) non-atomic
b) starting state a) Loading state b) starting state c) running state
c) Accelerometer a) Shadow detector b) Rotator c) Accelerometer
c) Paused Sate a) stopped state b) running state c) paused state
b) starting state a) Loading state b) starting state c) running state
b) yes a) NO b) yes c) partially
b) starting state a) Loading state b) starting state c) running state
b) yes a) NO b) yes c) partially
c) 10.3 a) 9.0 b) 13.0 c) 10.3
a) Group together si a) Group together similar b) Hide from rows c) Group torether simila
a) Low-level 2D grap a) Low-level 2D graphics b) High-level 2D graphics c) Low-level 3D graphics
c) Creating a web paa) Creating and drawing t b) Reading and drawing anc) Creating a web page
b) Internally a) Externally b) Internally c) Indirectly
b) Quartz a) UIArts b) Quartz c) NSArts
d) All of the above a) low-level b) lightweight 2D renderinc) unmatched output fide
d) All of the above a) display hardware b) low-level user input ev c) the windowing system
d) a point in a two- a) width and height valuesb) the location and dimensc) a two-dimensional vec
a) the location and da) the location and dimensb) width and height valuesc) a two-dimensional vec
d) class CGVector a) class CGContext b) class CGImage c) class CGPath
b) A Quartz 2D draw a) A bitmap image or imagb) A Quartz 2D drawing e c) A Quartz 3D drawing
c) a mathematical desa) An offscreen context fo b) A Quartz 2D drawing e c) a mathematical descrip
c) class CGLayer a) class CGColor b) class CGColorConversioc) class CGLayer
a) how to interpret aa) how to interpret a colorb) how to convert betweenc) a color, with a color
b) PDF (Portable Do a) PDF and DOC drawing i b) PDF (Portable Documenc) DOC drawing informat
a) the number of buta) the number of buttons b ) A unique identifier for c) The percentage of blen
b) A unique identifiea) the number of buttons b ) A unique identifier for c) The percentage of blen
d) All of the above a) typealias CGButtonCou b) typealias CGCharCode c) typealias CGDirectDis
c) Both a and b a) macOS application env b) iOS application enviro c) Both a and b
d) All of the above a) Rendering text b) Displaying, manipulati c) Providing color mana
a) API a) API b) Socket c) API and Socket
d) All of the above a) Core image b) OpenGL c) QuickTime
d) All of the above a) Core animation b) OpenGL ES c) UIKit classes
c) Points a) Lines b) Shapes c) Points
a) CGFloat variables a) CGFloat variables b) CGInt variables c) CGText variables
a) CGRect structure a) CGRect structure b) CGFloat structure c) CGRectPos structure
b) CGPoint and CGSi a) CGCoordinates b) CGPoint and CGSize c) CGPoint
b) Points and dimensa) Points b) Points and dimensions c) Dimensions
c) Basic drawing attr a) Animations b) Basic coordinates c) Basic drawing attribut
d) All of the above a) Colors b) Clipping area c) Line width and style i
a) UIKit framework a) UIKit framework b) High-level functions c) UIView
c) Both a and b a) Graphics rendering b) Animation infrastructurc) Both a and b
d) Projection a) Core animation b) UIView core animation c) Animation curve
a) UIBezierPath a) UIBezierPath b) CGMutablePath c) BezierPath
c) beginning and enda) beginning of a sequencb) end of a sequence of c c) beginning and end of
b) animation curves a) animation curves and c b) animation curves c) animation control
b) 4 a) 3 b) 4 c) 5
d) UIViewAnimationCa) UIViewAnimationCurveb) UIViewAnimationCurvec) UIViewAnimationCurv
b) UIViewAnimation a) UIViewAnimationCurveb) UIViewAnimationCurvec) UIViewAnimationCurv
d) All of the above a) Rotate UIView object b) resize UIView object c) translate a UIView obj
a) UIViewAnimation a) UIViewAnimationCurveb) UIViewAnimationCurvec) UIViewAnimationCurv
c) UIViewAnimation a) UIViewAnimationCurveb) UIViewAnimationCurvec) UIViewAnimationCurv
c) 5 a) 3 b) 4 c) 5
d) Running a) Non-running b) Inactive c) Active
d) Suspended a) Non-running b) Inactive c) Background
c) Background a) Inactive b) Active c) Background
d) All of the above a) Eliminate memory leaksb) Load resources lazily. c) Make resource files as
c) Both a and b a) Impose size limits on reb) Avoid unbounded problc) Both a and b
a) Battery life a) Battery life b) Overall Speed c) Memory speed
c) 3 a) 1 b) 2 c) 3
a) Always try to avo a) Always try to avoid do b) Try to clean the memorc) Try to use multiple ap
b) Not Running → Ina) Suspended → Backgroun b) Not Running → Inactivec) Active → Inactive →
a) Suspended → Backa) Suspended → Backgroun b) Not Running → Inactivec) Active → Inactive →
c) Active → Inactiv a) Suspended → Backgroun b) Not Running → Inactivec) Active → Inactive →
a) Background a) Background b) Hidden c) Inactive
b) Apple’s integrate a) Apple’s API b) Apple’s integrated dev c) Apple’s design engine
d) Struct a) Uiview b) UIKit c) Module
c) Cocoa a) Xcode b) Objective-C c) Cocoa
c) Both b and d a) Xcode b) Objective-C c) Both b and d
c) Both a and b a) Simple filter smart groub) Simple expression smarc) Both a and b
d) Source Directory a) Source File b) Source Group c) Framework
d) All of the above a) Compile Sources b) Link binary with librariec) Copy bundle resource
c) Both a and b a) Atomic synthesized b) Nonatomic synthesizedc) Both a and b
b) NSThread a) NSCreat b) NSThread c) NSLoad
c) 3 a) 1 b) 2 c) 3
a) iOS a) iOS b) watchOS c) tvOS
d) API a) Handoff b) Document Picker c) AirDrop
d) All of the above a) UIKit Framework (basedb) GameKit Framework c) MapKit Framework
b) CGPoint and CGSi a) CGCoordinates b) CGPoint and CGSize c) CGPoint
d) All of the above a) Points b) Points and dimensions c) Dimensions
a) Interface layer a) Interface layer b) Data-access layer c) Domain object layer
d) all of the above a) Composite patterns b) Strategy patterns c) Observer patterns
a) Composite a) Composite b) Strategy c) Observer
a) View a) View b) controller c) model
b) controller a) View b) controller c) model
c) model a) View b) controller c) model
b) controller a) View b) controller c) model
b) Controller a) Receiver b) Controller c) Transmitter
d) Business-logic laya) Interface layer b) Data-access layer c) Domain object layer
c) model a) View b) controller c) model
c) both a) mediating controller b) coordinating c) both
b) coordinating a) mediating controller b) coordinating c) both

a) mediating controlla) mediating controller b) coordinating c) both


c) model a) View b) controller c) model
b) coordinating a) mediating controller b) coordinating c) both
d) all of the above a) key-value coding b) key-value observing c) the editor protocols
c) three a) one b) two c) three
a) Temp data a) Temp data b) View data c) View Bag
b) View data a) Temp data b) View data c) View Bag
c) View Bag a) Temp data b) View data c) View Bag
c) both a) reusability of objects b) extensibility of the pro c) both
c) both a) view objects b) model objects c) both
c) both a) model class b) mediating controller clac) both
b) coordinating contra) mediating controller b) coordinating controller c) both

b) View a) Model b) View c) Controller


a) Model a) Model b) View c) Controller
b) View a) Model b) View c) Controller
c) Controller a) Model b) View c) Controller
b) View a) Model b) View c) Controller
b) View a) Model b) View c) Controller
c) Controller a) Model b) View c) Controller
c) Controller a) Model b) View c) Controller
c) Controller a) Model b) View c) Controller
a) Network a) Network b) Persistence c) Parsing
b) Persistence a) Network b) Persistence c) Parsing
b) storyboard a) mainboard b) storyboard c) Viewboard
d) all of the above a) buttons, b) table views, c) text views
b) storyboard a) mainboard b) storyboard c) Outlet
c) nib file a) binary file b) bin file c) nib file
b) Action a) Outlet b) Action c) Stroyboard

c)
AFNetwork.framew c)
ork a) AVFoundation.framewob) Audiotoolbox.frameworAFNetwork.framework
b) iOS 3.0 a) iOS 2.0 b) iOS 3.0 c) iOS 4.0
c) atomic a) assign b) non-atomic c) atomic
a) Inactive state a) Inactive state b) Background state c) Active state
a) local a) local b) push c) both
a) local a) local b) push c) both
d) macIOS a) iOS b) tvOS c) watchOS
d) all of the above a) iOS b) tvOS c) watchOS
d) both a & b a) local b) remote c) push

d) all of the above a) badges b) sounds c) newsstand updates


b) 2009 a) 2008 b) 2009 c) 2010
d) IOS 10.0 a) IOS 7.0 b) IOS 8.0 c) iOS 9.0
d) all of the above a) photos b) vedios c) audio

d) all of the above a) rich notification b) interactive notification c) powerful notification


b) push a) local b) push c) remote
b) push a) local b) push c) remote
a) local a) local b) push c) remote
a) local a) local b) push c) remote
a) local a) local b) push c) remote
c) remote a) local b) push c) remote
c) remote a) local b) push c) remote
c) 64 a) 32 b) 46 c) 64

c)
presentLocalNotificatio
b) UNLocalNotificati a) UILocalNotification b) UNLocalNotification nNow

c) c)
scheduleLocalNotifi scheduleLocalNotificati
cationNow a) UNLocalNotification b) presentLocalNotificati onNow
c)
scheduleLocalNotificati
b) presentLocalNoti a) UNLocalNotification b) presentLocalNotificati onNow

c) c)
cancelAllLocalNotifi cancelAllLocalNotificati
cations a) UNLocalNotification b) presentLocalNotificati ons
a) PKPushRegistry a) PKPushRegistry b) CKPushRegistry c) DKPushRegistry
a) Pushkit a) Pushkit b) popkit c) remotekit
a) UIPushBehavior a) UIPushBehavior b) UIPopBehavior c) UIlocalBehavior
a) 2 a) 2 b) 3 c) 4

d) using addItem a) using init b) using addnotification c) using addBehavior


b) Auto layout bar a) Control Drag b) Auto layout bar c) button
d) all of the above a) MVVM b) RP c) MVW
d) all of the above a) UIButton b) UIView c) UILabel
a) top flow a) top flow b) bottom flow c) both
d) Business-logic laya) Interface layer b) Data-access layer c) Domain object layer
c) Observer a) Composite b) Strategy c) Observer
d) all of the above a) Document b) Bindings c) Core Data
a) ViewController a) ViewController b) Viewmodel c) VIPER
a) free of logic a) free of logic b) implemet logic c) change logic
d) GrandcentralDispaa) Greatest Common Divi b) Great Common Devel c) Great Common Diviso
b) Sequence a) Sireal b) Sequence c) Parallel
c) own cookie storaga) another cookie storageb) different cookie storagec) Own Cookie Storage
b) UIWebView a) WK WebView b) UIWebView c) Object WebView
b) calling getters anda) calling getters b) calling getters and settec) b) calling setters
c) Automatic refere a) Automatic recall counti b) Automatic recall c) Automatic reference
c) class pointers and a) void and empty b) void and fully void c) class pointers and obj
a) Document Object a) Document Object Modeb) Direct Object Modify c) Direct observation M
c) Three a) One b) Two c) Three
a) .m a) .m b) .d c) .c
a) 256 a) 256 b) 512 c) 1024
d) Both a) @interface b) UIViewController c) None
a) Comma a) Comma b) Dot c) Semicolon
a) After the class a) After the class b) Before the class c) Between two class
a) list of method deca) list of method declarb) list of class declarat c) list of variables dec
b) iPhone developma) Android Developmenb) iPhone developmentc) both
a) No a) No b) Few c) Much
a) categories a) categories b) protocol c) group
a) @interface keywoa) @interface keyword b) @function keyword c) @function keyword
d) returning the copyra) returning the object vb) returning the functionc) returning the string.
c) returntype (^bloc a) returntype (argumentb) c) returntype (^bloc c) returntype (^block
b) returntype
(^blockName) b) returntype
(argumentType) = (^blockName)
^{ (argumentType) = ^{
}; a) returntype (^blockNam }; c) returntype (argumen
c) simpleBlock() ; a) simple() ; b) Block() ; c) simpleBlock() ;
c) Categories a) Functions b) Block() ; c) Categories
b) late binding a) Entry binding b) late binding c) Exit binding
d) Catagories a) Method b) Function c) Protocol
c) Method a) Class b) Protocol c) Method
a) Plus a) Plus b) Minus c) Division
d) abstract factory d a) factory design patterb) abstract design pattec) abstract pattern
d) embedding a priva a) a private cluster objeb) embedding an objectc) embedding cluster o
c) NSFileManager. a) NFileManager. b) SFileManager. c) NSFileManager.
b) to handle unexpea) to handle expected b) to handle unexpectec) to handle a situati
b) values a) nothing b) values c) variables
c) classes a) Functions b) method c) classes
a) @interface MyCl a) @interface MyClassb) @interface @end c) @interface MyClas
b) polymorphism a) Inheritance b) polymorphism c) All of them
c) abstract factory a) constant factory b) main factory c) abstract factory
c) primitive types oba) different types object b) Both a & c c) primitive types obje
c) embedding a privata) embedding a public clb) embedding one cluster c) embedding a private
d) #import <Foundat a) #import <Foundation b) d) #import <Foundatic) d) #import <NSStrin
d) #import <Foundat a) #import <Foundation b) #import < > c) None
b) NSFileManager a) NSFManager b) NSFileManager c) FileManager.
a) NSObject. a) NSObject. b) NormalObject. c) NoObject.

d) All of Them a) NSDate b) NSTimeZone c) NSCalendar


c) to scan numbers a) to scan numbers and
b) to scan numbers andc) to scan numbers a

b) for (classType a) Do (classType b) for (classType c) While(classType


variable in variable in variable in variable in
collectionObject ) { collectionObject ) { collectionObject ) { collectionObject ) {
statements } statements } statements } statements }
a) for (classType va a) for (classType varia b) for (ObjectType variac) for (variable in [co
b) @interface Favor a) <UITableViewDelegab) @interface Favorite c) b) @interface Favor
b) The Map Kit fram a) The Location Kit fra b) The Map Kit framewoc) Both
a) Automatic Refere a) Automatic Referenceb) Automatic Refere Couc) Automatic Reshedu
c) Manual Retain-R a) c) Manual Return-Reb) c) Manual Restore- c) Manual Retain-Rel
b) type arrayName [ a) [ arraySize ] b) type arrayName [ arr c) [ arraySize ]
c) type name[size1][sa) type name [sizeN]; b) [sizeN]; c) type name[size1][siz
b) Memory a) Garbage b) Memory c) both
c) Managing object a) Managing function mb) None c) Managing object m
c) Both a) MRR b) ARC c) Both
b) its memory footpr a) its memory footprint b) its memory footprint c) None
b) ARC a) MRR b) ARC c) Both
b) UIView a) Both b) UIView c) UIControl
b) protocol<SomeProa) protocol<SomeProtocb) protocol<SomeProtocc) b) protocol<Another
d) Both a & b a) 'Int' b) 'String' c) 'float'
b) swap values a) check equal values b) swap values c) Both
b) access control a) access method b) access control c) Both
b) Internal a) Public b) Internal c) Private
a) Public a) Public b) Internal c) Private
c) Private a) Public b) Internal c) Private
b) An enumeration a) An userdefined datat b) An enumeration c) Both
b) enum enumname { a) Both b) enum enumname { // c) enum enumname
b) Structures a) Union b) Structures c) enum

b) struct
b) struct nameStruct {
nameStruct {
Definition 1 Definition 1
Definition 2 Definition 2
--- ---
Definition N Definition N
} a) Both } c) struct nameStruct
d) All of them a) To encapsulate simplb) To copy the encapsula c) Structure to 'Copy'
d) All of them a) Inheritance acquires b) Type casting enablesc) Deinitializers take
d) All of them a) Properties are defineb) Initial state are definec) Functionality are e
b) let studrecord = sta) let studrecord b) let studrecord = studec) student()
a) === a) === b) =!= c) ==
b) !== a) ==!!! b) !== c) ==
c) Both a &b a) To delay object creat b) When the property is c) Both a &b
a) willset a) willset b) didset c) Both
b) didset a) willset b) didset c) Both
b) Local Variables a) Both b & c b) Local Variables c) Global Variables
OPTION4
d) vertical spacing

d) apple create new


screen size

d) a overall height
imapct view
d) I phone SE

d) both a and b

d) none of them

d) both a and c

d) rotation

d) you can create rules


for UI
d) 1 point equal
3 pixel
d) provide layout control
in different orientation

d) can not adopt with


different view
d) to be re-used

d) to store a
reference

d) when the internet


is loaded
d) when the
view is override
d) key view contrast
d) a way to contrl feature

d) key vie observing

d) many to one
communication
d) allow admin to control

d) has web view like


others
d) optimize authorization

d) hold different types of


reference
d) resizing affects
constraints
d) View modify

d) none of
them
d) beta

d) none of them

d) none of them

d) none

d) unit

d) none

d) security

d) dynamic analysis

d) usability

d) evaluation

d) None of these
d) Developer

d) It depends on nature
of a project

d) Both a and b

d) Both a and b

d) Performance Testing

d) None of the above

d) Design

d) Compliance

d) Unit Testing

d) Integration testing

d) Combination of all

d) viewAnimaterotation

d) none

d) suspend

d) ios 5.0

d) ld

d) none

d) CFNetwork

d) none

d) none
d) none

d) none

d) ipod OS

d) class

d) none

d) All of the above

d) resize layout

d) ios 5.0

d) None of Them

d) Product Rejection
Test Cases

d) none of them

d) none of them

d) all of them

d) equivalence
partitioning
d) create spacing

d) access control
specifiers
d) none of
them

d) none of them

d) Memory Graph
Debugger
d) Matcher

d) Iterative and
Incremental
d) Modular

d) Run time
d) Copy constructor
d) Memory management

d) Both a & b

d) None of the above

d) init

d) both a and b
d) Both a & b

d) Both a & b

d) Both a & b

d) None of the above


d) Both a & b

d) Both a & b

d) Both b & c

d) Interface Builder

d) Both a & b
d) Garbage collection
d) Garbage Collection
d) Both b & c
d) Both b & c
d) Both a & c
d) Both a & b

d) Both a & b

d) Child

d) Instance

d) NSAutoReleasepool

d) Both a & b

d) both a & b

d) retain

d) deallocation

d) none

d) drain & auto release

d) NSAutoReleasepool

d) atomic

d) six
d) instance

d) suspended

d) suspended

d) suspended

d) suspended

d) suspended

d) Both a & b

d) all of the above

d) None of the above


d) Design

d) Compliance

d) Unit Testing

d) Integration testing

d) Combination of all

d) viewAnimaterotation
d) none

d) suspend

d) ios 5.0

d) ld

d) none

d) CFNetwork

d) none

d) none

d) none

d) all of the above


d) 25

d) class

d) none

d) All of the above

d) resize layout
d) ios 5.0

d) None of Them

d) Product Rejection
Test Cases

d) none of them

d) none of them

d) all of them

d) equivalence
partitioning

d) create spacing

d) access control
specifiers

d) both b &c

d) weight

d) both a & b

d) five

d) both a & b

d) CLLocationManager

d) transition between five view controllers


d) visual presentation of the user interface of an Mobincube application
d) Segues
d) Unwind Segue
d) segue objects
d) HTML
d) none of the above
d) iOS 3
d) allocate more space to store apps
d) Unwind Segue
d) XIB files
d) Objects
d) Between two and three
d) Segues

d) Disable

d) show interfaces

d) show protocols

d) CoreMotion Framework
d) CFNetwork.framework
d) Not running state
d) Supports partially
d) Active State
d) iOS 6.0;
d) None of them
d) iOS 7.0
d) Suspended state
d) Visual studio
d) None of them
d) None of them
d) ViewController
d) viewDidAppear( )
d) update
d) a new controller
d) Custom Segue
d) 4
d) Custom Segue
d) Custom Segue
d) Custom Segue
d) deleting an interface
d) To change segue type to 'push'
d) delete scene ViewController into Navigation Bar
d) Segues
d) All of them
d) UIView
d) Custom Segue
d) None of them
d) protocol SomeProtocol { var first: Int { get set } var second: Int { get } }
d) all of above
d) Custom Segue
d) None of them
d) show/push
d) None of them
d) Not running state
d) FlatButton
d) All of them
d) Last View Controller
d) Five
d) func minMax(array: [Int]) -> (min: Int?, max: Int?)
d) All of the above
d) All of them

d) None of them
d) none of these
d) Some of them [the simpliest]
d) referencing a view controller directly
d) Scene
d) All of them
d) a drill-down interface for buttom-up approace.

d) None of them

d) All of them

d) between the view hierarchies

d) UILabel

d) None of them
d) XML interference builder
d) .swift
d) None of Above
d) All of the above
d) GameKit Framework
d) all
d) None of these
d) protocol someProtocal { var first: Int { set } }
d) World Wide Wan
d) WebImage
d) MetaKit
d)AppKit
d) Both a & b
d) SimpleAPIRequest
d) APIClient
d) GitHubJSONRequest
d) both a & b
d) none
d) GitHubJSONRequest
d) SimpleAPIRequest
d) None
d) none
d) client-session relationship
d) none
d) URL load class
d) URL load class
d) Local file URLs
d) FTP
d) GitHubJSONRequest
d) 5
d) authentication task
d) authentication task
d) authentication task
d) NSClient
d) authentication task
d) data
d) structures
d) NSMUtableString
d) None
d) None
d) findChar
d) findlength
d) imageView
d) null
d) none
d) none
d) JPEG & GIF
d) NIC
d) JavaScript Obkect Notation
d) byte
d) JSON Object
b.Extemsible Markable Language
d) HTTP
d) MML
d) MML
d) APIRequest
d) packet
d) array
d) NSURLSessionTask
d) serializable
d) None
d) None
d) None
d) None
d) APIClient
d) all of three
d) Handle Storage
d) APIClient Class
d) Write protocol Extensions
d) none
d) All of three
d) BDATA blocks
d) CSON
d) TELNET
d) Email
d) segmented controls
d) slide
d) all of three
d) https
d) NSURLUserSession
d) NSURLUserSession
d) doesn't returb data
d) a & b
d) a & b
d) During Request
d) reports and stores
d) Encapsulated
d) GIF
d) Wide application data
d) Framework.
d) 12MB
d) Store and Collect information

d) Object oriented cocoa touch application


d) IOS inherited from OS P

d) Storing user elimination


d) 7
d) XSArray
d) Logic gate
d) Collecting system
d) decreasing the trouble for malicious software
d) Collecting information from the system
d) Insecurity
d) Only in Chrome
d) 4.98M
d) Dragleave
d) HTML
d) Code Access security
d) captureData
d) hidden
d) jQuery
d) NSFileManager
d) Array
d) <select>
d) Changing the data from a new directory
d) +dataWithContentsOfFile:operation:error:
d) NSFileManager
d) Storing a data
d) None
d) Converting a group of related object that can be stored and transferred
d) None
d) Integer
d) All of the above
d) None
d) None
d) none of the above
d) none
d) none
none
d) All of the above
none
d) a and b both
none
none
d) All of the above
d) a,c is true and b is false
d) Archiving data
d) none
d)
d) None
d) none
d) INSERT
d) none
d) none
d) All of the above
d) none
d) a and b both
d) All of the above
none
d) a and b is true
d) a and c is true
d) a and c is true
d) a and b is true but c is false
d) 600 million
d) none
d) Sqlite 3
d) Ios and Mac OS
d) All older browser supports async attribute
d) none
d) String
d) All of the above
d) 70 to 80
d) none
d) none
d) Framework
d) All of the above
d) Counting
d) 2
d) OS X
d) none
d) b and c is true
d) 4
d) none
d) Editing
d) None of the above
d) C
d) All of the above
d) Camera
d) Internet failure
d) True depth
d) iOS 4
d) iOS 3
d) iOS 12
d) None of the above
d) With condition
d) Online app
d) Swifter
d) Dependency
d) Source code security

d) Github
d) None of the above
d) One Drive
d) None of the above
d) None of the above
d) Enheritence
d) NSObject
d) None of the above
d) b & c
d) None of the above
d) instanceof(type)
d) 2007
d) b & c
d) All of the above
d) Only one version
d) iPhone X
d) All of the above
d) None of the above
d) Java
d) Release
d) b & c
d) Jump to end
d) a & b
d) Report information
d) None of the above
d) None of the above
d) File Inspector
d) Passing information to user
d) All of the above
d) Home
d) Game
d) All of the above
d) Not announced yet
d) May 2018
d) None of the above
d) Gesture control
d) All of the above
d) All of the above
d) None of the above
d) All of the above
d) Photo capture
d) Photo capture
d) Photo capture
d) None of the above
d) None of the above
d) None of the above
d) -(return_type) method_name : (argument_type1);
d) None of the above
d) b & c
d) init
d) interface
d) alloc
d) Nothing
d) None
d) Can't be sure
d) Multiple calls can be made to a function
d) None of the above
d) All of the above
d) a & b
d) ViewController.m
d) didReceiveMemoryWorning
d) None of the above
d) None of the above
d) All of the above
d)- (NSString *)toUpperString;
d) all of the above
d) None of the above
d) UITableViewStyle

d)
d) Five
d) None of the above
d) data source

d) Delegate
d) Delegate

d)
insertRowsAtIndexPaths:wi
thRow
d) None of the above
d) Data View
d) Data View
d)

d) Delegation

d) Custom Code
d)
d) By updating the appearance of itself

d) Delegation
d) Delegate
d) Index

d) Delegate
d) Google Adsense
d) Google Adsense
d) Both B & C

d) Enroll to AdMob
d) Amazon Ad

d) None of the above


d) 10

d) Non-consumable

d) None of the above

d) iSandbox

d)
d) all of the above

d) iOS 10

d) None of the above

d) 20
d) Oct- 16
d) all of the above
d) iAD
d) iAD
d) UIButton->UIControl-
>UIResponder->NSObject-
>UIView

d) both a & b
d) r file

d) a,b & c
d) non volatile

d) None of the above


d) all apps
d) Cydia
d) Samsung
d) all of the above
d) iPad, iPhone and iPod Touch

d) None of the above

d) 512 bytes

d) None of the above


d) None of the above

d) None of the above


d) 2
d) None of the above
d) none
d) C#
d) Objective C
d) None
d) Unix
d) C
d) 1998
d) None
d) Objective C 4.0
d) None
d) 5 pillars
d) large set of features
d) error handling
d) None
d) len()
d) yes and no
d) integer
d) method
d) none
d) :0 and 128
d) %s
d) unsigned doubles
d) 2 to 3-byte
d) none
d) none
d) none
d) long float
d) 10
d) f
d) 6
d) multiple precision
d) 8 places
d) long float
d) multiple precision
d) complex data
d) complex structure
d) none
d) None
d) none
d) none
d) seperated block
d) none
d) content dependent
d) All
d) 2
d) all
d) none
d) unique
d) none
d) *pointer+1
d) all
d) none
d) none
d) none
d) none
d) all
d) none
d) none
d) none
d) none
d) 6
d) none
d) memory data type
d) none
d) none
d) 2 to 4 bytes
d) 16 byte
d) object
d) none
d) all
d) all
d) designed in a way
d) semicolon
d) None
d) multiple models
d) none
d) after some lines
d) none
d) Type
d) all
d) none
d) above all
d) NONE
(d) None
d) all
d) TouchMoved
d) Suspended state
d) Ios 6.0
d) 10.0
d) none
d) R file
d) all
d) disable
d) none
d) CoreMotion framework
d) None of the above
d) all
d) CFNetwork
d) cl ?
d) editing photos
d) special sensor
none
d) Oracle
d) Paused
d) none
d) all
d) Make digital photos
d) None of the above
d) None of the above
d) above all
d) None of the above
d) None of the above
d) all
d) above all
d) None of the above
d) None of the above
d) None of the above
d) a+c
d) bdstore
d) HubAd
d) None of the above
d) editing photos
d) ios 6.0
d) none
d) special sensor
none
d) Oracle
d) Paused
d) none
d) special sensor
none
d) Oracle
d) Paused
d) none
d) special sensor
none
d) Oracle
d) Paused
d) none
d) all
d) special sensor
none
d) Oracle
d) Paused
d) none
d) all
d) None of the above
d) None of the above
d) both a and b
d) CoreMotion framework
d) None of the above
d) all
d) none
d) special sensor
none
d) none
d) all
d) none
d) all
d) none of above
d) Hide from column
d) High-level 3D graphics
d) Drawing to the screen via a UIView
d) Directly
d) UIQz
d) All of the above
d) All of the above
d) a point in a two-dimensional coordinate system
d) none of the above
d) class CGVector
d) All of the above
d) none of the above
d) class CGFont
d) All of the above
d) none of the above
d) All of the above
d) All of the above
d) All of the above
d) Android application environments
d) All of the above
d) None of the above
d) All of the above
d) All of the above
d) Layers
d) CGChar variables
d) None of the above
d) CGSize
d) All of the above
d) Image attributes
d) All of the above
d) UIImage
d) None of the above
d) Projection
d) MutablePath
d) All of the above
d) animation change
d) 6
d) UIViewAnimationCurveLinear
d) UIViewAnimationCurveLinear
d) All of the above
d) UIViewAnimationCurveLinear
d) UIViewAnimationCurveLinear
d) 6
d) Running
d) Suspended
d) Suspended
d) All of the above
d) None of the above
d) Execution speed
d) 4
d) None of the above
d) None of the above
d) None of the above
d) None of the above
d) None of the above
d) Both a and b
d) Struct
d) Swift
d) Swift
d) None of the above
d) Source Directory
d) All of the above
d) None of the above
d) NSDesign
d) 4
d) All of the above
d) API
d) All of the above
d) CGSize
d) All of the above
d) Business-logic layer
d) all of the above
d) all of the above
d) all of the above
d) all of the above
d) all of the above
d) all of the above
d) Modulator
d) Business-logic layer
d) all of the above
d) none
d) none

d) none
d) all of the above
d) none
d) all of the above
d) four
d) none
d) none
d) none
d) none
d) none
d) none
d) none

d) none
d) none
d) all of the above
d) all of the above
d) all of the above
d) all of the above
d) all of the above
d) all of the above
d) all of the above
d) none
d) none
d) Oulet
d) all of the above
d) text views
d) text file
d) none

d) CFNetwork.framework
d) iOS 6.0
d) None of them
d) Suspended state
d) none
d) none
d) macOS
d) all of the above
d) both a & b

d) all of the above


d) 2011
d) IOS 10.0
d) all of the above

d) all of the above


d) none
d) none
d) all of the above
d) all of the above
d) all of the above
d) all of the above
d) all of the above
d) 80

d) scheduleLocalNotification

d) scheduleLocalNotification
d) scheduleLocalNotification

d) scheduleLocalNotification
d) none
d) localkit
d) UIremoteBehavior
d) 5

d) using addItem
d) none
d) all of the above
d) all of the above
d) none
d) Business-logic layer
d) none
d) all of the above
d) none
d) none
d) GrandcentralDispatch
d) No one.
d) Other Cookie storage
d) Key WebView
d) None
d) None
d) none.
d) None
d) Four
d) .p
d) 128
d) Both
d) none
d) None
d) None
d) None
d) Very much
d) None
d) None
d) returning the copyright string.
d) None
d) b) returntype (^blockName) (argumentType) ;
d) None
d) None
d) None
d) Catagories
d) Controller
d) Multiplication
d) abstract factory design pattern
d) embedding a private cluster object in an object
d) FileManager.
d) to observe situations
d) constants
d) None
d) @interface <MyProtocol>...@end
d) None
d) None
d) None
d) None
d) #import <Foundation/NSString.h>
d) #import <Foundation/Foundation.h>
d) None
d) None

d) All of Them
d) None

d) None
d) None
d) None
d) None
d) None
d) All of them
d) type arrayName
d) c) type name[size1]
d) None
d) Both
d) None
d) b) its performance suffers
d) None
d) None
d) protocol,SomeProtocol,
d) Both a & b
d) None
d) None
d) None
d) None
d) None
d) None
d) None
d) None

d) None
d) All of them
d) All of them
d) All of them
d) All of them
d) ==
d) ====
d) None
d) None
d) None
d) None

Anda mungkin juga menyukai