Upload Button Icon Add office photos

63 Moons Technologies

Compare button icon Compare button icon Compare

Filter interviews by

63 Moons Technologies Senior Software Developer Interview Questions and Answers

Updated 14 Feb 2024

63 Moons Technologies Senior Software Developer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

(2 Questions)

  • Q1. Oops concepts,Exception handling,singleton class
  • Q2. Spring boot questions

Interview Preparation Tips

Interview preparation tips for other job seekers - All the basic questions asked
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Some questions about specific puthon types etc...

Round 2 - HR 

(2 Questions)

  • Q1. Why i want to move on
  • Q2. What i like at my future job

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep trying!

I applied via Naukri.com and was interviewed in Aug 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 tips
Round 2 - Coding Test 

MCQs and coding problems
duration - 1Hr 30min

Round 3 - One-on-one 

(4 Questions)

  • Q1. Which 2 methods must an object implement in order to be used as a key in hasmap and why
  • Ans. 

    The object must implement the hashCode() and equals() methods to be used as a key in a hashmap.

    • hashCode() method is used to generate a unique hash code for the object.

    • equals() method is used to compare two objects for equality.

    • Both methods are necessary for proper functioning of hashmap operations like put() and get().

  • Answered by AI
  • Q2. Is it preferable to use stringBuffer with its synchronized methods or stringBuilder when implementing toString() method? why?
  • Ans. 

    Use stringBuilder for toString() method as it is faster and not thread-safe.

    • stringBuilder is faster than stringBuffer as it is not thread-safe

    • toString() method is used for converting an object to a string

    • If thread-safety is required, use stringBuffer instead

    • Example: StringBuilder sb = new StringBuilder(); sb.append("Hello"); sb.append("World"); return sb.toString();

  • Answered by AI
  • Q3. What are 2 checklists to be executed for overriding object.equals(object args) for a class with only one instance variable
  • Q4. Is it good idea to wrap java.io.FileInputStream and java.io.FileOutputStream in buffered writers and readers and why?
  • Ans. 

    Yes, it is a good idea to wrap FileInputStream and FileOutputStream in buffered writers and readers.

    • Buffered streams improve performance by reducing the number of I/O operations

    • Buffered streams also provide additional functionality like readLine() and newLine()

    • Buffered streams can be chained together for even better performance

    • Example: BufferedReader br = new BufferedReader(new FileReader(file));

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Coupa Software Inc Senior Software Developer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - must have thorough knowledge and internal working of data structures and algorithms.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Assignment 

I was given a problem statement and was asked to give a LLD and solution implementation and share it on Git.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain the LLD submitted.
  • Ans. 

    The LLD submitted is a detailed design document outlining the architecture and implementation details of the software solution.

    • LLD stands for Low Level Design and includes detailed design diagrams, data structures, algorithms, and component interactions.

    • The LLD submitted should provide a clear roadmap for developers to implement the software solution based on the high-level design.

    • It should cover all aspects of the sof...

  • Answered by AI
  • Q2. How to add more features in the solution
  • Ans. 

    To add more features in the solution, consider user feedback, market trends, and technical feasibility.

    • Gather user feedback to understand what features are desired

    • Research market trends to identify popular features

    • Assess technical feasibility to determine if new features can be implemented

    • Prioritize features based on impact and resources available

  • Answered by AI
  • Q3. SOLID principles, Degin patterns
Round 3 - One-on-one 

(1 Question)

  • Q1. This was a manegerial round.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

One mcq two codes in total 240 min

Round 2 - Technical 

(1 Question)

  • Q1. Mostly on networking concepts
Round 3 - Technical 

(1 Question)

  • Q1. Coding question on data structures and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Just check in the initial state itself what tech stack they are checking out for even though I’ve checked and mentioned in my resume all the tech stack I knew they ran all the interview process in the same tech stack and then at last after three rounds came back to me and mentioned you cleared all the rounds but the issue is your tech stack and we are sorry about it.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What has been your greatest contributions in your previous Organizations
  • Q2. How can you contribute to the Company Growth
  • Q3. What Challenges you faced and how did you tackle them
Round 2 - HR 

(3 Questions)

  • Q1. Describe any Situation which showcases your leadership and team building skills
  • Ans. 

    Led a team to successfully implement a new software feature under tight deadline

    • Assigned clear roles and responsibilities to team members

    • Held regular team meetings to track progress and address any issues

    • Encouraged collaboration and communication among team members

    • Provided support and guidance to team members when needed

  • Answered by AI
  • Q2. Given a choice what other areas or skills you would like to work on
  • Q3. How would u approach to a noticed issue in your current project
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
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - Assignment 

They have asked me to made one application.

Round 2 - Technical 

(1 Question)

  • Q1. Interview went for around 45 to 60mins regarding technical things in Android development,which includes kotlin couroutines,data manipulation,data storage etc in depth.
Round 3 - One-on-one 

(1 Question)

  • Q1. This was my final round with Manager regarding my past projects etc
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a good place to work but for highly salary required candidates must not go ,they provide very less salary compare to market standards.

63 Moons Technologies Interview FAQs

How many rounds are there in 63 Moons Technologies Senior Software Developer interview?
63 Moons Technologies interview process usually has 2 rounds. The most common rounds in the 63 Moons Technologies interview process are Technical and HR.

Tell us how to improve this page.

63 Moons Technologies Senior Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
63 Moons Technologies Senior Software Developer Salary
based on 15 salaries
₹4.8 L/yr - ₹13.5 L/yr
38% less than the average Senior Software Developer Salary in India
View more details
Software Engineer
208 salaries
unlock blur

₹2.1 L/yr - ₹12.4 L/yr

Senior Software Engineer
92 salaries
unlock blur

₹5 L/yr - ₹18.4 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