You have been given an matrix of characters 5*5 which contains 24 elements a..y the matrix will look something like a b c d e f g h i j k l m n o p q r s t u v w x y You have been given alpha (starting character) and beta (Ending character) as two characters. You have to find all shortest paths between alpha and beta with a restriction that you are allowed to move vertical or horizontal.
Intern Engineer Interview Questions
15,356 intern engineer interview questions shared by candidates
(1) find the most frequent words in a sentence. (2) implementation of a linkedlist class.
How would you implement an Autocomplete feature and what data structures would you use to do so?
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.)
Viewing 1321 - 1330 interview questions