0% found this document useful (0 votes)
14 views2 pages

Senior Interview Questions

The document contains a comprehensive list of iOS-related questions covering various topics such as memory management, data handling, app lifecycle, and programming concepts. It includes inquiries about Cocoa Touch, debugging, JSON and XML parsing, as well as design patterns and multithreading. Additionally, it addresses practical tasks like creating user interfaces and implementing features like notifications and data passing between view controllers.

Uploaded by

krishhna.ios
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Senior Interview Questions

The document contains a comprehensive list of iOS-related questions covering various topics such as memory management, data handling, app lifecycle, and programming concepts. It includes inquiries about Cocoa Touch, debugging, JSON and XML parsing, as well as design patterns and multithreading. Additionally, it addresses practical tasks like creating user interfaces and implementing features like notifications and data passing between view controllers.

Uploaded by

krishhna.ios
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

iOS Questions

1. • Difference strong and weak. Strong and weak properties with example
2. • How to pass data from one view to second?
3. • Differences between viewdidload and viewwillappear
4. • What is cocoa touch? Cocoa touch how to use? Diff between Cocoa and Cocoa touch.
5. • Why iOS?
6. • What is debugging? How to debug an application?
7. • What is cocoa pod ?
8. • If client install your iOS app and then it will get crash then what will you do?
9. • How to store your app to the appstore? How to deploy iOS applications on app store?
10. • Json parser? What is JSON parsing?
11. • XML parser?
12. • What are objects and classes ?
13. • Difference between Json and XML parsing and which is better? What is JSON, XML?
14. • What is struct?
15. • What is core data, how it is used ?and SQLite
16. • Substring problem
17. • what is constructor?
18. • what is destructor?
19. • can we use constructor and destructor together?
20. • Automatic and non automatic property?
21. • Asynchronous and synchronous
22. • How to get image for device
23. • What is Xcode ?
24. • What is iOS ? features of IOS
25. • what is delegate
26. • what is protocol
27. • how to create custom protocol and what are benefits of protocol
28. • What are delegates?
29. • what is objective c.
30. • One can access information by calling other methods, then why do you need to use delegates?
31. • What will be the data type to store JSON parsed data?
32. • Static keyword
33. • Program of Fibonacci Series
34. • Write program for Fibonacci series
35. • Write program to print below pattern
36. 1
234
56789
37. • what is palindrome and write program for it
38. • Some diagram is given and asked to give the types of which inheritance is there
39. • what is bubble sort, Selection sort & insertion sort
40. • Memory management in IOS
41. • App life cycle
42. • How to use tableView?What is delegate and data source?How to pass data from one view
controller to another view controller?
43. • What is encapsulation and abstraction explain with program or real time example.
44. • Explain MVC architecture
45. • Difference between Objective C and Swift(on Technical basis)
46. • What is mean by extension ,why it is used
47. • Explain the difference between Iphone10 design and previous versions
48. • Generics in swift
49. • Advantages & Disadvantages of swift
50. • describe all design patterns
51. • Diff between frame and bound.
52. • Which type of Json used in iOS. How to fetch data from JSON ?
53. • third party used framework, api services
54. • how send data in one VC to fifth VC methods do not use database, navigation and
segue
55. • What is superview in ui view
56. • Push notifications ? type of notification
57. • user default
58. • Difference btwn Delegates & Push notifications
59. • Explain broadcast notifications
60. • Process how to install cocoa pods with syntax.
61. • what is singleton?give two examples? What is singleton class?How to create it.
62. • How to make a text of UILabel multiline programatically ?
63. • What is NSIndexpath and how it is used ?
64. • What is multitasking in iOS ?
65. • delegate methods for table
66. • Nsnotification
67. • Program of printing the following no's
68. 11 12 13 14 15
69. 21 22 23 24 25
70. 31 32 33 34 35
71. 41 42 43 44 45

72. • Sign up and sign in page with email validation. (Time to complete task - 30 min.)
73. • What is multithreading? With e.g.
74. • What is a thread?
75. • What is GCD?
76. • How to broadcast a message to more than one view controllers at the same time?
77. • What is side loading ? OR How to run an application on device?
78. • What is ARC? Explain in detail with e.g.
79. • What is retain count cycle?
80. • What is auto layout? How to give constraints ( programmatically or using storyboard )
81. • What is the latest version of iOS and Xcode?

You might also like