Filter interviews by
I applied via Job Fair and was interviewed in Nov 2023. There were 2 interview rounds.
25 mcq on computer fundamentals and 2 medium coding questions
Threads are lightweight processes within a process. They share memory space, while processes have separate memory spaces.
Threads are lighter weight than processes and share memory space
Processes have their own memory space and are heavier than threads
Example: In a web browser, each tab can be a separate thread within the same process
posted on 22 Sep 2024
I applied via Approached by Company and was interviewed before Sep 2023. There was 1 interview round.
posted on 10 Jul 2022
The simple pseudo are given and we have findout the o/p of the given code and some of the apti questions like questions on directions, speed and time , the Puzzle
They are given 5 coding questions they were easy to moderate and we have to solve those questions within 1 hr the platform was Google docs
I applied via campus placement at G L Bajaj Institute of Technology & Management, Greater Noida and was interviewed in Oct 2024. There were 3 interview rounds.
They asked some general Quantitative and logical questions and code snippets.
posted on 29 Nov 2024
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
We can easily pass the test cases
Interface in Java is a reference type, similar to a class, that can contain only constants, method signatures, default methods, static methods, and nested types.
Interfaces are used to define a contract for classes that implement them.
Classes can implement multiple interfaces in Java.
Interfaces cannot have instance fields, constructors, or non-static methods.
Example: interface Shape { void draw(); }
Example: class Circle...
Abstraction is a concept in object-oriented programming where only relevant data is shown to the user while hiding unnecessary details.
Abstraction helps in simplifying complex systems by only showing essential features.
It allows for creating abstract classes and interfaces in Java.
Example: In a car, the driver only needs to know how to drive it without understanding the internal workings of the engine.
Exceptions are unexpected events that disrupt the normal flow of a program. Exception handling is the process of dealing with these events.
Exceptions are objects that represent an abnormal condition or error in a program.
Exception handling allows developers to gracefully handle errors and prevent the program from crashing.
Java provides try-catch blocks for handling exceptions. The try block contains the code that may t...
Arrays are a collection of elements of the same data type, while Strings are a sequence of characters.
Arrays can store multiple values of the same data type, accessed by index.
Strings are immutable sequences of characters, can be manipulated using various methods.
Example: int[] numbers = {1, 2, 3}; String name = "John";
I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.
First round is technical apptitude in java or python
Second round is strings and array coding test
Third level also advanced coding level
posted on 17 Oct 2024
I applied via Walk-in
To implement a queue using a stack, use two stacks and simulate the queue operations.
Use two stacks, one for enqueue operation and one for dequeue operation.
For enqueue operation, simply push elements onto the stack used for enqueueing.
For dequeue operation, if the dequeue stack is empty, pop all elements from enqueue stack and push onto dequeue stack.
Then pop from the dequeue stack to simulate dequeue operation.
A linked list is a data structure consisting of nodes where each node points to the next node in the sequence.
Create a Node class with data and next pointer
Initialize a head pointer to null
Add nodes by updating next pointers
Traverse the list by following next pointers
posted on 18 Sep 2024
I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi and was interviewed in Aug 2024. There were 2 interview rounds.
Duration 60 min, topics: DBMS, computer networking, outputs, SQL queries
Topics: Trees, DP, Greedy
Interview experience
based on 2 reviews
Rating in categories
Software Engineer III
32
salaries
| ₹14.1 L/yr - ₹30 L/yr |
Lead Engineer
21
salaries
| ₹30 L/yr - ₹58 L/yr |
Software Engineer IV
19
salaries
| ₹22 L/yr - ₹33 L/yr |
Software Engineer2
19
salaries
| ₹12 L/yr - ₹23.6 L/yr |
Software Engineer
15
salaries
| ₹10 L/yr - ₹37.4 L/yr |
Proofpoint
Mimecast
Barracuda Networks
NortonLifeLock's