Develop a program to find palindrome
Ios Interview Questions
7,861 ios interview questions shared by candidates
What is polymorphism?
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
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
Why do you want to work at Tinder?
Solve the convex hull problem
I was asked to create an app that would download ten predetermined photos and display them in a UITableViewController.
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.
Write a function that takes an array of floats (or doubles) as a parameter and returns a longest subsequence of floats where all elements have differences not more than 1 between each other. For example input: [4.2, 5.3, 4.6, 9.8, 1.5, 5.2, 4.7] output: [4.2, 4.6, 5.2, 4.7], -> if you find the difference between any pair of elements here, it would be less or equal then one.
Viewing 1181 - 1190 interview questions