Software Developer Iii Interview Questions

1,279 software developer iii interview questions shared by candidates

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

I wasn't asked to write silly code or explain logic etc. But what I was asked was really important. How Coded UI works, just knowing how to detect element and write a TC won't work. Questions related to Datawarehouse were bit difficult for me as I never worked on it. Good knowledge of your automation framework is important.
avatar

Software Quality Engineer III

Interviewed at Varian Medical Systems

3.9
May 13, 2014

I wasn't asked to write silly code or explain logic etc. But what I was asked was really important. How Coded UI works, just knowing how to detect element and write a TC won't work. Questions related to Datawarehouse were bit difficult for me as I never worked on it. Good knowledge of your automation framework is important.

Viewing 691 - 700 interview questions

Glassdoor has 1,279 interview questions and reports from Software developer iii interviews. Prepare for your interview. Get hired. Love your job.