longest substring finding the metric parking lot design
Engineer Iii Interview Questions
2,122 engineer iii interview questions shared by candidates
Behavioral in nature, asked to provide writing sample and references after the interview
LLD round --> Design eCommerce cart management system HLD round --> Design Analytics event processing system Hiring Manager Round --> Design ePharmacy system like pharmeasy
None...
Brush up on general knowledge outside of your discipline.
Design for a requirement? Design patterns like DI IOC container MMF SQL Indexes etc.
Will next week work for you to do a phone screening?
Have you worked with a global team?
What is your biggest challenge?
# 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 1231 - 1240 interview questions