i
Splunk
Filter interviews by
I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.
Karat took 2 rounds of coding test
To find the diameter of a tree with nodes as strings, convert strings to integers for calculations.
Convert strings to integers for calculations
Use depth-first search to find the longest path between two nodes
Top trending discussions
I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.
Data Structure related questions
posted on 31 Mar 2022
I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Sep 2020. There were 4 interview rounds.
I applied via Referral and was interviewed in Jul 2020. There were 3 interview rounds.
The sliding window technique efficiently finds Pythagorean triplets in an array using two pointers.
Sort the array to facilitate the two-pointer approach. Example: [3, 1, 4, 6, 5] becomes [1, 3, 4, 5, 6].
Iterate through the array, fixing one element and using two pointers for the remaining elements.
For each fixed element, check if the sum of squares of the two pointers equals the square of the fixed element.
If a triplet...
Detect if two circular linked lists overlap
Traverse both lists and check if they have the same tail node
If they have different tail nodes, they do not overlap
If they have the same tail node, check if they intersect at any point
Use Floyd's cycle-finding algorithm to detect intersection point
I applied via Naukri.com and was interviewed in Jul 2020. There was 1 interview round.
I applied via LinkedIn and was interviewed in Apr 2021. There were 4 interview rounds.
posted on 24 Dec 2022
I appeared for an interview in Nov 2022.
I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 5 interview rounds.
Minimum 2 platforms required for a railway station.
At least 2 platforms are required for trains to arrive and depart simultaneously.
Additional platforms may be required based on the frequency of trains and passenger traffic.
Platforms should be long enough to accommodate the longest trains that will use the station.
Platforms should also have appropriate facilities for passengers, such as seating, shelter, and signage.
Trapping Rain Water Problem
The problem involves calculating the amount of water trapped between bars in a histogram
The solution involves finding the maximum height of bars on both sides of each bar and subtracting the height of the bar itself
This can be done using two arrays to store the maximum height of bars on the left and right side of each bar
The problem is to find the least cost to travel from source to destination using dynamic programming.
Use dynamic programming to solve the problem
Create a 2D array to store the minimum cost to reach each cell
Fill the array using the recurrence relation: minCost[i][j] = cost[i][j] + min(minCost[i-1][j], minCost[i][j-1], minCost[i-1][j-1])
The final answer will be stored in minCost[m][n], where m and n are the coordinates ...
posted on 6 Jun 2023
I applied via Recruitment Consulltant and was interviewed before Jun 2022. There were 4 interview rounds.
Monolithic architecture is a single large application while microservice architecture is a collection of small, independent services.
Monolithic architecture is a single, tightly coupled application where all components are interconnected.
Microservice architecture breaks down the application into smaller, loosely coupled services that communicate through APIs.
Migrating from monolithic to microservices involves breaking ...
based on 1 interview experience
Difficulty level
Duration
based on 1 review
Rating in categories
Software Engineer
15
salaries
| ₹20 L/yr - ₹33 L/yr |
Senior Software Engineer
9
salaries
| ₹30 L/yr - ₹55 L/yr |
Engineering Manager
6
salaries
| ₹44 L/yr - ₹60 L/yr |
Data Scientist
5
salaries
| ₹16.1 L/yr - ₹30.1 L/yr |
Senior Consultant
4
salaries
| ₹25.1 L/yr - ₹52 L/yr |
Atyantik Technologies
Ecotech Software
Loudcloud Systems
Accedo Broadband