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 and Answers

Updated 9 Jun 2025
Popular Designations

32 Interview questions

A Software Development Engineer II was asked 2mo ago
Q. How can a series of unique random numbers be generated efficiently without any repetitions?
Ans. 

Efficiently generating unique random numbers can be achieved using algorithms and data structures that ensure no repetitions occur.

  • Use a Set: Store generated numbers in a Set to automatically handle duplicates. Example: `Set<Integer> uniqueNumbers = new HashSet<>();`

  • Shuffle an Array: Create an array of numbers and shuffle it. Example: `Collections.shuffle(Arrays.asList(numbers));`

  • Random Sampling: Use r...

View all Software Development Engineer II interview questions
A Software Development Engineer II was asked 2mo ago
Q. What is the CAP theorem?
Ans. 

CAP theorem states that a distributed data store can only guarantee two of three properties: Consistency, Availability, and Partition Tolerance.

  • Consistency: All nodes see the same data at the same time. Example: A bank transaction must be consistent across all branches.

  • Availability: Every request receives a response, either success or failure. Example: A web service that is always online.

  • Partition Tolerance: The s...

View all Software Development Engineer II interview questions
An Implementation Analyst was asked 5mo ago
Q. What are some key traits that an implementation analyst must have?
Ans. 

Key traits for an implementation analyst include attention to detail, problem-solving skills, technical proficiency, communication skills, and adaptability.

  • Attention to detail: Ability to meticulously review and analyze data to ensure accuracy in implementation processes.

  • Problem-solving skills: Capability to identify issues, troubleshoot problems, and find effective solutions.

  • Technical proficiency: Proficiency in ...

View all Implementation Analyst interview questions
A Mechanical Engg. Design was asked 7mo ago
Q. How do you select a pump?
Ans. 

