Technical Questions in iOS development
Ios Developer Engineer Interview Questions
7,849 ios developer engineer interview questions shared by candidates
FizzBuzz. Given a loop that counts upwards to X, print "Fizz" if the number is divisible by 3, "Buzz" if its divisible by 5, "FizzBuzz" if divisible by both, otherwise print the counter value. Then complexity is added when you are asked to introduce new words like "Guzz", "Muzz", etc for different values. Order matters (you'll never have "BuzzFizz")
Static keywork in c language
Did an overview of the coding project I completed.
How to do download image for cell in tableview.
What technologies from Apple's new iOS [8 SDK] do you find most interesting?
They asked me to come up with a solution to how to make sure a word is a palindrome.
They asked me to reverse a string.
Mostly we talked about cliche development question like; Multithreading, Atomoc and non-atomic difference and they asked me about SOLID principle.
How to move a file on a computer
Viewing 851 - 860 interview questions