Filter interviews by
I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.
Panel interview with four people from various departments.
posted on 11 Jan 2025
I applied via Naukri.com
posted on 6 Jan 2025
I applied via Company Website and was interviewed in Dec 2024. There were 3 interview rounds.
General aptitude test
posted on 10 Dec 2024
I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.
posted on 18 Dec 2024
I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.
I have 5 years of experience in sales, including managing a team and exceeding sales targets.
5 years of sales experience
Managed a sales team
Exceeded sales targets consistently
Yes, I have completed various sales-related tasks in my previous roles.
Completed market research to identify potential clients
Developed sales strategies to target specific customer segments
Managed client relationships to ensure customer satisfaction
Achieved sales targets by implementing effective sales techniques
Insurance is a form of risk management primarily used to hedge against the risk of a contingent or uncertain loss.
Insurance is a contract between an individual or entity and an insurance company where the individual or entity receives financial protection or reimbursement against losses from the insurance company.
General insurance covers a wide range of non-life insurance policies, including automobile, home, travel, a...
Yes, I am familiar with the company.
I have researched the company's history, products, and services.
I have read recent news articles and press releases about the company.
I have spoken to current employees or customers of the company to gain insights.
I have attended company events or presentations.
I have a good understanding of the company's target market and competitors.
Yes, I am proficient in Microsoft Excel.
I have advanced knowledge of Excel functions and formulas.
I am experienced in creating and managing spreadsheets for data analysis.
I have used Excel for financial modeling and reporting.
I am skilled in creating charts and graphs to visualize data.
I am proficient in data manipulation and cleaning using Excel.
Yes, I enjoyed my previous job as it provided me with valuable experience and opportunities for growth.
I enjoyed the challenges and responsibilities of my previous job
I had a great team and supportive colleagues
I learned new skills and gained valuable experience
I was able to contribute to the success of the company
I felt fulfilled and motivated in my role
posted on 2 Dec 2024
I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.
I am a recent graduate with a degree in Business Administration and a passion for leadership and strategic planning.
Graduated with a degree in Business Administration
Passionate about leadership and strategic planning
Completed internships in marketing and finance
Strong communication and problem-solving skills
I chose this job because of the opportunity for growth and development in a dynamic industry.
Opportunity for growth and development
Interest in the industry
Alignment with my skills and career goals
I am passionate about building relationships, meeting new people, and achieving targets through effective communication and negotiation.
Enjoy interacting with people and building relationships
Excited about meeting new challenges and targets
Skilled in communication and negotiation
Thrives in a fast-paced and competitive environment
Types of insurance include life, health, auto, home, and disability insurance.
Life insurance: Provides financial protection to beneficiaries in case of the insured's death.
Health insurance: Covers medical expenses and treatments for illnesses and injuries.
Auto insurance: Protects against financial loss in case of accidents or theft involving a vehicle.
Home insurance: Covers damage to a home and its contents due to even...
The CEO of HDFC Life is Vibha Padalkar.
Vibha Padalkar is the current CEO of HDFC Life.
She has been associated with HDFC Life since 2008 and has held various leadership positions before becoming the CEO.
Under her leadership, HDFC Life has seen significant growth and expansion in the insurance sector.
I applied via Walk-in and was interviewed in Nov 2024. There were 4 interview rounds.
I was responsible for analyzing and improving processes to increase efficiency and productivity.
Led process improvement initiatives to streamline operations
Identified bottlenecks and implemented solutions to optimize workflows
Collaborated with cross-functional teams to gather data and feedback
Utilized data analysis tools to track performance metrics
Developed and implemented process documentation and training materials
Yet to complete the test
Gallagher is a global insurance brokerage, risk management, and consulting firm.
Founded in 1927 by Arthur J. Gallagher
Headquartered in Rolling Meadows, Illinois
Provides insurance, risk management, and consulting services globally
Offers services in areas such as commercial insurance, employee benefits, and personal insurance
Has a strong focus on client relationships and personalized service
Building trust with stakeholders involves open communication, transparency, and delivering on commitments.
Establish open lines of communication with stakeholders to address concerns and provide updates
Be transparent about project progress, challenges, and decisions
Deliver on commitments and follow through on promises to build credibility
Seek feedback from stakeholders and incorporate their input into decision-making pr...
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
5 sql coding questions from hacker rank. Basic sql questions, if you are experienced you will solve them in 15 to 20 min
Use SQL string functions like SUBSTRING and CHARINDEX to separate name from emails.
Use CHARINDEX to find the position of the '@' symbol in the email address.
Use SUBSTRING to extract the characters before the '@' symbol as the name.
Consider handling cases where there are multiple names or special characters in the email address.
Calculate the number of matches won and lost by each team based on the given data in the matches table.
Group the data by team and count the number of matches won and lost for each team.
Use the winner column to determine the outcome of each match.
Create a query to calculate the number of matches won and lost for each team.
Example: Team A won 2 matches and lost 1 match.
Example: Team B won 1 match and lost 2 matches.
The resultant rows for all joins between table a and table b with given values.
Inner join: 1
Left join: 1, 1, 0, 0, null
Right join: 1, 0, null, null
Full outer join: 1, 1, 0, 0, null, null
I have worked on various projects involving data analysis, visualization, and predictive modeling.
Developed predictive models to forecast sales trends and customer behavior
Created interactive dashboards using Tableau for data visualization
Performed data cleaning and preprocessing to ensure accuracy and consistency
Utilized machine learning algorithms such as regression and clustering for analysis
Collaborated with cross-...
Use SUBSTRING_INDEX function in SQL to separate first name, middle name, and last name from full name.
Use SUBSTRING_INDEX function to extract first name by specifying space as delimiter
Use SUBSTRING_INDEX function to extract last name by specifying space as delimiter and -1 as position
Use combination of SUBSTRING_INDEX and REPLACE functions to extract middle name if present
posted on 23 Sep 2024
I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.
After 3 sections of aptitude, English and core subjects, there were two coding problems both based on string one was easy and other was medium.
Developed a web-based project management tool for tracking tasks and deadlines
Utilized HTML, CSS, JavaScript for front-end development
Used PHP and MySQL for back-end functionality
Implemented user authentication and authorization features
Integrated calendar and notification system for task reminders
The backend of my project is responsible for handling server-side logic and data processing.
Implemented RESTful APIs for communication between frontend and backend
Used Node.js and Express for server-side scripting
Utilized MongoDB for database management
Implemented authentication and authorization using JWT tokens
I implemented concepts of OOP in my projects by creating classes, objects, inheritance, encapsulation, and polymorphism.
Used classes to represent real-world entities
Implemented inheritance to reuse code and create a hierarchy of classes
Utilized encapsulation to hide data and restrict access to it
Applied polymorphism to allow objects of different classes to be treated as objects of a common superclass
Duplicate entries in the database can be handled by using unique constraints, deduplication scripts, or merging duplicate records.
Use unique constraints in the database schema to prevent duplicate entries.
Implement deduplication scripts to regularly scan and remove duplicate records.
Merge duplicate records by updating one record with the information from the other duplicate record.
Code to check if a string is a palindrome or not
Create a function that takes a string as input
Remove all non-alphanumeric characters and convert to lowercase
Compare the string with its reverse to check if it's a palindrome
based on 3 reviews
Rating in categories
HDFC Life
ICICI Prudential Life Insurance
Max Life Insurance
Bajaj Allianz Life Insurance