Filter interviews by
I applied via Referral and was interviewed before Apr 2022. There were 2 interview rounds.
I appeared for an interview in Sep 2024, where I was asked the following questions.
I appeared for an interview in Jan 2021.
Round duration - 60 minutes
Round difficulty - Medium
You are provided with a number of stairs, and initially, you are located at the 0th stair. You need to reach the Nth stair, and you can climb one or tw...
This is a problem of counting the number of distinct ways to climb a staircase with 1 or 2 steps at a time.
Use dynamic programming to solve this problem
Create an array to store the number of ways to reach each stair
Initialize the base cases for 0th and 1st stair
Iterate from 2nd stair to Nth stair and calculate the number of ways using the previous two stairs
Return the number of ways to reach the Nth stair modulo 10^9+7
Round duration - 45 Minutes
Round difficulty - Medium
Given an array Arr
consisting of N integers, your task is to find the equilibrium index of the array.
An index is considered as an equilibrium index if the sum of elem...
The equilibrium index of an array is the index where the sum of elements to the left is equal to the sum of elements to the right.
Iterate through the array and calculate the total sum of all elements
Initialize a variable to keep track of the left sum, initially set to 0
Iterate through the array again and at each index, check if the left sum is equal to the total sum minus the left sum and the current element
If the cond...
Round duration - 15 Minutes
Round difficulty - Medium
Tip 1 : practice 250 questions atleast
Tip 2 : become comfortable in hands on coding
Tip 3 : work on aptitude
Tip 1 : Neat and Clean
Tip 2 : Single page
Tip 3 : Do not lie in resume as they will cross check.
Top trending discussions
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
Version control is essential for managing code changes and collaborating with team members.
Version control allows for tracking changes made to code over time.
It enables collaboration between team members by allowing multiple people to work on the same codebase simultaneously.
It provides a way to revert to previous versions of code if necessary.
Popular version control systems include Git, SVN, and Mercurial.
I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
Work life balance is important to me and my employer supports it through flexible schedules and remote work options.
My employer offers flexible schedules to accommodate personal needs
Remote work options are available for certain roles
I prioritize my workload and manage my time effectively to maintain balance
I make time for hobbies and activities outside of work to recharge
I communicate openly with my team and manager a
I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.
Fault tolerance in MS and achieving it in Spring framework
Fault tolerance is the ability of a system to continue functioning even in the presence of faults or errors
In MS, fault tolerance can be achieved through technologies like clustering, load balancing, and replication
In Spring framework, fault tolerance can be achieved through the use of circuit breakers, retry mechanisms, and fallbacks
Circuit breakers can be used...
Horizontal scaling means adding more machines to a pool of resources, while vertical scaling means adding more power (CPU, RAM) to an existing machine.
Horizontal scaling involves adding more machines to a network to increase capacity
Vertical scaling involves adding more resources (CPU, RAM) to a single machine to increase capacity
Horizontal scaling is more cost-effective and easier to implement than vertical scaling
Exa...
based on 1 interview
Interview experience
based on 68 reviews
Rating in categories
Software Developer
87
salaries
| ₹2.4 L/yr - ₹10.6 L/yr |
Junior Software Developer
49
salaries
| ₹2 L/yr - ₹6 L/yr |
Business Analyst
43
salaries
| ₹5.7 L/yr - ₹13 L/yr |
Software Tester
33
salaries
| ₹2.4 L/yr - ₹5 L/yr |
Senior Software Developer
30
salaries
| ₹7.5 L/yr - ₹16 L/yr |
Cognizant
Sutherland Global Services
Optum Global Solutions
Hexaware Technologies