Filter interviews by
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
It is a test of total 150+ questions in which we have some java pseudocodes ,python ,aptitude reasoning questions as well and english questions.
The program checks if a given sentence is a palindrome or not.
Prompt the user to input a sentence
Remove all spaces and punctuation from the sentence
Reverse the sentence and compare it with the original sentence to check for palindrome
I applied via Campus Placement and was interviewed before Aug 2023. There were 2 interview rounds.
First round of interview was a couple of questions on Java, SQL and algorithms
Top trending discussions
posted on 10 Sep 2023
It was an easy test. It consisted of MCQs and two coding qns. Prepare SQL well. It also had 2 programming question. Both were medium difficukty
I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.
Find the largest rectangle containing only 1s in a binary matrix.
Use dynamic programming to track heights of consecutive 1s.
For each row, treat it as a histogram and calculate the maximal rectangle.
Utilize a stack to efficiently compute the largest rectangle in a histogram.
Example: For a matrix [[0,1,1],[1,1,0],[1,1,1]], the largest rectangle has area 4.
Loop in linked list is a situation where a node points to a previous node in the list, creating an infinite loop.
Check for loops using Floyd's cycle detection algorithm
Use two pointers, one moving twice as fast as the other, to detect a loop
If the fast pointer catches up to the slow pointer, there is a loop
Two easy questions two wasy questions two easy questions two easy questions
I applied via Company Website and was interviewed in May 2021. There were 5 interview rounds.
Valid parentheses check ensures every opening bracket has a corresponding closing bracket in the correct order.
Use a stack to track opening parentheses. Example: '(()' -> push '(', push '(', pop ')' -> stack: ['(']
For each closing parenthesis, check if the stack is not empty and matches the last opened. Example: '()' -> valid.
An empty stack at the end indicates all parentheses were matched. Example: '(()())' -...
Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.
Currying can be achieved using arrow functions in JavaScript.
Arrow functions automatically bind 'this' and do not have their own 'this' value.
Example: const add = a => b => a + b;
Example: const addFive = add(5); const result = addFive(3); // result ...
I appeared for an interview in Mar 2025, where I was asked the following questions.
Key DSA problems: Next Greater Element, Cycle in Linked List, Stock Trading, and Coin Change.
Next Greater Element: Find the next greater number for each element in an array. Example: For [4, 5, 2, 10], result is [5, 10, 10, -1].
Cycle in Linked List: Detect and remove a cycle using Floyd's Tortoise and Hare algorithm. If a cycle exists, find the start and remove it.
Best Time to Buy and Sell Stocks: Maximize profit by fi...
Retrieve the top 3 salaries from each department and calculate total working hours for each employee using SQL queries.
Use the ROW_NUMBER() function to rank salaries within each department: SELECT *, ROW_NUMBER() OVER (PARTITION BY department_id ORDER BY salary DESC) AS rank FROM employees.
Filter the results to get only the top 3 salaries: WHERE rank <= 3.
To calculate total working hours, use SUM() function: SELECT ...
3 questions 3 sum linked list missing sum
System design involves creating a high-level architecture of a software system, while HR principles focus on managing people effectively.
System design involves identifying components, defining their interactions, and ensuring scalability and reliability.
HR principles include hiring the right talent, providing training and development opportunities, and fostering a positive work culture.
Both system design and HR princip...
Two coding questions, one is easy and the other is difficult. Who solved 2nd question was shortlisted for an interview.
based on 2 interview experiences
Difficulty level
Duration
based on 9 reviews
Rating in categories
Software Development Engineer
57
salaries
| ₹4 L/yr - ₹9 L/yr |
Data Engineer
55
salaries
| ₹4.1 L/yr - ₹8.6 L/yr |
Software Developer
36
salaries
| ₹5.5 L/yr - ₹12 L/yr |
Software Engineer
30
salaries
| ₹3.5 L/yr - ₹10.5 L/yr |
Hadoop Administrator
19
salaries
| ₹5.6 L/yr - ₹16 L/yr |
Markelytics Solutions
Jasper Colin
GfK MODE
Dunnhumby