i
Dassault Systemes
Filter interviews by
I applied via Referral and was interviewed before Sep 2021. There were 2 interview rounds.
Constructors are called in order of inheritance, while destructors are called in reverse order.
Constructors are called when an object is created.
Destructors are called when an object is destroyed.
Inheritance affects the order of constructor calls.
Destructors are called in reverse order of constructors.
The Friends class in C++ allows access to private and protected members of a class by other classes.
The Friends class is declared inside the class that needs to grant access to its private/protected members.
The Friends class can be a friend of multiple classes.
Example: class A { friend class B; }; class B { friend class C; };
Example: class A { friend void B::function(); }; class B { void function() { //access A's priva
To determine if a point lies inside, on or outside a circle, we need to calculate the distance between the point and the center of the circle.
Calculate the distance between the point and the center of the circle using the distance formula
If the distance is greater than the radius of the circle, the point is outside the circle
If the distance is equal to the radius of the circle, the point is on the circle
If the distance...
Top trending discussions
Market research and media analytics assignment
Stocks are ownership shares in a company that represent a portion of its assets and earnings.
Stocks are bought and sold on stock exchanges
Stock prices can fluctuate based on various factors such as company performance, market trends, and economic conditions
Investors can earn money through dividends or by selling their stocks at a higher price than they bought them for
Examples of well-known stocks include Apple, Amazon,
posted on 29 Aug 2015
I applied via campus placement at Indian Institute of Technology (IIT), Chennai
Distribute 50 white and 100 black eggs in one bag and 50 white and 0 black eggs in the other bag.
Distribute the black eggs in one bag and white eggs in the other bag
Ensure that both bags have equal number of white eggs
The bag with black eggs will have a higher probability of getting a black egg
Add minus sign to some numbers in array to make sum zero
Identify the sum of all numbers in the array
If sum is already zero, return the array as is
If sum is positive, add minus sign to one or more positive numbers until sum becomes zero
If sum is negative, add minus sign to one or more negative numbers until sum becomes zero
Print the leftmost element in each level of a binary tree.
Use a queue to traverse the tree level by level.
At each level, print the first node in the queue.
Add the left and right child of the node to the queue if they exist.
Repeat until the queue is empty.
posted on 13 Oct 2015
I applied via campus placement at Indian Institute of Technology (IIT), Chennai
R&D Engineer
608
salaries
| ₹6.8 L/yr - ₹24.5 L/yr |
Software Engineering Specialist
357
salaries
| ₹7 L/yr - ₹18.8 L/yr |
Software Developer
347
salaries
| ₹5 L/yr - ₹20 L/yr |
Software Engineer
282
salaries
| ₹5.5 L/yr - ₹18 L/yr |
QA Engineer
135
salaries
| ₹4 L/yr - ₹13.5 L/yr |
Autodesk
Siemens
PTC
Ansys Software Private Limited