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 Campus Placement and was interviewed before Jun 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

It has aptitude and coding based questions.For coding you can choose any coding language

Round 2 - Group Discussion 

There will be a GD for 7-10 people on random topic

Round 3 - Technical 

(1 Question)

  • Q1. 1st TR,ask to write a code of your preference.Linux commands,SQL
Round 4 - Technical 

(1 Question)

  • Q1. 2nd TR ,ask about the projects you have done
Round 5 - HR 

(1 Question)

  • Q1. Basic HR round,where they will discuss about the company , job role etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The above process is for freshers which is of 2 years back.there might be change in process.

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)

Interview Questionnaire 

1 Question

  • Q1. All regarding networking and c

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

Interview Questionnaire 

1 Question

  • Q1. Basic concept of JS

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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. Programming in C language
  • Ans. 

    C language is a powerful and efficient programming language commonly used for system programming and embedded systems.

    • C language is a procedural programming language

    • It is widely used for developing operating systems, compilers, and embedded systems

    • C is known for its efficiency and low-level access to memory

    • Example: Declaring an array in C - int arr[5];

  • Answered by AI
  • Q2. DS basics Linked list

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Basic questions of angular and javascript.
  • Q2. Es6 feature , typescript features
  • Q3. Promise, observable, focus on syntax of every thing like interceptor, routing, gaurd and all .
Round 2 - Technical 

(3 Questions)

  • Q1. Behaviour subject, subject, life cycle hooks
  • Q2. This round was not very easy in my case.
  • Q3. Be prepared for array and object of array questions. Like sorting, searching, filtering , any logic .
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions and managerial round. Not being hard . But learn about your project and past organisation
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions and 7 aptitude questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Linked List creation was asked
Round 3 - Assignment 

General HR questions

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

Paytm Interview Questions
3.3
 • 753 Interviews
PhonePe Interview Questions
4.0
 • 303 Interviews
PayPal Interview Questions
3.9
 • 207 Interviews
Fractal Analytics Interview Questions
4.0
 • 205 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
MathCo Interview Questions
2.9
 • 110 Interviews
Kiya.ai Interview Questions
3.2
 • 48 Interviews
embedUR Systems Interview Questions
3.2
 • 48 Interviews
Mobikwik Interview Questions
3.6
 • 47 Interviews
Mitsogo Inc Interview Questions
3.1
 • 38 Interviews
View all
Zeta Software Development Engineer II Salary
based on 79 salaries
₹18 L/yr - ₹53 L/yr
26% more than the average Software Development Engineer II Salary in India
View more details

Zeta Software Development Engineer II Reviews and Ratings

based on 9 reviews

3.1/5

Rating in categories

3.2

Skill development

2.7

Work-life balance

3.7

Salary

3.4

Job security

2.8

Company culture

3.5

Promotions

3.0

Work satisfaction

Explore 9 Reviews and Ratings
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

Software Development Engineer II

Bangalore / Bengaluru

2-7 Yrs

Not Disclosed

Explore more jobs
Software Development Engineer II
79 salaries
unlock blur

₹18 L/yr - ₹53 L/yr

Senior Software Engineer
50 salaries
unlock blur

₹30 L/yr - ₹64 L/yr

Program Manager
44 salaries
unlock blur

₹19.2 L/yr - ₹53.8 L/yr

Project Manager
38 salaries
unlock blur

₹9 L/yr - ₹26.1 L/yr

Product Manager
38 salaries
unlock blur

₹21.5 L/yr - ₹45 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