Interview Questions asked in Intuit

Height Of A Binary Tree EASY

Given a binary tree, calculate the height of the tree

Binary Tree Recursion
WiproAccenturePayTMTCSHCL 3 more
Asked in
Boundary Traversal Of Binary Tree EASY

Perform boundary trversal on a given binary tree.

Binary Tree Recursion
Breadth First Search On Binary Tree EASY

Perform breadth first seach on a given binary tree.

Binary Tree Queue
WiproAccenturePayTMTCSHCL 3 more
Asked in
Depth First Search On Binary Tree EASY

Perform depth first seach on a given binary tree.

Binary Tree Recursion
WiproAccenturePayTMTCSHCL 3 more
Asked in
Connect Siblings In Binary Tree MEDIUM

Given a binary tree, connect the sibling nodes at each level.

Binary Tree Queue
Construct Binary Tree From Its PreOrder And InOrder MEDIUM

Given pre-order & in-order traversal of a binary tree, construct the tree.

Binary Tree Recursion
IntuitHPIBMDellTracxn 9 more
Asked in
Print Cousins In Binary Tree MEDIUM

Given a binary tree, print the cousins of the given node.

Binary Tree Recursion
IBMDellMacquarieIntuitHP 8 more
Asked in
Largest K Integers From Stream Of Integers HARD

Given a stream of integers, find the largest K integers.

Heap Sorting


Search by Category

ArrayDynamic ProgrammingStringLinked ListBinary TreeStackQueueGraphMatrixSortHeapRecursionMisc

Search by Company

GoogleAppleMicrosoftFacebookAmazonOracleGoldman SachsOla CabsUberFlipkartMyntraHCLTCSWiproCognizantAccentureZohoZomatoMakeMyTripYatraHPSwiggyIBMTracxnVMWareCisco

Search by Difficulty Level

EASY MEDIUM HARD