Build a dropdown menú with CSS
Senior Interview Questions
322,281 senior interview questions shared by candidates
Expereience
The interview questions were based on various topics ( all that I had on my resume), however on each of the question, the main focus was on problem handling, reaction and solution (even though you are not able to hit the right solution, please speak up with your ideas. In my case, I did and the interviewers did help me move forward). The interviewers were cordial and made sure I was comfortable and could think in a calm manner. The emphasis was more on problem solving and thinking in the right direction ( rather than language or specifics of a code). For example - 1) Design a web based application ( emphasis was on load balancing, failures etc). 2) Construct your own linked list
They asked about setting up a kiosk where a connection to a remote database was lost
Technical case interview which is a mix of modelling skills + classical case interview structure
What is your highest educations
Is it OK if we don't follow up with you after you've gone through this interview process?
Are you experienced in working with little or no management.
What would I do on the job in my first 90-180 days?
int func() { static int i = 4; i++; return i; } int main() { int i = 0; for (i = 0; i< 4; i++) { printf("%d\n", func()); } }
Viewing 581 - 590 interview questions