Upload Button Icon Add office photos

Zeus Learning

Compare button icon Compare button icon Compare

Filter interviews by

Zeus Learning Interview Questions and Answers

Updated 6 Jun 2025
Popular Designations

18 Interview questions

A Software Tester was asked
Q. Explain testing.
Ans. 

Testing is the process of evaluating a software application to ensure it meets specified requirements and functions correctly.

  • Testing involves identifying bugs and defects in the software.

  • It includes running test cases to verify the functionality of the application.

  • Different types of testing such as unit testing, integration testing, and regression testing are performed.

  • Testing helps in ensuring the quality and re...

View all Software Tester interview questions
A Software Developer was asked
Q. Write a function that returns both the addition and subtraction of two numbers.
Ans. 

A function that returns the addition and subtraction of two numbers.

  • Create a function that takes two numbers as input parameters.

  • Inside the function, calculate the sum of the two numbers and store it in a variable.

  • Calculate the difference of the two numbers and store it in another variable.

  • Return an array of strings containing the sum and difference.

View all Software Developer interview questions
A Software Developer was asked
Q. What protocol is used for communication over web pages?
Ans. 

HTTP is the protocol used for communication over web pages.

  • HTTP stands for Hypertext Transfer Protocol

  • It is the foundation of data communication on the World Wide Web

  • HTTP uses a client-server model where the web browser acts as the client and sends requests to the web server

  • The web server responds with the requested data in the form of HTML, images, videos, etc.

View all Software Developer interview questions
A Software Developer was asked
Q. Given a binary tree, print all the leaf nodes.
Ans. 

Print leaf nodes of binary tree

  • Traverse the tree recursively

  • If node is null, return

  • If node is leaf node, print it

  • Else, recursively traverse left and right subtrees

View all Software Developer interview questions
A Quality Engineer was asked
Q. Create a 3-digit password based on the given conditions.
Ans. 

Create a 3 digit password based on given condition.

  • The condition for the password is not provided.

  • Without the condition, it is impossible to create a password.

  • The password should be strong and not easily guessable.

View all Quality Engineer interview questions
A Quality Engineer was asked
Q. A monkey eats 6 more apples each day than the previous day and finishes all the apples in 100 days. How many apples did the monkey eat on the first day?
Ans. 

The number of mangoes the monkey ate on the first day can't be determined with the given information.

  • The question provides information about the monkey's apple consumption and the total number of mangoes eaten in 100 days.

  • However, there is no direct information about the number of mangoes eaten on the first day.

  • Without additional data or calculations, it is impossible to determine the exact number of mangoes eaten...

View all Quality Engineer interview questions

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.
A Software Engineer was asked 5mo ago
Q. Formula to find midpoint and slope of a line
Ans. 

Midpoint and slope formulas help determine key characteristics of a line in coordinate geometry.

  • Midpoint formula: M = ((x1 + x2)/2, (y1 + y2)/2). Example: M = ((1 + 3)/2, (2 + 4)/2) = (2, 3).

  • Slope formula: m = (y2 - y1) / (x2 - x1). Example: m = (4 - 2) / (3 - 1) = 1.

  • Midpoint gives the center point between two coordinates.

  • Slope indicates the steepness and direction of the line.

View all Software Engineer interview questions
Are these interview questions helpful?
A Software Engineer was asked
Q. What is nodejs and what is promise. What is closures
Ans. 

Node.js is a runtime environment for executing JavaScript code outside of a web browser. Promises are objects representing the eventual completion or failure of an asynchronous operation. Closures are functions that have access to their own scope, as well as the scope in which they were defined.

  • Node.js is a runtime environment that allows you to run JavaScript on the server-side.

  • Promises are used in asynchronous p...

View all Software Engineer interview questions

Zeus Learning Interview Experiences

36 interviews found

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Test was of 1.5 hrs and it was online. It was completely based on technical questions.

Round 2 - Coding Test 

This test was offline and it was a pen paper test wherein 10 questions will be given you have to write code or spot the error and correct them.

Round 3 - Technical 

(2 Questions)

  • Q1. Asked questions about React
  • Q2. Question based on project

Interview Preparation Tips

Interview preparation tips for other job seekers - For interview focus more on Resume. Prepare about project, skills, tech stack mentioned in resume. For coding prepare basic data structures and SQL
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Walk-in and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

So prepare good amout of aptitude , and try to solve at least 15 Questions

Round 2 - Coding Test 

It was an Online coding test 2 questions were there. difficulty (Easy and Medium).

Round 3 - Coding Test 

The third round was again an coding round but it was a pen and paper test , it was in offline mode they will tell you the center after you will complete 2nd round.
In pen and paper test there are 10 coding questions and from topics array , string , recursion , Bit manipulation , BST , Linked List. so you have to solve at least 6-7 questions.

Round 4 - Technical 

(3 Questions)

  • Q1. Questions on HTML, CSS
  • Q2. Permutations in string (Can you Backtracking approach). Always try to explain your approach
  • Ans. 

    Generate all permutations of a string using a backtracking approach.

    • Backtracking involves exploring all possible configurations and abandoning those that don't meet criteria.

    • Start with an empty string and build permutations by adding one character at a time.

    • Use a boolean array to track which characters are already included in the current permutation.

    • Example: For the string 'abc', the permutations are 'abc', 'acb', 'bac...

  • Answered by AI
  • Q3. Explain your Project?

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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Data structure and algorithm, easy and medium questions

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

I have given the online aptitude test of zeus learning (on campus) , which was the very first round and the test was divided into two parts, first part was mostly coding-decoding questions (aptitude) which was easy according to me but it was tricky too and second part included 2 dsa question and both the questions were of easy level.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Simple logical questions.

Round 2 - Technical 

(1 Question)

  • Q1. Interpretation knowledge
Round 3 - HR 

(1 Question)

  • Q1. Personal learning

QA Engineer Interview Questions & Answers

user image Prachi Jain

posted on 21 Aug 2023

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Campus Placement and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical + Quantitative questions +subjective round for QA -> questions to figure the mistake in designs

Round 2 - Technical 

(5 Questions)

  • Q1. 100 apples in 5 consecutive days, each day 6 more than the previous day, how many apples were eaten on the first day
  • Ans. 8 + 14 + 20 + 26 + 32 = 100 -> Ans: 8
  • Answered by Prachi Jain
  • Q2. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
  • Ans. 

    Minimum 31 socks need to be taken out to get 15 pairs of socks

    • To get 15 pairs of socks, you need to have 30 socks of different colors

    • After taking out 30 socks, the next sock you take out will complete the 15 pairs

    • So, minimum 31 socks need to be taken out to get 15 pairs of socks

  • Answered by AI
  • Q3. 11 mins hourglass and 7 mins hourglass, use them both to calculate 15 mins
  • Ans. 1. use both 11 and 7 at same time and stop as 7 empties on one side -> total = 7 and 11 mins divided in 4 + 7 2. flip 7 mins glass and let 4 mins emptied, stop as 4 mins passes -> total = 7 + 4 = 11 and 7 mins divided in 3 + 4 3. let 4 mins pass -> total = 7 + 4 + 4 = 15 mins
  • Answered by Prachi Jain
  • Q4. Tell me about yourself
  • Q5. Why Quality Assurance
Round 3 - Technical 

