About 10 minutes discussion on my project. Then I was asked to code the solution for a coding question. The question was to find the max repeating element in O(n) time and O(1) space.
Software Engineer Intern Interview Questions
9,450 software engineer intern interview questions shared by candidates
Name a time where you displayed X leadership principle (such as a time when you dove deep, showed customer obsession, etc).
Why do you want to work at Garmin?
Find the sum of an array. There were also a couple of other easy array questions such as getting the middle, or searching for some other properties. Be sure to study array basic algorithms. That was all that there was to the entire interview. Other questions included behavioral questions such as tell me about yourself.
What tech stack did you use?
In the technical round, two coding questions were asked: the easier was a simple merging of arrays problem and the next one involved a priority queue.
Describe a situation in which you had to learn something new to solve a problem
Prefix Sums Graph DFS Traffic simulation - Low Level System Design
What concepts you don't like about Java? and why?
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.
Viewing 911 - 920 interview questions