Filter interviews by
Be the first one to contribute and help others!
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...
posted on 1 Sep 2024
Hash map is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.
Hash map uses a hash function to map keys to indices in an array.
Collision handling is important in hash map implementation.
Common operations include adding, removing, and retrieving key-value pairs.
Example: HashMap
posted on 4 Sep 2024
Medium level question are asked
I applied via campus placement at Easwari Engineering College, Chennai and was interviewed in Jan 2024. There were 3 interview rounds.
Includes basic concepts of computer networks, computer architecture and technical MCQ questions. First round also includes 3 coding questions of easy level. Those who solved 2 coding questions got selected for next round.
Packages in Java are used to organize classes and interfaces into namespaces for better code organization and reusability.
Packages help in avoiding naming conflicts by grouping related classes together.
Packages can be nested within each other to create a hierarchical structure.
Packages are declared using the 'package' keyword at the beginning of a Java file.
Example: 'package com.example.myapp;' declares a package named
The public static void main method is the entry point of a Java program.
It is a mandatory method in Java programs, as it is the starting point of execution.
The 'public' keyword allows the main method to be accessed from outside the class.
The 'static' keyword allows the main method to be called without creating an instance of the class.
The 'void' keyword indicates that the main method does not return any value.
The 'main...
I applied via Walk-in
How to generate an random numbera
I applied via Campus Placement and was interviewed in Jan 2024. There were 2 interview rounds.
Technical round was really good
Binary search is a search algorithm that finds the position of a target value within a sorted array.
Divide and conquer approach
Compares target value with middle element of array
If target value is smaller, search left half; if larger, search right half
Repeat process until target value is found or subarray is empty
A linked list is a data structure consisting of nodes where each node contains a data field and a reference to the next node in the sequence.
Linked list elements are not stored in contiguous memory locations like arrays.
Each node in a linked list contains data and a reference to the next node.
Linked lists can be singly linked (each node points to the next node) or doubly linked (each node points to both the next and pr
Easy and os que were there
Collection frameworks in Java provide a set of classes and interfaces to store and manipulate groups of objects.
Collection frameworks provide reusable data structures like lists, sets, and maps.
They offer algorithms to manipulate and access the elements in these data structures.
Examples include ArrayList, HashSet, and HashMap in Java.
posted on 25 Jun 2024
Logical reasoning, quantitative aptitude
Scheduling algorithm is a method used to determine the order of tasks to be executed on a computer system.
Scheduling algorithms help in optimizing resource utilization and improving system performance.
Examples of scheduling algorithms include First Come First Serve, Shortest Job Next, Round Robin, etc.
Cache policy determines how data is stored, accessed, and replaced in a cache memory.
Cache policies include FIFO, LRU, LFU, and random replacement algorithms.
FIFO (First In, First Out) replaces the oldest data first.
LRU (Least Recently Used) replaces the least recently accessed data first.
LFU (Least Frequently Used) replaces the least frequently accessed data first.
Random replacement algorithm replaces data randomly.
Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.
Normalization involves breaking down data into smaller, more manageable parts.
It helps in reducing data redundancy by storing data in a structured way.
Normalization ensures data integrity by avoiding anomalies like insertion, update, and deletion anomalies.
There are different normal forms like 1NF, 2NF, 3NF, BC...
Software Engineer
12
salaries
| ₹12 L/yr - ₹28 L/yr |
Senior Software Engineer
10
salaries
| ₹30 L/yr - ₹53.5 L/yr |
Software Developer
5
salaries
| ₹17 L/yr - ₹25 L/yr |
Senior Test Engineer
5
salaries
| ₹14 L/yr - ₹20 L/yr |
Software Quality Engineer
4
salaries
| ₹8.5 L/yr - ₹14.8 L/yr |
Interactive Brokers
Oanda Corporation
Zerodha
Upstox