i
Albanero
Filter interviews by
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
Kadane algorithm
Merge sort and quick sort
Inheritance in Java allows a class to inherit properties and behavior from another class.
Inheritance is achieved using the 'extends' keyword in Java.
Subclasses inherit fields and methods from superclasses.
Subclasses can override methods from superclasses.
Example: class Dog extends Animal {}
Top trending discussions
posted on 11 Sep 2024
I was interviewed before Sep 2023.
A function in C to check if a number is prime or not
Create a function that takes an integer as input
Check if the input number is divisible by any number from 2 to its square root
If it is not divisible by any number, return true (prime), else return false (not prime)
Basic codes for array manipulation including sorting, searching, and filtering.
Use built-in functions like sort() for sorting arrays.
Implement algorithms like binary search for searching in arrays.
Utilize filter() method for filtering arrays based on specific criteria.
posted on 11 Aug 2022
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
Its was fully coding test using METTL platform in that there is only 1 session we need to attend having 6 questions all are Coding only. We don't need to complete all we can complete any of the question the time given was 1hr 30min in this i try to complete atleast 3 questions
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
posted on 5 Sep 2024
I applied via Job Fair and was interviewed in Aug 2024. There was 1 interview round.
Nuts and bolts game, to output date in a certain format, one SQL query
posted on 8 Jul 2024
I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.
Search for a target value in a rotated sorted array.
Use binary search to find the pivot point where the array is rotated.
Determine which half of the array the target value lies in based on the pivot point.
Continue binary search in the appropriate half of the array to find the target value.
Design IMDB with concurrent ratings management
Implement a locking mechanism to ensure only one user can update a rating at a time
Use a queue system to handle multiple rating requests in an orderly manner
Consider using distributed systems to handle high concurrency levels
Design a vehicle rental system API
Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle
Include authentication and authorization mechanisms for users and admins
Implement payment gateway integration for processing rental payments
Include features like vehicle search, filtering, and reviews/ratings
Consider scalability and performance optimizations for handling high traffic
posted on 15 Nov 2024
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and .catch() to handle errors.
posted on 12 Jun 2024
20 questions aptitude
posted on 1 Feb 2024
Interview experience
Software Engineer
23
salaries
| ₹4 L/yr - ₹7 L/yr |
Lead Data Analyst
9
salaries
| ₹19 L/yr - ₹23.5 L/yr |
QA Engineer
5
salaries
| ₹6 L/yr - ₹12 L/yr |
Front end Developer
5
salaries
| ₹6.2 L/yr - ₹7.5 L/yr |
Software Developer
4
salaries
| ₹4 L/yr - ₹13.3 L/yr |
TCS
Infosys
Wipro
HCLTech