Ios Engineer Interview Questions

7,320 ios engineer interview questions shared by candidates

Swift Initializers (Convince,designated), Reverese string logic,@escaping closure,Cordata migration flow,How can we call the multiple API's at a time,Dispatch ques,Threads concepts,NSOperation ques, backgroung image downloading flow,app lifecycle,
avatar

IOS Applications Developer

Interviewed at ITC Infotech

4.2
Aug 26, 2019

Swift Initializers (Convince,designated), Reverese string logic,@escaping closure,Cordata migration flow,How can we call the multiple API's at a time,Dispatch ques,Threads concepts,NSOperation ques, backgroung image downloading flow,app lifecycle,

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) { }

Viewing 1111 - 1120 interview questions

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