Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2021. There were 2 interview rounds.
The aptitude test comprised questions on computer programming concepts like C, Data Structures and Algorithms. It also contained questions on English language, then there was a gaming round followed by set of behavioural questions.
C is a procedural language, C++ is an object-oriented language, and Java is a class-based object-oriented language.
C is a low-level language with limited abstraction and no built-in support for object-oriented programming.
C++ is an extension of C with added support for object-oriented programming, templates, and exception handling.
Java is a high-level language with automatic memory management, platform independence, an...
JVM is a virtual machine that executes Java bytecode. JDK is a development kit that includes JRE and tools for developing Java applications. JRE is a runtime environment that executes Java bytecode.
JVM stands for Java Virtual Machine and is responsible for executing Java bytecode.
JDK stands for Java Development Kit and includes JRE along with tools for developing Java applications.
JRE stands for Java Runtime Environmen...
Static memory allocation is a way of allocating memory at compile-time.
Memory is allocated before the program starts executing
The size of memory is fixed and cannot be changed during runtime
Variables declared with static keyword are stored in static memory
Example: int x; //allocated in static memory
Example: static int y; //allocated in static memory
Array is a collection of similar data types. Constructor is a special method used to initialize objects. Class is a blueprint while object is an instance of a class.
Array is used to store multiple values in a single variable.
Constructor is called when an object of a class is created.
Class defines the properties and methods of an object while object is an instance of a class.
Example of array: int[] numbers = {1, 2, 3};
E...
Top trending discussions
Senior Software Engineer
2.2k
salaries
| ₹5.7 L/yr - ₹23.4 L/yr |
Technical Lead
1.4k
salaries
| ₹9.8 L/yr - ₹32 L/yr |
Software Engineer
1.3k
salaries
| ₹3 L/yr - ₹11.3 L/yr |
Network Engineer
462
salaries
| ₹3 L/yr - ₹12 L/yr |
Senior Technical Lead
427
salaries
| ₹13.4 L/yr - ₹35 L/yr |
TCS
Infosys
Wipro
HCLTech