Open In App

Zenon Analytics Interview Experience for SDE (On-Campus)

Last Updated : 17 Jan, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

There were 3 rounds

Round 1

Round 2

  • DSA Question – Given two sorted arrays print all the operations that are needed to convert array 1 to array 2. We can perform Add or remove of numbers in array 1. 
  • Tree traversals
  • Find the valid BST – First asked using inorder traversal and a separated array and then asked without using a separate array.
  • Design a database for students and their branch in a college – write the query to find the number of students in each branch.
  • What is the order in which all SQL commands are executed?

Round 3 was HR


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads