Questions on basic Java,pointers concept,oops concept,Abstraction,Inheritance etc.
Software Interview Questions
747,419 software interview questions shared by candidates
what is hash table??
Why do you want to join us?
If you add an element at a[1] position in arreylist and access a[2] element,what will happen?
Write a function to caculate the angle between hour and minute hand on a clock.
Quickly estimate 2^64 without using a pen/papar.
take input from user...3,5,7 etc and draw a pattern if input is 3 then *** *** * * *** * * * if input is 5 then ***** ***** * * * * * * ***** * * * * *
A company uses a format to exchange messages with us. You need to validate the input. The character encoding ASCII. Valid characters are between 0x20 (space) and 0x7E (~). write validate function to generate valid output or the error message.
Find from alist of numbers where each number is repeating even number of times except one. Find that number ?
Given a formula (string) and a dict, replace each key that appears in the formula with its value. "CONCATENATE("#first_name#", " - ", 30)" { 'first_name': "Moshe", 'age': 20, 'status': "Done"} Result: "CONCATENATE("Moshe", " - ", 30)"
Viewing 191 - 200 interview questions