1:1 round 2: Given a string find all the palindromes in the string.
Intern Engineer Interview Questions
18,196 intern engineer interview questions shared by candidates
1:1 round 3: This was the toughest for me . Given a database of string . And a record of words and replacement pairs , such that if a given word occured in the string it had to be replaced by the replacement pair provided in the record.
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}
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?
How would you implement an undo and redo feature in an application like Photoshop?
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.
Some software design questions and easy coding challenges.
One ques was that in a binary tree, if node is a leaf, add duplicate nodes there
Viewing 811 - 820 interview questions