Zenon Analytics Interview Experience for SDE (On-Campus)

Last Updated : 23 Jul, 2025

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

Comment