Create a Priority Queue with all methods.
Software Engineers Interview Questions
419,816 software engineers interview questions shared by candidates
You have an array of length n consisting of the integers from 0 through n-1 exactly once each, except for one which is missing. Find the missing number. The numbers can be in any order.
Online Test : 1. count how many 1 bits are set after multiplication of 2 numbers 2. Implement CD (Unix command) functionality Technical Round 1 :: 1. formal introduction 2. Role in Current Project 3. Which UI framework/technology is better 4. Write a Decompressing Program to convert the string Ex :: i/p -> 3[b2[ca]] o/p -> bcacabcacabcaca
given an unsigned char array, find if there is a subarray whose elements sum up to a given value
Most of the technical questions, I felt very prepared for. The most difficult questions were behavioral. In particular, "Tell me about an experience where a project partner enjoyed working with you." Rather than talking about your skills you have to talk about how you worked well with others in a way that they enjoyed working with you, and do so without coming off as being arrogant. Also, they didn't ask the question directly, but came to it in a way that put you on the back foot. The question immediately before was to tell them about a time that you had difficulty working with a partner, and also about a time that a partner had difficulty working with you.
How many lines of code have you written in your favorite project?
Giving an integer and return the maximum product of the numbers which sums up to the given number.
Given an array of point structure element whose X and Y values are both int, write a boolean function to decide whether there is any midpoint(at least 1) of any two points in the array whose X and Y coordinate value are all integer.
Find two smallest elements in an unsorted array using only one pass i.e. O(n)
Wap to print all prime no. upto a given input no.?
Viewing 2571 - 2580 interview questions