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 SDE Intern Interview Questions and Answers for Freshers

Updated 12 Nov 2024

Zeta SDE Intern Interview Experiences for Freshers

1 interview found

SDE Intern Interview Questions & Answers

user image Kaushik Borah

posted on 12 Nov 2024

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

(2 Questions)

  • Q1. Reverse a Linked 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

  • Answered by AI
  • Q2. LRU Cache implementation

Skills evaluated in this interview

Interview questions from similar companies

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 Campus Placement and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Tell me. Something about yourself
  • Q2. Probability question on dice, guesstimate on Delhi Metro, Resume Based, Projects in Detail
  • Q3. Behavioral as well as Mathematical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and do not lie in your CV, Practice as many Guesstimates and Puzzles as you can

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 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 Referral

Interview Questionnaire 

4 Questions

  • Q1. I was asked to write the algorithm of checking
  • Q2. How many mobile phones are sold each year in India
  • Ans. 

    Approximately 150-200 million mobile phones are sold each year in India.

    • India is the second-largest smartphone market in the world after China.

    • The number of mobile phone users in India is expected to reach 1.25 billion by 2020.

    • The Indian smartphone market grew by 7% YoY in 2019.

    • Major players in the Indian smartphone market include Xiaomi, Samsung, and Vivo.

  • Answered by AI
  • Q3. How many tube lights are there in the city of Mumbai
  • Ans. 

    It is not possible to accurately determine the number of tube lights in the city of Mumbai.

    • The number of tube lights in a city is not publicly available information.

    • The city of Mumbai has a large population and a vast number of buildings, making it impossible to count all the tube lights.

    • The number of tube lights can vary greatly depending on factors such as residential, commercial, and industrial areas.

    • Even if we cons...

  • Answered by AI
  • Q4. Three different puzzles

Interview Preparation Tips

Round: Test
Experience: The Test is in lines of what we prepare for all the major competitive exams, similar to CAT. The difficulty level is moderate to easy. No negative marking. Cut off were sectional as well as overall.
It was overall a smooth ride. The results were given an hour later after the test.
Tips: Attempt your strong section first. Maintain accuracy and try and be fast in solving.
Duration: 60 minutes
Total Questions: 60

Round: Guesstimate Interview
Experience: It was pretty smooth. They generally look for your thought process rather than the exact figure. Expect cross questions on your solution.

Round: Puzzle Interview
Experience: This round was combined with the Guesstimate question. The puzzles were of a good level. But if you like solving them in your free time, you would fare well here.

Skills: Analyzing And Problem Solving Skills, Logical Thinking
College Name: KJ Somaiya Institute Of Management Studies And Research
Motivation: Its into Analytics industry. I like the the culture and the people. Wish to build a career in Analytics.

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

I applied via Naukri.com and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Technical round with live coding.
  • Q2. Java 8 questions, spring boot related questions
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot, Kafka , logging caching , design patterns questions.
Round 3 - HR 

(1 Question)

  • Q1. Basic short interview mostly related with work experience and compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ds and algorithms and basic microservises and spring framework questions.

I applied via Recruitment Consulltant and was interviewed in Sep 2022. There were 5 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 - One-on-one 

(1 Question)

  • Q1. Asked Kadane's algorithm, and some android related questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. Design a hashmap, and optimise it
  • Ans. 

    Design and optimize a hashmap

    • Choose a good hash function to minimize collisions

    • Implement dynamic resizing to handle increasing load factor

    • Consider using open addressing or separate chaining for collision resolution

    • Use an efficient data structure for storing key-value pairs, such as an array or linked list

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Design a custom recyclerview with appropriate data structures
  • Ans. 

    Custom recyclerview with appropriate data structures

    • Create a custom adapter extending RecyclerView.Adapter

    • Implement onCreateViewHolder() and onBindViewHolder() methods

    • Use appropriate data structures like ArrayList or HashMap for efficient data handling

    • Implement onClickListener for item clicks

    • Use ViewHolder pattern for efficient view recycling

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. What are your expectations related to work and salary
  • Ans. 

    I expect fair compensation for my skills and experience, and a challenging work environment that allows for growth and learning.

    • I am looking for a salary that is commensurate with my experience and skills.

    • I am open to negotiation and willing to discuss salary and benefits.

    • I am looking for a challenging work environment that allows me to learn and grow as a software engineer.

    • I am interested in opportunities for professi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and don't be nervous. Interviewers are helpful and will guide you to a solution if you listen to them carefully.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Skills related questions only
Round 2 - Technical 

(1 Question)

  • Q1. Skills related questions only
Round 3 - HR 

(1 Question)

  • Q1. Salary related questions only

Zeta Interview FAQs

How many rounds are there in Zeta SDE Intern interview for freshers?
Zeta interview process for freshers usually has 1 rounds. The most common rounds in the Zeta interview process for freshers are Technical.
What are the top questions asked in Zeta SDE Intern interview for freshers?

Some of the top questions asked at the Zeta SDE Intern interview for freshers -

  1. Reverse a Linked L...read more
  2. LRU Cache implementat...read more

Tell us how to improve this page.

Zeta SDE Intern Interview Process for Freshers

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Fractal Analytics Interview Questions
4.0
 • 208 Interviews
MathCo Interview Questions
2.9
 • 114 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 SDE Intern Salary
based on 4 salaries
₹15 L/yr - ₹25 L/yr
164% more than the average SDE Intern Salary in India
View more details
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