Questions varied between personal, technical, and spiritual.
Ios Developer Internship Interview Questions
5,595 ios developer internship interview questions shared by candidates
What’s the coolest app you have built?
Algoritm test Assume you are working at a newspaper. Your task is to prepare a page with titles that writers send you. Your cat was walking over your keyboard and accidentally added characters. Now you need to filter out the titles and prepare them for publishing Assume that the tiles are in an array of strings. You need to do the following procedures on it: – Create a single string by concatenating the strings in the array. – Delete all numerical symbols from the string. – Capitalise the first character of each word in the string. Don't forget to think through any corner cases.
General questions about a real world problem
To come up with a high level design for a specific app.
Do you know javascript
Consecutive zeros The goal of this challenge is to analyze a binary string consisting of only zeros and ones. Your code should find the biggest number of consecutive zeros in the string. For example, given the string: "1001101000110" The biggest number of consecutive zeros is 3. Define a function named consecutive_zeros that takes a single parameter, which is the string of zeros and ones. Your function should return the number described above.
In our assignment that you didn't have enough time to complete and was given 7 minutes late, what was the thing you found most difficult?
Experience in iOS Development?
Asked me to make a demo iOS app and to make a logical C program. So they can submit it to their clients
Viewing 451 - 460 interview questions