Filter interviews by
I applied via LinkedIn and was interviewed before Jul 2023. There were 3 interview rounds.
Reverse a linked list by changing the pointers direction
Start with three pointers: current, prev, and next
Iterate through the linked list, updating the pointers to reverse the direction
Update the head of the linked list to be the new tail
Given a target amount and a list of coin denominations, find the minimum number of coins needed to make up the target amount.
Use dynamic programming to solve this problem efficiently.
Create a dp array to store the minimum number of coins needed for each amount from 0 to the target amount.
Iterate through the coin denominations and update the dp array accordingly.
Return the value at the target amount index of the dp arra...
Design a system to handle data flow efficiently
Identify the sources of data and how they will be collected
Determine the processing steps required for the data
Consider the storage and retrieval mechanisms for the data
Implement data validation and error handling procedures
Optimize the data flow for performance and scalability
Top trending discussions
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Jun 2020. There were 6 interview rounds.
I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.
Java is a high-level programming language known for its platform independence and object-oriented approach.
Java is widely used for developing desktop, web, and mobile applications.
It is known for its robustness, security, and scalability.
Java programs are compiled into bytecode that can run on any Java Virtual Machine (JVM).
It supports multithreading, exception handling, and automatic memory management.
Popular framewor...
I applied via Naukri.com and was interviewed in Sep 2020. There was 1 interview round.
I applied via Walk-in and was interviewed in Sep 2020. There was 1 interview round.
based on 1 interview experience
Difficulty level
Duration
TCS
Accenture
Wipro
Cognizant