What kind of architectures in an iOS app do you prefer? Can you give reasons for it?
Lead Ios Engineer Interview Questions
7,863 lead ios engineer interview questions shared by candidates
What is a difference between struct and class?
Leetcode Easy/Medium. Sliding window, a lot of dictionary problems. Heres three arrays, return an array after these queries contained in the array is performed?
Questions consisted of what electronics items I’d repaired and if an iOS device was locked up, what things would I do to fix it.
App delegate methods names and Textfielddelegate methods names
Screening and Coding Challenge to optimize sample iOS App
Difference between delegate and notification?
About your projects?
Application states, which methods get called when a view is loaded?
# Overview: # Write a program, in any language, that will display an ASCII chart given the following data # data = {(1,2), (2, 3), (3, 1), (4, 6), (5, 8)}. # You should be able to print the surrounding components of the chart and then place an * where # each data point is specified in the data set. You do not need to print the X and Y legends # but that would be helpful. You are given the max x and max y but if you can calculate that # it would be helpful. # # Online auction graph display # x axis is time # y axis is price # Title item # Given a two-dimension array graph the price over time # # +-----+-----+-----+-----+-----+-----+ # + * + # + + # + * + # $ + + # + + # + * + # + * + # + * + # +-----+-----+-----+-----+-----+-----+ # time # # max x = 5 # max y = 8 # data = {(1,2), (2, 3), (3, 1), (4, 6), (5, 8)}
Viewing 4661 - 4670 interview questions