Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.
Top trending discussions
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
First round will be coding test which will have Core java questions
Java has three types of class loaders: Bootstrap Class Loader, Extension Class Loader, and System Class Loader.
Bootstrap Class Loader loads core Java classes located in the bootstrap classpath.
Extension Class Loader loads classes from the extensions directory.
System Class Loader loads classes from the classpath specified by the CLASSPATH environment variable.
Use a single loop to find the 3rd highest number in an array with minimum time complexity.
Iterate through the array and keep track of the three highest numbers encountered so far.
Update the three highest numbers as you iterate through the array.
Return the third highest number once the loop is completed.
CyclicBarrier allows a group of threads to wait at a barrier until all threads have reached it, while CountDownLatch allows one or more threads to wait until a set of operations being performed in other threads completes.
CyclicBarrier is reusable, while CountDownLatch is not.
CyclicBarrier allows all threads to wait for each other, while CountDownLatch allows one thread to wait for others.
CyclicBarrier resets automatica...
JPARepository is a Spring Data interface for JPA-based repositories, while CRUDRepository is a generic interface for CRUD operations.
JPARepository extends CRUDRepository and provides additional JPA-specific methods.
CRUDRepository is a generic interface for CRUD operations on a repository.
JPARepository is typically used for JPA-based repositories, while CRUDRepository can be used for any type of repository.
JPARepository...
I applied via Recruitment Consulltant and was interviewed in Oct 2024. There were 2 interview rounds.
Find the first non-repetitive character in a string.
Iterate through the string and count the occurrences of each character.
Return the first character with a count of 1.
Scenario based questions
I applied via Campus Placement
Machine coding round
I applied via campus placement at Amrita School of Engineering, Bangalore
Basic DSA linked list, stack etc
System design food delivery application
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java, Python, and web development technologies
Strong problem-solving skills
Team player with excellent communication skills
I applied via Campus Placement
Aptitude questions with 2-3 coding questions
Interpreter executes code line by line, compiler translates code into machine code before execution.
Interpreter translates code into machine code line by line during runtime
Compiler translates code into machine code before execution
Interpreted languages include Python, JavaScript
Compiled languages include C, C++
The questions were related to the DSA. basic time complexities etc.
let, const, and var are keywords used for variable declaration in JavaScript.
let is block-scoped and can be reassigned.
const is block-scoped but cannot be reassigned.
var is function-scoped and can be reassigned.
I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.
Know your resume and your basics
Know class diagrams. Very Huge for workday.
Find all anagrams in a string
Create a hashmap to store the frequency of characters in the input string
Iterate through the input string and check if the frequency of characters matches the hashmap for each substring of the same length
Store the substrings that are anagrams in an array and return it
Software Engineer
27
salaries
| ₹8.3 L/yr - ₹15 L/yr |
Associate Software Engineer
16
salaries
| ₹5 L/yr - ₹9 L/yr |
Senior Software Engineer
16
salaries
| ₹14.5 L/yr - ₹27 L/yr |
Data Analyst
13
salaries
| ₹3 L/yr - ₹6.5 L/yr |
QA Analyst
7
salaries
| ₹5.2 L/yr - ₹14 L/yr |
TCS
Infosys
Wipro
HCLTech