Filter interviews by
I was interviewed in Jan 2025.
A control system is a system that manages, commands, directs, or regulates the behavior of other devices or systems.
Control systems are used to maintain desired outputs in various processes.
They can be implemented using hardware, software, or a combination of both.
Examples include thermostat control in HVAC systems, cruise control in vehicles, and automatic voltage regulators in power systems.
An Air Circuit Breaker (ACB) is a type of circuit breaker that operates by using air as the medium to extinguish the arc formed when the circuit is interrupted.
ACB is designed to protect electrical circuits from overloads and short circuits.
When a fault occurs, the ACB trips and interrupts the flow of current by separating the contacts.
The arc formed during interruption is extinguished by the blast of compressed air.
AC...
A relay is an electrically operated switch that controls a high-power circuit with a low-power signal.
Relays are used to control circuits by opening or closing contacts in response to a signal
They are commonly used in industrial applications to control motors, lights, heaters, and other high-power devices
Relays can be classified based on their operation, such as electromechanical relays, solid-state relays, and reed re
A transformer is an electrical device that transfers electrical energy between two or more circuits through electromagnetic induction.
Transformers are used to increase or decrease voltage levels in electrical circuits.
Types of transformers include step-up transformers, step-down transformers, isolation transformers, and autotransformers.
Step-up transformers increase voltage levels, while step-down transformers decrease...
CTs and PTs are devices used in electrical systems to measure current and voltage respectively.
Current Transformers (CTs) are used to measure current in electrical circuits by stepping down the current to a safe level for measurement.
Potential Transformers (PTs) are used to measure voltage in electrical circuits by stepping down the voltage to a safe level for measurement.
CTs and PTs are commonly used in power distribu...
HT voltage is higher than LT voltage. HT is used for long-distance transmission while LT is used for distribution within buildings.
HT voltage is typically above 1000V, while LT voltage is below 1000V.
HT voltage is used for long-distance transmission of electricity, such as from power plants to substations.
LT voltage is used for distribution within buildings or small areas, such as powering appliances and lighting.
HT li...
A megger is a portable instrument used to measure the insulation resistance of electrical equipment.
Megger is short for megohmmeter.
It is used to detect insulation faults in cables, wires, and electrical equipment.
The instrument applies a high voltage to the insulation and measures the resistance.
A megger typically has a hand-cranked generator to produce the high voltage.
Results are displayed in ohms or megohms.
VCBs use vacuum as the arc quenching medium while ACBs use air. VCBs are more reliable and require less maintenance.
VCBs use vacuum as the arc quenching medium, while ACBs use air
VCBs are more reliable and require less maintenance compared to ACBs
VCBs have higher breaking capacity than ACBs
VCBs are more suitable for medium voltage applications, while ACBs are commonly used in low voltage applications
Maintenance is the process of ensuring equipment and facilities are kept in good working condition. Types include preventive, predictive, corrective, and proactive maintenance.
Maintenance is the process of preserving the condition of equipment and facilities.
Preventive maintenance involves regular inspections and servicing to prevent breakdowns.
Predictive maintenance uses data and analytics to predict when maintenance ...
My strengths include strong technical skills and problem-solving abilities. My weaknesses include sometimes being too detail-oriented and struggling with delegation.
Strengths: strong technical skills
Strengths: problem-solving abilities
Weaknesses: sometimes too detail-oriented
Weaknesses: struggle with delegation
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
Some of the top questions asked at the Solution System interview -
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
TCS
Accenture
Wipro
Cognizant