Upload Button Icon Add office photos

Pramerica Life Insurance

Compare button icon Compare button icon Compare

Filter interviews by

Pramerica Life Insurance Senior Software Developer Interview Questions and Answers

Updated 9 Mar 2022

Pramerica Life Insurance Senior Software Developer Interview Experiences

1 interview found

Round 1 - Technical 

(2 Questions)

  • Q1. How the work assigned
  • Q2. Using ticketing tool
Round 2 - HR 

(2 Questions)

  • Q1. What is roles and responsibility?
  • Q2. Explained responsebilities.
  • Ans. 

    Responsibilities of a Senior Software Developer

    • Design and develop software applications

    • Lead and mentor junior developers

    • Collaborate with cross-functional teams

    • Ensure code quality and maintainability

    • Stay up-to-date with emerging technologies

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview experience is good. They were checking your analytical skill and work priority.

Interview questions from similar companies

I applied via eLitmus and was interviewed before Sep 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 - Aptitude Test 

Complete the pattern

Round 3 - Technical 

(1 Question)

  • Q1. One DSA question and one sql query
Round 4 - HR 

(1 Question)

  • Q1. About projects and career goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good coding skills or good problem solving skills
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 experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Design a system for booking a meeting room.
  • Ans. 

    A system to efficiently book, manage, and track meeting room availability and reservations.

    • User authentication: Ensure only authorized users can book rooms.

    • Room availability: Display real-time availability of meeting rooms.

    • Booking interface: Provide a user-friendly interface for selecting dates, times, and rooms.

    • Notifications: Send email or app notifications for booking confirmations and reminders.

    • Cancellation policy: ...

  • Answered by AI
  • Q2. Angular questions were not asked
  • Q3. Question related to Cosmos DB , Azure Services and .net core

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are expecting a good package, do not go here. They extended an offer after three technical rounds, but during the fourth HR meeting, they pleaded with me to reduce my expected salary. Subsequently, they ghosted me for a week and found another candidate willing to accept a lower salary. They then asked me to interview again for a different project, but this time I chose to ignore their request, and reject there offer
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Asked mostly on pure technical questions. Asked on PowerBI, SQL , scenario based questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. Business related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Chubb is great place to work . prepare technically and how business works in related domain.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic python questions, rest api and django questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

First round online. oding test

Round 2 - Technical 

(1 Question)

  • Q1. Questions on resume
Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in 5 years
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

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. CORS errors and API calls
  • Q2. JSON serialisation desirialization

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer was very rude and judged on just one question. He Left the interview in 10 minutes.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Explain dependency injection in .NET and how to resolve dependency?
  • Ans. 

    Dependency injection in .NET is a design pattern where dependencies are injected into a class rather than the class creating them itself.

    • Dependency injection helps in achieving loose coupling between classes.

    • In .NET, dependency injection can be implemented using frameworks like Unity, Ninject, or built-in .NET Core DI container.

    • Dependencies can be resolved through constructor injection, property injection, or method in...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Discussion on work experience and what are the projects that you have worked on?

Skills evaluated in this interview

Pramerica Life Insurance Interview FAQs

How many rounds are there in Pramerica Life Insurance Senior Software Developer interview?
Pramerica Life Insurance interview process usually has 2 rounds. The most common rounds in the Pramerica Life Insurance interview process are Technical and HR.
How to prepare for Pramerica Life Insurance Senior Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Pramerica Life Insurance. The most common topics and skills that interviewers at Pramerica Life Insurance expect are MongoDB, Node.Js, React.Js, Mern Stack and SQL.
What are the top questions asked in Pramerica Life Insurance Senior Software Developer interview?

Some of the top questions asked at the Pramerica Life Insurance Senior Software Developer interview -

  1. Explained responsebiliti...read more
  2. Using ticketing t...read more

Tell us how to improve this page.

Sales Manager
147 salaries
unlock blur

₹2 L/yr - ₹4.7 L/yr

Senior Sales Manager
114 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Assistant Manager
90 salaries
unlock blur

₹3.1 L/yr - ₹12 L/yr

Unit Head
54 salaries
unlock blur

₹5.8 L/yr - ₹12.1 L/yr

Deputy Manager
52 salaries
unlock blur

₹4.8 L/yr - ₹14.7 L/yr

Explore more salaries
Compare Pramerica Life 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