What is one challenge that you have faced?
Engineer Intern Interview Questions
15,350 engineer intern interview questions shared by candidates
given a pool(P) of co-ordinates (infinitely large), find the closest N to a given user co-ordinate
What is functional programming?
Questions about bsts and running operations on them.
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
(1) find the most frequent words in a sentence. (2) implementation of a linkedlist class.
Five Leetcode questions: Round-1: 1. Find the depth of a binary tree. 2. Implement a stack with push, pop, top and getMin() functions in constant time. 3. Check if two strings are anagrams or not. Very optimal solutions required instead of brute-force. Round-2: 1. Partition Lables 2. Maximum value between two nodes in a binary search tree.
I was asked one question about my resume, even though the interviewer told me we were going to 'review' it together.
Viewing 1341 - 1350 interview questions