Filter interviews by
I applied via Indeed and was interviewed in Apr 2023. There were 2 interview rounds.
I am a Java Developer with 5 years of experience in developing web applications.
I have a strong understanding of Java programming language and its core concepts.
I am proficient in using frameworks like Spring and Hibernate.
I have experience in developing RESTful APIs and working with databases like MySQL and Oracle.
I am familiar with front-end technologies like HTML, CSS, and JavaScript.
I have worked on projects involv...
Hashmap & Hashtable are data structures used to store key-value pairs in Java.
Hashmap is a non-synchronized implementation of Map interface while Hashtable is synchronized.
Hashmap allows null values and one null key while Hashtable doesn't allow null values or keys.
Hashmap is faster than Hashtable for non-threaded applications.
Example: HashMap
Example: Hashtable
Inheritance is a mechanism in which one class acquires the properties and behaviors of another class.
It allows code reusability and saves time
The class that is inherited is called the parent or superclass
The class that inherits is called the child or subclass
The child class can access all the public and protected methods and fields of the parent class
Example: A Car class can inherit properties and behaviors from a Vehi
Method overriding is when a subclass provides its own implementation of a method that is already defined in its superclass.
Method overriding is a feature of object-oriented programming.
It allows a subclass to provide a specific implementation of a method that is already defined in its superclass.
The method in the subclass must have the same name, return type, and parameters as the method in the superclass.
The method in...
Yes, we can create private constructors in Java.
Private constructors are used to restrict the creation of objects of a class.
They can only be accessed within the class.
They are commonly used in Singleton design pattern.
Private constructors can also be used in utility classes where all methods are static.
Static keyword is used to create class-level variables and methods that can be accessed without creating an object of the class.
Static variables and methods belong to the class, not to any instance of the class.
Static variables are initialized only once, at the start of the program.
Static methods can be called without creating an object of the class.
Static methods cannot access non-static variables or methods.
Static va...
Top trending discussions
I was interviewed in Jan 2025.
---
Example Question (Numerical Ability):
Question:
If 15% of a number is 45, what is 30% of that number?
Solution:
1. Find the number:
If 15% of a number is 45, then
\text{Number} = \frac{45}{0.15} = 300.
2. Calculate 30% of the number:
Now, 30% of 300 is
0.30 \times 300 = 90.
Answer:
30% of the number is 90.
---
Additional Example (Simple Interest):
Question:
A bank offers a simple interest rate of 5% per annum on a deposit of Rs.20,000. What will be the interest earned in 3 years?
Solution:
1. Use the simple interest formula:
\text{Simple Interest} = \frac{P \times R \times T}{100}
= Principal amount = Rs.20,000
= Rate of interest = 5%
= Time = 3 years
2. Calculate the interest:
\text{Interest} = \frac{20000 \times 5 \times 3}{100} = 3000.
Answer:
The interest earned in 3 years is Rs. 3000.
1. Quantitative Aptitude
Q: A sum of ₹10,000 is invested at 10% per annum simple interest. What is the interest after 3 years?
A: Interest = (P × R × T) / 100 = (10,000 × 10 × 3) / 100 = ₹3,000
2. Reasoning Ability
Q: If A is the father of B, but B is not the son of A, what is B’s relation to A?
A: Daughter
3. English Language
Q: Choose the correct sentence:
a) She don’t like coffee.
b) She doesn’t like coffee.
A: b) She doesn’t like coffee.
4. General Awareness (Banking GK)
Q: What does RBI stand for?
A: Reserve Bank of India
---
Example Question (Numerical Ability):
Question:
A bank offers a simple interest rate of 6% per annum. If a customer deposits Rs. 25,000 for 4 years, what is the total simple interest earned over that period?
Solution:
1. Identify the formula for Simple Interest (SI):
\text{SI} = \frac{P \times R \times T}{100}
is the principal (Rs. 25,000)
is the rate of interest (6%)
is the time period (4 years)
2. Substitute the values into the formula:
\text{SI} = \frac{25000 \times 6 \times 4}{100}
3. Calculate the interest:
\text{SI} = \frac{25000 \times 24}{100} = \frac{600000}{100} = 6000.
Answer:
The total simple interest earned over 4 years is Rs. 6,000.
---
Additional Example (Logical Reasoning):
Question:
In a sequence of numbers representing daily bank transactions, the amounts follow an arithmetic progression: 105, 115, 125, ... What will be the 8th transaction amount?
Solution:
1. Identify the first term and common difference:
First term,
Common difference,
2. Use the formula for the nth term of an arithmetic progression:
a_n = a_1 + (n - 1)d
3. Substitute :
a_8 = 105 + (8 - 1) \times 10 = 105 + 70 = 175.
Answer:
The 8th transaction amount is 175.
I was interviewed in Aug 2024.
The aptitude test will be conducted online.
I was interviewed in Jan 2025.
I was interviewed in Jan 2025.
A sequence was provided: 4181, 2684, 1597, 987, 610.
first 2 are given and write code for other value calculation using java 8
The second question required writing a reverse of a palindrome using both Java 8 streams. I was able to successfully write both and clear the first round.
Java 17 introduces sealed classes to restrict inheritance and improve code maintainability.
Sealed classes are declared using the 'sealed' keyword followed by the permitted subclasses.
Subclasses of a sealed class must be either final or sealed themselves.
Errors may occur when trying to extend a sealed class with a non-permitted subclass.
Implementation of 'notify me if item is back in stock' feature in an ecommerce application
Create a database table to store user notifications for out-of-stock items
Implement a service to check item availability and send notifications to subscribed users
Provide a user interface for users to subscribe to notifications for specific items
posted on 4 Feb 2025
I was interviewed in Jan 2025.
posted on 6 Jan 2025
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
The number of variances in SAP can vary depending on the specific processes and transactions being analyzed.
The number of variances in SAP can be influenced by factors such as data entry errors, system glitches, or discrepancies in invoice processing.
Variances in SAP may be identified through reconciliation processes, exception reports, or manual reviews of accounts payable transactions.
Examples of variances in SAP inc...
Accounts receivable and accounts payable are two important aspects of a company's financial operations.
Accounts receivable refers to money owed to a company by its customers for goods or services provided.
Accounts payable refers to money owed by a company to its suppliers or vendors for goods or services received.
Accounts receivable is an asset on the balance sheet, while accounts payable is a liability.
Managing accoun...
Cost element and cost center are key concepts in accounting for tracking and allocating costs within an organization.
Cost element refers to the specific types of costs incurred by an organization, such as materials, labor, or overhead.
Cost center is a specific department, team, or function within an organization that is responsible for incurring costs.
Cost elements are assigned to cost centers to track and allocate cos...
SAP supports over 160 currencies worldwide.
SAP supports over 160 currencies for global transactions.
Currencies can be configured in SAP using transaction code OB22.
Each currency is assigned a unique currency code (e.g. USD for US Dollar, EUR for Euro).
There are various types of projects, including internal projects, external projects, research projects, and development projects.
Internal projects focus on improving processes within the organization.
External projects involve working with external partners or clients.
Research projects aim to gather data and analyze findings.
Development projects focus on creating new products or services.
Examples: IT system implementati...
posted on 2 Feb 2025
based on 1 interview
Interview experience
Associate Solution Developer
4
salaries
| ₹2.8 L/yr - ₹4.1 L/yr |
Forest Essentials
Kama Ayurveda
Nykaa
Quest Retail Private Limited