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 at Atharva College of Engineering, Mumbai 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 Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... 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:
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 - 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
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a software developer with 5 years of experience in Java, Python, and SQL.

    • 5 years of experience in Java, Python, and SQL

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. What is React and react native
  • Ans. 

    React is a JavaScript library for building user interfaces, while React Native is a framework for building mobile applications using React.

    • React is a JavaScript library developed by Facebook for building interactive user interfaces.

    • React Native is a framework that allows developers to build mobile applications using React.

    • React uses a virtual DOM to improve performance by updating only the necessary components.

    • React Na...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What are design patterns
  • Ans. 

    Design patterns are reusable solutions to common software design problems.

    • Design patterns provide proven solutions to recurring design problems in software development.

    • They help in creating flexible, maintainable, and scalable software.

    • Design patterns can be categorized into three types: creational, structural, and behavioral.

    • Examples of design patterns include Singleton, Observer, Factory Method, and Strategy.

    • They pro...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Skilled Based Test Done

Round 2 - Coding Test 

Programming Language Test

Round 3 - HR 

(2 Questions)

  • Q1. Based on skills
  • Q2. Based on experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Come for the interview. Keep learning

I was interviewed in Jan 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

  • Q1. 

    Cycle Detection in a Singly Linked List

    Determine if a given singly linked list of integers forms a cycle or not.

    A cycle in a linked list occurs when a node's next points back to a previous node in the ...

  • Ans. 

    The task is to determine if a given singly linked list forms a cycle or not.

    • A cycle occurs when a node's next points back to a previous node in the list.

    • To solve this problem, we can use the Floyd's Cycle-Finding Algorithm.

    • The algorithm uses two pointers, one moving at a normal pace and the other moving twice as fast.

    • If there is a cycle, the fast pointer will eventually catch up to the slow pointer.

    • If the fast pointer ...

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

  • Q1. 

    Minimum Depth of a Binary Tree

    Determine the minimum depth of an integer-based binary tree. The minimum depth is defined as the number of nodes present along the shortest path from the root node down to t...

  • Ans. 

    The minimum depth of a binary tree is the number of nodes along the shortest path from the root node down to the nearest leaf node.

    • The minimum depth can be found by performing a breadth-first search (BFS) traversal of the binary tree

    • During the BFS traversal, keep track of the current level and increment the depth by 1 for each level

    • Stop the BFS traversal when a leaf node is encountered and return the depth as the minim

  • Answered by AI
  • Q2. 

    Intersection of Two Arrays Problem Statement

    Given two arrays A and B with sizes N and M respectively, both sorted in non-decreasing order, determine their intersection.

    The intersection of two arrays in...

  • Ans. 

    The problem is to find the intersection of two sorted arrays.

    • Use two pointers to iterate through the arrays.

    • Compare the elements at the current pointers and move the pointers accordingly.

    • If the elements are equal, add it to the intersection array and move both pointers.

    • If the element in the first array is smaller, move the first pointer.

    • If the element in the second array is smaller, move the second pointer.

    • Repeat until...

  • Answered by AI
  • Q3. What is the difference between a mutex and a semaphore?
  • Ans. 

    A mutex is a binary semaphore used for mutual exclusion, while a semaphore is a generalized synchronization primitive.

    • Mutex is used to protect a critical section of code, allowing only one thread to access it at a time.

    • Semaphore is used to control access to a shared resource, allowing multiple threads to access it simultaneously.

    • Mutex has ownership, meaning the thread that locks it must unlock it.

    • Semaphore does not hav...

  • Answered by AI
Round 3 - HR 

Round duration - 60 minutes
Round difficulty - Easy

Round 4 - HR 

Round duration - 25 minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in HyderabadEligibility criteriaMinimum CGPA Required: 7.0F5 Networks interview preparation:Topics to prepare for the interview - Data Structure and Algorithms, Operating Systems, Object-Oriented Programming, Computer Networks, System DesignTime required to prepare for the interview - 12 monthsInterview preparation tips for other job seekers

Tip 1 : Practice a lot of DSA questions on various online platforms. 
Tip 2 : Regularly go back to some of the typical DSA questions.
Tip 3 : Give equal importance to OS, OOPS, and CN subjects.

Application resume tips for other job seekers

Tip 1 : Be thorough with your resume to answer anything and everything from your resume.
Tip 2 : Do not put false information on your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

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, HR and Resume Shortlist.
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.2 L/yr - ₹9 L/yr
21% less than the average Software Developer Salary in India
View more details

63 Moons Technologies Software Developer Reviews and Ratings

based on 15 reviews

3.8/5

Rating in categories

3.6

Skill development

3.4

Work-life balance

3.2

Salary

3.7

Job security

4.1

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
203 salaries
unlock blur

₹2.1 L/yr - ₹12.4 L/yr

Senior Software Engineer
93 salaries
unlock blur

₹5 L/yr - ₹18.3 L/yr

Software Auditor
61 salaries
unlock blur

₹2.5 L/yr - ₹9 L/yr

Software Developer
49 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Module Lead
44 salaries
unlock blur

₹8 L/yr - ₹20.2 L/yr

Explore more salaries
Compare 63 Moons Technologies with

National Stock Exchange of India

3.6
Compare

Bombay Stock Exchange

3.8
Compare

Multi Commodity Exchange of India

3.3
Compare

Reliance Industries

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