Upload Button Icon Add office photos

63 Moons Technologies

Compare button icon Compare button icon Compare

Filter interviews by

63 Moons Technologies Software Developer Interview Questions, Process, and Tips

Updated 29 Mar 2024

Top 63 Moons Technologies Software Developer Interview Questions and Answers

63 Moons Technologies Software Developer Interview Experiences

4 interviews found

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

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

Round 1 - Aptitude Test 

I applied in campus placement first round is aptitude test

Round 2 - Technical 

(4 Questions)

  • Q1. Ask question on oops concepts
  • Q2. What ia polymorphism Pointers etc.
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is called with.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Animal class with methods eat() and sleep(). Dog and Cat classes can inherit from Animal and override

  • Answered by AI
  • Q3. Asked about academic project what is your role on these project
  • Q4. Based on resume asked questions and mostly asked the oops and c++ concept
Round 3 - HR 

(1 Question)

  • Q1. Based on resume and asked weakness ,strength

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good my friend selected
Prepare for c++ and oops basic concept
Resume based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Walk-in

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 

Microsoft technologies

Round 3 - Technical 

(1 Question)

  • Q1. Session management

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. Validate Binary Tree Nodes Problem You are provided with 'N' bina ... read more
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jan 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Mostly questions are based on C++
Round 3 - HR 

(2 Questions)

  • Q1. What is constructor and write it's code in C++
  • Ans. 

    Constructor is a special member function that initializes objects of a class.

    • Constructor has the same name as the class and no return type.

    • It is called automatically when an object is created.

    • It can be overloaded with different parameters.

    • Example: class Car { public: Car(string make, string model) { ... } };

    • Example: Car myCar("Toyota", "Corolla");

  • Answered by AI
  • Q2. What is operation overloading
  • Ans. 

    Operation overloading is the ability to define multiple functions with the same name but different parameters.

    • Allows multiple functions with the same name to perform different tasks

    • Functions must have different parameters or different number of parameters

    • Used to simplify code and improve readability

    • Example: + operator can be overloaded to add integers, concatenate strings, or add complex numbers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good knowledge in C++ and need know to write code based on that

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ oops concepts,virtual table inheritance,socket programming
  • Q2. Prepare for above asked topics
  • Q3. What is circular linklist ?
  • Ans. 

    A circular linked list is a linked list where the last node points to the first node.

    • It is a data structure where each node points to the next node and the last node points to the first node.

    • It can be used to implement a round-robin scheduling algorithm.

    • Traversal of a circular linked list requires a condition to stop the traversal, such as reaching the starting node again.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - c++,multi threading, oops concept,socket programming

Skills evaluated in this interview

63 Moons Technologies interview questions for designations

 Senior Software Developer

 (1)

 Software Engineer

 (3)

 Software Tester

 (1)

 C Developer

 (2)

 Senior Software Engineer

 (1)

 Software QA Engineer

 (1)

 Angular Frontend Developer

 (1)

 Software Development Engineer 3

 (1)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About yourself and background only

Interview Preparation Tips

Interview preparation tips for other job seekers - good good
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test was based on real world scenario

Round 2 - Coding Test 

In 50 minutes 3 questions were asked to be solved.
Difficulty from moderate to hard

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked the multiple questions regarding to my profile likr about the project , skills, domain and about your future expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus to the fundamentals and be confident.
Stick with your resume

I applied via Naukri.com and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Based on core java Advanced java
  • Q2.  I have completed software developer course from Jspiders
  • Q3. Please gives the interviews based on Core Java and advanced Java
  • Q4. I am very happy to work with your organization si can you please give me a one chance ?
  • Q5. I have good knowledge on Oops language so

Interview Preparation Tips

Interview preparation tips for other job seekers - I have good understanding about core java.
I have good knowledge on oops Concept.
Advanced java and stream APIs and stream framworks etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

  • Q1. Leetcode tree traversal
  • Q2. Situational questions

63 Moons Technologies Interview FAQs

How many rounds are there in 63 Moons Technologies Software Developer interview?
63 Moons Technologies interview process usually has 3 rounds. The most common rounds in the 63 Moons Technologies interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in 63 Moons Technologies Software Developer interview?

Some of the top questions asked at the 63 Moons Technologies Software Developer interview -

  1. What is constructor and write it's code in ...read more
  2. what is circular linklis...read more
  3. What is operation overload...read more

Tell us how to improve this page.

63 Moons Technologies Software Developer Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more
63 Moons Technologies Software Developer Salary
based on 49 salaries
₹3 L/yr - ₹9 L/yr
30% less than the average Software Developer Salary in India
View more details

63 Moons Technologies Software Developer Reviews and Ratings

based on 17 reviews

3.8/5

Rating in categories

3.6

Skill development

3.4

Work-life balance

3.3

Salary

3.4

Job security

4.2

Company culture

2.9

Promotions

3.6

Work satisfaction

Explore 17 Reviews and Ratings
Software Engineer
204 salaries
unlock blur

₹2.1 L/yr - ₹12.4 L/yr

Senior Software Engineer
94 salaries
unlock blur

₹5 L/yr - ₹18.3 L/yr

Software Auditor
60 salaries
unlock blur

₹3 L/yr - ₹9.4 L/yr

Software Developer
49 salaries
unlock blur

₹3 L/yr - ₹9 L/yr

Module Lead
47 salaries
unlock blur

₹8.8 L/yr - ₹23 L/yr

Explore more salaries
Compare 63 Moons Technologies with

3i Infotech

3.5
Compare

Microland

3.5
Compare

Newgen Software Technologies

3.7
Compare

NSE.IT

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