Upload Button Icon Add office photos

Filter interviews by

Zeus Learning Interview Questions, Process, and Tips

Updated 15 Dec 2024

Top Zeus Learning Interview Questions and Answers

View all 19 questions

Zeus Learning Interview Experiences

Popular Designations

34 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via campus placement at Rajiv Gandhi Institute of Technology, Mumbai and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions and few test cases

Round 2 - Technical 

(1 Question)

  • Q1. Introduction Find defects in an calculator image How to arrange 10 pearls on a rectangle such that each ball touches at-least 1 side and equal pearls on all sides 12 black and 12 white socks in a bag. How ...
Round 3 - Technical 

(1 Question)

  • Q1. This round is yet to happen.

Quality Engineer Interview Questions asked at other Companies

Q1. What is MSA and addition of msa version, type of msa ,what different between variable data and attibute data .why difine flase and miss rate calculate by msa .
View answer (8)
locked

Unlock now! Rate your last interview experience

If you are a fresher, click here to continue

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

Easy to moderate level questions with puzzles and ample amount of time

Instructional Designer Interview Questions asked at other Companies

Q1. Come up with a scenario and how will you design an elearning material.
View answer (1)
locked

Unlock now! Rate your last interview experience

If you are a fresher, click here to continue

Zeus Learning Interview Questions and Answers for Freshers
illustration image

Software Engineer Interview Questions & Answers

user image Dharmesh Vala

posted on 21 Sep 2023

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

I applied via campus placement at Birla Vishwakarma Mahavidyalaya, Vallabh Vidyanagar and was interviewed in Mar 2023. 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 Resume tips
Round 2 - Aptitude Test 

Test consist of 25 Apatitude Question and 10 Coding problems of Debugging code, Find Output, Set Matrixs, Valid Matrix, Height of N-ary Tree, Sorting, Linked List etc. So prepare well with standard dsa problems of any sheet (striver sheet)

Round 3 - Technical 

(5 Questions)

  • Q1. Technical Round consist of one coding question and detailed discussion on my smart india hackathon project and counter question on it with some of question on performance and security.
  • Ans. Performance Technique in React/Node ReactJS Interview Question
  • Answered by Dharmesh Vala
  • Q2. Find 2nd Largest Element in array
  • Ans. 

    Iterate through array to find 2nd largest element

    • Iterate through array and keep track of largest and second largest elements

    • Handle edge cases like empty array or array with less than 2 elements

    • Example: ['3', '5', '2', '7', '1'] should return '5'

  • Answered by AI
  • Q3. Question on Redux also asked to pass information in reactjs.
  • Ans. Before interview refer redux documentation and standard interview question.
  • Answered by Dharmesh Vala
  • Q4. Authentication and Authorization question on my project
  • Q5. Security issues in your project

Interview Preparation Tips

Topics to prepare for Zeus Learning Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Prepare all concept of apatitude well and make habit of practising coding on leetcode or gfg.
Make some project and learn development as well.
Before any interview prepare standard interview question on that tech stack.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
locked

Unlock now! Rate your last interview experience

If you are a fresher, click here to continue

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 Resume tips
Round 2 - Coding Test 

My name is amar reverse the string without using inbuilt method

Round 3 - Technical 

(1 Question)

  • Q1. 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 progra...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - My suggestion is to don't join this company if they will say we have I agreement for 2 years they don't professional ethics this company won't follow the rules when they don't have work to do they will remove the employees without a reason please be careful and think twice before join this company this is my request

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
locked

Unlock now! Rate your last interview experience

If you are a fresher, click here to continue

Zeus Learning interview questions for popular designations

 Quality Engineer

 (9)

 Software Developer

 (8)

 Software Engineer

 (7)

 QA Engineer

 (2)

 Content Integrator

 (1)

 Instructional Designer

 (1)

 Instrumentation Technician

 (1)

 Intern

 (1)

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Object oriented programming questions

Round 2 - Coding Test 

Combination of all letters in a word

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
locked

Unlock now! Rate your last interview experience

If you are a fresher, click here to continue

Get interview-ready with Top Zeus Learning Interview Questions

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

I was interviewed in Jul 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

Basic question of indiabix topics and 10 code questions

Round 3 - Technical 

