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 13 Jul 2025
Popular Designations

37 Interview questions

A Data Analyst was asked 1mo ago
Q. What is the process for creating a personal EMI (Equated Monthly Installment) calculator?
Ans. 

Creating a personal EMI calculator involves defining inputs, applying the formula, and displaying results for user interaction.

  • Define inputs: Principal amount, interest rate, and loan tenure (e.g., Principal = $10,000, Interest Rate = 10%, Tenure = 5 years).

  • Use the EMI formula: EMI = [P * r * (1 + r)^n] / [(1 + r)^n - 1], where P = principal, r = monthly interest rate, n = number of months.

  • Calculate monthly intere...

View all Data Analyst 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
A Software Development Engineer II was asked 2mo ago
Q. Design a system that allows the onboarding of new financial instruments defined by user-set limits, which may include daily amounts and transaction counts. Please outline two processes: 1. The onboarding pr...
Ans. 

Design a system for onboarding financial instruments with user-defined limits for transactions and daily amounts.

  • Onboarding Process: Define a user interface for inputting financial instrument details, such as name, type, daily limit, and transaction count.

  • Validation: Implement validation checks to ensure limits are within acceptable ranges (e.g., daily amount must be > 0).

  • Storage: Store the financial instrument...

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

Idempotency is a property of operations where performing them multiple times has the same effect as performing them once.

  • In HTTP methods, GET and PUT are idempotent; calling them multiple times yields the same result.

  • For example, calling a DELETE operation on a resource multiple times will not change the outcome after the first call.

  • Mathematically, a function f(x) is idempotent if f(f(x)) = f(x).

  • In databases, sett...

View all Software Development Engineer II interview questions
An Implementation Analyst was asked 6mo 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
Are these interview questions helpful?
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

Zeta Interview Experiences

75 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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. What actions will you take to avoid API usage in the event that credentials are compromised?
  • Q2. At what stage of your process do you utilize Large Language Models (LLM)?
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

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
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 Loans, ISO 27001, Core banking, Backend and Core Banking Solution.
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 65 interview experiences

Difficulty level

Easy 14%
Moderate 71%
Hard 14%

Duration

Less than 2 weeks 60%
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.8
 • 39 Interviews
CoinDCX Interview Questions
3.8
 • 31 Interviews
MoEngage Interview Questions
3.9
 • 27 Interviews
View all

Zeta Reviews and Ratings

based on 276 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 276 Reviews and Ratings
Visual Design Intern

Bangalore / Bengaluru

0-1 Yrs

Not Disclosed

Data Scientist II

Bangalore / Bengaluru

4-5 Yrs

Not Disclosed

Associate Director - Program Management

Hyderabad / Secunderabad

12-17 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer II
86 salaries
unlock blur

₹26 L/yr - ₹45.3 L/yr

Senior Software Engineer
58 salaries
unlock blur

₹33 L/yr - ₹59.6 L/yr

Program Manager
50 salaries
unlock blur

₹24 L/yr - ₹42 L/yr

Product Manager
48 salaries
unlock blur

₹32 L/yr - ₹45 L/yr

Project Manager
47 salaries
unlock blur

₹13 L/yr - ₹20.2 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