Filter interviews by
There will be machin test on best on MERN stack
Top trending discussions
A functional interface is an interface that contains only one abstract method and can be used as a lambda expression.
Functional interfaces can have multiple default or static methods, but only one abstract method.
Functional interfaces are used in lambda expressions to provide implementation for the abstract method.
Examples of functional interfaces in Java include Runnable, Callable, and ActionListener.
Types of locks include mutex locks, spin locks, read-write locks, and file locks.
Mutex locks: used to protect shared resources by allowing only one thread to access the resource at a time.
Spin locks: busy-waiting locks that repeatedly check for the lock to become available.
Read-write locks: allow multiple readers or a single writer to access a resource.
File locks: used to prevent multiple processes from simultaneously
Spring Boot provides support for caching through annotations like @Cacheable, @CacheEvict, @CachePut.
Use @EnableCaching annotation to enable caching in Spring Boot application
Use @Cacheable annotation to cache the result of a method
Use @CacheEvict annotation to remove entries from the cache
Use @CachePut annotation to update the cache without interfering with the method execution
posted on 9 May 2024
There are 4 coding questions in first round
posted on 5 Aug 2022
posted on 23 Mar 2022
I was interviewed in Aug 2021.
Round duration - 100 minutes
Round difficulty - Hard
The test had 3 parts:
1. Aptitude - 20 questions to be done in 25 minutes. (Medium level)
2. Technical MCQs - 25 questions to be done in 35 minutes. (Medium-Hard level) (HTML, JS, CSS, SQL)
3. Coding - 2 out of 3 questions to be done in 40 minutes. 20 minutes were allotted for each question. No switching between the codes was allowed. (1-easy, 2-medium in total)
The key idea is to count the number of set bits in each number from 1 to n and return the sum of all set bits.
The algorithm will be -
A simple approach will be to iterate through all possible ‘M’ values, i.e., from ‘1’ to ‘2147483647’ (the largest value that a signed 32-bit integer field can hold), and check if their digit multiplication is equal to ‘N’.
Algorithm:
Round duration - 45 minutes
Round difficulty - Medium
It was the first face-to-face technical round. The medium was ModernHire. There was only 1 member in the interview panel. This round tested me on C fundaments, Operating System basics, and problem-solving skills.
Questions asked:
What are the TRUNCATE, DELETE and DROP statements?
What are void elements in HTML?
Define multipart form data?
1. How does the C compiler works?
2. What are deadlocks and why does it happen?
3. How to resolve deadlock?
4. What is a kernel?
5. How to dynamically allocate memory in C?
6. What is makefile?
7. What is multi-threading and why is it useful?
8. What is the need for synchronization in OS?
9. How do you run a program of 10 GB using 2 GB memory?
10. What are semaphores and mutex?
11. How is HashMap implemented?
12. Difference between linker and loader.
13. Importance of header files.
14. What is Dynamic binding?
15. What type of database should you use where transactions are involved?
16. Brief discussion on the Internship experience.
Merge Sort Algorithm -
Merge sor...
The basic idea is that we divide the given ‘ARR’ into two-part call them ‘leftHalves’ and ‘rightHalves’ and call the same function again with both the parts. In the end, we will get sorted ‘leftHaves’ and sorted ‘righthalves’ which we merge both of them and return a merged sorted ‘ARR’.
We implement this approach with a divide and conquer strategy.
Here is the algorithm :
Round duration - 50 minutes
Round difficulty - Medium
This was a managerial cum technical round. I was asked to introduce myself (both technical details and hobbies). Then I was asked about my internship experiences and what I learnt from them. After that, he asked me questions about the projects mentioned in my resume. He tested my in-depth knowledge of the technologies that I used. He also asked me about the alternative solutions and the drawbacks of my solution.
After that, he asked me to speak about Operating Systems for 5 minutes without giving a pause. Then he asked me to speak about the OSI model and the TCP/IP model for the next 5-10 minutes again without giving a pause. He appreciated my perfomance and gave me a coding question.
What is User-defined function? What are its various types in SQL. What is an Alias in SQL?
Then he asked me whether I had any questions.
The steps are as follows:
Round duration - 15 minutes
Round difficulty - Easy
Typical HR questions were asked in this round.
Introduce yourself.
Mention something that is not in your resume.
Why are you fit for this role?
Why HPE?
Plans for higher studies.
Tip 1 : Be Honest
Tip 2 : Be confident.
Tip 3 : Keep a smile always.
Tip 1 : Revise data structures and operating systems very well.
Tip 2 : Have a good resume with self-made projects and internship experiences as they add value to the candidature.
Tip 3 : Be confident and know the basics well.
Tip 1 : Have some good projects and know the tech stack well enough.
Tip 2 : Never include anything which you are not confident about.
I applied via Naukri.com and was interviewed in May 2020. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Find the largest word in a list using Java Streams API
Use Java Streams API to convert the array of strings to a stream
Use the 'max' method with a Comparator to find the largest word based on length
Return the largest word found
A functional interface in Java is an interface that contains only one abstract method.
Functional interfaces can have multiple default or static methods, but only one abstract method.
They are used to enable lambda expressions and method references in Java.
Examples of functional interfaces in Java include Runnable, Callable, and ActionListener.
posted on 25 Jul 2024
The components of the .NET framework include Common Language Runtime (CLR), Base Class Library (BCL), and Framework Class Library (FCL).
Common Language Runtime (CLR) - manages code execution and provides services such as memory management and exception handling
Base Class Library (BCL) - provides a set of reusable classes, interfaces, and value types
Framework Class Library (FCL) - a collection of reusable classes, inter...
posted on 15 Feb 2022
I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.
Python is dynamically typed, interpreted language while Java is statically typed, compiled language.
Python is easier to learn and write code quickly.
Java is more verbose and requires more code to accomplish the same task.
Python is better suited for scripting and rapid prototyping.
Java is better suited for large-scale enterprise applications.
Python has a larger community and more third-party libraries.
Java has better pe...
based on 1 review
Rating in categories
Senior Engineer
150
salaries
| ₹5.8 L/yr - ₹19 L/yr |
Design Engineer
124
salaries
| ₹2 L/yr - ₹10.4 L/yr |
Product Design Engineer
68
salaries
| ₹3.2 L/yr - ₹10.3 L/yr |
Lead Engineer
62
salaries
| ₹12.5 L/yr - ₹23 L/yr |
Engineer
56
salaries
| ₹4.5 L/yr - ₹9.5 L/yr |
Siemens
ABB
Schneider Electric
Honeywell International India