Filter interviews by
I applied via Company Website and was interviewed in Nov 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.
Top trending discussions
I applied via Job Portal and was interviewed in Aug 2024. There were 2 interview rounds.
A palindrome program in Java checks if a given string reads the same forwards and backwards.
Create a function that takes a string input
Use a loop to compare characters from both ends of the string
Return true if the string is a palindrome, false otherwise
Diamond problem in Java occurs when a class inherits from two classes that have a common ancestor, resulting in ambiguity.
Diamond problem arises in multiple inheritance scenarios in Java.
It occurs when a class inherits from two classes that have a common ancestor.
To resolve the diamond problem, Java does not support multiple inheritance through classes, but it can be achieved using interfaces.
Example: Class A and Class...
Iterate through the list and find pairs of numbers that sum up to 6
Iterate through the list and check if the current number + any other number in the list equals 6
Store the pairs of numbers that sum up to 6 in a separate list
Return the list of pairs
Linked list is a data structure where elements are stored in nodes with pointers to the next node. Array list is a dynamic array that can grow or shrink in size.
Linked list allows for efficient insertion and deletion of elements anywhere in the list.
Array list provides fast access to elements using index, but slower insertion and deletion compared to linked list.
Example: Linked list - 1 -> 2 -> 3 -> 4 -> 5, Array list
The @Controller annotation is used for traditional MVC controllers, while @RestController is used for RESTful web services.
The @Controller annotation is used to define a class as a Spring MVC controller, which can handle HTTP requests and return a view.
The @RestController annotation is used to define a class as a controller for RESTful web services, which can handle HTTP requests and return data in JSON or XML format.
T...
I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.
posted on 28 Aug 2024
I applied via campus placement at RV College Of Engineering (RVCE) and was interviewed in Jul 2024. There were 2 interview rounds.
Got question related to logical reasoning
Structs are used to define a data structure with multiple fields, while enumerations are used to define a set of named constants.
Structs are used to group related data together, while enumerations are used to define a set of named constants.
Structs can have multiple fields of different data types, while enumerations can only have a fixed set of named values.
Example: struct Person { string name; int age; } vs enum Days
Paging in operating systems is a memory management scheme that allows the operating system to use disk space as an extension of RAM.
Paging divides physical memory into fixed-size blocks called pages.
Virtual memory is divided into fixed-size blocks called frames.
The operating system keeps track of which pages are in RAM and which are on disk using a page table.
When a process needs a page that is not in RAM, a page fault...
I applied via Job Portal
Integration between icerties involves connecting different software systems to enable seamless data exchange.
Use APIs to establish communication between different icerties
Implement data mapping to ensure compatibility between systems
Consider security measures to protect sensitive information during integration
posted on 12 Feb 2024
Easy to Medium difficulty with Aptitude Questions
I applied via eLitmus and was interviewed in Dec 2023. There were 4 interview rounds.
Logical thinking was important for preparation
SQL is a programming language used for managing and manipulating relational databases.
SQL stands for Structured Query Language
It is used to create, modify, and retrieve data from databases
SQL is a declarative language, meaning you specify what you want to achieve rather than how to achieve it
Common SQL commands include SELECT, INSERT, UPDATE, and DELETE
SQL is used in various database management systems like MySQL, Orac
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
I was asked with writing the code and algorithms. Also lots of MySQL queries
based on 4 reviews
Rating in categories
Information Technology Recruiter
50
salaries
| ₹2.4 L/yr - ₹4.2 L/yr |
Senior Software Engineer
47
salaries
| ₹9.4 L/yr - ₹32.8 L/yr |
Senior IT Recruiter
30
salaries
| ₹3 L/yr - ₹6.8 L/yr |
Software Developer
26
salaries
| ₹4.5 L/yr - ₹18.6 L/yr |
Software Engineer
25
salaries
| ₹4.2 L/yr - ₹12 L/yr |
Infosys
Wipro
TCS
HCLTech