# 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)}
Software Engineer Ios Interview Questions
967 software engineer ios interview questions shared by candidates
Search for cognitive assessment test online, you will get plenty of questions. Same like them.
The questions were around swift programming fundamentals
Word ladder problem
started with swift basics to mid level then moved to ios questions from GCD, Operation queue etc
SQL queries and discussed about the role in previous Organisation
Create a Word Search application
Basic swift questions Protocol Extension class vs struct
Are you prepared to travel, and what are your thoughts on being asked to work on weekends or working off hours?
- dependency inversion - SOLID principles and improvements of code based on them - associated types and Generic - type erasure - reactive frameworks and conceptions - functional programming vs. oop All those questions were linked with practice exercises in a text editor.
Viewing 551 - 560 interview questions