Filter interviews by
I was interviewed in Oct 2020.
Round duration - 180 Minutes
Round difficulty - Easy
It was from 8 to 11 in the morning. Basic aptitude MCQs were there and 2 coding questions were there.
Given two strings representing expressions in variables, determine if they are equivalent. Return 'YES' if the expressions are identical and 'NO' if they are different. Each ex...
Check if two expressions are equivalent by evaluating them with different variable assignments.
Parse the expressions to evaluate them with different variable assignments.
Use a stack to keep track of operands and operators while evaluating the expressions.
Compare the results of both expressions to determine if they are equivalent.
Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This...
Find the length of the longest strictly increasing subsequence in an array of integers.
Use dynamic programming to solve this problem efficiently.
Initialize an array to store the length of the longest increasing subsequence ending at each index.
Iterate through the array and update the length of the longest increasing subsequence for each element.
Return the maximum value in the array as the result.
Round duration - 32 Minutes
Round difficulty - Easy
It was my first face to face technical round. DSA questions of easy-medium type were asked. And some discussion on the project was there.
Determine if a given singly linked list of integers forms a cycle or not.
A cycle in a linked list occurs when a node's next
points back to a previous node in the ...
Detect if a singly linked list forms a cycle by checking if a node's next points back to a previous node.
Traverse the linked list using two pointers, one moving one step at a time and the other moving two steps at a time.
If the two pointers meet at any point, it indicates the presence of a cycle in the linked list.
To optimize, use Floyd's cycle detection algorithm for O(N) time complexity and O(1) space complexity.
Convert a given binary tree into its mirror tree, where the left and right children of all non-leaf nodes are interchanged.
An integer ‘T’ denoting the number o...
Convert a binary tree into its mirror tree by interchanging left and right children of non-leaf nodes.
Traverse the tree in a recursive manner and swap the left and right children of each node.
Modify the binary tree in place to get the mirror, without creating a new tree.
Use a temporary variable to swap the left and right children of each node.
Round duration - 45 Minutes
Round difficulty - Medium
It was technical plus HR round
For a given M x N sized 2D array 'MATRIX', find and return the value of (i * i + j * j) for elements where the sum of the cubes of its digits equals the element itself. Her...
Find and return the value of (i * i + j * j) for elements in a 2D array where the sum of the cubes of its digits equals the element itself.
Iterate through the 2D array and check if the sum of the cubes of the digits equals the element itself.
Calculate (i * i + j * j) for elements that satisfy the condition.
Return the calculated values as output.
If no element satisfies the condition, return -1.
Tip 1 : Good practice of DSA
Tip 2 : Good project(decent one)
Tip 3 : For interviews prepare a little bit about the company you are applying for.
Tip 1 : Add a project in resume.
Tip 2 : Add your top skills and make sure you have knowledge about the things written in your resume.
Top trending discussions
I was interviewed in Dec 2016.
I applied via Instahyre and was interviewed in Aug 2022. There were 3 interview rounds.
Some kind of cognitive test. Test was easy but a bit practice is necessary. 40 qstns in 20 mins.
Types of qstns :
1. comparing images and find the odd one.(around 10 qstns).
2. question on ratios.
3. Qstns on pi chart and bar graphs (like what is the percentage of certain portion out of whole).
4. Qstns on average (basic).
Advice: prepare the resources shared by HR.
I applied via Recruitment Consulltant and was interviewed in Jul 2022. There were 3 interview rounds.
I applied via Campus Placement and was interviewed in May 2024. There were 3 interview rounds.
Hackerrank medium - hard lavel questions
I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.
2 question easy level
I will address the customer with respect and empathy, actively listening to their concerns and providing clear and concise solutions.
Greet the customer with a friendly and professional tone
Listen actively to their concerns and ask clarifying questions
Provide clear and concise solutions to their technical issues
Empathize with their frustration and offer reassurance
Thank them for their patience and for choosing our compa
If unable to convince CX, try to understand their perspective and offer alternative solutions.
Listen actively to CX's concerns and objections.
Acknowledge their perspective and empathize with their situation.
Offer alternative solutions that address their concerns.
Provide clear and concise explanations for your recommendations.
Follow up with CX to ensure their satisfaction with the resolution.
I will help CX by providing prompt and effective technical support.
Listen actively to their concerns and issues
Provide clear and concise instructions for troubleshooting
Offer alternative solutions if initial troubleshooting does not work
Follow up to ensure issue has been resolved to their satisfaction
Provide education and resources to prevent future issues
I will troubleshoot problems by identifying the root cause and applying appropriate solutions.
Gather information about the problem from the user
Identify the root cause of the problem
Apply appropriate solutions to resolve the problem
Test the solution to ensure it resolves the problem
Document the problem and solution for future reference
Member Technical Staff
39
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
33
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
22
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Support Engineer
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Test Engineer
19
salaries
| ₹0 L/yr - ₹0 L/yr |
SOTI
Codeproofs
ManageEngine
MobileIron