How would you implement an Autocomplete feature and what data structures would you use to do so?
Engineer Intern Interview Questions
15,493 engineer intern interview questions shared by candidates
Implement function to find longest path in a tree.
given a pool(P) of co-ordinates (infinitely large), find the closest N to a given user co-ordinate
Was I interested in joining the company as an intern
All are listed above already.
Name a time where you displayed X leadership principle (such as a time when you dove deep, showed customer obsession, etc).
Number of islands in a 2d array
🔹 7. FizzBuzz (Python) Question (reconstructed): Write a simple FizzBuzz function: Print "FizzBuzz" if divisible by 3 and 5 "Fizz" if divisible by 3 "Buzz" if divisible by 5 IMPORTANT. Here how you think about efficiency is tested as well. Check for both first, then check for 3, then for 5. Both because well logically you need that. After for 3 and not for 5 for optimization (less checks overall as more number are divisible per 3 so you never go on the divisible per 5 check.)
1. Select all distinct pet names from multiple tables
Q. write code to detect if an array contains any duplicates?
Viewing 1331 - 1340 interview questions