Upload Button Icon Add office photos

63 Moons Technologies

Compare button icon Compare button icon Compare

Filter interviews by

63 Moons Technologies Interview Questions, Process, and Tips

Updated 14 Jan 2025

Top 63 Moons Technologies Interview Questions and Answers

View all 12 questions

63 Moons Technologies Interview Experiences

Popular Designations

27 interviews found

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

I applied via Instahyre and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Work Ex Discussion
Round 2 - Technical 

(1 Question)

  • Q1. System Design question- Implement APIs
Round 3 - Technical 

(1 Question)

  • Q1. System Design question- Design DB
Round 4 - Technical 

(1 Question)

  • Q1. System Design question- Microservices

Software Development Engineer 3 Interview Questions asked at other Companies

Q1. What are triggers , where can they be used ? What is a mutating trigger problem , how can it be solved?
View answer (1)

Engineer Interview Questions & Answers

user image Anonymous

posted on 3 Oct 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. HR round mandatory
  • Q2. Technical round first and second

Interview Preparation Tips

Interview preparation tips for other job seekers - Well Environment to work, Every festival celebrates like a family

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Oops concepts, questions on strings and Arrays
  • Q2. Abstract class and interface,
  • Q3. SQL query related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic concepts of c#, oops is must. Be prepared, be confident.

Dot Net Fullstack Developer Interview Questions asked at other Companies

Q1. What languages does support the .netframework???
View answer (3)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Salary negotiation

Cyber Security Analyst Interview Questions asked at other Companies

Q1. 3- If you have received 2 mails from PwC with same name how will you identify that which one is fake and which one is genuine?
View answer (2)

63 Moons Technologies interview questions for popular designations

 Software Developer

 (4)

 Junior Business Analyst

 (3)

 Software Engineer

 (3)

 Business Analyst

 (2)

 C Developer

 (2)

 Analyst

 (1)

 Angular Frontend Developer

 (1)

 Cyber Security Analyst

 (1)

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions about background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relax and go for the interview you will learn something

Legal Assistant Interview Questions asked at other Companies

Q1. What are different types of contracts and important clauses in the contract
View answer (1)

Get interview-ready with Top 63 Moons Technologies Interview Questions

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

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (38)

Jobs at 63 Moons Technologies

View all

Analyst Interview Questions & Answers

user image ronald reji

posted on 11 Jun 2024

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

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why u want to work with 63 moons
Round 2 - Technical 

(2 Questions)

  • Q1. Types of attacks
  • Ans. 

    Types of attacks include malware, phishing, DDoS, ransomware, and social engineering.

    • Malware attacks involve malicious software that can harm a computer system.

    • Phishing attacks use deceptive emails or websites to trick individuals into revealing sensitive information.

    • DDoS attacks overwhelm a network or server with a flood of traffic, causing it to become unavailable.

    • Ransomware attacks encrypt a user's files and demand ...

  • Answered by AI
  • Q2. How can they be prevented

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci NumberYou are given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 +7. Fibonacci number is calculated u... read more
View answer (5)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Trade life cycle
  • Q2. Tell me about current role
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Junior Business Analyst Interview Questions asked at other Companies

Q1. What is the difference between aircraft and airplane?
View answer (1)
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

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)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. SQL questions, Ado. Net
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
Add answer

63 Moons Technologies Interview FAQs

How many rounds are there in 63 Moons Technologies interview?
63 Moons Technologies interview process usually has 2 rounds. The most common rounds in the 63 Moons Technologies interview process are Technical, HR and Resume Shortlist.
How to prepare for 63 Moons Technologies 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++, Multithreading, Socket Programming, Linux and Business Analysis.
What are the top questions asked in 63 Moons Technologies interview?

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

  1. What is testing? What if there is no senior in office and release gir schedule....read more
  2. What is class and objects in c...read more
  3. What is constructor and write it's code in ...read more
How long is the 63 Moons Technologies interview process?

The duration of 63 Moons Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

63 Moons Technologies Interview Process

based on 27 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
View all

63 Moons Technologies Reviews and Ratings

based on 292 reviews

3.7/5

Rating in categories

3.4

Skill development

3.6

Work-life balance

3.3

Salary

3.6

Job security

3.7

Company culture

3.1

Promotions

3.4

Work satisfaction

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