Filter interviews by
Be the first one to contribute and help others!
I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.
posted on 10 Jan 2023
I applied via Campus Placement and was interviewed in Jan 2023. There were 2 interview rounds.
I convince the customer by understanding their needs, providing relevant information, and building trust.
Listen actively to their concerns and needs
Provide relevant information and options
Address any objections or doubts they may have
Build trust through honesty and transparency
Highlight the benefits and value of the service
Offer personalized solutions
Follow up and provide ongoing support
I applied via campus placement at SRM Institute of Science & Technology, Chennai and was interviewed in Jul 2022. There were 5 interview rounds.
There were 48 questions to be done in 60 minutes.
the platform used was below average.
about 1400 gave the test
The Next round was a GD.
about 250 were shortlisted.
it was held in groups of 10 - 13.
there were 2 Panelists observing the body language, the fluency and time you speak for.
It is very important that you either start or conclude the GD.
leaves a good impression.
Data analysis is the process of inspecting, cleaning, transforming, and modeling data to discover useful information.
It involves collecting and organizing data
It includes statistical analysis and visualization
It helps in making informed decisions
Examples include market research, financial analysis, and scientific research
SQL Queries using Joins and sub-queries
Joins are used to combine rows from different tables based on a related column
Sub-queries are queries nested within another query
Joins and sub-queries can be used together to retrieve specific data from multiple tables
posted on 10 Jun 2022
I applied via Referral and was interviewed in Dec 2022. There were 2 interview rounds.
I have over 5 years of experience in banking operations, including managing daily transactions, reconciliations, and customer inquiries.
Managed daily transactions and ensured accuracy
Performed reconciliations to identify discrepancies
Handled customer inquiries and resolved issues promptly
I applied via Telegram and was interviewed in Dec 2021. There were 4 interview rounds.
Was taken on firefox Brower and was easy
Very basic questions like swap numbers etc
Code to reverse a string
Create an empty string to store the reversed string
Loop through the original string from end to start
Append each character to the empty string
Return the reversed string
posted on 14 Mar 2022
I applied via LinkedIn and was interviewed in Feb 2022. There was 1 interview round.
Human resources refer to the people who make up the workforce of an organization and the management of their skills, knowledge, and abilities.
Human resources involve managing and developing the workforce of an organization
It includes recruitment, training, performance management, and employee relations
HR also deals with compensation and benefits, compliance with labor laws, and workplace safety
Effective HR practices ca...
Coding restt
GD
A container is a standardized unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another.
Containers are lightweight and portable.
They allow for easy deployment and scaling of applications.
They isolate applications from the underlying infrastructure.
Examples of container technologies include Docker and Kubernetes.
Import and export refer to the movement of goods and services across international borders.
Import is the process of bringing goods or services into a country from another country.
Export is the process of sending goods or services from one country to another country.
Import and export are important for international trade and economic growth.
Examples of imported goods include electronics, clothing, and food products.
Exam...
I was interviewed in Mar 2021.
Round duration - 120 minutes
Round difficulty - Medium
Timing was 9: 30 AM. Platform was quite good and easy to understand.
Approach: Just like in order to reverse a string ‘S’ = “abcd”, we can can swap(S[0], S[3]) and swap(S[1],S[2]) to get new string “dcba”.
Similarly in this problem, we do the same using two pointers while ignoring the non-letter characters.
Eg: S = “a-bcd” we swap(S[0], S[4]) and swap(S[2], S[3]) to get the result.
Algorithm:
Choose an integer ‘K’ where 1 <= ‘K’ &l...
The main idea to solve this problem is that if we want to place a number at an index, then we need a maximum of 2 moves that are:-
The main idea is to do the sum of digits until it becomes less than 10.
Algorithm:
O(1).
We are using constant space to solve this.
Time Complexity: OtherExplanation:O(log10(...
Round duration - 30 minutes
Round difficulty - Medium
Timing was 9:30 AM. The interviewer was very nice.
The basic idea is to keep generating Fibonacci numbers until we find a number equal to the given number or the generated number becomes greater than the given number. If the generated number is equal to the given number then it means the given number is a Fibonacci number. Otherwise, it is not a Fibonacci number.
The steps are as follows:
Write SQL query to find second highest salary from a Table.
Round duration - 30 Minutes
Round difficulty - Medium
Timing was 12 PM. Interviewer was not good.
Given 'S' : abcd...
Since there are just 26 lower case characters, we can use an array of size 26 to store the result.
Here is the algorithm :
What is Normalization and 3NF?
Tip 1 : Do 2 projects.
Tip 2 : Practice data structures programs.
Tip 3 : Take a course on Coding Ninjas.
Tip 1 : Keep it short.
Tip 2 : Do not put false things on resume.
posted on 14 Jun 2021
Transformer losses refer to the energy dissipated in a transformer during its operation.
Transformer losses include copper losses and iron losses.
Copper losses occur due to the resistance of the transformer windings.
Iron losses, also known as core losses, occur due to hysteresis and eddy currents in the transformer core.
Copper losses can be minimized by using larger conductor sizes and reducing the resistance of winding...
Neutral is grounded in star connected transformer for safety and to limit voltage rise.
Grounding neutral limits voltage rise in case of unbalanced loads.
It provides a path for fault current to flow, which helps in detecting and isolating faults.
It reduces the risk of electric shock to personnel and damage to equipment.
In some countries, it is a legal requirement to ground the neutral in electrical systems.
Example: In a...
Power is the rate at which energy is transferred, while energy is the ability to do work.
Power is measured in watts, while energy is measured in joules.
Power is the rate at which energy is used or transferred, while energy is the capacity to do work.
A light bulb may have a power rating of 60 watts, but the energy it consumes over time is measured in watt-hours.
Energy can exist in different forms, such as kinetic, poten...
IGBT stands for Insulated Gate Bipolar Transistor, a power semiconductor device used for switching and amplification of electrical power.
IGBT is a three-terminal device with a collector, emitter, and gate.
It combines the advantages of MOSFET and BJT transistors.
It is commonly used in high power applications such as motor drives, power supplies, and renewable energy systems.
IGBTs have low on-state voltage drop and high ...
Relay is an electrically operated switch that uses an electromagnet to mechanically open or close a circuit.
Relays are used to control high voltage or high current circuits with low voltage signals.
They are commonly used in industrial automation, automotive applications, and household appliances.
Relays can be classified into different types based on their construction and operation, such as electromagnetic relays, soli...
CT and PT are connected in circuit to measure current and voltage respectively.
CT is connected in series with the load to measure current
PT is connected in parallel with the load to measure voltage
CT and PT are used together to measure power in a circuit
The ratio of CT and PT is important for accurate measurement
Solar PV modules convert sunlight into electricity using photovoltaic effect.
Solar PV modules consist of multiple solar cells connected in series and parallel.
Each solar cell is made of semiconductor material, usually silicon.
When sunlight hits the solar cell, it excites the electrons in the semiconductor material, creating a flow of electricity.
The electricity generated by the solar cells is direct current (DC), which...
In Star connection, line voltage is equal to the square root of 3 times phase voltage.
Line voltage is the voltage between any two line conductors in a three-phase system.
Phase voltage is the voltage between any line conductor and the neutral point in a three-phase system.
In a Star connection, all three phases are connected to a common neutral point.
The relationship between line voltage and phase voltage in Star connect...
based on 25 reviews
Rating in categories
Senior Accounts Officer
9
salaries
| ₹4.2 L/yr - ₹6.2 L/yr |
Assistant Manager Administrator
7
salaries
| ₹4 L/yr - ₹8 L/yr |
Assistant Manager
6
salaries
| ₹2.4 L/yr - ₹5 L/yr |
Farm Supervisor
6
salaries
| ₹3 L/yr - ₹3.5 L/yr |
Supervisor
6
salaries
| ₹1.5 L/yr - ₹3 L/yr |
National Dairy Development Board
Venky's
Godrej Agrovet
Hatsun Agro Product