Filter interviews by
I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.
90 minutes apti + coding problem(40 minutes/Medium Leetcode)
Fibonacci using recursion is a function that calls itself to calculate the Fibonacci sequence.
Define a function that takes an integer n as input
Base case: if n is 0 or 1, return n
Recursive case: return fibonacci(n-1) + fibonacci(n-2)
Example: fibonacci(5) = fibonacci(4) + fibonacci(3) = (fibonacci(3) + fibonacci(2)) + (fibonacci(2) + fibonacci(1)) = ...
Top trending discussions
posted on 31 May 2024
Dsa predict the output
One medium problem. Based on that the students are selected. And modifications in code has been asked
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 23 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
Divisibility, LCM, HCF.
Numbers, Decimals, Fractions, Powers.
Profit, Loss.
Simple interest and Compound interest.
Speed, Distance, Time.
Work and wages.
Trains, Boats, Streams-upstream/downstream, Circular track questions.
Cistern and pipes.
Coding interviews test candidates' technical knowledge, coding ability, problem solving skills, and creativity, typically on a whiteboard.
Choose a topic based on the assignment.
2 Conduct research.
3 Write a thesis statement
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 1 Feb 2024
posted on 6 Sep 2024
based on 1 interview
Interview experience
Associate Software Engineer
28
salaries
| ₹2.7 L/yr - ₹9 L/yr |
Software Engineer
19
salaries
| ₹5.5 L/yr - ₹14 L/yr |
QA Engineer
14
salaries
| ₹4.7 L/yr - ₹10 L/yr |
Associate QA Engineer
12
salaries
| ₹3 L/yr - ₹7.8 L/yr |
Senior QA Engineer
8
salaries
| ₹6.8 L/yr - ₹11.5 L/yr |
TCS
Infosys
Wipro
HCLTech