Filter interviews by
I was interviewed in Aug 2021.
Round duration - 90 minutes
Round difficulty - Hard
The round was online. It had 3 coding questions to be solved. Was asked about why are the javascript and jquery used? What is the difference between angular 8 and angular?
Given two strings, str1
and str2
, determine whether str2
contains any permutation of str1
as a substring.
str1 = “ab”
str2 = “aoba”
True
In a city with ‘N’ junctions and ‘M’ bi-directional roads, each junction is connected to other junctions with specified travel times. No road connects a junction to itself, ...
This approach will use DFS(Depth First Search) to make a recursive function in which we pass the currCost, which is the current cost. If the light is not green when we reach that junction, we have to add the waiting time in currCost. After that, we will call the recursive function on all the adjacent unvisited junctions by incrementing the currCost with the weight of the edge. We will maintain a vari...
You need to determine all possible paths for a rat starting at position (0, 0) in a square maze to reach its destination at (N-1, N-1). The maze is represented as an N*N ma...
Approach: We can start the traversal of the paths from the rat’s starting position, i.e. (0,0) keeping track of the visited cells during the traversal. We will recursively go through all the paths possible until the last index of the grid (destination) is reached, and add the path information using which the rat successfully reached the end.
Algorithm is as follows:
Tip 1 : practice coding questions
Tip 2 : Search and study previous interview questions
Tip 1 : Mention the things according to role
Tip 2 : just write a clear one page resume
Top trending discussions
posted on 12 Feb 2025
Aptitude and coding logis asked
Few coding questions and MCQ based
It's was MCQ based test
Some OOP concepts include inheritance, encapsulation, polymorphism, and abstraction.
Inheritance: Allows a class to inherit properties and behavior from another class.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the complex implementation details and showing only the necessary features
A Guid Id is a globally unique identifier used in software development to uniquely identify objects or entities.
Guid Ids are 128-bit integers represented as a hexadecimal string.
They are typically used in databases, APIs, and various software systems to ensure uniqueness.
Example: 6B29FC40-CA47-1067-B31D-00DD010662DA
I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.
Profit and loss average , simple intesest
Fibonacci numbers , prime numbers , even odd numbers
posted on 22 Jul 2024
Check if a string of parentheses is valid
Use a stack to keep track of opening parentheses
Pop from stack when encountering a closing parenthesis
If stack is empty at the end and all parentheses are matched, it is valid
Medium leveln coding round
I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 2 interview rounds.
based on 2 reviews
Rating in categories
Senior Recruitment Associate
249
salaries
| ₹3 L/yr - ₹8.5 L/yr |
Recruitment Associate
181
salaries
| ₹2.5 L/yr - ₹5.2 L/yr |
Recruitment Specialist
126
salaries
| ₹3.6 L/yr - ₹10.6 L/yr |
Payroll Specialist
93
salaries
| ₹2.2 L/yr - ₹7 L/yr |
Principal Consultant
72
salaries
| ₹3.5 L/yr - ₹11 L/yr |
Darwinbox
SAP
Ramco Systems
Sumtotal Systems