Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Zeta Team. If you also belong to the team, you can get access from here

Zeta Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Zeta Interview Questions, Process, and Tips

Updated 24 Jan 2025

Top Zeta Interview Questions and Answers

View all 26 questions

Zeta Interview Experiences

Popular Designations

69 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. HashSet Internal Implementation and sort the elements in a hashset
  • Ans. 

    HashSet is implemented using a hash table. Elements are not sorted in a HashSet.

    • HashSet is implemented using a hash table data structure.

    • Elements in a HashSet are not sorted, as they are stored based on their hash code.

    • To sort elements in a HashSet, you can convert it to a List and then sort the List.

  • Answered by AI
  • Q2. Find number of employees under every manager, coding
  • Ans. 

    Use a hierarchical query to find the number of employees under each manager.

    • Use a recursive query to traverse the organizational hierarchy

    • Count the number of employees under each manager

    • Group the results by manager

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zeta Software Development Engineer II interview:
  • Java

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 29 Aug 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Product Management 

(1 Question)

  • Q1. Tell me about your fav prduct and how can u improve it
  • Ans. 

    My favorite product is the iPhone. I believe it can be improved by enhancing battery life and adding more customization options.

    • Enhance battery life by optimizing software and hardware components

    • Add more customization options for home screen layouts and app icons

    • Improve camera quality and features such as night mode and portrait mode

  • Answered by AI
Round 2 - Case Study 

Case study 2 on root causing

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about best practices in designing rest api
  • Q2. About basics of backend (for ex: dependency injection)
Round 2 - Technical 

(1 Question)

  • Q1. LLD of snakes & ladders

Interview Preparation Tips

Interview preparation tips for other job seekers - Bad interview. the interviewer just muted his mic when i was coding in lld round, whereas it is supposed to be a discussion.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview Questions & Answers

user image Aniket Suryavanshi

posted on 7 Feb 2024

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Describe your past experience and projects.
  • Q2. Rapid-fire questions spanning multiple areas like system design, CSS, JS, React, performance. Interview duration for all these questions was 30 min.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for all topics in Frontend before interviewing for this position. The first round itself is quite demanding.

Zeta interview questions for popular designations

 Software Developer

 (7)

 Associate Product Manager

 (4)

 Product Manager

 (4)

 Senior Software Engineer

 (3)

 Business Analyst

 (3)

 Software Developer Intern

 (3)

 Technical Program Manager

 (2)

 Software Engineer

 (2)

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Company Website and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 8 SQL Question, difficulty leetcode medium to hard, cannot remember exact questions
Round 2 - Technical 

(2 Questions)

  • Q1. Question on Work experience, project, technology stack
  • Q2. More than 5 SQL hard-medium Questions in 1 hour, the faster you solve the more question the interviewer will ask and higher will be your chances to move to next round
Round 3 - Case Study 

2 Case Study on payment apps and payment infrastructure, 2 guesstimate

Round 4 - One-on-one 

(2 Questions)

  • Q1. Director took company fit round
  • Q2. Why you want to zeta? What does zeta do? why do you want to leave your current job?
  • Ans. 

    I want to join Zeta because of its innovative solutions in the fintech industry. I am looking for new challenges and opportunities for growth.

    • Interested in Zeta's innovative solutions in the fintech industry

    • Seeking new challenges and opportunities for growth

    • Current job lacks growth opportunities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No use giving interview, they will ghost you after 4-5 tedious rounds

Get interview-ready with Top Zeta Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. K8s Architecture
  • Q2. Banking Domain, Card Transaction Life Cycle

Technical Program Manager Interview Questions asked at other Companies

Q1. consider a scenario where you are collaborating with multiple PoDs (product teams), each of these are working on business critical deliverables with dedicated engineering teams but a common QA team for all. How will you ensure that the QA b... read more
View answer (2)

Jobs at Zeta

View all

Interview Questions & Answers

user image Vedant Jha

