Given an array, and another key, find two numbers in the array that add upto the key.
Software Intern Interview Questions
17,740 software intern interview questions shared by candidates
Perform binary search on a sorted array, of which you don't know the size.
What is your experience with machine learning?
Some basic question - in the solution you just need to apply some rule to change the array order
An array contains alphabets, some of which may have duplicates. Find the number of duplicates.
How does Java Garbage Collection work? How would you implement garbage collection?
Reverse the words in a string, but not the characters. Do it in linear time.
What are types of SQL triggers?
Given a string such as "123" or "67", write a function to output the number represented by the string without using casting.
Find the longest sequence of unrepeated characters in a string. The interviewer was really unhelpful and didn't provide any hints, just let me stutter around.
Viewing 261 - 270 interview questions