(4 Questions)

  • Q1. Resume based questions,coding questions,core subject questions
  • Q2. What is indexing in dbms?
  • Ans. 

    Indexing in DBMS is a technique to improve the performance of queries by allowing faster retrieval of data.

    • Indexing creates a data structure that allows for quick lookups of data based on specific columns.

    • It helps in reducing the time taken to retrieve data from a database table.

    • Examples of indexing methods include B-tree, Hash indexes, and Bitmap indexes.

  • Answered by AI
  • Q3. Secondlargest element
  • Q4. Pascal triangle

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
locked

Unlock now! Rate your last interview experience

If you are a fresher, click here to continue

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

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

Round 1 - Aptitude Test 

Logical reasoning and non verbal questions

Round 2 - Coding Test 

Basic dsa concepts and find the syntax error

Round 3 - One-on-one 

(1 Question)

  • Q1. Basics about oops dsa question and question related to your projects

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
locked

Unlock now! Rate your last interview experience

If you are a fresher, click here to continue

Software Developer Interview Questions & Answers

user image Satani Jaykumar

posted on 12 Sep 2023

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

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

Round 1 - Coding Test 

1st round
25 mcq apptitude + 10 DSA question

Round 2 - Technical 

(1 Question)

  • Q1. Project review , opps, sql

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)
locked

Unlock now! Rate your last interview experience

If you are a fresher, click here to continue

Intern Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all Resume tips
Round 2 - Aptitude Test 

Good experience question was tricky but you will able to crack it

Round 3 - One-on-one 

(1 Question)

  • Q1. What is js in java
  • Ans. 

    JS in Java refers to JavaScript, a scripting language commonly used for web development.

    • JavaScript is a high-level, interpreted programming language.

    • It is commonly used for client-side web development.

    • JS can be embedded in HTML pages to add interactivity.

    • It is not the same as Java, which is a separate programming language.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - work hard you will get it

Skills evaluated in this interview

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)
locked

Unlock now! Rate your last interview experience

If you are a fresher, click here to continue

I applied via Campus Placement and was interviewed in Sep 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

25 questions of quants and logical and 10 questions of coding, some were debugging some were coding

Round 2 - Technical 

(4 Questions)

  • Q1. Discussion about my resume projects
  • Q2. Return addition and subtraction of two numbers from the same function
  • 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.

  • Answered by AI
  • Q3. Print leaf nodes of binary tree
  • 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

  • Answered by AI
  • Q4. What is the protocol 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.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at coding for the aptitude test.
The interview was fairly simple they just want to know how good you are at thinking about solutions of a problem.

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
locked

Unlock now! Rate your last interview experience

If you are a fresher, click here to continue

Contribute & help others!
anonymous
You can choose to be anonymous

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 Adobe Xd, Figma, Full Stack, Photoshop and Python.
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. If a monkey eat 6 apples more than the previous day and complete all the mango ...read more
  3. 100 apples in 5 consecutive days, each day 6 more than the previous day, how ma...read more
How long is the Zeus Learning interview process?

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

Recently Viewed

Tell us how to improve this page.

Zeus Learning Interview Process

based on 10 interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 25 Zeus Learning interviews
Campus Placement
Company Website
WalkIn
Job Portal
Referral
76%
8%
4%
4%
4%
4% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

BYJU'S Interview Questions
3.1
 • 2.2k Interviews
upGrad Interview Questions
3.8
 • 201 Interviews
Simplilearn Interview Questions
3.2
 • 98 Interviews
NIIT Interview Questions
3.6
 • 81 Interviews
Toppr Interview Questions
3.4
 • 74 Interviews
Exotic Learning Interview Questions
4.5
 • 43 Interviews
MeritNation Interview Questions
3.6
 • 7 Interviews
View all

Zeus Learning Reviews and Ratings

based on 79 reviews

3.4/5

Rating in categories

3.0

Skill development

2.7

Work-Life balance

3.6

Salary & Benefits

3.6

Job Security

3.2

Company culture

3.4

Promotions/Appraisal

2.7

Work Satisfaction

Explore 79 Reviews and Ratings
Software Engineer
105 salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Software Developer
68 salaries
unlock blur

₹5.8 L/yr - ₹9.2 L/yr

Senior Software Engineer
66 salaries
unlock blur

₹5.9 L/yr - ₹24 L/yr

Quality Engineer
42 salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Senior Quality Engineer
19 salaries
unlock blur

₹4.4 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Zeus Learning with

BYJU'S

3.1
Compare

upGrad

3.8
Compare

Simplilearn

3.2
Compare

MeritNation

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent