Upload Button Icon Add office photos

Filter interviews by

Pagarbook Interview Questions, Process, and Tips

Updated 21 Sep 2024

Top Pagarbook Interview Questions and Answers

Pagarbook Interview Experiences

Popular Designations

10 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Let var const difference
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI
  • Q2. Polyfills of bind method
  • Ans. 

    Polyfills of bind method provide a way to use the bind method in older browsers that do not support it natively.

    • Polyfill code typically checks if the bind method is available and if not, it creates a new function that mimics the behavior of bind.

    • One common polyfill for the bind method is the following: Function.prototype.bind = Function.prototype.bind || function() { // polyfill code here };

    • Polyfills are often used to ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Make a search bar in React
  • Ans. 

    Create a search bar component in React for filtering data

    • Create a functional component for the search bar

    • Use state to store the search query

    • Implement a onChange event handler to update the search query

    • Filter the data based on the search query

  • Answered by AI
  • Q2. React js core concepts
Round 3 - HR 

(2 Questions)

  • Q1. How you structure your work
  • Ans. 

    I structure my work by breaking down tasks, setting priorities, creating timelines, and regularly reviewing progress.

    • Break down tasks into smaller, manageable chunks

    • Set priorities based on deadlines and importance

    • Create timelines to track progress and ensure timely completion

    • Regularly review progress and adjust plans as needed

  • Answered by AI
  • Q2. How you make a project from scratch
  • Ans. 

    To make a project from scratch, start by defining requirements, creating a plan, designing the architecture, implementing the code, testing, and deploying.

    • Define project requirements and goals

    • Create a project plan with timelines and milestones

    • Design the architecture of the project, including database schema and system components

    • Implement the code following best practices and coding standards

    • Test the project thoroughly ...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Why you want to join sales

Interview Preparation Tips

Topics to prepare for Pagarbook Senior Bdm Manager interview:
  • Cool
Interview preparation tips for other job seekers - Okay

Senior Bdm Manager Interview Questions asked at other Companies

Q1. Pan India approach with retaining team ROI Sales
View answer (1)
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Asked about AI and ML concepts

Round 2 - HR 

(2 Questions)

  • Q1. What did you study in 5th class?
  • Q2. Why did you choose IIT Bombay?

Interview Preparation Tips

Interview preparation tips for other job seekers - Bekar place to work...super growth for no body and for everybidy

Senior Service Engineer Interview Questions asked at other Companies

Q1. 1) what are the geometries of cnc lathe, vmc machine 2) how to calculate feed ,speed, rpm , spindle power. 3) How to change bearing of ball screw. 4) what are types of bearings and their angles for angular bearing, what types of combination... read more
View answer (1)

Sde1 Interview Questions & Answers

user image Ramiz EE8037

posted on 16 Mar 2023

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

(2 Questions)

  • Q1. Medium dsa questions
  • Q2. Basic javascript questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve easy and medium leetcode questions And learn basics of javascript

Sde1 Interview Questions asked at other Companies

Q1. DSA and Language Questions: 1. Difference between Arrays and ArrayList in Java. 2. Queue Implementation using Linked List. 3. BST- How would you fill a BST with a sorted array. 4. Random pointer linked-list clone. 5. Fibonacci number genera... read more
View answer (1)

Pagarbook interview questions for popular designations

 Senior Bdm Manager

 (2)

 Business Development Executive

 (1)

 Customer Service Associate

 (1)

 Head Cluster Associate

 (1)

 Inside Sales Associate

 (1)

 Sde1

 (1)

 Senior Service Engineer

 (1)

 Software Developer

 (1)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Tell me something that is not in the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident,honest and research about the company

Inside Sales Associate Interview Questions asked at other Companies

Q1. What do you already know about Fresh Prints? Give a brief about our business model
View answer (2)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Previous work experience
  • Q2. Previous job roles

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask for higher salary because it has lot of travelling and they pay only 2k for travel allowance which is not at all sufficient. You have to spend at least 8k on travel

Senior Bdm Manager Interview Questions asked at other Companies

