Filter interviews by
I applied via Referral and was interviewed in Oct 2022. There were 2 interview rounds.
Cartesian join is a type of join where every row of one table is combined with every row of another table.
Also known as cross join
Does not require any matching condition
Results in a large number of rows
Syntax: SELECT * FROM table1 CROSS JOIN table2
Example: combining a list of products with a list of customers
Query to create a table
Use CREATE TABLE statement
Specify table name and column names with data types
Add constraints if required
Top trending discussions
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
posted on 11 Sep 2023
posted on 11 Sep 2022
I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.
Questions related to c++ concepts like templates, copy constructor and inheritance. Questions related to pointers.
Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.
Inheritance allows code reuse and promotes code organization.
There are different types of inheritance: single, multiple, multilevel, hierarchical, and hybrid.
Single inheritance involves a class inheriting from a single base class.
Multiple inheritance involves a class inheriting from multiple base c...
Constructors and destructors are special member functions in object-oriented programming languages.
Constructors are used to initialize the object's data members when it is created.
Destructors are used to free up any resources allocated by the object when it is destroyed.
Constructors have the same name as the class and no return type.
Destructors have the same name as the class preceded by a tilde (~) and no return type.
...
Copy constructor creates a new object by copying an existing object of the same class.
Copy constructor is used to create a new object with the same values as an existing object.
It takes an object of the same class as a parameter.
It is different from regular constructors as it creates a new object by copying an existing object.
Copy constructor is invoked when an object is passed by value or returned by value.
Virtual functions allow polymorphism, abstract classes cannot be instantiated, pure virtual functions have no implementation.
Virtual functions are functions in a base class that can be overridden in derived classes
Abstract classes are classes that have at least one pure virtual function and cannot be instantiated
Pure virtual functions have no implementation and must be overridden in derived classes
Virtual functions can...
Copy constructor creates a new object by copying an existing object, while = operator assigns the value of one object to another.
Copy constructor is used to create a new object with the same values as an existing object.
= operator is used to assign the value of one object to another.
Copy constructor is invoked when a new object is created from an existing object.
= operator is invoked when an existing object is assigned...
Lambda functions are anonymous functions that can be passed as arguments or stored in variables.
Lambda functions are also known as anonymous functions or closures.
They are commonly used in functional programming languages like Python and JavaScript.
Lambda functions can be used to create higher-order functions, which take other functions as arguments.
They are often used for filtering, mapping, and reducing data in colle...
I was interviewed before May 2023.
Endianness refers to the order in which bytes are stored in memory. There are two types: big-endian and little-endian.
Big-endian systems store the most significant byte first, while little-endian systems store the least significant byte first.
Endianness can affect how data is interpreted and manipulated in a computer system.
Example: In a big-endian system, the number 0x12345678 would be stored as 12 34 56 78 in memory.
...
Technical Lead
628
salaries
| ₹10 L/yr - ₹30.7 L/yr |
Senior Engineer
458
salaries
| ₹5 L/yr - ₹18 L/yr |
Advanced Software Engineer
440
salaries
| ₹12 L/yr - ₹34.8 L/yr |
Software Engineer
420
salaries
| ₹4 L/yr - ₹16 L/yr |
Senior Software Engineer
345
salaries
| ₹7.2 L/yr - ₹25.4 L/yr |
Siemens
Bosch
ABB
Schneider Electric