Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Zeus Learning Software Developer Interview Questions and Answers

Updated 19 Nov 2024

Zeus Learning Software Developer Interview Experiences

8 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
  • Q3. Explain your Project?
  • Ans. 

    Developed a web application for managing inventory and sales for a retail store.

    • Used HTML, CSS, and JavaScript for front-end development.

    • Implemented backend functionality using Node.js and MongoDB for database management.

    • Incorporated user authentication and authorization features for secure access.

    • Integrated payment gateway for online transactions.

    • Utilized responsive design for mobile compatibility.

  • Answered by AI

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
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.

Zeus Learning interview questions for designations

 Software Engineer

 (7)

 Software Tester

 (1)

 QA Engineer

 (2)

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.

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 3 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 Resume tips
Round 2 - Coding Test 

1st round
25 mcq apptitude + 10 DSA question

Round 3 - Technical 

(1 Question)

  • Q1. Project review , opps, sql

I applied via Campus Placement 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 Resume tips
Round 2 - Aptitude Test 

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

Round 3 - 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

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

Round 1 - Aptitude Test 

Questions in aptitude section was easy and would require good analytical and quantitative skills.

Round 2 - Coding Test 

Total 10 questions
6 debugging question
4 easy-medium level coding questions (2 Marks + 3 Marks + 3 Marks + 3 Marks)

Round 3 - Technical 

(1 Question)

  • Q1. OOPs, Project, SQL Queries, Puzzle/Apptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare urself well in accordance with ur resume.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sdlc lifecycle of components and architecture.
  • Ans. 

    SDLC lifecycle involves planning, designing, developing, testing, deploying, and maintaining software components and architecture.

    • SDLC (Software Development Life Cycle) includes phases like planning, designing, coding, testing, and maintenance.

    • Components are designed, developed, tested, and integrated into the overall architecture.

    • Architecture involves defining the structure, behavior, and interactions of software comp...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Role and responsibility my tasks and questions on project

Skills evaluated in this interview

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 Resume 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
Contribute & help others!
anonymous
You can choose to be anonymous

Zeus Learning Interview FAQs

How many rounds are there in Zeus Learning Software Developer interview?
Zeus Learning interview process usually has 2-3 rounds. The most common rounds in the Zeus Learning interview process are Coding Test, Aptitude Test and Technical.
What are the top questions asked in Zeus Learning Software Developer interview?

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

  1. What is the protocol used for communication over web pa...read more
  2. Return addition and subtraction of two numbers from the same funct...read more
  3. Print leaf nodes of binary t...read more

Recently Viewed

INTERVIEWS

Artech Infosystems

No Interviews

INTERVIEWS

Arcon TechSolutions

No Interviews

INTERVIEWS

Baxter International

No Interviews

INTERVIEWS

Kansai Nerolac Paints

No Interviews

INTERVIEWS

Baxter International

No Interviews

INTERVIEWS

Artech Infosystems

No Interviews

INTERVIEWS

Artech Infosystems

No Interviews

INTERVIEWS

Mentorsity

No Interviews

INTERVIEWS

Arcon TechSolutions

No Interviews

INTERVIEWS

Artech Infosystems

No Interviews

Tell us how to improve this page.

Zeus Learning Software Developer Interview Process

based on 6 interviews

3 Interview rounds

  • Aptitude Test Round
  • Coding Test Round
  • Technical Round
View more
Zeus Learning Software Developer Salary
based on 70 salaries
₹5.8 L/yr - ₹9.2 L/yr
At par with the average Software Developer Salary in India
View more details

Zeus Learning Software Developer Reviews and Ratings

based on 8 reviews

3.8/5

Rating in categories

3.1

Skill development

3.4

Work-life balance

2.7

Salary

3.2

Job security

3.7

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 8 Reviews and Ratings
Software Engineer
114 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
69 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Engineer
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Quality Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Zeus Learning with

BYJU'S

3.1
Compare

upGrad

3.7
Compare

Simplilearn

3.2
Compare

MeritNation

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview