Describe a time you felt uncomfortable in a situation and how did you deal with it.
Software Engineering Associate Interview Questions
56,367 software engineering associate interview questions shared by candidates
why do you want to join our organization?
Tell me about your final year project.
Tell me about your strengths and weaknesses?
Given an unsorted list of integers, return true if the list contains any fuzzy duplicates within k indices of each element. A fuzzy duplicate is another integer within d of the original integer. Example: If d=4, then 6 is a fuzzy duplicate of 3 but 8 is not. Do it faster than O(n^2).
How will you increases the efficiencies of an ic engine ?
Given US denomination coins, what is the algorithm to make change for any amount?
There is a museum organized as NxN room. Some rooms are locked and inaccessible. Other rooms are open and some rooms have guards. Guards can only move north, south, east and west, only through open rooms and only within the museum. For each room, find the shortest distance to a guard. What is the time complexity of your algorithm?
Given a list of points in the 2D xy plane, determine how many of those points can maximally exist on a line (not necessarily through the origin). So find the line that contains the most points, and return how many points are on that line.
If you have less memory storage, what would you use - Hash Table or Tree? Why?
Viewing 231 - 240 interview questions