Selecting a pump involves assessing flow rate, head, fluid properties, and application requirements for optimal performance.

  • Determine the required flow rate (e.g., 100 liters per minute for irrigation).

  • Calculate the total dynamic head (TDH) needed to overcome elevation and friction losses.

  • Consider the fluid properties, such as viscosity and temperature (e.g., pumping water vs. oil).

  • Evaluate the pump type (centrifu...

View all Mechanical Engg. Design interview questions
A Mechanical Engg. Design was asked 7mo ago
Q. What are the criteria for line sizing?
Ans. 

Line sizing criteria involve determining the appropriate diameter and material for piping systems to ensure efficient fluid transport.

  • Flow Rate: Calculate the required flow rate to determine the necessary pipe diameter. Example: A higher flow rate requires a larger diameter.

  • Pressure Drop: Consider the acceptable pressure drop over the length of the pipe. Example: Long runs may need larger pipes to minimize drop.

  • Fl...

View all Mechanical Engg. Design interview questions
A Product Manager was asked 7mo ago
Q. How would you design API modules for a social media product?
Ans. 

Designing API modules for a social media product involves creating endpoints for user authentication, posting content, interacting with friends, and accessing user data.

  • Identify key features of the social media product such as user profiles, posts, comments, likes, and messages.

  • Create API endpoints for user authentication, allowing users to register, login, and manage their accounts.

  • Develop endpoints for posting c...

View all Product Manager interview questions
A Product Manager was asked 7mo ago
Q. What APIs are used for the loan process?
Ans. 

The APIs used for the loan process can include credit score APIs, bank verification APIs, and loan origination APIs.

  • Credit score APIs: Used to assess the creditworthiness of the borrower.

  • Bank verification APIs: Used to verify the bank account details provided by the borrower.

  • Loan origination APIs: Used to facilitate the loan application and approval process.

  • Payment processing APIs: Used for handling loan repayment...

View all Product Manager interview questions
Are these interview questions helpful?
A Product Manager was asked 7mo ago
Q. How would you design an open banking support platform for the US government to be used by customers and financial institutions for resolving their queries and problems?
Ans. 

Designing an open banking support platform for customers and financial institutions to resolve queries & problems.

  • Conduct thorough research on the needs and pain points of customers and financial institutions in the open banking sector.

  • Collaborate with stakeholders including government agencies, financial institutions, and technology partners to understand requirements and constraints.

  • Design a user-friendly interf...

View all Product Manager interview questions
A Product Manager was asked 7mo ago
Q. What technology would you use for a large database?
Ans. 

For a large database, we will use a combination of relational and NoSQL databases such as MySQL and MongoDB.

  • Utilize a combination of relational and NoSQL databases for flexibility and scalability

  • MySQL for structured data and complex queries

  • MongoDB for unstructured data and high volume of reads and writes

View all Product Manager interview questions
A SDE Intern was asked 7mo ago
Q. Given the head of a singly linked list, reverse the list, and return the reversed list.
Ans. 

Reverse a linked list by changing the direction of pointers

  • Start with three pointers: prev, current, next

  • Iterate through the list, updating pointers to reverse the direction

  • Update the head of the list to be the last node

View all SDE Intern interview questions

Zeta Interview Experiences

74 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Assignment 

All the assignment to improve our self

Round 2 - Case Study 

Case study all knowledge edias

Round 3 - Group Discussion 

Share the thought process inorpove our self

Round 4 - Coding Test 

Html and other project

Round 5 - Technical 

(5 Questions)

  • Q1. All thrcnical kholwleghe
  • Q2. All types of design
  • Ans. 

    Design encompasses various disciplines such as UI, UX, and graphic design.

    • UI design focuses on the user interface and interactions of a digital product.

    • UX design focuses on the overall user experience and usability of a product.

    • Graphic design involves creating visual content for both digital and print media.

    • Each type of design plays a crucial role in creating a cohesive and user-friendly product.

    • Examples: UI design for...

  • Answered by AI
  • Q3. All graphics design idiaas
  • Q4. All types of the assessment
  • Q5. And cultural activities

Interview Preparation Tips

Interview preparation tips for other job seekers - Thought process is good 😊
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
6-8 weeks
Result
No response

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Some questions related to APIs/Postman.
  • Q2. Some questions related to stakeholder management.
  • Q3. Some easy questions related to SQL
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are some key traits that an implementation analyst must have?
  • Ans. 

    Key traits for an implementation analyst include attention to detail, problem-solving skills, technical proficiency, communication skills, and adaptability.

    • Attention to detail: Ability to meticulously review and analyze data to ensure accuracy in implementation processes.

    • Problem-solving skills: Capability to identify issues, troubleshoot problems, and find effective solutions.

    • Technical proficiency: Proficiency in utili...

  • Answered by AI
  • Q2. Explain about your previous experience
Round 3 - One-on-one 

(3 Questions)

  • Q1. Have you ever mentored someone and have you ever led a team?
  • Ans. 

    Yes, I have mentored junior team members and led a small team in previous roles.

    • I have mentored junior team members by providing guidance, training, and support to help them develop their skills and reach their goals.

    • I have led a small team in a project where I was responsible for delegating tasks, setting goals, and ensuring the team stayed on track to meet deadlines.

    • I have experience in providing feedback, coaching, ...

  • Answered by AI
  • Q2. How many micro-services you've worked with in a single project?
  • Ans. 

    I have worked with 5 micro-services in a single project.

    • Utilized 5 micro-services for different functionalities

    • Ensured proper communication and coordination between the micro-services

    • Managed dependencies and interactions between the micro-services

    • Monitored and maintained the performance of each micro-service

    • Implemented updates and changes across all micro-services

  • Answered by AI
  • Q3. How do you communicate among your team?
  • Ans. 

    We communicate through regular team meetings, emails, instant messaging, and project management tools.

    • Regular team meetings to discuss progress and address any issues

    • Utilize emails for formal communication and documentation

    • Use instant messaging for quick updates and questions

    • Leverage project management tools like Trello or Asana to track tasks and deadlines

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zeta Implementation Analyst interview:
  • API
  • SQL
  • Postman
  • Stakeholder Management
  • Business Management
Interview preparation tips for other job seekers - Do non stop licking of the manager and HR. Even though you're going to meet the same person in one of the interview if you meet him again be ready with some questions and don't answer a single question wrong because if you do no matter what they will dis qualify you based on a single answer and pray that the HR who's contacting you is not Anushree VN otherwise you will just keep sending her followup mails for 1 month and she will reply back with I tried to call you but your phone was unreachable.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SQL Questions on joining tables
  • Q2. SQL Questions on optimizing codes
Round 2 - Case Study 

How to approach a data base schema creation and optimization for BMS

Round 3 - HR 

(2 Questions)

  • Q1. What are your strenghts
  • Ans. 

    My strengths include strong analytical skills, excellent communication abilities, and a proven track record of delivering successful business solutions.

    • Strong analytical skills - able to analyze complex data and identify key insights

    • Excellent communication abilities - able to effectively communicate with stakeholders at all levels

    • Proven track record of delivering successful business solutions - have led multiple projec...

  • Answered by AI
  • Q2. Questions on leadership skills and conflict resolution
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 - Technical 

(2 Questions)

  • Q1. Documentations required in a SDLC project management
  • Ans. 

    Documentation required in SDLC project management includes project charter, requirements document, design document, test plan, and user manual.

    • Project charter: outlines project objectives, scope, and stakeholders.

    • Requirements document: details functional and non-functional requirements.

    • Design document: describes the architecture and design of the system.

    • Test plan: outlines the testing approach, test cases, and criteria...

  • Answered by AI
  • Q2. How do you handle change in user requirements and project requirements
  • Ans. 

    I handle change in user and project requirements by actively communicating with stakeholders, prioritizing tasks, and adapting project plans accordingly.

    • Regular communication with stakeholders to understand their needs and expectations

    • Prioritizing requirements based on impact and feasibility

    • Adapting project plans and timelines as needed

    • Implementing change control processes to track and manage changes effectively

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Challenge you faced and how you overcame it
  • Ans. 

    I faced a challenge of team miscommunication and resolved it through regular team meetings and clear communication channels.

    • Identified the root cause of miscommunication within the team

    • Implemented regular team meetings to discuss project progress and address any issues

    • Established clear communication channels for team members to share updates and concerns

    • Encouraged open communication and feedback among team members

    • Monit...

  • Answered by AI
  • Q2. How do you manage teams morality
  • Ans. 

    I manage team morale by fostering open communication, recognizing achievements, providing support, and promoting a positive work environment.

    • Encourage open communication to address any issues or concerns

    • Recognize and reward team achievements to boost morale

    • Provide support and resources to help team members succeed

    • Promote a positive work environment through team-building activities and a supportive culture

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. How to select the pump?
  • Ans. 

    Selecting a pump involves assessing flow rate, head, fluid properties, and application requirements for optimal performance.

    • Determine the required flow rate (e.g., 100 liters per minute for irrigation).

    • Calculate the total dynamic head (TDH) needed to overcome elevation and friction losses.

    • Consider the fluid properties, such as viscosity and temperature (e.g., pumping water vs. oil).

    • Evaluate the pump type (centrifugal, ...

  • Answered by AI
  • Q2. Line sizing criteria?
  • Ans. 

    Line sizing criteria involve determining the appropriate diameter and material for piping systems to ensure efficient fluid transport.

    • Flow Rate: Calculate the required flow rate to determine the necessary pipe diameter. Example: A higher flow rate requires a larger diameter.

    • Pressure Drop: Consider the acceptable pressure drop over the length of the pipe. Example: Long runs may need larger pipes to minimize drop.

    • Fluid P...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How will you design API modules for a social media product?
  • Ans. 

    Designing API modules for a social media product involves creating endpoints for user authentication, posting content, interacting with friends, and accessing user data.

    • Identify key features of the social media product such as user profiles, posts, comments, likes, and messages.

    • Create API endpoints for user authentication, allowing users to register, login, and manage their accounts.

    • Develop endpoints for posting conten...

  • Answered by AI
  • Q2. Talk about your experience?
Round 2 - One-on-one 

(2 Questions)

  • Q1. What are all the API used for the loan process?
  • Ans. 

    The APIs used for the loan process can include credit score APIs, bank verification APIs, and loan origination APIs.

    • Credit score APIs: Used to assess the creditworthiness of the borrower.

    • Bank verification APIs: Used to verify the bank account details provided by the borrower.

    • Loan origination APIs: Used to facilitate the loan application and approval process.

    • Payment processing APIs: Used for handling loan repayments.

    • Doc...

  • Answered by AI
  • Q2. What is your current role and how are you contributing?
Round 3 - One-on-one 

(2 Questions)

  • Q1. How will you design the open banking support platform from US government to be used by the customers and Financial institutions for resolving their queries & problems?
  • Ans. 

    Designing an open banking support platform for customers and financial institutions to resolve queries & problems.

    • Conduct thorough research on the needs and pain points of customers and financial institutions in the open banking sector.

    • Collaborate with stakeholders including government agencies, financial institutions, and technology partners to understand requirements and constraints.

    • Design a user-friendly interface t...

  • Answered by AI
  • Q2. What technology will you use for the large database?
  • Ans. 

    For a large database, we will use a combination of relational and NoSQL databases such as MySQL and MongoDB.

    • Utilize a combination of relational and NoSQL databases for flexibility and scalability

    • MySQL for structured data and complex queries

    • MongoDB for unstructured data and high volume of reads and writes

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zeta Product Manager interview:
  • PRoduct Sense
Interview preparation tips for other job seekers - Be thorough with your answers.Be prompt and creative in your answers.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Linux, docker kubernetes
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Exploratory 

(2 Questions)

  • Q1. Prepare an Elevator pitch on why we should hire you for this role.
  • Q2. Give us a brief background about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare an elevator pitch on around the work exp you and how it would fit in the given role.

Business Analyst Interview Questions & Answers

user image Divyanshee Singh

posted on 28 Oct 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sql questions were answered by the interviewer
  • Q2. Sql questions were questioned
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. About API working process? and debugging.
  • Q2. Questions related to SQL medium level?
  • Q3. Questions on SQL?

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Zeta?
Ask anonymously on communities.

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 Core Banking Solution, Loans, ISO 27001, Core banking and Backend.
What are the top questions asked in Zeta interview?

Some of the top questions asked at the Zeta interview -

  1. How will you design the open banking support platform from US government to be ...read more
  2. What are some key traits that an implementation analyst must ha...read more
  3. Design a system that allows the onboarding of new financial instruments defined...read more
What are the most common questions asked in Zeta HR round?

The most common HR questions asked in Zeta interview are -

  1. What are your salary expectatio...read more
  2. Why should we hire y...read more
  3. Tell me about yourse...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.

Overall Interview Experience Rating

3.9/5

based on 64 interview experiences

Difficulty level

Easy 15%
Moderate 71%
Hard 15%

Duration

Less than 2 weeks 59%
2-4 weeks 29%
4-6 weeks 7%
6-8 weeks 2%
More than 8 weeks 2%
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 214 Interviews
MathCo Interview Questions
3.0
 • 116 Interviews
Kiya.ai Interview Questions
3.4
 • 50 Interviews
embedUR Systems Interview Questions
3.2
 • 50 Interviews
Mitsogo Inc Interview Questions
2.9
 • 39 Interviews
CoinDCX Interview Questions
3.8
 • 30 Interviews
MoEngage Interview Questions
3.9
 • 27 Interviews
View all

Zeta Reviews and Ratings

based on 274 reviews

3.4/5

Rating in categories

3.3

Skill development

3.1

Work-life balance

3.6

Salary

3.3

Job security

3.2

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 274 Reviews and Ratings
Lead Software Development Engineer - Mobile

Bangalore / Bengaluru

7-10 Yrs

Not Disclosed

Senior Software Development Engineer - iOS

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Senior Software Development Engineer - Android

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer II
87 salaries
unlock blur

₹20 L/yr - ₹51 L/yr

Senior Software Engineer
58 salaries
unlock blur

₹28.6 L/yr - ₹64 L/yr

Program Manager
50 salaries
unlock blur

₹19.2 L/yr - ₹48 L/yr

Project Manager
48 salaries
unlock blur

₹9 L/yr - ₹28.2 L/yr

Product Manager
48 salaries
unlock blur

₹21.5 L/yr - ₹45 L/yr

Explore more salaries
Compare Zeta with

Paytm

3.2
Compare

Fractal Analytics

4.0
Compare

Kiya.ai

3.4
Compare

MathCo

3.0
Compare
write
Share an Interview