Mobile Software Developer Interview Questions

428 mobile software developer interview questions shared by candidates

For the technical question, I was asked which third party frameworks I’ve used for doing ECommerce and how would I cause a JSON stream to be converted into a strongly typed object (e.g. not just an abstract Dictionary or Array containing “id” or “void” objects but an actual native object).
avatar

Mobile Software Engineer

Interviewed at Sephora

3.7
Nov 12, 2016

For the technical question, I was asked which third party frameworks I’ve used for doing ECommerce and how would I cause a JSON stream to be converted into a strongly typed object (e.g. not just an abstract Dictionary or Array containing “id” or “void” objects but an actual native object).

The interviewer wanted to see the answer to the algorithm question done in demo-able, live code and he gave me the choice of using either coderpad or my Xcode IDE. You're given the assignment to implement your own regular expression parser with three different cases: exact_match, wildcard_match and then an exact_wildcard_match (if I remember correctly). The API should look something like this: exact_match("hello world","hello") returns true exact_match(hello world","llo") returns true (llo exists) The first parameter is the string and the second parameter is the query you're doing the matching on. The wildcard in the wildcard match was a period, so a successful (true) "wildcard_match" could have inputs such as ("hello world",".ello") (where the wildcard character is a period).
avatar

Mobile Software Engineer

Interviewed at Coursera

3.7
Oct 20, 2018

The interviewer wanted to see the answer to the algorithm question done in demo-able, live code and he gave me the choice of using either coderpad or my Xcode IDE. You're given the assignment to implement your own regular expression parser with three different cases: exact_match, wildcard_match and then an exact_wildcard_match (if I remember correctly). The API should look something like this: exact_match("hello world","hello") returns true exact_match(hello world","llo") returns true (llo exists) The first parameter is the string and the second parameter is the query you're doing the matching on. The wildcard in the wildcard match was a period, so a successful (true) "wildcard_match" could have inputs such as ("hello world",".ello") (where the wildcard character is a period).

There were a few questions that got me thinking... worst scenario that you have faced in any projects. if you were to fired someone how would you approach it? from a technical stand point, how would design a responsive app for mobile. what are your weaknesses and strengths and how would that bring sometime positive to the company.

Mobile Software Developer

Interviewed at JPort Development

4.4
Sep 20, 2013

There were a few questions that got me thinking... worst scenario that you have faced in any projects. if you were to fired someone how would you approach it? from a technical stand point, how would design a responsive app for mobile. what are your weaknesses and strengths and how would that bring sometime positive to the company.

Viewing 81 - 90 interview questions

Glassdoor has 428 interview questions and reports from Mobile software developer interviews. Prepare for your interview. Get hired. Love your job.