1st round: The technical interviews consisted of a leetcode-style easy question, and a playlist shuffling question. Both of these interviews didn't expect you to actually have runnable code, just an explained thought process. Final round: Many behavioral questions were asked about my ability to work with others. The coding interview was a sudoku based question.
Interne Software Interview Questions
17,728 interne software interview questions shared by candidates
leetcode medium question involving hashmaps
they asked me what my weaknesses and strengths are.
1)Pillar of OOPS 2)Put two <div> side by side in html page 3)Implement queue using stack and how it can be improved 4)Why DSA and why you enjoy problem solving 5)Where you have deployed the project and problems faced while making it.
Find the maximum depth of a B-tree
how to transfer data represented as a binary tree from an application to another if you had no helping tools, and only using the language you used to code?
What is the difference between C and C++?
How would you implement an undo and redo feature in an application like Photoshop?
1. How do you test a keyboard? 2. Given nine items and one of them is heavier than the others, how do you find the heavier one using a scale twice?
You have 2 linked lists, return a list with the intersection. For example: Input: L1 = { 1,2,5,10} L2 = {9,4,5,10,15} return {5,10}
Viewing 881 - 890 interview questions