Find from alist of numbers where each number is repeating even number of times except one. Find that number ?
MISSING VALUE Interview Questions
6,576,714 interview questions shared by candidates
Reverse a string
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.
Write a c functions that takes two bit indices and an int, and reverses the bits in the int between the two indices.
How do/would coworkers and customers perceive you?
How would you rate your English level?
How tough are you?
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)"
What relative experience in corporate retail communications can you bring to Target?
Ants are at the corners of an equilateral triangle labelled 1, 2, and 3, each ant starts moving towards the next one (1 towards 2, 2 towards 3, 3 towards 1) at the same constant speed. How long until they meet ?
Viewing 1041 - 1050 interview questions