Filter interviews by
I applied via Hirist and was interviewed before Feb 2021. There was 1 interview round.
Java is a programming language. EJB, Struts, Hibernate, and Microservices are Java frameworks.
EJB (Enterprise JavaBeans) is a server-side software component that encapsulates business logic of an application.
Struts is a framework for building web applications in Java.
Hibernate is an ORM (Object-Relational Mapping) tool that simplifies database access in Java applications.
Microservices is an architectural style for buil...
Top trending discussions
COBOL supports various data passing techniques.
COBOL supports passing data by reference using the CALL BY REFERENCE clause.
COBOL also supports passing data by content using the CALL BY CONTENT clause.
COBOL also supports passing data by value using the CALL BY VALUE clause.
COBOL also supports passing data by address using the CALL BY ADDRESS clause.
I appeared for an interview before Apr 2024, where I was asked the following questions.
I applied via Approached by Company and was interviewed in Apr 2023. There were 3 interview rounds.
I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.
Asynchronous and synchronous are programming concepts that determine how tasks are executed.
Synchronous tasks are executed one after the other, in a sequential manner.
Asynchronous tasks can be executed simultaneously, without waiting for the previous task to complete.
Synchronous tasks are easier to understand and debug, while asynchronous tasks are more efficient and can improve performance.
Examples of synchronous task...
I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
A loop can be found by iterating over a collection of elements repeatedly until a certain condition is met.
Iterate over a collection of elements using for loop, while loop, or foreach loop
Check for a condition to determine when to exit the loop
Examples: for(int i=0; i
Merge LL refers to merging two linked lists into a single sorted linked list.
Use a dummy node to start the merged list
Compare the values of the nodes from both lists and add the smaller one to the merged list
Move the pointer of the merged list and the list from which the node was added
Structure padding is the process of adding empty bytes to a structure to align its data members on memory boundaries.
Padding is added to ensure that each data member in a structure starts at a memory address that is a multiple of its size.
Padding is necessary for performance optimization and to prevent memory access violations.
For example, if a structure has a char followed by an int, padding may be added between them
A translation unit is a source file along with all the headers and source files included in it.
Translation unit is the smallest unit of compilation in C++.
It consists of a source file and all the header files and source files included in it.
Each translation unit is compiled separately before being linked together.
Translation units help in organizing and modularizing code.
Example: If a.cpp includes b.h and c.cpp, then t...
based on 1 review
Rating in categories
Consultant
20
salaries
| ₹3.3 L/yr - ₹6.6 L/yr |
Junior Consultant
13
salaries
| ₹2.5 L/yr - ₹4.3 L/yr |
Software Developer
8
salaries
| ₹3.8 L/yr - ₹6.7 L/yr |
Functional Consultant
6
salaries
| ₹3 L/yr - ₹4.8 L/yr |
Senior Software Engineer
6
salaries
| ₹30 L/yr - ₹38 L/yr |
Accenture
Wipro
Cognizant
Capgemini