Filter interviews by
I applied via Indeed and was interviewed before May 2022. There were 2 interview rounds.
The latest configuration for a computer varies depending on the manufacturer and model. The current RAM standard is DDR4.
The latest configuration for a computer depends on the manufacturer and model
Some common configurations include Intel Core i7 or i9 processors, solid-state drives, and dedicated graphics cards
The current RAM standard is DDR4, which offers faster speeds and higher capacities than previous standards li...
Top trending discussions
posted on 26 Oct 2020
I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.
Data scraping, computer vision, agile methodologies, change request, and testing methods are all important aspects of software engineering.
Data scraping involves extracting data from websites or other sources.
Computer vision involves using algorithms to interpret and analyze visual data.
Agile methodologies are a set of principles for software development that prioritize flexibility and collaboration.
Change requests are...
posted on 16 May 2021
I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 4 interview rounds.
posted on 28 Apr 2021
I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.
posted on 30 Nov 2021
I applied via Recruitment Consultant and was interviewed before Nov 2020. There were 3 interview rounds.
Find sum of squares of numbers in list using stream API.
Use mapToInt() to convert list of integers to IntStream
Use map() to square each element of IntStream
Use sum() to get the sum of squares
Searching in 2D sorted array row wise and column wise.
Start from the top right corner or bottom left corner
Compare the target with the current element
Move left or down if target is smaller or move right or up if target is larger
Repeat until target is found or out of bounds
posted on 8 Apr 2021
posted on 5 Dec 2021
I applied via Campus Placement and was interviewed before Dec 2020. There were 4 interview rounds.
Use Dijkstra's algorithm to find the shortest path between 2 vertices in a graph.
Implement Dijkstra's algorithm to find the shortest path
Create a priority queue to keep track of the vertices with the shortest distance
Use a visited set to avoid revisiting vertices
Stop when the destination vertex is reached
Return the shortest path found
Example: finding the shortest path between A and D in a graph with weighted edges: A->...
Find pairs in an array with sum equal to 0.
Use a hash table to store the frequency of each element.
Iterate through the array and for each element, check if its complement (negative value) exists in the hash table.
If it exists, add the frequency of the complement to the count of pairs.
Return the count of pairs.
Example: array = [2, -2, 3, 0, -3], pairs = 2 (-2, 2 and -3, 3)
I appeared for an interview in Jul 2019.
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
Printing patterns using code
Identify the pattern to be printed
Use loops to print the pattern
Adjust the loop variables to control the pattern
Use conditional statements to modify the pattern
Examples: printing stars, triangles, squares, etc.
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.
based on 1 interview
Interview experience
Software Engineer
257
salaries
| ₹4.4 L/yr - ₹15 L/yr |
Senior Software Engineer
233
salaries
| ₹7.8 L/yr - ₹20.5 L/yr |
Associate Software Engineer
143
salaries
| ₹3.8 L/yr - ₹9.9 L/yr |
Expert Software Engineer
138
salaries
| ₹14 L/yr - ₹28.4 L/yr |
Quality Engineer
121
salaries
| ₹4.5 L/yr - ₹14.5 L/yr |
Oracle
Amdocs
Carelon Global Solutions
Automatic Data Processing (ADP)