Tip 1 : Practice SQL Queries as much as you can
Tip 2 : Learn Deeper about DBMS
Tip 3 : Should have a good practice of solving guestimates
Tip 1 : Have some projects on resume.
Tip 2 : Do not put false things on resume.
The test is designed to gauge your ability on certain competencies such as analytical ability, structured and unstructured problem-solving skills, comfort with numbers, critical thinking and verbal ability.Analytical skills are very important for every role in ZS. Through this round we would be testing the your approach towards problem solving abilities. The test duration would take 60minutes to compete.
In this round you are expected to solve a series of tech-based questions independently. It will involve understanding the basic technical skillset such as SQL that will be relevant for the Business Technology Solutions role that you have opted for. This will be a focused interview to gauge your knowledge over SQL, coding, programming and query writing and associated competencies. The assessment would also include some multiple choice questions.
Schema for a Banks Management System was given and few cases were given and by using the information we need to write the queries and fetch the results. Since there were lot of details and tables and schema i cannot put it here. But you can practice such things on Leetcode.
Tip 1 : Do practice for SQL queries.



1. If ‘k’ is not present in 'arr', then print -1.
2. There are no duplicate elements present in 'arr'.
3. 'arr' can be rotated only in the right direction.
Input: 'arr' = [12, 15, 18, 2, 4] , 'k' = 2
Output: 3
Explanation:
If 'arr' = [12, 15, 18, 2, 4] and 'k' = 2, then the position at which 'k' is present in the array is 3 (0-indexed).
all we need to do is find the pivot point first divide the array in two parts and find the required number
Right after the MCQ and coding round result came out and few students were selected for the interview, this round includes both technical and behavioral questions. The interviewer was quite friendly.
The interview started with the introduction and also asked about almost everything i mentioned in my resume.
One of the project was based on Amazon Web Services (AWS), about the components i used in my projects like EC2, Virtual Private Cloud, Load Balancers.
Another Project Was Based on Machine Learning so he asked me about Different ML Algorithms.
Tip 1: Mentioned only those projects which you have really made and should be able explain it.
Tip 2: Should have clear knowledge about various terminologies to explain it better
What is the difference between foreign key and primary key and candidate key?
What is difference between SQL and No - SQL Databases?
What is 1NF , 2NF in DBMS?
Write a Query to find the details of the employee having second largest salary among all employees in the table.
How does "group by" work write a sql Query to support your answer.
Tip 1: Do practice for SQL queries.
Tip 2: Should be able to clearly explain every terminologies
What is a data structures?
Give different examples of linear and non linear data structures?
what is a linked list how it is different from arrays?
An organization wants build a mall in West Delhi, they want to know an estimate number of parking space required for four wheelers.
Tip 1: you need to practice how to solve guestimates, try searching over Youtube.
Tip 2: Always communicate interviewer while solving the guestimate.
What Do you know About ZS? Why you want to join?
Tip 1: Always read about the company for which you are appearing for interview.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL clause is used to specify the conditions in a query?