Filter interviews by
It was good and nice
Ecnomic inequality and how to. alleviate it
I applied via Campus Placement and was interviewed in Jan 2023. There were 2 interview rounds.
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)
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 { ...
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...
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...
63 Moons Technologies interview questions for popular designations
I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.
Easy level questions ask
Get interview-ready with Top 63 Moons Technologies Interview Questions
I applied via Walk-in
Microsoft technologies
I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.
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");
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
I applied via Campus Placement and was interviewed in Dec 2022. There were 4 interview rounds.
Technical based question and c++ programing question
I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.
TypeScript is a superset of JavaScript that adds static typing and other features to help developers write more robust code.
TypeScript is developed and maintained by Microsoft.
It compiles down to plain JavaScript.
It helps catch errors at compile time rather than runtime.
Top trending discussions
The duration of 63 Moons Technologies interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 27 interviews
Interview experience
based on 295 reviews
Rating in categories
Mumbai Suburban,
Navi Mumbai
+13-6 Yrs
Not Disclosed
Mumbai Suburban,
Navi Mumbai
+12-3 Yrs
Not Disclosed
10-15 Yrs
Not Disclosed
Software Engineer
208
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
92
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Auditor
60
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
49
salaries
| ₹0 L/yr - ₹0 L/yr |
Module Lead
44
salaries
| ₹0 L/yr - ₹0 L/yr |
National Stock Exchange of India
Bombay Stock Exchange
Multi Commodity Exchange of India
Reliance Industries