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

Updated 12 Nov 2024

Zeta SDE Intern Interview Experiences

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
  • Ans. 

    Implementing an LRU Cache using a combination of a hashmap and a doubly linked list.

    • Use a hashmap for O(1) access to cache items.

    • Use a doubly linked list to maintain the order of usage.

    • When accessing an item, move it to the front of the list.

    • If the cache exceeds its capacity, remove the least recently used item from both the hashmap and the list.

    • Example: For a cache of capacity 2, accessing keys 1, 2, then 1 again shou...

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (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.

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.

SDE Intern Interview Questions Asked at Other Companies

Q1. Given a string of containing lower case letters and upper case ch ... read more
asked in Amazon
Q2. Find the square root of a number using only 4 basic arithmetic op ... read more
asked in Carwale
Q3. How would you design an e-commerce web application?
Q4. Remove duplicate characters from a given string, keeping only the ... read more
asked in Carwale
Q5. What is caching, and why is it necessary?

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 Referral

Interview Questionnaire 

4 Questions

  • Q1. I was asked to write the algorithm of checking
  • Ans. 

    An algorithm to check conditions or criteria systematically for validation or verification.

    • Define the criteria to check (e.g., if a number is even).

    • Iterate through the data set (e.g., an array of numbers).

    • Apply the condition to each element (e.g., check if each number % 2 == 0).

    • Store results (e.g., true/false for each check).

    • Return or display the results.

  • Answered by AI
  • 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 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 Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

Duration: 1hr
Topics: Array, LinkedList,Stack

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for Insertion in a binary tree.
  • Q2. Write code for quick sort
Round 3 - Technical 

(1 Question)

  • Q1. Various DBMS related question(JOINS, SORT, LIMIT)
Round 4 - HR 

(2 Questions)

  • Q1. Tell us about yourself.
  • Q2. Why do want to join the company

Interview Preparation Tips

Topics to prepare for Hughes Systique Corporation Software Engineer interview:
  • C++
  • Data Structures
  • SQL
Interview preparation tips for other job seekers - Just be confident and explain your thought process and go with the flow

Skills evaluated in this interview

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
Are these interview questions helpful?

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

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

I applied via Referral and was interviewed before Oct 2022. There were 3 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. Based on your previous experience
Round 3 - Coding Test 

Simple coding questions in your preferred language

Zeta Interview FAQs

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

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

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

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

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 SDE Intern Salary
based on 4 salaries
₹15 L/yr - ₹25 L/yr
165% more than the average SDE Intern Salary in India
View more details
Software Development Engineer II
93 salaries
unlock blur

₹28 L/yr - ₹45.4 L/yr

Senior Software Engineer
58 salaries
unlock blur

₹33 L/yr - ₹60 L/yr

Software Developer
57 salaries
unlock blur

₹17.8 L/yr - ₹26 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

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