Ios Software Engineer Interview Questions

7,864 ios software engineer interview questions shared by candidates

Two strings are given. And a dictionary of similar words. The task is to have a function that compares two strings and gives you an answer if they're similar or not. They are similar if the words are identical or have the same meaning based on the given array.
avatar

IOS Software Developer

Interviewed at Handshake

3.1
May 13, 2017

Two strings are given. And a dictionary of similar words. The task is to have a function that compares two strings and gives you an answer if they're similar or not. They are similar if the words are identical or have the same meaning based on the given array.

Here’s a ninja (i.e. supposedly not a heavy) question: Given an array of numbers, reset the array to put all the non-zero numbers in front of all the zeros in the array, then return the count of non-zero numbers. e.g., for an input array of [3,0,2,0,0,1,0,4], you’ll end up with a return value of 4 and an array of [3,2,1,4,0,0,0,0] I do not remember if they asked me to do this in-line and/or return the adjusted array as well.
avatar

IOS Developer

Interviewed at Meta

3.5
Oct 19, 2017

Here’s a ninja (i.e. supposedly not a heavy) question: Given an array of numbers, reset the array to put all the non-zero numbers in front of all the zeros in the array, then return the count of non-zero numbers. e.g., for an input array of [3,0,2,0,0,1,0,4], you’ll end up with a return value of 4 and an array of [3,2,1,4,0,0,0,0] I do not remember if they asked me to do this in-line and/or return the adjusted array as well.

Viewing 901 - 910 interview questions

Glassdoor has 7,864 interview questions and reports from Ios software engineer interviews. Prepare for your interview. Get hired. Love your job.