Upload Button Icon Add office photos

Filter interviews by

Liberty General Insurance Associate Consultant Interview Questions and Answers for Experienced

Updated 18 Aug 2022

Liberty General Insurance Associate Consultant Interview Experiences for Experienced

1 interview found

Round 1 - Technical 

(1 Question)

  • Q1. Mostly Database related questions like - Normalization, SCD Types, Joins, Views,
Round 2 - One-on-one 

(1 Question)

  • Q1. Mostly Case Study questions. Few Qestions related to ELT

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the SQL and Data Modelling related questions.

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Routine question about ourself, they give intimation of work structure

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview based on clinical knowledge, about tpa

I applied via Referral and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Tell me about yourself.
Round 3 - Technical 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What is your strength and weakness, what is your job in current company. Why you want to switch, some insurance domain questions.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and what is your expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - As per my case the hr gave me good salary hike.

Software Developer Interview Questions & Answers

Chubb user image Sampathirao Nikitha

posted on 6 Apr 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. What is a thread in java
  • Ans. 

    A thread in Java is a lightweight process that allows concurrent execution of code within a program.

    • Threads enable multitasking within a single program, improving efficiency.

    • Java provides the Thread class and Runnable interface to create threads.

    • Example: Implementing Runnable interface to define a thread's task.

    • Threads can be started using the start() method and can be managed using methods like sleep(), join(), and in...

  • Answered by AI
  • Q2. Diff btw union and union all in sql
  • Ans. 

    UNION combines unique records from two queries; UNION ALL includes all records, including duplicates.

    • UNION removes duplicate rows from the result set.

    • UNION ALL retains all rows, including duplicates.

    • Example of UNION: SELECT name FROM table1 UNION SELECT name FROM table2;

    • Example of UNION ALL: SELECT name FROM table1 UNION ALL SELECT name FROM table2;

    • UNION may be slower due to duplicate elimination, while UNION ALL is ge

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions based on your technology
Round 2 - Coding Test 

Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a great company to work in, if you get the opportunity don't miss it

Interview Questionnaire 

3 Questions

  • Q1. General questions about expected ctc ,roles and responsibility and notice period
  • Q2. Totally from your resume.situation and senarios and how you reacted to them.
  • Q3. Same questions as round 4 with a bit what do you know about company and thia round is taken by the manager.

Interview Preparation Tips

Round: Test
Experience: Aptitudes, reasoning,and email righting along with some technical questions.

Round: Client round
Experience: Situation based questions along with your experience in previous organisation.

Associate Interview Questions & Answers

MetLife user image Shubham singh

posted on 24 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Feb 2024.

Round 1 - Aptitude Test 

You know basic reasoning & email writing & typing test

Round 2 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Prepare resume properly
Round 3 - Group Discussion 

Check confidence & check you fit for role

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident & try to give answer in every question asked
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - ESSAY WRITING 

(1 Question)

  • Q1. Essay writing and interviewer question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was related to your past experiences and work.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Basic java , algorithms, collection

Round 2 - HR 

(1 Question)

  • Q1. Just about the background and college
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. String based question, was of medium difficulty.
  • Q2. Linked List based question, was of easy-medium difficulty.
Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 and Core Java Fundamentals
  • Q2. Explain one sorting algorithm.
  • Ans. 

    Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Compares adjacent elements and swaps them if they are in the wrong order

    • Repeats this process until the list is sorted

    • Not efficient for large lists due to its O(n^2) time complexity

    • Example: [5, 3, 8, 2, 1] -> [3, 5, 2, 1, 8] -> [3, 2, 1, 5, 8] -> [2, 1, 3, 5, 8] -> [

  • Answered by AI
Round 3 - Coding Test 

Multiple medium level MCQs on Java. 3 Coding Questions, 2 easy-medium and one Java 8 Coding question of medium-hard difficulty

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself/previous work ex/projects.
  • Q2. Salary negotiation

Interview Preparation Tips

Topics to prepare for Chubb Software Engineer interview:
  • DSA
  • Java
Interview preparation tips for other job seekers - Have rock solid DSA foundation and be technically sound in any one coding language/technically stack

Skills evaluated in this interview

Liberty General Insurance Interview FAQs

How many rounds are there in Liberty General Insurance Associate Consultant interview for experienced candidates?
Liberty General Insurance interview process for experienced candidates usually has 2 rounds. The most common rounds in the Liberty General Insurance interview process for experienced candidates are Technical and One-on-one Round.
What are the top questions asked in Liberty General Insurance Associate Consultant interview for experienced candidates?

Some of the top questions asked at the Liberty General Insurance Associate Consultant interview for experienced candidates -

  1. Mostly Database related questions like - Normalization, SCD Types, Joins, Vie...read more
  2. Mostly Case Study questions. Few Qestions related to ...read more

Tell us how to improve this page.

Relationship Manager
142 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

Cluster Manager
128 salaries
unlock blur

₹5.7 L/yr - ₹10.1 L/yr

Territory Manager
42 salaries
unlock blur

₹6.9 L/yr - ₹15 L/yr

Operations Associate
38 salaries
unlock blur

₹1.7 L/yr - ₹3.5 L/yr

Claims Service Manager
32 salaries
unlock blur

₹4 L/yr - ₹10.2 L/yr

Explore more salaries
Compare Liberty General Insurance with

Cholamandalam MS General Insurance

3.8
Compare

Bharti AXA Life Insurance

3.8
Compare

Future Generali India Life Insurance

3.6
Compare

Medi Assist India

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview