Coding on Arrays, Strings. Basic Technical questions.
Software Developers Interview Questions
96,343 software developers interview questions shared by candidates
print number 1 to 100 without any loop
how to check sum of two elements in a given array of integers equal to a particular number K.
puzzles and logical problems
Q: What is N queen problem ? Q: How to find out if a linked list is palindrome ? Q: How to insert multiple rows in a database with a single query ?
OOP principles and design.
String program,OPPs,SQL query,servlet,
Convert given array [2, 4, 6, 8, 9, 15] to [4, 16, 64].
Calculative cumulative ttl for given requests.
Make a class BigInteger that takes as input a very long character string ( out of scope of long). The class should have the following functions: add(BigInteger other) //should perform this + other, and return this subtract(BigInteger other)// should perform this - other, and return this multiply (Biginteger other) // should perform this * other and return this
Viewing 621 - 630 interview questions