Open In App

Times Internet Interview Experience | Set 2 (Experienced)

Round 1:
Discussion about projects and work
Search in a rotated sorted arrayhttps://www.geeksforgeeks.org/find-minimum-element-in-a-sorted-and-rotated-array/amp/

Implement stack with find minimum in O(1)
https://www.geeksforgeeks.org/design-and-implement-special-stack-data-structure/amp/



Round 2:
Spiral printing of a matrixhttps://www.geeksforgeeks.org/print-a-given-matrix-in-spiral-form/amp/

LCA of Binary Treehttps://www.geeksforgeeks.org/lowest-common-ancestor-binary-tree-set-1/amp/



Boggle
https://www.geeksforgeeks.org/boggle-find-possible-words-board-characters/amp/

DFS implementation

Round 3:
It was a machine coding round.
I was asked to hit an API and get some information on the basis of results needed to do some manipulation in result to show result on some specified format like sorting on basis of some parameters

Round 4:
It was a discussion round with Manager. discussion about why want to leave current company and other project related discussion.

Article Tags :