Get best answers to any doubt/query/question related to programming , jobs, gate, internships and tech-companies. Feel free to ask a question and you will receive the best advice/suggestion related to anything you ask about software-engineering , development and programming problems .

0 like 0 dislike
1,284 views
in Interview-Experiences by Expert (144,420 points)
edited by

1 Answer

0 like 0 dislike

Telephonic:

1. Determine if Two Trees are Identical

2. Transform to Sum Tree

Round 1

1. Left View of Binary Tree

2. Peak element

Round 2

1. Find the number of islands (all 8 corners)

2. Dont remember

Round 3

1.word frequency of a stream of words (no code required, explain trie method)

2.code to count no of words in a stream of characters

Round 4

1. Next larger element (use stacks)

2. Rotate and delete

Time and space complexity must for all questions
Start from brute force and go to optimized solution.
All edge cases are to be covered in code?
Think out loud all the time (so that even when questions are easy they will catch your thinking with greater importance)

by Expert (144,420 points)
...