Q1. Pan India approach with retaining team ROI Sales
View answer (1)

Jobs at Pagarbook

View all

Interview Questionnaire 

1 Question

  • Q1. How to sale a product
  • Ans. 

    To sell a product, understand the customer's needs, highlight the benefits, and create a sense of urgency.

    • Identify the customer's pain points and how the product can solve them

    • Highlight the unique features and benefits of the product

    • Create a sense of urgency by offering limited-time discounts or emphasizing the product's popularity

    • Use persuasive language and active listening to build rapport with the customer

    • Offer exce...

  • Answered by AI

Customer Service Associate Interview Questions asked at other Companies

Q1. Situational: If customer gets damaged product and he is saying he want to return the product then what you will do? (write an mail)
View answer (39)

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Current job role
  • Q2. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this organisation if you want a good career and also the hr are absent minded so please make sure you record your conversations while interviewing with them

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

Interview Questionnaire 

1 Question

  • Q1. The interviews asked questions about sale and marketing?

Interview Preparation Tips

Interview preparation tips for other job seekers - We have to explain briefly about sale and marketing

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)

Delhi Interview Questions & Answers

user image Anonymous

posted on 29 May 2021

I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About my self , about customer views, who face a challenge of market etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was grade but, I thik no books give the knowledge about the customer mode my interviewers asked who to handle rude customer in that time,my views is very different now . My interview time interval is 30 min luckly i able most of the answer of questions but i thik this is the most pressued period of my life . Thank you

Pagarbook Interview FAQs

How many rounds are there in Pagarbook interview?
Pagarbook interview process usually has 2-3 rounds. The most common rounds in the Pagarbook interview process are Resume Shortlist, HR and One-on-one Round.
How to prepare for Pagarbook 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 Pagarbook. The most common topics and skills that interviewers at Pagarbook expect are B2B Sales, Field Sales, Lead Generation, SME Sales and Software Sales.
What are the top questions asked in Pagarbook interview?

Some of the top questions asked at the Pagarbook interview -

  1. How to sale a produ...read more
  2. Make a search bar in Re...read more
  3. let var const differe...read more
How long is the Pagarbook interview process?

The duration of Pagarbook interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Pagarbook Interview Process

based on 9 interviews

Interview experience

3.6
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 776 Interviews
Zoho Interview Questions
4.3
 • 516 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
Razorpay Interview Questions
3.6
 • 150 Interviews
Vyapar Interview Questions
3.5
 • 53 Interviews
Mobikwik Interview Questions
4.1
 • 47 Interviews
Tally Solutions Interview Questions
4.1
 • 39 Interviews
KhataBook Interview Questions
3.4
 • 17 Interviews
Simpl Interview Questions
2.9
 • 17 Interviews
OkCredit Interview Questions
4.4
 • 5 Interviews
View all

Pagarbook Reviews and Ratings

based on 159 reviews

3.6/5

Rating in categories

3.3

Skill development

3.4

Work-life balance

3.6

Salary

3.2

Job security

3.5

Company culture

3.2

Promotions

3.3

Work satisfaction

Explore 159 Reviews and Ratings
Hiring For Business Development Manager

Chennai,

Bangalore / Bengaluru

3-5 Yrs

₹ 2.6-6 LPA

Sr.BDM | Field Sales | Individual Role | B2B Sales | Bangalore

Bangalore / Bengaluru

1-6 Yrs

₹ 3-6.5 LPA

Explore more jobs
Team Lead
62 salaries
unlock blur

₹4 L/yr - ₹8.9 L/yr

Senior Business Development Manager
34 salaries
unlock blur

₹4.5 L/yr - ₹7.8 L/yr

City Head
22 salaries
unlock blur

₹5.8 L/yr - ₹12 L/yr

Business Development Manager
21 salaries
unlock blur

₹2.6 L/yr - ₹6 L/yr

Sales Executive
18 salaries
unlock blur

₹2.6 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Pagarbook with

KhataBook

3.4
Compare

OkCredit

4.4
Compare

Vyapar

3.4
Compare

Simpl

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