Upload Button Icon Add office photos

63 Moons Technologies

Compare button icon Compare button icon Compare

Filter interviews by

63 Moons Technologies C Developer Interview Questions and Answers

Updated 14 Jun 2023

63 Moons Technologies C Developer Interview Experiences

2 interviews found

C Developer Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2023

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 Jan 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Paper pen round
1. Aptitude questions (profit and loss, coding decoding, missing number , time and distance etc)
2. C++ mcq questions(constructor and destructor, virtual functions, class and objects, pointer, oops concept)

Round 2 - Technical 

(5 Questions)

  • Q1. What is class and objects in c++?
  • Ans. 

    Class is a blueprint for creating objects. Objects are instances of a class with their own set of properties and methods.

    • Classes define the properties and methods that objects will have

    • Objects are created from a class using the 'new' keyword

    • Objects can interact with each other through their methods and properties

    • Example: class Car { int speed; void accelerate(); }; Car myCar; myCar.accelerate();

    • Example: class Person { ...

  • Answered by AI
  • Q2. About Constructor and destructor , Types of constructor, How constructor called?
  • Q3. Memory management of variable and objects
  • Ans. 

    Memory management involves allocating and deallocating memory for variables and objects.

    • Variables can be allocated on the stack or heap depending on their scope and lifetime.

    • Objects can be created using new operator and must be deleted using delete operator to avoid memory leaks.

    • Smart pointers like unique_ptr and shared_ptr can be used to manage object memory automatically.

    • Memory leaks can be avoided by properly managi...

  • Answered by AI
  • Q4. Difference between stack memory and heap memory
  • Ans. 

    Stack memory is allocated automatically, while heap memory is allocated manually.

    • Stack memory is limited and has a fixed size, while heap memory is larger and can grow dynamically.

    • Stack memory is faster to access than heap memory.

    • Stack memory is used for local variables and function calls, while heap memory is used for dynamic memory allocation.

    • Examples of stack memory include function call stack and local variables, w...

  • Answered by AI
  • Q5. About function overloading and overriding in c++?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just study about basic concept of c++ and memory management about variables and objects.

Skills evaluated in this interview

C Developer Interview Questions & Answers

user image Anonymous

posted on 14 Jun 2023

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

I applied via Campus Placement and was interviewed in Dec 2022. There were 4 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 - Aptitude Test 

Technical based question and c++ programing question

Round 3 - Technical 

(1 Question)

  • Q1. Opps concept and multi threading questions
Round 4 - HR 

(1 Question)

  • Q1. About your self

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was moderate

C Developer Interview Questions Asked at Other Companies

asked in UBS
Q1. String Transformation Problem Given a string (STR) of length N, y ... read more
asked in UBS
Q2. Merge K Sorted Arrays Problem Statement Given 'K' different array ... read more
asked in UBS
Q3. Sort 0 1 2 Problem Statement Given an integer array arr of size ' ... read more
asked in UBS
Q4. Find Maximum Number by At-most K Swaps Given an array of non-nega ... read more
asked in UBS
Q5. BST Node Deletion Problem Given a binary search tree (BST) and a ... read more

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
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

All basic coding questions on pattern and star sums it easy

Round 3 - One-on-one 

(2 Questions)

  • Q1. About Yourself full information
  • Q2. Role that u want

Interview Preparation Tips

Interview preparation tips for other job seekers - All good just stay confident

63 Moons Technologies Interview FAQs

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

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

  1. What is class and objects in c...read more
  2. Memory management of variable and obje...read more
  3. Difference between stack memory and heap mem...read more

Tell us how to improve this page.

63 Moons Technologies C Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

3i Infotech Interview Questions
3.5
 • 145 Interviews
Microland Interview Questions
3.4
 • 132 Interviews
NSE.IT Interview Questions
3.6
 • 127 Interviews
Karvy Innotech Interview Questions
2.9
 • 28 Interviews
CS Tech AI Interview Questions
4.0
 • 28 Interviews
View all
63 Moons Technologies C Developer Salary
based on 5 salaries
₹5.5 L/yr - ₹7.8 L/yr
At par with the average C Developer Salary in India
View more details
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.4
Compare

Newgen Software Technologies

3.7
Compare

NSE.IT

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