Filter interviews by
Be the first one to contribute and help others!
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
It was good , there was merge intervals questions , and 1 hard questions
I applied via Indeed and was interviewed before Aug 2022. There were 3 interview rounds.
Program to mirror the pixel in a screen matrix of 24 bit pixels
Create a 2D array to represent the screen matrix of pixels
Iterate through each row and swap the pixels from left to right
Ensure to handle the 24 bit pixels properly for mirroring
Example: [[255, 0, 0], [0, 255, 0], [0, 0, 255]] -> [[0, 0, 255], [0, 255, 0], [255, 0, 0]]
3 rounds of coding problems in c++ from various disciplines some relatively easy and some hard
I applied via LinkedIn and was interviewed in Apr 2023. There were 4 interview rounds.
Leetcode hard 2 questions cat chicken problem
Leetcode hard lld questions and mr round
I applied via LinkedIn and was interviewed in Apr 2023. There were 3 interview rounds.
You better prepare for dynamic programming
Max sub array refers to the contiguous subarray within an array that has the largest sum of elements.
Max sub array problem is a common algorithmic problem in computer science.
It involves finding the subarray with the largest sum of elements.
Example: Given array [1, -2, 3, 4, -1, 2, 1, -5, 4], the max sub array is [3, 4, -1, 2, 1] with a sum of 9.
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
That was very basic round and it was so easy
Two question are given one from LinkedList and second was from Dynamic Programming
posted on 25 Jan 2025
I appeared for an interview in Dec 2024.
A standardized assessment that measures a person's skills, cognitive abilities, and potential to perform in a specific role.
I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.
Written test on DSA - 3 questions on hackerrank
F2F interview on DSA + automation
I applied via AmbitionBox and was interviewed in Aug 2023. There were 3 interview rounds.
Data structures and algorithms. Leet code hard level
On leetcode based prblm there are questions asked
Trees are hierarchical data structures with nodes connected by edges. Binary search is a search algorithm that finds the position of a target value within a sorted array.
Trees are made up of nodes connected by edges, with a root node at the top and leaf nodes at the bottom.
Binary search is a divide and conquer algorithm that compares the target value to the middle element of a sorted array.
Binary search is efficient fo...
Graphs are data structures that consist of nodes (vertices) connected by edges (links).
Graphs can be directed or undirected.
Nodes can have attributes or properties.
Edges can have weights or labels.
Examples of graphs include social networks, road networks, and organizational hierarchies.
Projects and dsa based round is this
Find the longest increasing subsequence in an array.
Use dynamic programming to solve this problem.
Iterate through the array and keep track of the longest increasing subsequence ending at each index.
Return the maximum length found.
Detecting a cycle in a graph using depth-first search or Floyd's cycle detection algorithm.
Use depth-first search to detect a cycle in a graph by keeping track of visited nodes and checking for back edges.
Alternatively, use Floyd's cycle detection algorithm for detecting a cycle in a linked list or graph.
Example: For a graph with nodes A, B, C, D and edges (A->B, B->C, C->D, D->A), a cycle is detected when visiting nod...
Technical Support Engineer
976
salaries
| ₹8.5 L/yr - ₹25 L/yr |
Technical Consultant
344
salaries
| ₹13.8 L/yr - ₹32 L/yr |
Member Technical Staff
287
salaries
| ₹18.8 L/yr - ₹60 L/yr |
Senior Member of Technical Staff
256
salaries
| ₹30 L/yr - ₹95 L/yr |
Senior Technical Consultant
251
salaries
| ₹18 L/yr - ₹45 L/yr |
SAP
Zoho
Oracle
Adobe