write a program to find 1st non-repeating character from a string.
Senior Software Interview Questions
99,655 senior software interview questions shared by candidates
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.
1. Find duplicate files in a folder 2. Display time on the screen as a digital clock
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 511 - 520 interview questions