posted on 22 Jul 2023

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

I applied via Company Website and was interviewed in Jun 2023. There were 5 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 - Assignment 

An assignment to make an image listing app from API using Volley/Retrofit and second screen to display the image. Used recyclerview, glide , volley etc. It was done to be in 2 hour.

Round 3 - Technical 

(3 Questions)

  • Q1. The second was Android technical discussion round. The assignment was discussed. Why i used recyclerview, questions related to recyclerview, some questions on networking, what happens when we hit google.co...
  • Q2. Why recyclerview is performant dns etc.
  • Q3. What happens when we hit google.com in browser , behind the scenes
Round 4 - Coding Test 

In 1 hour i was asked to solve two easy DS question
1. Merge the two sorted arrays
2. rotated binary search

Round 5 - One-on-one 

(2 Questions)

  • Q1. Hiring manager round with manager, system design questions,
  • Q2. 1. Design whatsapp 2. Design chess game (intellij java) 3. React native vs native android , 4. Basic hr question

Interview Preparation Tips

Topics to prepare for Zeta interview:
  • datastructure
  • Algorithms
  • Java
  • Android
Interview preparation tips for other job seekers - WOrk on your bascis
be calm and explain your thought process

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Its kind of Geometry question, they asked me to code
but i kind of forget basic like, in coding they asked me geometry and not able to think of solution so it went bad

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Valid Parentheses
  • Ans. 

    Find the length of the longest valid parentheses substring in a given string.

    • Use a stack to keep track of the indices of opening parentheses.

    • Iterate through the string and update the maximum length of valid parentheses.

    • Handle cases where closing parentheses are encountered without a matching opening parentheses.

  • Answered by AI
  • Q2. Find the maximum number in the subarrays of length k.
  • Ans. 

    Find the maximum number in the subarrays of length k.

    • Iterate through the array and keep track of the maximum number in each subarray of length k.

    • Use a sliding window approach to efficiently find the maximum number in each subarray.

    • Time complexity can be optimized to O(n) using a deque data structure.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Spiral Matrix Question

Skills evaluated in this interview

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Arrays and Pointers code

Round 2 - Technical 

(2 Questions)

  • Q1. Project related questions
  • Q2. Oops concept html css sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn about your project, oops concept and everything mentioned in your resume

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Zeta Interview FAQs

How many rounds are there in Zeta interview?
Zeta interview process usually has 2-3 rounds. The most common rounds in the Zeta interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Zeta 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 Zeta. The most common topics and skills that interviewers at Zeta expect are Loans, ISO 27001, Core banking, Core Banking Solution and Backend.
What are the top questions asked in Zeta interview?

Some of the top questions asked at the Zeta interview -

  1. What are some key traits that an implementation analyst must ha...read more
  2. How will you design the open banking support platform from US government to be ...read more
  3. 1. Design whatsapp 2. Design chess game (intellij java) 3. React native vs nati...read more
How long is the Zeta interview process?

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

Tell us how to improve this page.

Zeta Interview Process

based on 59 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 749 Interviews
PhonePe Interview Questions
4.0
 • 298 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
MathCo Interview Questions
2.9
 • 110 Interviews
Mobikwik Interview Questions
4.0
 • 47 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
Instamojo Interview Questions
3.6
 • 7 Interviews
Ola Money Interview Questions
3.1
 • 1 Interview
View all

Zeta Reviews and Ratings

based on 252 reviews

3.3/5

Rating in categories

3.3

Skill development

3.0

Work-life balance

3.6

Salary

3.2

Job security

3.1

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 252 Reviews and Ratings
HR Onboarding Internship

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Senior Associate - Reliability Operations

Hyderabad / Secunderabad

2-4 Yrs

Not Disclosed

Executive Assistant To the Senior Vice President - Banking

Bangalore / Bengaluru

3-4 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer II
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
51 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Program Manager
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zeta with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

3.7
Compare

Payed

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