Filter interviews by
I applied via campus placement at Inderprastha Engineering College, Ghaziabad and was interviewed in Jun 2024. There were 2 interview rounds.
OA round contained aptitude as well as technical question and there are 60 question which had to solve in 1 hr .and topic included like percentage ,ratio and proportion ,ratio proportion ,Lcm hcf
and for technical .net ,php ,java,c++,js,html,css and many more topics were.
Top trending discussions
posted on 8 Dec 2024
I applied via campus placement at Punjab Engineering College (PEC) and was interviewed in Nov 2024. There were 3 interview rounds.
45 questions, 50 mins
3 questions esy to medium, 75 minutes
Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.
Allows for easier testing by providing mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Examples: Constructor injection, Setter injection, Interface injection
In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.
Use try-catch blocks to catch exceptions and handle them gracefully
Use multiple catch blocks to handle different types of exceptions
Use finally block to execute code regardless of whether an exception is thrown or not
Throw custom exceptions using throw keyword
map transforms each element in a stream, while flatMap transforms each element into multiple elements
map applies a function to each element in a stream and returns a new stream of the results
flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream
Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(
ConcurrentModificationException occurs when a collection is modified while iterating over it.
Use Iterator to iterate over the collection instead of foreach loop.
If modification is necessary, use Iterator's remove() method instead of collection's remove() method.
Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
The reason for what?
Need more context to provide a specific reason
Could be related to a specific action, decision, outcome, etc.
Can you provide more details or clarify the question?
A drawback is a disadvantage or limitation of a particular situation or course of action.
Drawbacks can hinder progress or success in a project or task.
They can be caused by limitations in resources, technology, or skills.
Examples include lack of funding, outdated software, or inadequate training.
Identifying drawbacks early on can help mitigate their impact on a project.
Fast forward is a feature that allows users to skip ahead in a video or audio file to a specific point.
Fast forward allows users to quickly move forward in a video or audio file.
Users can skip scenes or sections they are not interested in by using the fast forward feature.
Commonly seen in media players, streaming services, and DVRs.
Example: Pressing the fast forward button on a remote control to skip ahead in a movie.
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
posted on 1 Jun 2023
I applied via campus placement at Mahatma Gandhi Institute of Technology, Hyderabad and was interviewed in Dec 2022. There were 3 interview rounds.
It was easy- moderate in difficulty level.
I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.
Given an array and target, find the index pair of elements the sum becomes target.
Use a hash table to store the difference between target and current element
Check if the difference exists in the hash table
Return the indices of the current element and the difference
I applied via Referral and was interviewed in Jun 2022. There were 4 interview rounds.
Some of the top questions asked at the Jiffy Software Software Development Engineer Intern interview -
based on 1 interview
Interview experience
Software Engineer
5
salaries
| ₹1.8 L/yr - ₹2.5 L/yr |
Associate Support Engineer
3
salaries
| ₹3.2 L/yr - ₹3.6 L/yr |
TCS
Infosys
Wipro
HCLTech