Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Reflection class in Java provides a way to examine or modify the behavior of methods, classes, interfaces at runtime.
Reflection allows accessing private fields, methods, and constructors of a class.
It enables dynamic loading of classes and creation of new objects.
Used in frameworks like Spring and Hibernate for dependency injection and object-relational mapping.
Example: Class.forName("com.example.MyClass") returns the
The contract between hashCode and equals method is that if two objects are equal according to equals method, their hash codes must be equal as well.
The hashCode method returns an integer value that represents the object's unique identifier.
The equals method is used to compare two objects for equality.
According to the contract, if two objects are equal, their hash codes must be equal.
If the hashCode method is overridden...
The equals() method compares the content of two strings, while the == operator compares their references.
The equals() method returns true if the content of two strings is the same.
The == operator returns true if the references of two strings are the same.
Example: String str1 = "Hello"; String str2 = new String("Hello"); str1.equals(str2) returns true, but str1 == str2 returns false.
I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.
Reflection in Java allows programmatic access to information about the fields, methods, and constructors of loaded classes.
Reflection provides the ability to examine and modify the behavior of classes, interfaces, and objects at runtime.
It allows accessing and manipulating fields, methods, and constructors that are otherwise inaccessible.
Reflection is commonly used in frameworks, libraries, and tools that require runti...
I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.
OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.
OOPs focuses on creating objects that interact with each other to solve problems
Key concepts include encapsulation, inheritance, polymorphism, and abstraction
Encapsulation involves bundling data and methods that operate on the data into a single unit
Inheritance allows one class to inherit proper...
I applied via Recruitment Consulltant and was interviewed before Sep 2022. There were 2 interview rounds.
Scan-IT interview questions for popular designations
I applied via Company Website and was interviewed before Dec 2019. There was 1 interview round.
SQL query to retrieve top 10 salaries from employee table.
Use SELECT statement to retrieve data from employee table
Use ORDER BY clause to sort the data in descending order based on salary
Use LIMIT clause to limit the result set to top 10 salaries
I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.
Their are 30 questions which one has to done in 30 mins
I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.
There were 5 questions and we need to solve 4 questions in java. Mostly Array and string based.
I applied via Referral and was interviewed in Dec 2023. There were 2 interview rounds.
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
I am a dedicated and experienced professional with a strong background in project management and team leadership.
Over 8 years of experience in project management
Successfully led cross-functional teams to deliver projects on time and within budget
Strong communication and interpersonal skills
Proven track record of driving results and exceeding goals
I have a proven track record of delivering exceptional results and possess the skills and experience necessary to excel in this role.
Proven track record of exceeding performance targets
Strong communication and leadership skills
Extensive experience in the industry
Ability to work effectively in a team environment
Passion for continuous learning and professional development
Our product offers innovative solutions to streamline processes, increase efficiency, and drive growth.
Our product has been proven to save companies time and money by automating repetitive tasks.
We provide excellent customer support and training to ensure successful implementation.
Our product is constantly updated with new features and improvements based on customer feedback.
Competitive pricing compared to similar prod...
I appeared for an interview in Mar 2021.
Round duration - 90 minutes
Round difficulty - Easy
Timing was 10:00 AM. Platform was good.
Given an array ARR
of N integers and an integer S, determine if there exists a contiguous subarray within the array with a sum equal to S. If such a subarray exis...
Given an array of integers, find a subarray with a given sum S.
Iterate through the array while keeping track of the current sum and start index.
Use a hashmap to store the sum and its corresponding index.
If the current sum - S is found in the hashmap, a subarray with sum S exists.
Return the start index and current index as the end index.
Given a string S, your task is to recursively remove all consecutive duplicate characters from the string.
String S
Output string
Recursively remove consecutive duplicate characters from a string.
Use recursion to check if the current character is the same as the next character, if so skip the next character
Base case: if string length is 1, return the string
Example: Input: 'aabbc' Output: 'abc'
Tip 1 : Practice Data structure questions.
Tip 2 : Do some projects.
Tip 3 : Have knowledge of DBMS.
Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.
based on 5 interviews
Interview experience
Java Developer
33
salaries
| ₹3.6 L/yr - ₹4.9 L/yr |
Associate Software Engineer
31
salaries
| ₹3.6 L/yr - ₹12.5 L/yr |
Junior Associate Software Engineer
12
salaries
| ₹3.6 L/yr - ₹4.6 L/yr |
Software Engineer
10
salaries
| ₹4.5 L/yr - ₹9.2 L/yr |
Software Engineer and Analyst
9
salaries
| ₹8.7 L/yr - ₹22 L/yr |
NexTurn
FloBiz
Kanerika Software
Smarter BIZ Technologies