Filter interviews by
I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.
Top trending discussions
I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.
I was interviewed in Jul 2021.
Round duration - 60 minutes
Round difficulty - Medium
This was a technical round in the evening with a Software Engineer II which included a coding question along with a few questions on Core Java fundamentals.
I was given the option to either go for the coding round first or java theory. I realised that I might need more time for coding so I decided to opt for the coding round first, followed by the java related questions later.
The interviewer was extremely pleasant to speak with. He initially asked me to introduce myself and we spoke in depth about a project I worked on in my last organisation. The coding question was given on a google sheet but I was asked to code it on an online IDE without any special syntax correction features.
You are given an integer array ARR
of size N
, where ARR[i]
represents the number of balls in the i-th
bag. Additionally, you have an integer M
, which indi...
Let 'X' be the maximum number of balls in a bag that we desire. Let ‘COUNT[i]’ be the number of operations that we need to perform on ‘ARR[i]’ such that the new bags made from it contain less than or equal to 'X' balls. Consider the following examples:
If we want 'X' to be ‘4’, then:
‘ARR[i] = 5’, after splitting we get [4, 1], so ‘COUNT[i] = 1’
‘ARR[i] = 8’, after splitting we get [4, 4] so ‘COUNT[i] = 1...
Round duration - 90 minutes
Round difficulty - Medium
This round was in the evening with a Senior Software Engineer. He introduced himself and immediately presented the question on Google Doc.
Round duration - 30 minutes
Round difficulty - Easy
This was a half an hour round with a Senior Manager.
Tip 1 : If you are a newbie to programming, I will strongly recommend to practice LC/GFG/CodingNinjas Easy questions for clearing the basics. Once you gain confidence, you can move on to tackle medium and hard questions.
Tip 2 : Most companies require individuals to know System Design well. For somebody with 1-3 years of experience, database designing (identifying entities, their relationships and constraints), OOP concepts and API designing for Low Level Design is a must. I would recommend the "System Design Interview by Alex Xu" book for HLD preparation.
Tip 1 : Have an updated and properly formatted resume
Tip 2 : The resume tells your story so you ought to know and be able to explain whatever you've written.
Tip 3 : Do not include technologies/skills that you've not worked on at all. It can blow the interview if the interviewer questions you about it.
posted on 4 Sep 2021
I applied via Naukri.com and was interviewed in Aug 2021. There was 1 interview round.
To switch between tabs in a browser using Selenium, we can use the getWindowHandles() method and switchTo() method.
Use getWindowHandles() method to get the handles of all open tabs
Store the handles in a Set
Use switchTo() method to switch to a specific tab by passing the handle as an argument
Code to give rating in webtable for given applicant name and rating as input.
Create a function that takes applicant name and rating as input.
Search for the applicant name in the webtable.
Update the rating for the applicant in the webtable.
Return the updated webtable.
Count the number of repeated integers in an array
Iterate through the array and use a hash table to keep track of the count of each number
Return the count of numbers with a count greater than 1
I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.
To denounce code in jsfiddle, click on the 'Share' button and select 'Embed' to get the code.
Click on the 'Share' button in the top menu bar.
Select 'Embed' from the dropdown menu.
Copy the code provided in the 'Embed' section and paste it where needed.
posted on 8 Mar 2021
I applied via Campus Placement and was interviewed in Feb 2021. There was 1 interview round.
Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.
Testing is done to identify defects or errors in the system
It involves executing a system or component with test cases
The goal of testing is to ensure that the system meets the requirements and works as expected
Types of testing include functional, performance, security, and us
Manual testing is done manually by humans while automation testing is done using tools and scripts.
Manual testing is time-consuming and prone to human errors while automation testing is faster and more reliable.
Manual testing is suitable for exploratory testing while automation testing is best for regression testing.
Manual testing requires human skills and knowledge while automation testing requires programming skills.
...
I applied via Recruitment Consultant
I applied via Campus Placement and was interviewed in Apr 2021. There was 1 interview round.
Interview experience
Product Specialist
4
salaries
| ₹4 L/yr - ₹5.6 L/yr |
Zonal Sales Manager
4
salaries
| ₹24 L/yr - ₹28 L/yr |
Zonal Manager
4
salaries
| ₹24 L/yr - ₹28 L/yr |
HackerEarth
HackerRank
CodeChef
GeeksForGeeks