reverse a String in java
Developer Interview Questions
269,104 developer interview questions shared by candidates
5 Guys went for dinner.. and were going to sit on a round table having 5 seats.. their birthdays are not same .. probability of getting them seated in inc/dec order of their age.
phone screen question: what is the derivative of veloctiy?
1. How many bits in a byte? 2. What's the integral of velocity?
String s = "Hey"; s = s.concat(" Guys") sop(s)
Which is more efficient for searching, linked list or array?
Examples of teamwork etc. general questions like that
Given a very long string composed of numbers as characters, find the four character substring that has the largest multiple. For example, given the string "809723", the two char substring with the largest multiple is "97", having a multiple 9*7 = 63.
questions based on your test, problem solving approach, java multithreading, query optimization etc.
Merge to sorted arrays into second array, both arrays has N elements, but second array size is N * 2. So you merge both arrays in second array in a sorted way.
Viewing 351 - 360 interview questions