Filter interviews by
I was interviewed in Dec 2022.
Top trending discussions
I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.
Full c concept MCQ with IQ and Computaional Thinking
Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.
Use functions like itoa() to convert integers to strings in different bases
Use strtol() to convert strings to integers in different bases
Remember to specify the base when converting numbers
posted on 20 Mar 2024
Data warehousing is the process of collecting, storing, and managing data from various sources for analysis and reporting.
Data warehousing involves extracting data from multiple sources
Data is then transformed and loaded into a central repository
The data can be used for analysis, reporting, and decision-making
Examples include data warehouses used by businesses to analyze sales data
I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.
posted on 6 Nov 2015
posted on 2 Jul 2024
Main principles of Java include object-oriented programming, platform independence, and automatic memory management.
Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.
Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.
Automatic memory management: Java uses garbage collection to automatically m
The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.
The == operator is used to compare the memory addresses of two objects in Java.
The equals method is used to compare the content of two objects in Java.
Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true
I applied via Campus Placement and was interviewed before Oct 2023. There was 1 interview round.
A pointer to pointer is a variable that stores the memory address of another pointer variable.
It is used to create dynamic data structures like linked lists and trees.
It allows multiple levels of indirection.
It is denoted by ** in C and C++.
Example: int **ptr;
Example: ptr = &p; where p is a pointer variable.
based on 32 reviews
Rating in categories
Software Engineer
183
salaries
| ₹2.4 L/yr - ₹10.1 L/yr |
QA Engineer
156
salaries
| ₹3.2 L/yr - ₹10 L/yr |
Senior Software Engineer
110
salaries
| ₹6.3 L/yr - ₹22 L/yr |
Softwaretest Engineer
100
salaries
| ₹3.2 L/yr - ₹9 L/yr |
Software Developer
96
salaries
| ₹2.4 L/yr - ₹10.1 L/yr |
TCS
Infosys
Wipro
HCLTech