Develop a program to find palindrome
Ios Developer Engineer Interview Questions
7,861 ios developer engineer interview questions shared by candidates
What is polymorphism?
What would I do to this code in order to make it better?
2 DSA medium questions asked
An option to use UIKit or SwiftUI for the live coding portion.
Implement function that creates next version of the board
Display Fizz if a number is multiple of 3, Buzz if multiple of 5 and if multiple of 5 and 3 FizzBuzz else number
Solve the convex hull problem
find a view with a tag and return true if there is a view false otherwise. follow up: if there is a view with the provided tag return the view hierarchy up to the view
Screening question: Write a "recursiveDescription" function for a UIView that prints out subviews tree in a following example: <UIView> | <UIScrollView> | | <UIView> | | | <UILabel> | <UIView> | | <UILabel> A similar example could be a recursive iteration in folders/files or a tree.
Viewing 1181 - 1190 interview questions