Filter interviews by
I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.
The missing number in the array can be found by calculating the sum of all numbers in the array and then subtracting it from the sum of numbers from 1 to n.
Calculate the sum of all numbers in the array.
Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2.
Subtract the sum of array from the sum of numbers from 1 to n to find the missing number.
Count the number of parenthesis to be removed to make it valid.
Iterate through the string and keep track of open and close parenthesis.
If a close parenthesis is encountered without a corresponding open parenthesis, increment the count of removals.
Return the total count of removals needed to make the string valid.
Find the maximum sub-array with continuous numbers
Iterate through the array and keep track of the current sub-array sum
Update the maximum sum and sub-array indices as you iterate
Handle cases where the array contains negative numbers as well
Example: Input array [2, 3, -4, 5, 7], maximum sub-array is [2, 3, -4, 5, 7]
Count the number of islands in a 2D grid variant, focusing on time complexity.
Use Depth First Search (DFS) or Breadth First Search (BFS) to traverse the grid and mark visited islands.
Optimize by using Union Find data structure to keep track of connected islands.
Time complexity can be O(m*n) where m is the number of rows and n is the number of columns.
1st round was online coding test with 1 DSA problem and one OOPs based problem
I applied via Campus Placement
Permutation and combination Java program . Reverse string
Use SQL query with ORDER BY and LIMIT to find second largest salary.
Use SELECT statement to retrieve the salary column from the table.
Use ORDER BY clause to sort the salaries in descending order.
Use LIMIT 1,1 to skip the first highest salary and retrieve the second highest salary.
I applied via campus placement at Bharati Vidyapeeths College of Engineering, Delhi and was interviewed in Mar 2024. There was 1 interview round.
OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.
Basic OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation refers to the bundling of data with the methods that operate on that data.
Inheritance allows a class to inherit properties and behavior from another class.
Polymorphism allows objects to be treated as instances of the...
I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.
Oops concept in C# refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.
Inheritance allows a class to inherit properties and behavior from another class. Example: class B : A
Encapsulation is the bundling of data with the methods that operate on that data. Example: private int age;
Polymorphism allows methods to behave differently based on the object they are cal...
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.
High Level Design (HLD) of a microservice project involves breaking down the system into smaller services for scalability and flexibility.
Identify the different components of the system and break them down into separate microservices.
Define the communication protocols between the microservices, such as REST APIs or messaging queues.
Consider the data storage and how it will be shared among the microservices, using datab...
I applied via Approached by Company and was interviewed before Jul 2023. There were 3 interview rounds.
Any of the topic have to take a Group discussion to check the communication skills.
based on 9 reviews
Rating in categories
Associate
2k
salaries
| ₹11 L/yr - ₹41 L/yr |
Analyst
1.7k
salaries
| ₹10 L/yr - ₹14.8 L/yr |
Vice President
1.6k
salaries
| ₹18.5 L/yr - ₹71 L/yr |
Senior Analyst
1.1k
salaries
| ₹5 L/yr - ₹19.9 L/yr |
Financial Analyst
356
salaries
| ₹2 L/yr - ₹9.1 L/yr |
JPMorgan Chase & Co.
Morgan Stanley
TCS
Amazon