They asked me one coding question - given an array and a target return the indices whose sum is equal to the target and I had to explain all the 3 approaches going from brute force to the optimal approach.
Software Development Engineer Internship Interview Questions
76 software development engineer internship interview questions shared by candidates
Nothing unexpected
Part 1: Two functions need to be defined lock() and unlock() on a Tree. A node can't be locked if one of its parent/children nodes is already locked. Part 2: Make it thread-safe.
What program languages do you know best?
Design code to be able to be able to find a song, a band, and all songs related to a particular band.
Convert integer to roman numerals
How would you implement a scoreboard for an online game? Concentrate on data structures you would use.
I was given a scenario in which I was a restaurant manager and I had to create a software for managing reservations. I had to tell him the use cases and also which classes would I be using and I was told to code an example entity class.
Basic data structures questions regarding array, graph and trees and a code on LinkedList
BQ1: How did you overcome challenges in the fields that you have never known before? BQ2: What benefits can you bring to the company? BQ3: Don't remmber Coding: Determine the state of the game Tick-tac-toe
Viewing 21 - 30 interview questions