Upload Button Icon Add office photos

Filter interviews by

Zeotap India Interview Questions, Process, and Tips

Updated 5 Sep 2024

Top Zeotap India Interview Questions and Answers

View all 8 questions

Zeotap India Interview Experiences

Popular Designations

9 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Meduim level SQL question
  • Q2. Detail discussion on airflow, spark, delta lake, data bricks
Round 2 - One-on-one 

(1 Question)

  • Q1. This was system design round. Was asked to design ETL pipeline for event data for hourly, weekly and monthly reporting

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Adv SQl, basic DSA, Spark and Cloud topic. System design for data engineering

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Software Engineer - Data Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Sep 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was a mixed of DSA/SQL/Previous Project kind of questions

1. DSA was Medium - Rop joining problem
2. SQL was easy-medium

Round 2 - Technical 

(1 Question)

  • Q1. Explain how the shuffle happen in the map reduce process(how keys mapped to the reduce)
  • Ans. 

    Shuffle in map reduce process involves transferring intermediate key-value pairs from mappers to reducers based on keys.

    • During the shuffle phase, the output of the mappers is partitioned and sorted based on keys.

    • Keys with the same value are grouped together and sent to the same reducer.

    • The partitioning and sorting process ensures that all values for a particular key are sent to the same reducer.

    • The shuffle phase is cru...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for a Data Engineering - then prep for DSA(medium-hard) and the SQL(medium) then learn the basic hadoop frameworks but please get to know how the functions internally works
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic Sorting questions

Round 2 - Technical 

(2 Questions)

  • Q1. Design Data pipeline for given case of large data
  • Ans. 

    Design a scalable data pipeline for processing large volumes of data efficiently.

    • Utilize distributed computing frameworks like Apache Spark or Hadoop for parallel processing

    • Implement data partitioning and sharding to distribute workload evenly

    • Use message queues like Kafka for real-time data ingestion and processing

    • Leverage cloud services like AWS S3 for storing and accessing data

    • Implement data quality checks and monito

  • Answered by AI
  • Q2. Design distribution question

Skills evaluated in this interview

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question Based on Binary Search
  • Q2. DP medium question
Round 2 - Technical 

(2 Questions)

  • Q1. Project Discussion
  • Q2. Question on String

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be good at DSA

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Zeotap India interview questions for popular designations

 Software Engineer

 (2)

 Data Engineer

 (1)

 SDE Intern

 (1)

 Sde1

 (1)

 Senior Data Engineer

 (1)

 Technical Support Engineer 1

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. 1.introduce yourself? 2.how do you rate yourself in Java and SQl? 3.what are the difficult task you faced in last months?
  • Ans. 

    I am a Technical Support Engineer with expertise in Java and SQL.

    • I have a strong understanding of Java programming language and SQL database management.

    • I have experience in troubleshooting technical issues and providing solutions to customers.

    • In the last few months, I faced challenges in resolving complex database issues and optimizing query performance.

    • I constantly strive to learn and improve my skills to provide the

  • Answered by AI
  • Q2. 4.how do you solve an issue? 5.why you choose this career instead of other one? 6.why are seeking for opportunities?
Round 3 - Technical 

(3 Questions)

  • Q1. 1.write a SQL query to find commissions of more than 12 percent
  • Ans. 

    SQL query to find commissions of more than 12 percent.

    • Use the SELECT statement to retrieve data from the table.

    • Use the WHERE clause to filter the data based on the commission percentage.

    • Use the > operator to filter the data for commissions greater than 12 percent.

  • Answered by AI
  • Q2. 2) A)Search for the string “Error” and “ERROR” in Log Level B) Find Logs Between Two Timestamps C) We don’t want to store the username who has accessed the service. Therefore, let’s remove :: [User1] ::...
  • Ans. 

    Technical Support Engineer 1 interview question on log analysis

    • To search for the string 'Error' and 'ERROR' in Log Level, use a regular expression or a log analysis tool

    • To find logs between two timestamps, use a log analysis tool or filter the logs based on timestamp

    • To remove the username from each log line, use a regular expression or a log analysis tool

  • Answered by AI
  • Q3. 3.Script to convert CSV to json
  • Ans. 

    Script to convert CSV to json

    • Use a CSV parsing library like csvtojson or papaparse

    • Loop through the CSV data and convert each row to a JSON object

    • Write the JSON data to a file or return it as a string

  • Answered by AI
Round 4 - Behavioral 

(5 Questions)

  • Q1. 1.what is your day to day activities
  • Q2. 2.do you have API calls tool experience
  • Ans. 

    Yes, I have experience with API calls tools.

    • I have worked with various API tools such as Postman, Insomnia, and Swagger.

    • I am familiar with RESTful APIs and have experience in making GET, POST, PUT, and DELETE requests.

    • I have also worked with API documentation and testing.

    • I am comfortable with troubleshooting API issues and providing solutions.

  • Answered by AI
  • Q3. 3.what kind of db your comfortable
  • Q4. 4.some user scenario based questions
  • Q5. 5.how do you interact with client
  • Ans. 

    I interact with clients by actively listening to their concerns, providing clear and concise solutions, and following up to ensure satisfaction.

    • Listen actively to client concerns

    • Provide clear and concise solutions

    • Follow up to ensure satisfaction

    • Maintain a professional and courteous demeanor

    • Communicate effectively through various channels (phone, email, chat)

    • Empathize with clients and understand their perspective

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be focus speak clearly what is in your mind maintain formals

