Ios Softwareentwickler Interview Questions

983 ios softwareentwickler interview questions shared by candidates

- General software and iOS development questions including architecture, memory management, reference/value types, closures, testing, etc. - Ownership questions regarding tech stack and overall product vision. - How would you cope with a situation where you have a co-worker go against a solution you're convinced would work? - How do you communicate with the Product Owner and the Designer(s)?
avatar

Senior IOS Software Engineer

Interviewed at Curve

3.1
Nov 8, 2021

- General software and iOS development questions including architecture, memory management, reference/value types, closures, testing, etc. - Ownership questions regarding tech stack and overall product vision. - How would you cope with a situation where you have a co-worker go against a solution you're convinced would work? - How do you communicate with the Product Owner and the Designer(s)?

# Overview: # Write a program, in any language, that will display an ASCII chart given the following data # data = {(1,2), (2, 3), (3, 1), (4, 6), (5, 8)}. # You should be able to print the surrounding components of the chart and then place an * where # each data point is specified in the data set. You do not need to print the X and Y legends # but that would be helpful. You are given the max x and max y but if you can calculate that # it would be helpful. # # Online auction graph display # x axis is time # y axis is price # Title item # Given a two-dimension array graph the price over time # # +-----+-----+-----+-----+-----+-----+ # + * + # + + # + * + # $ + + # + + # + * + # + * + # + * + # +-----+-----+-----+-----+-----+-----+ # time # # max x = 5 # max y = 8 # data = {(1,2), (2, 3), (3, 1), (4, 6), (5, 8)}
avatar

Software Engineer III - IOS

Interviewed at Fanatics

3.3
Feb 13, 2023

# Overview: # Write a program, in any language, that will display an ASCII chart given the following data # data = {(1,2), (2, 3), (3, 1), (4, 6), (5, 8)}. # You should be able to print the surrounding components of the chart and then place an * where # each data point is specified in the data set. You do not need to print the X and Y legends # but that would be helpful. You are given the max x and max y but if you can calculate that # it would be helpful. # # Online auction graph display # x axis is time # y axis is price # Title item # Given a two-dimension array graph the price over time # # +-----+-----+-----+-----+-----+-----+ # + * + # + + # + * + # $ + + # + + # + * + # + * + # + * + # +-----+-----+-----+-----+-----+-----+ # time # # max x = 5 # max y = 8 # data = {(1,2), (2, 3), (3, 1), (4, 6), (5, 8)}

Viewing 561 - 570 interview questions

Glassdoor has 983 interview questions and reports from Ios softwareentwickler interviews. Prepare for your interview. Get hired. Love your job.