Filter interviews by
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
Top trending discussions
I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.
3 simple coding questions
Merge sort is a divide and conquer algorithm that recursively divides the input array into smaller subarrays, sorts them, and then merges them back together.
Divide the input list into two halves
Recursively apply merge sort to each half
Merge the sorted halves back together
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Functions return a single value, while stored procedures can perform multiple operations and return multiple values.
Functions return a single value, while stored procedures can return multiple values.
Functions are called in SQL statements, while stored procedures are called using EXECUTE statement.
Functions cannot have output parameters, while stored procedures can have output parameters.
Functions cannot modify server ...
Custom exceptions can be implemented in MVC by creating a new class that inherits from Exception class.
Create a new class that inherits from Exception class
Override the constructor to pass a custom message to the base Exception class
Throw the custom exception in the MVC controller or service layer
posted on 13 Sep 2023
I applied via Company Website and was interviewed before Sep 2022. There were 3 interview rounds.
Multiple inheritance allows a class to inherit attributes and methods from more than one parent class.
In multiple inheritance, a class can inherit from two or more parent classes.
It can lead to the Diamond Problem where a class inherits from two classes that have a common ancestor.
Languages like C++ support multiple inheritance.
Example: class ChildClass : public ParentClass1, public ParentClass2 {}
An interface in software development defines a contract for classes to implement, specifying methods and properties that must be included.
Interfaces in programming languages like Java, C#, and TypeScript allow for multiple inheritance by defining a set of methods that a class must implement.
Interfaces are used to enforce a common structure across different classes, promoting code reusability and maintainability.
Example...
Create Crud operation using angular with API.
posted on 17 Mar 2023
I applied via Referral and was interviewed before Mar 2022. There was 1 interview round.
I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.
Round one was an online coding test where there were 5 sections :
1 - dsa - medium
2 - Java - Easy
3 - OOP - Easy
4 - Git - Easy
Bean annotation is used in Spring Boot on class or method to indicate that a method produces a bean to be managed by the Spring container.
Bean annotation is used on methods within a class to indicate that the method produces a bean to be managed by the Spring container.
It can also be used at the class level to indicate that the class itself is a Spring bean.
For example, @Bean annotation can be used on a method that cre...
Protected access modifier restricts interface method access to only derived or implemented classes.
Use 'protected' access modifier to restrict access to only derived or implemented classes
Protected members are accessible within the same package or by subclasses
Example: 'protected void methodName() {}' in an interface
Microservices interact with each other through APIs, messaging, or events.
Microservices communicate with each other through APIs, which can be synchronous or asynchronous.
Messaging systems like RabbitMQ or Kafka can be used for communication between microservices.
Events can be used for loosely coupled communication between microservices.
Service discovery mechanisms like Eureka or Consul help microservices locate and co...
To detect the best day to buy and sell stock in an integer array representing stock prices and days in O(N).
Iterate through the array and keep track of the minimum price seen so far.
Calculate the profit by subtracting the current price from the minimum price.
Update the maximum profit and best buy/sell days accordingly.
Return the best buy and sell days to maximize profit.
Find the next greatest number for each integer in an array in O(N) time complexity.
Iterate through the array from right to left
Use a stack to keep track of potential next greatest numbers
Pop elements from the stack that are less than the current element and update their next greatest number to the current element
Push the current element onto the stack
Repeat until all elements have a next greatest number
FIFO stands for First In, First Out. LIFO stands for Last In, First Out.
FIFO is a method for organizing and manipulating a data buffer, where the first element added is the first to be removed.
LIFO is a method where the last element added is the first to be removed.
FIFO is like a queue, while LIFO is like a stack.
Example: In a FIFO queue, if elements A, B, and C are added in that order, they will be removed in the same...
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.
Find the minimum element in a rotated sorted array.
Perform binary search to find the pivot point where the array is rotated.
Compare the element at pivot point to the first element to determine which half to search for the minimum.
Continue binary search in the appropriate half to find the minimum element.
API for Instagram application to interact with user data and DB schema to store user information and posts.
API endpoints for user authentication, posting photos, liking photos, following users, etc.
DB schema with tables for users, posts, comments, likes, followers, etc.
Example API endpoint: /users/{userId}/posts to retrieve all posts by a specific user.
Example DB schema: Users table with columns for username, email, pr
I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.
Functions return a single value, while stored procedures can perform multiple operations and return multiple values.
Functions return a single value, while stored procedures can return multiple values.
Functions are called in SQL statements, while stored procedures are called using EXECUTE statement.
Functions cannot have output parameters, while stored procedures can have output parameters.
Functions cannot modify server ...
Custom exceptions can be implemented in MVC by creating a new class that inherits from Exception class.
Create a new class that inherits from Exception class
Override the constructor to pass a custom message to the base Exception class
Throw the custom exception in the MVC controller or service layer
Interview experience
based on 1 review
Rating in categories
Senior Applied Data Scientist
129
salaries
| ₹10.9 L/yr - ₹20 L/yr |
Applied Data Scientist
81
salaries
| ₹10 L/yr - ₹15.5 L/yr |
Lead Applied Data Scientist
79
salaries
| ₹17 L/yr - ₹30 L/yr |
Senior Engineer
61
salaries
| ₹10 L/yr - ₹30 L/yr |
Senior Data Scientist
48
salaries
| ₹9 L/yr - ₹28 L/yr |
Fractal Analytics
Mu Sigma
AbsolutData
Algonomy