Upload Button Icon Add office photos

Zeus Learning

Compare button icon Compare button icon Compare

Filter interviews by

Zeus Learning SDE Interview Questions and Answers

Updated 21 Sep 2024

Zeus Learning SDE Interview Experiences

1 interview found

SDE Interview Questions & Answers

user image Anonymous

posted on 21 Sep 2024

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

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was good hard question were asked

Round 2 - Coding Test 

Opps concept and their code

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Zeus Learning?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Sep 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 - Aptitude Test 

Basic coding maths aptitude java python communication skills test

Round 3 - Coding Test 

Java coding c plus python SQL oracle dbmsos

Interview Preparation Tips

Topics to prepare for Internshala Software Developer interview:
  • Networking
  • Aptitude
Interview preparation tips for other job seekers - Resume best not fake anything c java python all Cisco related concepts

SDE Interview Questions Asked at Other Companies

asked in Infosys
Q1. Return Subsets Sum to K Problem Statement Given an integer array ... read more
asked in Nagarro
Q2. Partition to K Equal Sum Subsets Problem Given an array of intege ... read more
asked in Nagarro
Q3. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list w ... read more
asked in Amazon
Q4. Describe a scenario where you were given updates on repaired road ... read more
asked in Nagarro
Q5. Maximum Meetings Selection You are tasked with scheduling meeting ... read more
Interview experience
3
Average
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed before Nov 2022. 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 

3 questions in 3 hr, topics were Dp, Strings, Tree

Round 3 - Aptitude Test 

1hr durations 40 questions, main topics were patterns, profit loss, work man , etc.

Round 4 - Technical 

(1 Question)

  • Q1. OOPS, JAVA, Mysql, general questsjons

Interview Preparation Tips

Topics to prepare for Internshala Software Engineer interview:
  • java
  • Android
  • DSA
  • OOPS
Interview preparation tips for other job seekers - Just prepare what you know and deep dive in it so that you can fully explain about them.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. FIRST QUESTIONS INTRO MYSELF
  • Ans. 

    I am a passionate software engineer with a strong background in full-stack development and a love for problem-solving.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within the first quarter.

    • Skills: Proficient in JavaScript, Python, and SQL,...

  • Answered by AI
  • Q2. SECOND QUESTIONS SOFTWARE RELEATED BASIC TYPE OF QUESTIONS
  • Q3. LAST QUESTIONS I WANT WORK FROM HOME INTERNSHIP.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Jul 2025, where I was asked the following questions.

  • Q1. Add two arrays
  • Ans. 

    Combine two arrays into one by concatenating their elements.

    • Use the concat() method: Example: ['a', 'b'].concat(['c', 'd']) results in ['a', 'b', 'c', 'd'].

    • Use the spread operator: Example: let combined = [...array1, ...array2];

    • Iterate through arrays and push elements: Example: for (let item of array2) { array1.push(item); }

  • Answered by AI
  • Q2. Merge two arrays
  • Ans. 

    Merging two arrays involves combining their elements into a single array, maintaining order and uniqueness if needed.

    • Use the spread operator in JavaScript: `const merged = [...array1, ...array2];`

    • In Python, use the `+` operator: `merged = array1 + array2`.

    • To remove duplicates, convert to a set: `merged = list(set(array1 + array2))` in Python.

    • For sorted arrays, consider merging in a way that maintains order, like the me...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in May 2023. There were 5 interview rounds.

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

(1 Question)

  • Q1. Why are you interested in the role?
Round 3 - Group Discussion 

Group discussion with direct manager and another person

Round 4 - Aptitude Test 

Excel test and research test

Round 5 - Group Discussion 

Higher management and another person

Zeus Learning HR Interview Questions

5 questions and answers

Q. Can you explain your project in detail?
Q. Tell me about yourself.
Q. Explain your final year project.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. What are the reasons for your departure from your current or previous company?
  • Ans. 

    I left my previous company to seek new challenges and opportunities for growth in my career.

    • Desire for professional growth: I felt I had reached a plateau in my current role and wanted to take on more responsibilities.

    • Seeking new challenges: I was looking for a position that would push me out of my comfort zone and allow me to develop new skills.

    • Company culture fit: I realized that the company's values and culture were...

  • Answered by AI
  • Q2. How will you resolve a conflict between teams?
  • Ans. 

    Effective conflict resolution between teams involves communication, understanding, and collaboration to find common ground.

    • Facilitate open communication: Organize a meeting where both teams can express their concerns and viewpoints.

    • Identify common goals: Highlight shared objectives to remind teams of their collective purpose, such as improving patient care in a medical setting.

    • Encourage empathy: Ask team members to con...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be you
Are these interview questions helpful?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Related to Destination Knowledge
Round 2 - Technical 

(1 Question)

  • Q1. All questions related to UCAS
Round 3 - One-on-one 

(1 Question)

  • Q1. Didnt attend as they were calling for the same anytime
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What are your experiences and learnings?
  • Ans. 

    I have over 5 years of experience in retail management, leading teams and driving sales. I have learned the importance of effective communication, problem-solving, and strategic planning.

    • Managed a team of 20+ employees in a retail store, resulting in a 15% increase in sales over the past year

    • Implemented new training programs to improve employee performance and customer satisfaction

    • Developed and executed strategic marke...

  • Answered by AI
  • Q2. In which area have you managed projects or responsibilities?
  • Ans. 

    I have managed projects in the marketing and sales department.

    • Led a team in launching a new product campaign

    • Managed budget and resources for various marketing initiatives

    • Implemented sales strategies to increase revenue

    • Collaborated with cross-functional teams to achieve project goals

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply be honest and true to yourself.

I applied via Job Portal and was interviewed in Apr 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 - Aptitude Test 

It was quite easy

Round 3 - Technical 

(1 Question)

  • Q1. Based on resume. Go through with your resume..

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume.. The things you have mentioned you should know about it

Zeus Learning Interview FAQs

How many rounds are there in Zeus Learning SDE interview?
Zeus Learning interview process usually has 2 rounds. The most common rounds in the Zeus Learning interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Internshala SDE Interview Questions
3.9
 • 61 Interviews
Z X Learning SDE Interview Questions
4.4
 • 44 Interviews
Schoolnet India SDE Interview Questions
3.9
 • 19 Interviews
Six Red Marbles SDE Interview Questions
3.5
 • 13 Interviews
Planet EDU SDE Interview Questions
3.4
 • 12 Interviews
ENTRI SOFTWARE SDE Interview Questions
3.7
 • 10 Interviews
View all
Software Engineer
139 salaries
unlock blur

₹5.8 L/yr - ₹12.3 L/yr

Senior Software Engineer
94 salaries
unlock blur

₹11.4 L/yr - ₹19.1 L/yr

Software Developer
85 salaries
unlock blur

₹5.8 L/yr - ₹11 L/yr

Quality Engineer
36 salaries
unlock blur

₹4.2 L/yr - ₹9.4 L/yr

Senior Quality Engineer
26 salaries
unlock blur

₹6.4 L/yr - ₹13 L/yr

Explore more salaries
Compare Zeus Learning with

Z X Learning

4.4
Compare

Schoolnet India

3.9
Compare

Acadecraft

3.3
Compare

Trivium Education Services

3.8
Compare
write
Share an Interview