Home
Jobs
Companies
Resume
Interview Questions for Innovaccer Analytics Private Limited

1. Write a SQL query to self-join HR data.

2. Is Redis single-threaded or multi-threaded?

3. Isomorphic Trees Problem Statement You are provided with two arbitrary binary trees. Determine if both trees are isomorphic. Explanation: Two binary trees are considered isomorphic if one tree can be transformed into the other by repeatedly performing the following operation: Choose a node of the tree, swap its left and right subtree, meaning the left subtree becomes the right one, and vice versa. Input: The input consists of multiple test cases. Each test case begins with: The first integer 't' representing the number of test cases. For each test case, the first line contains the node values of the first tree in level order (use -1 for NULL nodes). The second line contains the node values of the second tree in level order (use -1 for NULL nodes). Output: For each test case, return "yes" if both trees are isomorphic, "no" otherwise. Example: Consider the binary tree shown in the image: The input of this tree would be: 20 10 35 5 15 30 42 -1 -1 -1 13 -1 -1 -1 -1 -1 -1 Constraints: 1 <= T <= 100 0 <= N <= 103 1 <= nodeValue <= 106 Time Limit: 1 sec Note: 1. A binary tree is a tree where each node has up to two children. 2. An empty tree can be deemed isomorphic with another empty tree. 3. Perform the given operation on any node at any level. You need not print anything, simply implement the function to return the result.

4. What is the SQL query used to remove duplicates from a dataset?

5. Describe a task you performed using joins.

cta

Start Your Job Search Today

Browse through a variety of job opportunities tailored to your skills and preferences. Filter by location, experience, salary, and more to find your perfect fit.

Job Application AI Bot

Job Application AI Bot

Apply to 20+ Portals in one click

Download Now

Download the Mobile App

Instantly access job listings, apply easily, and track applications.

Job Titles Overview