Junior Ios Engineer Interview Questions

7,870 junior ios engineer interview questions shared by candidates

Do a Google Image Search for an “H tree” (Glassdoor doesn’t allow links to be embedded in these recaps). The first image you’ll find (if it’s red H lines on a white background) will be what I was shown. Given the following bare bones API, how would you code up something to draw X levels deep of an H tree? #import <stdio.h> #import <Foundation/Foundation.h> typedef struct { float x; float y; } Point void drawLine(Point p1, Point p2) { // draws line } void drawHTree(Point center, float length, int depth) { }
avatar

IOS Engineer

Interviewed at Twitch

3.7
Apr 19, 2017

Do a Google Image Search for an “H tree” (Glassdoor doesn’t allow links to be embedded in these recaps). The first image you’ll find (if it’s red H lines on a white background) will be what I was shown. Given the following bare bones API, how would you code up something to draw X levels deep of an H tree? #import <stdio.h> #import <Foundation/Foundation.h> typedef struct { float x; float y; } Point void drawLine(Point p1, Point p2) { // draws line } void drawHTree(Point center, float length, int depth) { }

The other question was recursive of course (something almost never used in iOS development, but whatever). Given an amount of money and some lists of products, you have to return how many different options you have to buy one of each of the products.
avatar

Senior IOS Engineer

Interviewed at Audible

3.5
Feb 16, 2021

The other question was recursive of course (something almost never used in iOS development, but whatever). Given an amount of money and some lists of products, you have to return how many different options you have to buy one of each of the products.

Viewing 1211 - 1220 interview questions

Glassdoor has 7,870 interview questions and reports from Junior ios engineer interviews. Prepare for your interview. Get hired. Love your job.