Skills evaluated in this interview

Top Zeotap India Technical Support Engineer 1 Interview Questions and Answers

Q1. 2) A)Search for the string “Error” and “ERROR” in Log Level B) Find Logs Between Two Timestamps C) We don’t want to store the username who has accessed the service. Therefore, let’s remove :: [User1] :: from each log line
View answer (1)

Technical Support Engineer 1 Interview Questions asked at other Companies

Q1. 2) A)Search for the string “Error” and “ERROR” in Log Level B) Find Logs Between Two Timestamps C) We don’t want to store the username who has accessed the service. Therefore, let’s remove :: [User1] :: from each log line
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Sep 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. What i did Roles and responsibilities Previous projects
  • Q2. Java dsa databasesNetworking
Round 3 - Coding Test 

1:1 coding and dsa
Tech discussion

Round 4 - Technical 

(1 Question)

  • Q1. Networking Databases
Round 5 - Behavioral interview 

(1 Question)

  • Q1. About compny Why i am looking for change

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Jobs at Zeotap India

View all

Sde1 Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2022

I applied via Campus Placement and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Dsa dbms questions. medium lc level

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on your backend tech stack, Dbms dsa knowledge.

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 17 Apr 2022

I applied via Referral and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Coding Test 

It contains two easy medium coding questions and a SQL question.

Round 2 - Technical 

(1 Question)

  • Q1. An interviewer will be there and ask two medium questions.
Round 3 - Technical 

(1 Question)

  • Q1. This round will be on hackerrank and your code should pass all the test cases.

Interview Preparation Tips

Interview preparation tips for other job seekers - Total 3 rounds, Technical Assessment -> Coding Round 1 -> Coding Round 2
Prepare Data Structure and algorithms very well. You will find question in a bit twisted form.
You have to discuss approach and then to code. Discussion is more important here, involve interviewer also.
Your code should run for all test cases.

SDE Intern Interview Questions asked at other Companies

Q1. Given a string of containing lower case letters and upper case characters. Find the number of occurrences of each character. The question was further modified to include the special characters as well. I was asked to design the test cases f... read more
View answer (2)

Data Visualisation Engineer Interview Questions & Answers

user image Anonymous

posted on 2 Jul 2020

I applied via Instahyre and was interviewed in Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions from SQL and graph. Which graph should be plotted when and why? Also your previous experience and questions around the project you share. Why Zeotap and what value you can add?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and share your insights properly.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is ipconf.pl?
  • Q2. What is the difference between scan vip & node vip?
Round 2 - One-on-one 

(3 Questions)

  • Q1. What is quarantile in Exadata?
  • Q2. How to identify the master switch in Exadata?
  • Q3. What is spine switch & leaf switch in exadata?
Round 3 - Case Study 

One of the node of a 3 node cluster is down. Explain the step by step process to troubleshoot the issue.

Round 4 - Coding Test 

Shell script & terraform code output was asked.

Zeotap India Interview FAQs

How many rounds are there in Zeotap India interview?
Zeotap India interview process usually has 2-3 rounds. The most common rounds in the Zeotap India interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for Zeotap India interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Zeotap India. The most common topics and skills that interviewers at Zeotap India expect are Information Security, Python, Data Collection, Health Insurance and NoSQL.
What are the top questions asked in Zeotap India interview?

Some of the top questions asked at the Zeotap India interview -

  1. 2) A)Search for the string “Error” and “ERROR” in Log Level B) Find Lo...read more
  2. 1.introduce yourself? 2.how do you rate yourself in Java and SQl? 3.what are th...read more
  3. 1.write a SQL query to find commissions of more than 12 perc...read more
How long is the Zeotap India interview process?

The duration of Zeotap India interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Zeotap India Interview Process

based on 5 interviews

Interview experience

4.6
  
Excellent
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 861 Interviews
Amdocs Interview Questions
3.8
 • 528 Interviews
InMobi Interview Questions
3.6
 • 35 Interviews
PubMatic Interview Questions
4.1
 • 29 Interviews
Criteo Interview Questions
4.4
 • 7 Interviews
Affle Interview Questions
3.0
 • 3 Interviews
Komli Media Interview Questions
4.0
 • 1 Interview
View all

Zeotap India Reviews and Ratings

based on 25 reviews

4.5/5

Rating in categories

4.4

Skill development

4.6

Work-life balance

4.5

Salary

3.8

Job security

4.5

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 25 Reviews and Ratings
Senior Solutions Engineer - Support

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Software Engineer - Data Engineering

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Solutions Engineer - Support

Bangalore / Bengaluru

1-4 Yrs

Not Disclosed

Explore more jobs
Software Engineer
25 salaries
unlock blur

₹14 L/yr - ₹35 L/yr

Senior Software Engineer
12 salaries
unlock blur

₹35 L/yr - ₹42 L/yr

Data Engineer
7 salaries
unlock blur

₹23 L/yr - ₹27 L/yr

Software Developer
7 salaries
unlock blur

₹12 L/yr - ₹27 L/yr

Technical Support Engineer
6 salaries
unlock blur

₹9 L/yr - ₹15 L/yr

Explore more salaries
Compare Zeotap India with

InMobi

3.5
Compare

Vserv Digital Services

4.2
Compare

Affle

3.1
Compare

MoMagic Technologies

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview