Find the LCA of Binary search Tree.
Software Development Intern Interview Questions
2,989 software development intern interview questions shared by candidates
Cannot disclose and signed NDA
Varios q's where I had to use the STAR method to answer.
Tell me about a time where you did work that was beyond your responsibility.
Leetcode easy asked back to back
Tell me about a time when you were able to complete a task under a tight deadline
How do you sort through a list of numbers (with a small catch) Create a funciton without an IDE from scratch that has some output
about insertion time complexity in HASMAPS
They asked about DSA questions and the LPs
At Amazon, our delivery route optimization often involves tree-like structures. Here's an interesting problem that reflects similar patterns: Given a binary tree where: Each node contains a single digit (0-9) Each path from root to leaf represents a number For example: path 4+2+1 represents number 421 Write a function to compute the sum of all numbers represented by root-to-leaf paths. Input: root - [1,2,3] 1 2 3 Output: 25 Input: root - [4,9,0,5,1] Output: 1026 4 9. 0 5. 1
Viewing 2891 - 2900 interview questions