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 Software Development Engineer II Interview Questions, Process, and Tips

Updated 3 Mar 2024

Top Zeta Software Development Engineer II Interview Questions and Answers

Zeta Software Development Engineer II Interview Experiences

2 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

I applied via Company Website and was interviewed before Oct 2021. 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 - Coding Test 

Round : DSA
Duration : 1 hr
No. of Questions : 1 (medium - hard LC)
type : F2F
tool : Google Docs

Round 3 - Coding Test 

Round : LLD
Duration : 1hr30mins
No.of Questions : 1 (medium)
type : F2F
tool : any IDE
(for me, Vehicle parking was asked)

Round 4 - One-on-one 

(3 Questions)

  • Q1. Round : HM Duration : 1hr General discussion on current work & quick LLD question for which pseudo code & design was asked
  • Q2. Design People Management system
  • Ans. 

    Design a system to manage people

    • Identify the roles and responsibilities of people in the organization

    • Create a database to store employee information

    • Develop a user interface for employees to update their information

    • Implement a system for managers to approve employee requests

    • Integrate with payroll and benefits systems

    • Ensure data security and privacy

  • Answered by AI
  • Q3. Architecture of the current product
  • Ans. 

    The current product follows a microservices architecture.

    • The product is divided into multiple independent services.

    • Each service has its own database and communicates with other services through APIs.

    • The architecture allows for scalability and flexibility.

    • Examples of services include user management, payment processing, and inventory management.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Zeta Software Development Engineer II interview:
  • DSA
  • LLD
Interview preparation tips for other job seekers - Concentrate on DSA & LLD well. Other parts are not that much concentrated

Skills evaluated in this interview

Software Development Engineer II Interview Questions Asked at Other Companies

asked in Zepto
Q1. Given 2 large numeric comma seperated strings. You need to calcul ... read more
asked in Zepto
Q2. How many microservices do I own & at what scale they handle t ... read more
asked in Porter
Q3. 1. Given an array find a subset that sums to a given sum K 2. Giv ... read more
Q4. design a LLD of portfolio management system where you can add any ... read more
asked in S&P Global
Q5. Difference between truncate and delete and when we prefer what op ... read more

Software Development Engineer II Jobs at Zeta

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How will you sync your distributed systems
  • Ans. 

    I will use a combination of messaging systems, data replication, and versioning to ensure consistency and availability.

    • Use messaging systems like Kafka or RabbitMQ to ensure reliable communication between systems

    • Implement data replication to ensure that data is available on multiple nodes

    • Use versioning to ensure that all nodes are working with the same data

    • Implement conflict resolution strategies to handle conflicts th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just be yourself, they will not ask you irrelevant questions, at least in my case.

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is difference between flip-flop and Latches?
  • Ans. 

    Flip-flops and latches are sequential logic circuits used to store and manipulate binary data.

    • Flip-flops are edge-triggered devices, while latches are level-sensitive devices.

    • Flip-flops have separate clock and data inputs, while latches have a single input for both clock and data.

    • Flip-flops are used in synchronous circuits, while latches are used in asynchronous circuits.

    • Flip-flops are more complex and require more cir...

  • Answered by AI
  • Q2. Where is the money needed to recruited you for embedur system?.The Hr will ask.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not apply or just putting resume to this company.As the hr will make money with this job. They don't deseve Talented candidates.They want referrals and salary cuts for hr to hire you.Instead of hiring candidates for software position, They should hire best Hr first (definitely in chennai)

I applied via Job Portal and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Basic js concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

I applied via Approached by Company and was interviewed before May 2021. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Questions on job Profile
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions on banking domain
Round 3 - Technical 

(1 Question)

  • Q1. Work flow and responsibility of existing company
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and notice period negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Scale wise best, Good work environment few teams exceptional
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Recruitment Consulltant

Round 1 - One-on-one 

(2 Questions)

  • Q1. Minimum element in an array
  • Ans. 

    Find the minimum element in an array of strings

    • Iterate through the array and compare each element to find the minimum

    • Use built-in functions like Math.min() or sort() to find the minimum

    • Handle edge cases like empty array or array with only one element

  • Answered by AI
  • Q2. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the next pointers of each node

    • Iterate through the linked list and change the next pointers to reverse the list

    • Use three pointers - prev, current, and next to keep track of nodes

    • Example: 1 -> 2 -> 3 -> 4 -> null, after reversing: 4 -> 3 -> 2 -> 1 -> null

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics good then you can crack the interview

Skills evaluated in this interview

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

I appeared for an interview before Aug 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Java8 and multhithreading based questions
  • Q2. 1 Leetcode easy question
Round 2 - Technical 

(2 Questions)

  • Q1. TDD based live coding and spring based question
  • Q2. 1 leetcode medium question
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiations and company fit based questions
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. To do list design
Round 2 - Technical 

(1 Question)

  • Q1. Project related

Interview Preparation Tips

Topics to prepare for Deutsche Telekom Digital Labs Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - goodluck
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Oop, database, spring boot, multithreading

Zeta Interview FAQs

How many rounds are there in Zeta Software Development Engineer II interview?
Zeta interview process usually has 2-3 rounds. The most common rounds in the Zeta interview process are Coding Test, Resume Shortlist and One-on-one Round.
How to prepare for Zeta Software Development Engineer II 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 Backend, Core Banking Solution, Javascript, Medical Coding and Distribution System.
What are the top questions asked in Zeta Software Development Engineer II interview?

Some of the top questions asked at the Zeta Software Development Engineer II interview -

  1. Find number of employees under every manager, cod...read more
  2. HashSet Internal Implementation and sort the elements in a hash...read more
  3. Design People Management sys...read more

Tell us how to improve this page.

Zeta Software Development Engineer II Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 207 Interviews
MathCo Interview Questions
2.9
 • 113 Interviews
Kiya.ai Interview Questions
3.2
 • 49 Interviews
embedUR Systems Interview Questions
3.2
 • 48 Interviews
Mitsogo Inc Interview Questions
3.0
 • 38 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
CoinDCX Interview Questions
3.7
 • 29 Interviews
View all
Zeta Software Development Engineer II Salary
based on 86 salaries
₹18 L/yr - ₹50 L/yr
27% more than the average Software Development Engineer II Salary in India
View more details

Zeta Software Development Engineer II Reviews and Ratings

based on 10 reviews

3.1/5

Rating in categories

3.1

Skill development

2.8

Work-life balance

3.6

Salary

3.3

Job security

2.8

Company culture

3.2

Promotions

3.0

Work satisfaction

Explore 10 Reviews and Ratings
Software Development Engineer II - Frontend (Epsilon)

Bangalore / Bengaluru

3-4 Yrs

Not Disclosed

Software Development Engineer II - Backend

Bangalore / Bengaluru

2-5 Yrs

₹ 26-38 LPA

Software Development Engineer II - Frontend

Bangalore / Bengaluru

2-4 Yrs

₹ 33.66087-34 LPA

Explore more jobs
Software Development Engineer II
86 salaries
unlock blur

₹18 L/yr - ₹50 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹30 L/yr - ₹64 L/yr

Program Manager
46 salaries
unlock blur

₹19.2 L/yr - ₹53.8 L/yr

Product Manager
42 salaries
unlock blur

₹21.5 L/yr - ₹45 L/yr

Project Manager
40 salaries
unlock blur

₹9 L/yr - ₹26.1 L/yr

Explore more salaries
Compare Zeta with

Paytm

3.3
Compare

Fractal Analytics

4.0
Compare

Subex

3.5
Compare

Kiya.ai

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