Faster and better experience!
Filter interviews by
Clear (1)
I was interviewed in Nov 2021.
Round duration - 25 Minutes
Round difficulty - Medium
The round was very good i performed really very well. The interviewer was quite polite. He asked me many questions and i almost gave all the answers.
Round duration - 50 Minutes
Round difficulty - Easy
Tech + HR round
You are provided with an integer array ARR
of size N
along with two integers A
and B
. Your task is to determine if there exist two distinct indices in...
The task is to determine if there exist two distinct indices in the array such that the absolute difference of the values at those indices is less than or equal to B and the absolute difference of the indices is less than or equal to A.
Iterate through the array and keep track of the indices and values encountered so far
Use a hashmap to store the values and their indices
Check if the absolute difference of values is less...
Tip 1 : Do not rush into things. Learning takes time. Focus should be on the concepts and not just on leaving topics half-prepared. Devote 70% of both time and effort to DSA. I solved a total of around 500 questions on sites like GFG and Leetcode. Do not repeat similar questions just to increase the count of the number of questions
Tip 2 : Revise data structures and algorithms.
Tip 3 : Revise HTML,CSS,JS.
Tip 4 : Be confident.
Tip 1 : Don't make it too lengthy.
Tip 2 : Mention all your skills.
Tip 3 : Mention all your projects.
Tip 4 : Don't put false things in your resume.
I was interviewed before Nov 2020.
Round duration - 30 Minutes
Round difficulty - Medium
The interview and the interviewer were pretty good. The time was about 4pm. The environment was very good and the interviewer was very calm and humble. He asked me a question in which I was stucked but he gave me a small hint and then i gave the answer of that question.
The task is to determine the index of the last occurrence of a specified element x
within an array that may contain duplicate elements. If the element is not present, return -1.
Find the index of the last occurrence of a specified element in an array.
Iterate through the array from right to left to find the last occurrence of the element.
Return the index if found, otherwise return -1.
Consider 0-based indexing for the array.
Tip 1 : Prepare HTML, CSS, and JS thoroughly.
Tip 2 : Revise Data Structures.
Tip 3 : Revise your project if any.
Tip 1 : Mention all your great achievements.
Tip 2 : Mention your projects.
Tip 3 : Mention if you have previously did any internship.
Top trending discussions
I applied via Recruitment Consultant and was interviewed before Aug 2020. There were 3 interview rounds.
I applied via Naukri.com and was interviewed before Dec 2019. There was 1 interview round.
I applied via Referral and was interviewed before Mar 2021. There were 4 interview rounds.
Aptitude was quite Simple, They wont ask you difficult category questions.
After technical round we have got a subject to write maximum 300 words on it.
here they checked about how we good at grammer and sentence framing.
I cracked this round easily and selected for HR Round
I applied via Campus Placement and was interviewed before Apr 2020. There were 4 interview rounds.
I applied via Recruitment Consultant and was interviewed before Apr 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.
Annotations are used in Springboot to simplify configuration and reduce boilerplate code.
Annotations are used to define the behavior of Spring components
They can be used to define the scope of a bean, inject dependencies, and handle exceptions
Some commonly used annotations include @Component, @Autowired, and @ExceptionHandler
Java 8 introduced several new features including lambda expressions, streams, and default methods.
Lambda expressions allow for functional programming and simplify code.
Streams provide a way to process collections of data in a functional style.
Default methods allow for adding new methods to interfaces without breaking existing implementations.
Other features include the Optional class, Date and Time API, and Nashorn Java