Premium Employer

i

This company page is being actively managed by PolicyBazaar Team. If you also belong to the team, you can get access from here

PolicyBazaar Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

PolicyBazaar Process Trainer Interview Questions and Answers for Freshers

Updated 7 Jul 2024

PolicyBazaar Process Trainer Interview Experiences for Freshers

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Can you lead a team
  • Ans. 

    Yes, I have experience leading teams in previous roles.

    • I have successfully led a team of customer service representatives in my previous job

    • I have experience delegating tasks, providing feedback, and motivating team members

    • I am comfortable making decisions and resolving conflicts within a team

  • Answered by AI
  • Q2. How you can look after a state
  • Ans. 

    Looking after a state involves monitoring and maintaining its overall well-being and functionality.

    • Regularly assess the current state of affairs

    • Implement strategies to improve and maintain the state

    • Address any issues or concerns promptly

    • Provide necessary resources and support

    • Monitor progress and make adjustments as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ask clearly on the job role
As they can put you to different job after you role in.

Process Trainer Jobs at PolicyBazaar

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. GD round topic is impact of employee productivities in work from home

Interview Preparation Tips

Interview preparation tips for other job seekers - I gave 5 times this interview and i also clearly speak without nay hesitation but i didn't got selected and i didn't know the reason my advise to you all plz do not apply in naukari.com or jeevansathi.com becouse the interview criteria is too weak HR is not actively listening you guys they give result on there own basic

Interview Questionnaire 

1 Question

  • Q1. How would you sell a simple pen for 1 lakh.
  • Ans. 

    This pen is not just a writing instrument, it's a statement of luxury and exclusivity.

    • Highlight the pen's unique design and craftsmanship

    • Emphasize the use of high-quality materials

    • Mention any special features or functions

    • Create a sense of exclusivity and rarity

    • Appeal to the buyer's desire for luxury and status

    • Offer personalized engraving or customization options

  • Answered by AI

I applied via Company Website and was interviewed in Mar 2021. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - They took my interview in five rounds but in all the rounds they were asking only one question. TELL ME SOMETHING ABOUT YOURSELF ?
My Interview with their sales VP SANDEEP JUNEJA was good and relevant to the point.
Otherwise all the other rounds were almost same which was not needed it can be Completed in 1-2 round.

I applied via Job Portal and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data structure
  • Q2. Java concepts
  • Q3. Handson coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Get handson in any language but be confident

I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Where do you see 5 years ahead in future?

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good.

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What's your weakness and strength?
  • Ans. 

    My strength is my analytical skills and attention to detail. My weakness is that I can be overly critical of my own work.

    • Strength: Analytical skills

    • Strength: Attention to detail

    • Weakness: Overly critical of my own work

  • Answered by AI
  • Q2. Where do you want to be in this organization?
  • Ans. 

    I want to be in a position where I can contribute to the growth and success of the organization.

    • I aspire to be in a role where I can utilize my skills and expertise to drive positive change and make a significant impact.

    • I am motivated to work towards achieving the organization's goals and objectives.

    • I am eager to take on more responsibilities and challenges to further develop my skills and knowledge.

    • I want to be part o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and be confident.

Interview Questionnaire 

7 Questions

  • Q1. Some of The most important Salary Immideyetly Processes
  • Q2. Oneandof Yaer NoukrNoukri.com *****
  • Q3. Noukri.com Online Payment
  • Q4. Fast forward Noukri.com
  • Q5. Brhamanc IT Course hdca and core java programming language Brhamanc IT Information Technology World Asia Pacific region India Tamilnadu Coimbatore Chinnathdagam 641108
  • Q6. Brhamanc IT Course hdca and core java programming language
  • Q7. QUALIFICATION:10TH STANDARD

Interview Questionnaire 

1 Question

  • Q1. Do you have experience

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Online test which can be attempted anytime between 22 May 2020, 06:00 AM and 25 May 2020, 01:00 AM

  • Q1. 

    Postfix Expression Evaluation Problem Statement

    Given a postfix expression, your task is to evaluate the expression. The operator will appear in the expression after the operands. The output for each expr...

  • Ans. 

    Evaluate postfix expressions by applying operators to operands in a given order.

    • Iterate through the postfix expression and push operands onto a stack

    • When an operator is encountered, pop the required number of operands from the stack, apply the operator, and push the result back onto the stack

    • Continue until the entire expression is evaluated and the final result is left on the stack

  • Answered by AI
  • Q2. 

    Dice Throws Problem Statement

    You are given D dice, each having F faces numbered from 1 to F. The task is to determine the number of possible ways to roll all the dice such that the sum of the face-up num...

  • Ans. 

    The task is to determine the number of possible ways to roll all the dice such that the sum of the face-up numbers equals the given 'target' sum.

    • Use dynamic programming to solve the problem efficiently.

    • Create a 2D array to store the number of ways to achieve each sum with different number of dice.

    • Iterate through the dice and sum possibilities to fill up the array.

    • Return the result modulo 10^9 + 7.

    • Optimize the solution ...

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

