(onsite) Implement multiplication without using the multiplication operator
Developer Interview Questions
269,410 developer interview questions shared by candidates
Given a couple technical problem where the questions wasn't exactly clear and the problem really realistic or relevant to the position skill requirement.
Write code in any language to sort the integers in the following arrays: A = [3,7,8] B=[5,9]
Hackerrank test: 1) Print Roman number equivalent for numbers 1-1000 2) Order a list of words appearing in a file by number of letters but maintain original order ("stable sorting") of words with same length 3) Implement a stack class with methods to do some specific operations mentioned in the question. Phone/Codepad interview: 1) Given a series of prices, find the one buy/sell trade pair which gives the maximum profit 2) Modification of 1. For the same prices, find the maximum profit possible with any number of buy/sell allowed (at each step/price, you can buy, sell or do nothing, no short sell allowed)
Reverse a string without using a loop in C.
1a) Given a string of characters , numbers and symbols reverse only the characters in the array.
"what will happen if keyword static is removed from public static void main(String a[])"
Write the Java code to remove all HTML tags from a string.
What are levels of catch in Hibernate
What is left join ?
Viewing 2831 - 2840 interview questions