Filter interviews by
I appeared for an interview in Mar 2025, where I was asked the following questions.
Implementing an LRU cache to efficiently manage data retrieval and storage based on usage frequency.
Use a hash map for O(1) access to cache items.
Use a doubly linked list to maintain the order of usage.
When adding an item, place it at the front of the list.
When accessing an item, move it to the front of the list.
If the cache exceeds its capacity, remove the least recently used item from the end of the list.
Example: For...
Explore various ORM options in Java beyond Spring Data JPA for effective database management.
Hibernate: A popular ORM framework that provides a powerful, flexible API for database interactions. Example: Using SessionFactory to manage sessions.
JPA (Java Persistence API): A specification for ORM in Java. Can be used with various implementations like Hibernate or EclipseLink. Example: Using EntityManager for CRUD operatio...
I appeared for an interview in Oct 2024, where I was asked the following questions.
Find the longest common subsequence (LCS) between two strings using dynamic programming.
LCS is a classic problem in computer science, often solved using dynamic programming.
The LCS of two strings is the longest sequence that appears in both strings in the same order.
Example: For strings 'ABCBDAB' and 'BDCAB', the LCS is 'BCAB' with length 4.
Dynamic programming approach involves creating a 2D array to store lengths of L...
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Top trending discussions
I applied via Naukri.com and was interviewed before Jan 2021. There was 1 interview round.
I applied via Referral and was interviewed in Mar 2020. There were 4 interview rounds.
posted on 15 Dec 2019
I applied via Naukri.com and was interviewed in Jul 2019. There were 5 interview rounds.
I applied via Naukri.com and was interviewed before Jan 2021. There were 5 interview rounds.
posted on 27 Jan 2023
I applied via Job Portal and was interviewed in Dec 2022. There were 2 interview rounds.
To find code performance issues in production, use monitoring tools and profiling techniques.
Use monitoring tools like New Relic, AppDynamics, or Datadog to track performance metrics and identify bottlenecks.
Use profiling techniques like CPU profiling, memory profiling, and network profiling to pinpoint specific areas of the code that are causing performance issues.
Analyze logs and error messages to identify patterns a...
Asynchronous programming is a programming paradigm that allows multiple tasks to run concurrently without blocking each other.
Asynchronous programming is used to improve the performance of applications that require a lot of I/O operations.
It involves the use of callbacks, promises, and async/await keywords in JavaScript.
Asynchronous programming can be used in both front-end and back-end development.
Examples of asynchro...
Program to change background color on button click in Angular
Create a button in Angular template
Add click event listener to the button
Use setInterval() function to change background color after every 0.5 sec
Use ngStyle directive to change background color dynamically
Use Angular's 'resolve' property to load component after services are loaded.
Create a resolver service that waits for all three services to complete before resolving.
Add the resolver service to the 'resolve' property of the component's route.
Access the resolved data in the component using the ActivatedRoute service.
Example: { path: 'my-component', component: MyComponent, resolve: { data: MyResolverService } }
IQueryable is for querying data from a source that implements IQueryable interface while IEnumerable is for iterating over a collection of data.
IQueryable is used for deferred execution while IEnumerable is used for immediate execution.
IQueryable is used for querying data from a remote data source while IEnumerable is used for querying data from an in-memory collection.
IQueryable is more efficient for large datasets as...
Entity Framework is an ORM while ADO.NET is a data access technology.
Entity Framework is easier to use and provides more abstraction than ADO.NET.
ADO.NET is faster and more flexible than Entity Framework.
Use Entity Framework for simple CRUD operations and ADO.NET for complex queries and performance-critical applications.
I applied via LinkedIn and was interviewed before Oct 2020. There were 6 interview rounds.
Some of the top questions asked at the Varian Medical Systems Senior Software Engineer interview -
based on 3 interview experiences
Difficulty level
Duration
based on 3 reviews
Rating in categories
Software Engineer
46
salaries
| ₹7.6 L/yr - ₹22.7 L/yr |
Senior Software Engineer
18
salaries
| ₹16 L/yr - ₹34 L/yr |
Software Engineer III
13
salaries
| ₹12.2 L/yr - ₹26.8 L/yr |
Engineering Manager
12
salaries
| ₹29.3 L/yr - ₹39.5 L/yr |
Information System Engineer
12
salaries
| ₹7 L/yr - ₹20.5 L/yr |
Poly Medicure
Medtronic
Becton Dickinson
Careon Healthcare Solutions