Filter interviews by
I applied via Company Website and was interviewed in Aug 2023. There were 2 interview rounds.
One easy and two medium leetcode
I was interviewed before Sep 2020.
Round duration - 90 Miinutes
Round difficulty - Medium
This round contains 20 MCQ questions and 2 Coding questions and It was 90 minutes round
Timings were of the morning
This round was online on hackerrank platform
There was proper procuring with web cam
MCQ questions were from aptitude and oops section
Coding Questions : 1st question is medium level question, 2nd was a little bit tough question for me
Overall it was medium level in toughness
The problem is to connect N ropes of different lengths into one rope with minimum cost.
Sort the array of rope lengths in ascending order.
Initialize a variable to keep track of the total cost.
While there are more than one rope remaining, take the two shortest ropes and connect them.
Add the cost of connecting the two ropes to the total cost.
Replace the two shortest ropes with the connected rope.
Repeat the above steps unt
You are given a matrix 'MATRIX' of dimension 'N' x 'M'. Your task is to make all the elements of row 'i' and column 'j' equal to 0 if any element in the i...
The task is to modify a given matrix such that if any element in a row or column is 0, then make all elements in that row and column 0.
Iterate through the matrix and keep track of rows and columns that contain 0s
After the first iteration, iterate through the tracked rows and columns and set all elements to 0
Handle the case where the first row or column contains 0 separately
To solve with O(1) space complexity, use the f...
Round duration - 30 Minutes
Round difficulty - Medium
Timing = afternoon
Environment : it was on zoom call
Interviewer was friendly, he asked one question that was tough
String ‘A’ is said to be similar to string ‘B’ if and only if
1. ‘A’ ...
The task is to determine if two strings are similar based on the given conditions.
Check if the strings are equal, if yes, return 1
Divide both strings into two parts and check if any combination satisfies the similarity condition
If none of the conditions hold true, return 0
Tip 1 : Learn all basic data structures and algorithms
Tip 2 : Try to solve some Aptitude questions
Tip 3 : Practice Lot of questions in C++
Tip 1 : include at least one good project and prepare for it well
Tip 2 : make your resume Simple, One paged and well structures(you can use online templates)
posted on 9 Nov 2024
Easy to medium questions can be done easily
Medium to hard level coding question 2
Hacker Rank 2 easy questions like first unique occurance in string
posted on 4 Dec 2024
3 coding que easy,med and hard
Trapping rain water and median of two sorted array
I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.
Django applies migrations to the database using the 'manage.py migrate' command.
Django tracks changes to models and generates migration files accordingly.
The 'manage.py makemigrations' command creates migration files based on model changes.
The 'manage.py migrate' command applies the generated migration files to the database.
Migrations help keep the database schema in sync with the changes in Django models.
Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Create a full stack application in 3 days.
posted on 8 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
Associate
2.3k
salaries
| ₹10.5 L/yr - ₹40 L/yr |
Analyst
1.7k
salaries
| ₹9.7 L/yr - ₹14.7 L/yr |
Vice President
1.6k
salaries
| ₹19.3 L/yr - ₹75 L/yr |
Senior Analyst
1.1k
salaries
| ₹5 L/yr - ₹20 L/yr |
Financial Analyst
304
salaries
| ₹2 L/yr - ₹8.4 L/yr |
JPMorgan Chase & Co.
Morgan Stanley
TCS
Amazon