How many characters in the front of a string would need to be added in order to make it a palindrome.
Developer Java Backend Interview Questions
716,667 developer java backend interview questions shared by candidates
given a matrix, you can move right or down only and cost of each move is 1. Find an optimal way to reach to right-bottom from top-left of the matrix.
Java question was around String pattern searching which you can do easily in around 20 minutes, if you can keep your mind calm where that clock is also ticking.
Excel Sheet Problem: Given a String in method return the column number. Or in other words, convert Excel column number in integer. Input: "A" Output: 1 Input: "AA" Output: 27 Explaination: Column A is very first column in Excel, so return 1.
Given an ordered large array of integers, find all pairs of numbers that add up to a particular given sum.
count the 1s in an integer
The two technical interviews towards the end were trying to find out if I had a particular skill set. I'm not sure what that is... The other interview with manager was broad and felt very comfortable.
There is a clock which shows false timing ie it shows 10 minutes less for each 1 hour....if the clock shows 12 noon now how many minutes will be lost when it shows 3 pm ?
2 medium questions and 1 hard
Write an algorithm to return the intersect of two arrays.
Viewing 1381 - 1390 interview questions