The most difficult part of this interview was creating the application up front to be presented and discussed during the interview process.
Senior Developer Interview Questions
94,605 senior developer interview questions shared by candidates
write a program to find 1st non-repeating character from a string.
Questions were totally technical and also a test was taken to make an algorithm for Merger sort with different scenarios.
What to do if the web page is slow?
Implement live digital clock in console window, hint: use threads and refer MSDN.
Technical questions
A movie theatre sells the three concession stand items listed below: · Popcorn = $3 · Snickers = $4 (or five for the price of three) · Soda = $2 Implement a web application for the movie theatre that allows a user to add the above items to a shopping cart and calculates the total for the given collection of items. For example, the following basket should total up to $23. · 3x Popcorn · 5x Snickers · 1x Soda Deliver your solution as a web application using a modern client-side framework such as Angular, Ember, Backbone, etc. Your solution should be able to run in Chrome.
how to check sum of two elements in a given array of integers equal to a particular number K.
How would you implement capturing a bit stream of input coming in from a device in Java?
Form a maximum number from given list of integer array.
Viewing 481 - 490 interview questions