Mobile Software Interview Questions

5,882 mobile software interview questions shared by candidates

Cada entrevista teve seu tema. Entrevistas técnicas: - Você tem experiencia com teste automatizado - Você ja ouviu falar de TDD - Já usou algum CI/CD Entrevistas "pessoais": - Você já recebeu ou deu feedback a alguem? Como foi? - Você já teve alguma experenciencia com liderança? - Você já passou por algum caso onde alguma pessoa sofreu disciminação? Que atitude e posição você tomou em torno disso?
avatar

Mobile Engineer

Interviewed at Thoughtworks

3.1
Apr 8, 2022

Cada entrevista teve seu tema. Entrevistas técnicas: - Você tem experiencia com teste automatizado - Você ja ouviu falar de TDD - Já usou algum CI/CD Entrevistas "pessoais": - Você já recebeu ou deu feedback a alguem? Como foi? - Você já teve alguma experenciencia com liderança? - Você já passou por algum caso onde alguma pessoa sofreu disciminação? Que atitude e posição você tomou em torno disso?

(Was shown the types of Apps currently in development) Was asked basically if I could "maintain / improve" the apps shown. Was a very leading question, which would be very hard to screw up answering. Did not require too much expansion on *how* I would accomplish this.
avatar

Mobile Developer

Interviewed at Evolusent

4.4
Feb 9, 2012

(Was shown the types of Apps currently in development) Was asked basically if I could "maintain / improve" the apps shown. Was a very leading question, which would be very hard to screw up answering. Did not require too much expansion on *how* I would accomplish this.

Here's an Objective C category extension. What's wrong with this code? @interface UIImage (RemoteImage) { NSURL * url; UIImage * image; } - (id) initWIthURL: (NSURL *) _url; @end @implementation UIImage (RemoteImage) - (id) initWithURL: (NSURL *)_url { self = [super init]; if( self != nil ) { url = _url; NSURLResponse * response = [NSURLResponse new]; NSURLRequest * request = [[NSURLRequest alloc] initWithURL: url]; NSData * data = [NSURLConnection sendSynchronousRequest: request returningResponse: response error: nil]; image = [UIImage imageWithData: data]; return image; } return self; } - (void) dealloc { [super dealloc]; [url release]; [image release]; } @end
avatar

Mobile Software Engineer

Interviewed at GREE International Entertainment

2.8
Oct 31, 2012

Here's an Objective C category extension. What's wrong with this code? @interface UIImage (RemoteImage) { NSURL * url; UIImage * image; } - (id) initWIthURL: (NSURL *) _url; @end @implementation UIImage (RemoteImage) - (id) initWithURL: (NSURL *)_url { self = [super init]; if( self != nil ) { url = _url; NSURLResponse * response = [NSURLResponse new]; NSURLRequest * request = [[NSURLRequest alloc] initWithURL: url]; NSData * data = [NSURLConnection sendSynchronousRequest: request returningResponse: response error: nil]; image = [UIImage imageWithData: data]; return image; } return self; } - (void) dealloc { [super dealloc]; [url release]; [image release]; } @end

Viewing 321 - 330 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 5,882 interview questions and reports from Mobile software interviews. Prepare for your interview. Get hired. Love your job.