Filter interviews by
4 questions been asked in coding test
I applied via LinkedIn and was interviewed before Sep 2023. There were 6 interview rounds.
3rd party coding round
JS coding round. Focused on JS fundamentals and problem solving.
React coding round. Developing a UI
I applied via Campus Placement and was interviewed before Sep 2023. There were 3 interview rounds.
The coding test involved 3 DSA questions and I had 90 min to solve those. In terms of difficulty it would say they were simillar to Leetcode Medium
Efficient memory management for storing different pages involves data structures like page tables and algorithms for allocation.
Use page tables to map virtual addresses to physical memory locations.
Implement algorithms like Least Recently Used (LRU) for page replacement.
Consider using a linked list or hash map for quick access to pages.
Utilize memory pools to manage fixed-size memory blocks for pages.
Example: In a web ...
Top trending discussions
I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.
I applied via Approached by Company and was interviewed before Aug 2021. There was 1 interview round.
Design a traffic signal system
Identify the number of lanes and intersections
Determine the traffic flow and peak hours
Choose appropriate sensors and controllers
Implement a synchronization algorithm
Consider emergency vehicle prioritization
Include pedestrian crossing signals
Ensure compliance with local regulations
Hashmap is a data structure that stores key-value pairs and provides constant time complexity for insertion, deletion, and retrieval.
Hashmap uses hashing function to map keys to indices in an array
Collisions can occur when multiple keys map to the same index, which can be resolved using separate chaining or open addressing
Java implementation: HashMap<String, Integer> map = new HashMap<>();
This code prints a pyramid pattern of stars based on a specified number of rows.
Use nested loops: Outer loop for rows, inner loop for spaces and stars.
Calculate spaces: For each row, print (n - i) spaces before stars.
Print stars: For each row, print (2 * i + 1) stars after spaces.
Example for 5 rows: * *** ***** ******* *********
Common point in linked list refers to the node where two or more linked lists intersect.
The common point can be found by traversing both linked lists and comparing the nodes.
The common point can also be found by using two pointers, one for each linked list, and moving them until they meet at the common point.
Examples include finding the intersection point of two linked lists or finding the loop in a linked list.
MVC life cycle, AJAX call and passing data from view to partial view.
MVC life cycle includes request routing, controller instantiation, action execution, and rendering of the view.
AJAX call is initiated by sending an HTTP request to the server and receiving a response in the form of JSON or XML data.
To pass data from one view to a partial view, we can use ViewBag, ViewData, or TempData.
ViewBag is a dynamic object that ...
Abstract class is a class that cannot be instantiated, while interface is a contract that defines methods.
Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.
Abstract class can have instance variables, while interface cannot.
Abstract class is used for code reusability and polymorphism, while interface is used for achieving abstraction and loose coupling.
In serv...
I applied via Campus Placement and was interviewed before Sep 2021. There were 4 interview rounds.
Math and verbal round .
General topics to speak
Implement a function to find duplicates in an array of strings using Hashmap.
Create a Hashmap to store the frequency of each string in the array
Iterate through the array and check if the frequency of any string is greater than 1
If yes, add it to the list of duplicates
Return the list of duplicates
based on 4 interview experiences
Difficulty level
Duration
based on 9 reviews
Rating in categories
Software Engineer
271
salaries
| ₹34.2 L/yr - ₹63.8 L/yr |
Senior Software Engineer
224
salaries
| ₹45 L/yr - ₹80 L/yr |
Software Developer
115
salaries
| ₹36.4 L/yr - ₹62.2 L/yr |
Data Engineer
102
salaries
| ₹27.5 L/yr - ₹45 L/yr |
Senior Data Engineer
101
salaries
| ₹13.9 L/yr - ₹67.1 L/yr |
Salesforce
Amazon
Oracle