Upload Button Icon Add office photos

63 Moons Technologies

Compare button icon Compare button icon Compare

Filter interviews by

63 Moons Technologies Software Engineer Interview Questions and Answers

Updated 5 Apr 2024

63 Moons Technologies Software Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Spring MVC vs Spring Boot
  • Ans. 

    Spring MVC is a framework for building web applications using the Model-View-Controller design pattern, while Spring Boot is an opinionated framework for quickly building production-ready applications.

    • Spring MVC is more customizable and requires more configuration compared to Spring Boot.

    • Spring Boot provides a set of defaults and auto-configuration options to simplify development.

    • Spring Boot is ideal for microservices ...

  • Answered by AI
  • Q2. Collection and it's benefits
  • Ans. 

    Collections are data structures that store and organize multiple elements.

    • Collections allow for efficient storage and retrieval of data

    • They provide various operations for manipulating the data, such as adding, removing, and searching for elements

    • Examples of collections include arrays, lists, sets, and maps

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Easy level questions ask

Round 2 - Technical 

(1 Question)

  • Q1. Face to face interview technical c++ questions oops concepts
Round 3 - HR 

(1 Question)

  • Q1. Normal hr question

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview Questionnaire 

1 Question

  • Q1. All Basic OOPS questions

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Coding Test 

90 min MCQ +coding test on hackerrank.

Round 2 - Technical 

(2 Questions)

  • Q1. Sort colors DSA question
  • Q2. Detect cycle in a linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect cycle in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at some point, there is a cycle in the linked list.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Was asked about why you want to join the company,my experience etc.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test of 85 min

Round 2 - Technical 

(2 Questions)

  • Q1. OOP concepts : - Inheritence , polymorphism
  • Q2. DSA :- arrays , strings basic leetcode questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy having English, reasoning,apti

Round 2 - One-on-one 

(2 Questions)

  • Q1. Maths questions scalars vectors
  • Q2. Civil engineering related questions project questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Dataweave logic questions

Round 2 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Prepare basic interview answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and fast interview process

I was interviewed before Jul 2021.

Round 1 - Technical 

(2 Questions)

  • Q1. Order of events, app engine actions, Traversing code, state record, dif between events like pre and post change events
  • Q2. File lay out process , dynamic values
Round 2 - HR 

(1 Question)

  • Q1. How much you have expect

Interview Preparation Tips

Interview preparation tips for other job seekers - App engine
---------------------
Order of actions
Inbound and out bound
How many ways to run App engine
Library section
Mutual exclusive(SQL and call section)
Restratability
State record
Temrary table

App desing
----------------------
Order of events
Diif between some events
Scroll/ grid process
Travesing code
Table edits
Record field properties
Record types
Object and non object records

File layout
----------------
With file lay out and with out file lay out

I applied via Recruitment Consultant and was interviewed in May 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Q-1 If linked list has cycle Q-2 Intersection point of two linked list Q-3 HashMap related Questions Q-4 Design related Q-5 Core Java Questions
  • Ans. 

    Interview questions for Software Engineer on linked list, HashMap, design and core Java

    • For Q-1, use Floyd's cycle detection algorithm

    • For Q-2, traverse both linked lists and find the common node

    • For Q-3, understand the basic operations of HashMap like put, get, and remove

    • For Q-4, focus on object-oriented design principles and patterns

    • For Q-5, brush up on concepts like multithreading, exception handling, and collections

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare data structures/Algorithms, Design questions and Core Java well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test consisted of 2 coding questions and mcqs

Round 2 - HR 

(2 Questions)

  • Q1. Friendly discussion on my experience
  • Q2. Where would u see yourself in 5 years
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Continuing to enhance my technical skills and knowledge through ongoing learning and certifications

    • Taking on more leadership responsibilities and mentoring junior team members

    • Contributing to the development of cutting-edge software solutions for the company

    • Possibly pursuing a higher position such as a technical ar

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

63 Moons Technologies Interview FAQs

How many rounds are there in 63 Moons Technologies Software Engineer interview?
63 Moons Technologies interview process usually has 2 rounds. The most common rounds in the 63 Moons Technologies interview process are Aptitude Test, Technical and HR.
How to prepare for 63 Moons Technologies Software Engineer 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 63 Moons Technologies. The most common topics and skills that interviewers at 63 Moons Technologies expect are C++, C#, Javascript, Linux and ASP.Net MVC.
What are the top questions asked in 63 Moons Technologies Software Engineer interview?

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

  1. Spring MVC vs Spring B...read more
  2. Collection and it's benef...read more
  3. Face to face interview technical c++ questions oops conce...read more

Tell us how to improve this page.

63 Moons Technologies Software Engineer Interview Process

based on 4 interviews

Interview experience

3.8
  
Good
View more
63 Moons Technologies Software Engineer Salary
based on 203 salaries
₹2.1 L/yr - ₹12.4 L/yr
16% less than the average Software Engineer Salary in India
View more details

63 Moons Technologies Software Engineer Reviews and Ratings

based on 48 reviews

3.6/5

Rating in categories

3.4

Skill development

3.5

Work-life balance

3.0

Salary

3.5

Job security

3.7

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 48 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