ZS interview experience Real time questions & tips from candidates to crack your interview

Business Technology Analyst

ZS
upvote
share-icon
3 rounds | 7 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data structures, Algorithms, MySql, OOPS, Puzzles, Guesstimates
Tip
Tip

Tip 1 : Practice Sql questions 
Tip 2 : Prepare atleast 2-3 projects
Tip 3 : Practice atleast 300 data structures questions

Application process
Where: Campus
Eligibility: 70 percentage throughout
Resume Tip
Resume tip

Tip 1: Having some projects on resume
Tip 2: Donot put false things and add database skills

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date9 Aug 2022
Coding problem1

It was an aptitude round of 60 minutes in the morning time.
It was on mettl platform and was proctored.

1. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
Expedia GroupWalmartHCL Technologies

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Try solving now
02
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date12 Aug 2022
Coding problem2

It was a case study round, where sql mcq questions and sql query questions were asked in the section 1 and then in section 2, there were 2 coding questions on data structures and algorithms.

1. System Design question

Bank management system was given and some cases were given and using that information we had to write the query and show the output which is required.
Tables and data were given.
Do practice sql query questions for the case study.

Problem approach

Tip 1 : Practice sql queries
 

2. Search In Rotated Sorted Array

Moderate
30m average time
65% success
0/80
Asked in companies
InformaticaDelhiveryGoldman Sachs

Aahad and Harshit always have fun by solving problems. Harshit took a sorted array consisting of distinct integers and rotated it clockwise by an unknown amount. For example, he took a sorted array = [1, 2, 3, 4, 5] and if he rotates it by 2, then the array becomes: [4, 5, 1, 2, 3].

After rotating a sorted array, Aahad needs to answer Q queries asked by Harshit, each of them is described by one integer Q[i]. which Harshit wanted him to search in the array. For each query, if he found it, he had to shout the index of the number, otherwise, he had to shout -1.

For each query, you have to complete the given method where 'key' denotes Q[i]. If the key exists in the array, return the index of the 'key', otherwise, return -1.

Note:

Can you solve each query in O(logN) ?
Problem approach

Find pivot point in the array and divide it into two parts to get the number required.

Try solving now
03
Round
Medium
Video Call
Duration70 minutes
Interview date12 Aug 2022
Coding problem4

It was the final round of technical interview where questions were asked on Resume projects, internship experiences and topics like data structures, Oops, Java, Sql.

1. DBMS Questions

What is the difference between Sql and no sql databases? 
Write query to find the second largest salary from the employee table

Problem approach

Tip 1 : Revise sql theory and queries 
 

2. OOPS Questions

What is Oops? 
What is abstraction, polymorphism? 
Method overloading and overriding

Problem approach

Tip 1 : Revise Oops concepts 

3. Project based questions

Questions on Resume projects were asked 
Like how you were able to achive the completion of project and what technologies you used while making so

Problem approach

Tip 1 : Revise projects you have on your Resume 
 

4. Basic HR Questions

Some hr questions were asked to check the confidence like 
When during your internship you feel difficulty? 
What did you do to overcome that? 
How you manage to work internship and college together.

Problem approach

Tip 1 : Have Confidence 

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
Business Technology Analyst
3 rounds | 3 problems
Interviewed by ZS
2000 views
1 comments
0 upvotes
Business Technology Analyst
3 rounds | 4 problems
Interviewed by ZS
922 views
0 comments
0 upvotes
Business Technology Analyst
3 rounds | 7 problems
Interviewed by ZS
1011 views
0 comments
0 upvotes
Business Technology Analyst
2 rounds | 4 problems
Interviewed by ZS
708 views
0 comments
0 upvotes