Filter interviews by
I applied via Naukri.com
posted on 19 Dec 2024
Generate the first 50 prime numbers
Start with the first prime number, 2
Use a loop to check for prime numbers by dividing each number by all numbers less than it
Keep track of the prime numbers found until you have 50
Transactions in Spring Boot help manage database operations as a single unit of work.
Transactions ensure ACID properties (Atomicity, Consistency, Isolation, Durability) for database operations.
Use @Transactional annotation to mark a method as transactional.
Transactions can be managed programmatically using TransactionTemplate.
Rollback can be triggered manually in case of exceptions.
Spring Boot supports both declarative
Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during compilation.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Function currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.
Currying allows partial application of a function, where some of the arguments are fixed and the rest are left to be supplied later.
It helps in creating reusable functions and improving code readability.
Example: const add = (a) => (b) => a ...
I applied via Walk-in and was interviewed in Feb 2024. There were 2 interview rounds.
It was an assignment round where a video was provided to us and some questions are there from the video.
In the GD we need to talk at least for 5 minutes everyone. Topics were basic.
I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.
I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.
Load balancers distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.
Load balancers monitor the health of servers and distribute traffic based on predefined algorithms.
They can be hardware-based or software-based.
Common algorithms used by load balancers include round-robin, least connections, and IP hash.
Load balancers can improve reliability and scalability of a website ...
The Two Sum problem involves finding two numbers in an array that add up to a target value.
Iterate through the array and store the difference between the target and current element in a hashmap.
Check if the current element exists in the hashmap, if yes, return the indices of the current element and the stored difference.
Time complexity of O(n) can be achieved by using a hashmap to store elements and their indices.
I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.
based on 4 reviews
Rating in categories
Production Analyst
123
salaries
| ₹8 L/yr - ₹21 L/yr |
Product Manager
102
salaries
| ₹17 L/yr - ₹41 L/yr |
Product Engineer
88
salaries
| ₹24 L/yr - ₹40 L/yr |
Implementation Consultant
84
salaries
| ₹12 L/yr - ₹17.9 L/yr |
Senior Product Analyst
74
salaries
| ₹10 L/yr - ₹28 L/yr |
Freshworks
Zoho
HCLTech
TCS