General questions related to personality and technical interests
Engineer Developer Interview Questions
467,806 engineer developer interview questions shared by candidates
Given a numerator and a denominator provide the quotient and a remainder with using the division and multiplication operators.
After asking the details of my current role, he only gave me a simple coding question. Write a function using C++ or Java that is passed an integer and it returns the number of bits set to 1. Is there a way to improve your solution and make it faster and more efficient?
You have String 1: "abcdefgh". Write a code to remove "ad" so that you are left with "bcefgh".
how do you check if a number is odd or even?
Given an array and a target number, T, print out all the pairs in the array that add up to T without printing duplicates. Duplicate: (5,6)=(6,5)
1. delete one block from a single linked list(can only use one pointer) 2. give a number of x, check if there are two elements in an array whose sum is equal to x, and improve your code
Why would one use pass by reference instead of pass by value?
Suppose you have an array of unique natural numbers ranging from 1-100. Suppose we add another number ranging 1-100 into the array. How do we find this added number?
How would you implement Google spelling correction algorithms?
Viewing 2081 - 2090 interview questions