longest substring finding the metric parking lot design
Software Developer Iii Interview Questions
899 software developer iii interview questions shared by candidates
Design for a requirement? Design patterns like DI IOC container MMF SQL Indexes etc.
# 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)}
What/where is the error log file for C applications?
Cannot recall specific questions. But they were around: Android boot process. Charging and sensor subsystem. BSP debug process. Kernel concepts of process syncronization, memory management etc. Basic C programming.
Based on the figma design please build it.
Tell me about a time you failed? What would your manager say about you?
How do you execute something before a component unmounts in React?
"O que você gostaria de estar fazendo daqui a 5 anos"
What is the largest amount of people you have manage and how did you deal with different personalities?
Viewing 491 - 500 interview questions