How do you calculate the distance between earth and some far away celestial body?(Interest related)
Software Development Engineer Intern Interview Questions
2,326 software development engineer intern interview questions shared by candidates
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.
You have two results from a database query. Check if they return the same thing.
Write an algorithm to validate a palindrome
How would you implement the "estimated time to completion" feature of a progress bar?
You're in a conference room and the window is broken. What's the temperature outside?
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}
One ques was that in a binary tree, if node is a leaf, add duplicate nodes there
How would you implement an undo and redo feature in an application like Photoshop?
they had a dsa round+ system design round+ hr round. dsa round was an interval sort question on compiler.
Viewing 171 - 180 interview questions