what is playground in ios?
Ios Developer Interview Questions
5,594 ios developer interview questions shared by candidates
How will you implement sets and the intersection operation? Complexity?
Reverse array eficiently.
Palindrome question. Given a string, return true if its a palindrome, ex. "abba" = true, "abcba" = true
For my phone (and Collabedit) question, I was asked to implement functionality matching the description of this API: /* This class will be given a list of words (such as might be tokenized * from a paragraph of text), and will provide a method that takes two * words and returns the shortest distance (in words) between those two * words in the provided text. * Example: * WordDistanceFinder finder = new WordDistanceFinder(Arrays.asList("the", "quick", "brown", "fox", "quick")); * assert(finder.distance("fox", "the") == 3); * assert(finder.distance("quick", "fox") == 1); * * "quick" appears twice in the input. There are two possible distance values for "quick" and "fox": * (3 - 1) = 2 and (4 - 3) = 1. * Since we have to return the shortest distance between the two words we return 1. */
Why do you want to work at Fetch Rewards?
Palindrome String problem
Why do you want to shut off the video feed? Don't you know I am entitled to see you?
what are high order functions in swift?
You are given two sorted lists, return a sorted list of the two lists combined
Viewing 111 - 120 interview questions