(5 Questions)

  • Q1. Tell me about yourself
  • Q2. Pen weight = 2 kg + 1/2 of its own weight -> what is the weight of pen?
  • Ans. 

    The weight of the pen is 4 kg.

    • To find the weight of the pen, we can set up the equation: pen weight = 2 kg + 1/2 of its own weight

    • Let x be the weight of the pen. The equation becomes: x = 2 + 1/2 * x

    • Solving for x, we get x = 4 kg

  • Answered by AI
  • Q3. 3 boxes with apples, oranges, apples + oranges --> labels are jumbled that is each box is labeled incorrectly, least number of steps required to correct the labels, considering each fruit we pick out is on...
  • Ans. 

    To correct the labels on 3 boxes with jumbled fruit labels, the least number of steps required is 2.

    • Pick a fruit from the box labeled 'apples + oranges', since it must contain both fruits.

    • Then pick a fruit from the box labeled 'oranges', as it cannot contain apples.

  • Answered by AI
  • Q4. When designing an online carrom game, if the game is paused in between and then resumed again, what all things need to be saved?
  • Ans. 

    When designing an online carrom game, the saved data when the game is paused and resumed should include player scores, positions of coins, game state, and timer status.

    • Player scores should be saved to ensure continuity.

    • Positions of coins on the board should be saved to resume the game accurately.

    • Game state (such as whose turn it is) should be saved to maintain the flow.

    • Timer status should be saved to resume the game wi...

  • Answered by AI
  • Q5. Two jugs -> 5L and 3L -> fill 4L using only them, while wasting the least amount of water
  • Ans. 1. fill 5L and empty it in 3L ---> 5L has 2L and 3L has 3L 2. empty 3L ---> 5L has 2L and 3L has 0L 3. empty 5L into 3L ---> 5L has 0L and 3L has 2L 4. fill 5L to the top ---> 5L has 5L and 3L has 2L 5. fill 3L till full using 5L ---> 5L has 4L and 3L has 3L
  • Answered by Prachi Jain

Skills evaluated in this interview

Interview Questions & Answers

user image Anonymous

posted on 4 Jul 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Basic html,dsa questions

Round 2 - Technical 

(1 Question)

  • Q1. Based on coding test only,basic oops dsa ,html,js,css
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude test followed by 2 coding questions. Test was very easy.

Round 2 - Coding Test 

This was pen and paper coding test, where we were given 20 questions and we had to write code on paper. Total time was 2-3 hr.

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Interview, 2 coding questions asked, 1 math question and Basics like OOP, Language specific, etc.

Interview Preparation Tips

Topics to prepare for Zeus Learning Software Developer interview:
  • OOP
  • Programming
  • Maths
Interview preparation tips for other job seekers - You can clear interview if you know basics. Tell them about tech stack which you know. Also there is no constraint on any specific language, you can use any. So be master of 1 language.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 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 - Aptitude Test 

Basic aptitude test for further assessment

Round 3 - Technical 

(1 Question)

  • Q1. Technical round for further screening process
Round 4 - Technical 

(1 Question)

  • Q1. Technical round for further process

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.

Zeus Learning Interview FAQs

How many rounds are there in Zeus Learning interview?
Zeus Learning interview process usually has 2-3 rounds. The most common rounds in the Zeus Learning interview process are Aptitude Test, Technical and Coding Test.
How to prepare for Zeus Learning 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 Zeus Learning. The most common topics and skills that interviewers at Zeus Learning expect are PDF, Web Technologies, Photoshop, Adobe Xd and Figma.
What are the top questions asked in Zeus Learning interview?

Some of the top questions asked at the Zeus Learning interview -

  1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number o...read more
  2. 100 apples in 5 consecutive days, each day 6 more than the previous day, how ma...read more
  3. If a monkey eat 6 apples more than the previous day and complete all the mango ...read more
How long is the Zeus Learning interview process?

The duration of Zeus Learning interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 26 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 44%
2-4 weeks 44%
4-6 weeks 6%
More than 8 weeks 6%
View more

Interview Questions from Similar Companies

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

Zeus Learning Reviews and Ratings

based on 104 reviews

3.1/5

Rating in categories

3.0

Skill development

2.4

Work-life balance

3.4

Salary

3.4

Job security

2.9

Company culture

3.2

Promotions

2.6

Work satisfaction

Explore 104 Reviews and Ratings
Software Engineer
140 salaries
unlock blur

₹5.8 L/yr - ₹12.6 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