June 25 2020
Timing: 12:00 pm to 1:00 pm
This round was completely devoted to coding. I was asked to introduce myself and then 2 coding questions were asked.

  • Q1. 

    Find First and Last Positions of an Element in a Sorted Array

    Given a sorted array ARR consisting of N integers and an integer X, find the first and last positions of occurrence of X in the array.

    Note:

    ...
  • Ans. 

    Find the first and last positions of an element in a sorted array efficiently.

    • Use binary search to find the first occurrence of X in the array.

    • Use binary search to find the last occurrence of X in the array.

    • Handle cases where X is not present or present only once.

    • Return the first and last positions as 0-based indices.

  • Answered by AI
  • Q2. 

    Maze with N Doors and 1 Key Problem Statement

    You are given an N x N maze where some cells have doors, and you have a key that can be used only once to open a door. Determine if there exists a path from t...

  • Ans. 

    Determine if there exists a path from the top-left cell to the bottom-right cell of a maze with N doors and 1 key.

    • Use depth-first search (DFS) or breadth-first search (BFS) to explore possible paths through the maze.

    • Keep track of the cells visited and use the key only once to open doors.

    • Check if the bottom-right cell is reachable after traversing the maze.

    • Handle edge cases such as the top-left and bottom-right cells ha...

  • Answered by AI
Round 3 - Video Call 

Round duration - 60 minutes
Round difficulty - Medium

9th July 2020
6:30PM to 7:30PM

Round 4 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

23-July 2020
4:00 PM to 5:00 PM
Coding questions + Several questions on computer fundamentals and networking were asked in a rapid-fire manner.

  • Q1. 

    Stock Trading Maximum Profit Problem

    Given the stock prices for 'N' days, your goal is to determine the maximum profit that can be achieved. You can buy and sell the stocks any number of times but can onl...

  • Ans. 

    The goal is to determine the maximum profit that can be achieved by buying and selling stocks on different days.

    • Iterate through the stock prices and buy on the days when the price is lower than the next day's price, and sell on the days when the price is higher than the next day's price.

    • Calculate the profit by summing up the differences between buying and selling prices.

    • Repeat the process for each test case and output

  • Answered by AI
Round 5 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

6- Aug 2020
3:00 PM to 4:00 PM
Resceduled to: @5:30 PM
Projects, Fundamentals check, Behavioral, Coding

  • Q1. 

    Path Counting in Directed Graph

    Given a directed graph with a specified number of vertices V and edges E, your task is to calculate the total number of distinct paths from a given source node S to all ot...

  • Ans. 

    Calculate total number of distinct paths from a given source node to all other nodes in a directed graph.

    • Use dynamic programming to keep track of the number of paths from the source node to each node.

    • Consider the modulo operation to handle large numbers efficiently.

    • Start by initializing the number of paths from the source node to itself as 1.

    • Iterate through all edges and update the number of paths for each destination ...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. B.R. Ambedkar National Institute of Technology. Eligibility criteriaDevelopment skills and leadership principlesAmazon interview preparation:Topics to prepare for the interview - Data structures, OOPS, Operating systems, DBMS, NetworkingTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Be confident while answering questions
Tip 2 : Make the interview conversational and Always keep a smiling face
Tip 3 : Ask something at the end of the interview which shows your interest in the company
Tip 4 : Prepare projects on the skills mentioned in the resume

Application resume tips for other job seekers

Tip 1 : Mention projects and internships.
Tip 2 : Keep your resume short and crisp.

Final outcome of the interviewSelected

Skills evaluated in this interview

PolicyBazaar Interview FAQs

How many rounds are there in PolicyBazaar Process Trainer interview for freshers?
PolicyBazaar interview process for freshers usually has 1 rounds. The most common rounds in the PolicyBazaar interview process for freshers are One-on-one Round.
How to prepare for PolicyBazaar Process Trainer interview for freshers?
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 PolicyBazaar. The most common topics and skills that interviewers at PolicyBazaar expect are OJT, Process Training, TNI, Product Training and Training.

Tell us how to improve this page.

PolicyBazaar Process Trainer Interview Process for Freshers

based on 1 interview

Interview experience

1
  
Bad
View more
Join PolicyBazaar Let's find you the Best Insurance

Interview Questions from Similar Companies

Amazon Interview Questions
4.0
 • 5.1k Interviews
Flipkart Interview Questions
3.9
 • 1.4k Interviews
BigBasket Interview Questions
3.9
 • 363 Interviews
JustDial Interview Questions
3.5
 • 331 Interviews
Info Edge Interview Questions
3.9
 • 324 Interviews
Zomato Interview Questions
3.7
 • 312 Interviews
Naukri Interview Questions
4.0
 • 187 Interviews
Uber Interview Questions
4.3
 • 148 Interviews
MakeMyTrip Interview Questions
3.7
 • 124 Interviews
View all
PolicyBazaar Process Trainer Salary
based on 11 salaries
₹3.2 L/yr - ₹7.1 L/yr
26% more than the average Process Trainer Salary in India
View more details

PolicyBazaar Process Trainer Reviews and Ratings

based on 5 reviews

2.8/5

Rating in categories

3.6

Skill development

2.3

Work-life balance

3.0

Salary

3.0

Job security

2.6

Company culture

2.9

Promotions

3.1

Work satisfaction

Explore 5 Reviews and Ratings
Process Trainer

Mumbai

1-6 Yrs

Not Disclosed

Explore more jobs
Sales Executive
1.2k salaries
unlock blur

₹1.6 L/yr - ₹5 L/yr

Associate Sales Consultant
1.1k salaries
unlock blur

₹1.5 L/yr - ₹5.5 L/yr

Relationship Manager
910 salaries
unlock blur

₹2.3 L/yr - ₹5.7 L/yr

Team Lead
377 salaries
unlock blur

₹3.1 L/yr - ₹12.2 L/yr

Sales Associate
364 salaries
unlock blur

₹1.5 L/yr - ₹5 L/yr

Explore more salaries
Compare PolicyBazaar with

Amazon

4.0
Compare

Flipkart

3.9
Compare

Indiamart Intermesh

3.6
Compare

BigBasket

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