Filter interviews by
I applied via Campus Placement
Moderate , easy and basic questions
Debugging problem , language is your choice
Top trending discussions
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?
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...
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
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
Software Engineer
67
salaries
| ₹8 L/yr - ₹22 L/yr |
Associate Software Engineer
47
salaries
| ₹6.7 L/yr - ₹13 L/yr |
Senior Software Engineer
31
salaries
| ₹10.5 L/yr - ₹30 L/yr |
QA Engineer
28
salaries
| ₹5.5 L/yr - ₹13 L/yr |
Manager
23
salaries
| ₹5.8 L/yr - ₹17.2 L/yr |
TCS
Infosys
Wipro
HCLTech