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 Senior Software Engineer Interview Questions and Answers

Updated 6 Apr 2024

Zeta Senior Software Engineer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

Medium range 2 questions

Round 3 - Technical 

(1 Question)

  • Q1. Its design round question
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2022. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Ds algo problem solving round. Question was based on graph
  • Ans. I had to explain the logic and code
  • Answered Anonymously
  • Q2. I was asked only 1 question and i have to write code and explain the logic

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview sounded least interested. I would not recommend applying here

Senior Software Engineer Interview Questions Asked at Other Companies

Q1. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q3. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q4. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q5. Pascal's Triangle Construction You are provided with an integer ' ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Coding Test 

Ios round
questions asked involved questions from storages used in iOS
app life cycle
multiple app login with same creds autocomplete feature

Round 2 - Coding Test 

Basic problem solving round
2 medium
1 b/w medium and hard
question were asked :
tree BFS and Stair question
dynamic programming

Round 3 - System design 

(1 Question)

  • Q1. Design app like whatsapp.
Round 4 - One-on-one 

(1 Question)

  • Q1. Basic firment round with director.

Interview Preparation Tips

Topics to prepare for Zeta Senior Software Engineer interview:
  • IOS
  • UIKit
  • dynamic programming
  • tree BFS
  • System Design
Interview preparation tips for other job seekers - Candidate should be good in Logical questions and Problem solving. should have good hands on skills in UIKit.

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Problems related to Binary Search
  • Q2. Problem statement on BST

Interview Preparation Tips

Interview preparation tips for other job seekers - DSA basics
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Two Strings are anagram or not
  • Ans. 

    Check if two strings are anagrams by comparing the frequency of characters.

    • Create two arrays to store the frequency of characters for each string.

    • Compare the frequency arrays to check if they are anagrams.

    • Example: 'listen' and 'silent' are anagrams.

  • Answered by AI
  • Q2. Java and Spring boot questions
Round 2 - Technical 

(2 Questions)

  • Q1. System design basic HLD
  • Q2. Previous project architecture
  • Ans. 

    Previous project architecture involved microservices with Docker containers and Kubernetes for orchestration.

    • Utilized microservices architecture for scalability and flexibility

    • Deployed services in Docker containers for easy portability and consistency

    • Managed containerized applications with Kubernetes for automated scaling and orchestration

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

I was asked to implement lru cache which i did but still didn’t made to next round as apparently i didn’t complete the working code though in my opinion i did

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

I applied via Recruitment Consulltant and was interviewed in Jun 2023. 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 - Technical 

(1 Question)

  • Q1. Python, Django questions Easy to Medium level DSA Discussion on Project and previous work experience Some SQL queries
Round 3 - Technical 

(1 Question)

  • Q1. Some Python questions and discussion on work experience Some design question like how you will design backend for some project from scratch Some managerial questions Questions on git
Round 4 - HR 

(1 Question)

  • Q1. Some basic HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Custom sort , and some polyfills
Round 1 - Technical 

(3 Questions)

  • Q1. Implement Linked list
  • Ans. 

    Linked list is a data structure where each node points to the next node.

    • Create a Node class with data and next pointer

    • Create a LinkedList class with head pointer

    • Implement methods to add, remove, search, and traverse the list

  • Answered by AI
  • Q2. Implement Hash Map with array and linked list.
  • Ans. 

    Implement Hash Map with array and linked list.

    • Create an array of linked lists

    • Hash function maps keys to array indices

    • Insert key-value pairs into linked lists

    • Handle collisions by chaining

    • Search for a key by hashing and traversing linked list

  • Answered by AI
  • Q3. How to create a immutable class in java
  • Ans. 

    To create an immutable class in Java, follow these steps:

    • Make the class final

    • Make all fields private and final

    • Do not provide any setter methods

    • Initialize all fields via constructor

    • If any field is mutable, return a clone of it instead of the original object

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and explain your code property.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Coding Test 

HackerRank Test - 2 Medium Questions
1. Given an Array Weights of Chocolates, Find Maximum amount of Chocolate that can be saved after "d" days, if you eat half the weight of one of the chocolates every day.
2. Find Closest String with equal number of vowels and consonants.

Interview Preparation Tips

Topics to prepare for CoinDCX Senior Software Engineer interview:
  • Data Structures
  • Algorithms

Zeta Interview FAQs

How many rounds are there in Zeta Senior Software Engineer interview?
Zeta interview process usually has 3 rounds. The most common rounds in the Zeta interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for Zeta Senior Software Engineer 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 Algorithms, Application Design, Data Structures, Java and Multithreading.
What are the top questions asked in Zeta Senior Software Engineer interview?

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

  1. Ds algo problem solving round. Question was based on gr...read more
  2. I was asked only 1 question and i have to write code and explain the lo...read more
  3. design app like whatsa...read more

Tell us how to improve this page.

Zeta Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more
Zeta Senior Software Engineer Salary
based on 49 salaries
₹30 L/yr - ₹64 L/yr
187% more than the average Senior Software Engineer Salary in India
View more details

Zeta Senior Software Engineer Reviews and Ratings

based on 9 reviews

3.1/5

Rating in categories

2.9

Skill development

2.6

Work-life balance

4.4

Salary

3.2

Job security

2.6

Company culture

3.3

Promotions

2.8

Work satisfaction

Explore 9 Reviews and Ratings
Software Development Engineer II
83 salaries
unlock blur

₹20 L/yr - ₹51 L/yr

Product Manager
51 salaries
unlock blur

₹21.5 L/yr - ₹45 L/yr

Senior Software Engineer
49 salaries
unlock blur

₹30 L/yr - ₹64 L/yr

Program Manager
42 salaries
unlock blur

₹19.2 L/yr - ₹43 L/yr

Project Manager
37 salaries
unlock blur

₹9 L/yr - ₹26.1 L/yr

Explore more salaries
Compare Zeta with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Payed

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