Filter interviews by
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.
I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.
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 Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
posted on 17 Mar 2023
I applied via Referral and was interviewed before Mar 2022. 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 Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.
Program to check balanced brackets in a given string
Use a stack to keep track of opening brackets
Iterate through the string and push opening brackets onto the stack
When a closing bracket is encountered, pop from the stack and check if it matches the corresponding opening bracket
If stack is empty at the end and all brackets are matched, the string is balanced
based on 3 reviews
Rating in categories
Back Office Executive
15
salaries
| ₹1.6 L/yr - ₹5 L/yr |
Supervisor
15
salaries
| ₹1.4 L/yr - ₹3.2 L/yr |
Assistant Manager
13
salaries
| ₹3.8 L/yr - ₹7.5 L/yr |
Chemist
12
salaries
| ₹2.8 L/yr - ₹4 L/yr |
Field Inspector
12
salaries
| ₹2.5 L/yr - ₹3.8 L/yr |
SGS
Intertek
Bureau Veritas
TÜV NORD