Upload Button Icon Add office photos
Premium Employer

i

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

Pagarbook

Compare button icon Compare button icon Compare

Filter interviews by

Pagarbook Interview Questions and Answers for Experienced

Updated 3 Apr 2025

Pagarbook Interview Experiences for Experienced

Popular Designations

6 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Introduction abt yourself
  • Ans. 

    Dynamic business development professional with a proven track record in driving growth and building strategic partnerships.

    • Over 5 years of experience in business development across various industries, including technology and healthcare.

    • Successfully led a team to secure a $2 million partnership with a leading tech firm, enhancing our service offerings.

    • Skilled in market analysis and identifying new business opportunitie...

  • Answered by AI
  • Q2. Past experience of all your company's
  • Ans. 

    I have extensive experience in business development across various sectors, focusing on strategic partnerships and revenue growth.

    • Developed strategic partnerships with key industry players, resulting in a 30% increase in revenue over two years.

    • Led market research initiatives that identified new business opportunities, contributing to a successful product launch.

    • Implemented a CRM system that improved lead tracking and c...

  • Answered by AI

Senior Business Development Associate Interview Questions asked at other Companies

Q1. 1) Intro 2) Mock call 4) Why Scaler 5) Tell about Scaler 6) How persistent you are ? 7) How you are the correct fit ?
View answer (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:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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 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 (40)

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)

Pagarbook interview questions for popular designations

 Senior Bdm Manager

 (2)

 Customer Service Associate

 (1)

 Inside Sales Associate

 (1)

 Business Development Executive

 (1)

 Software Developer

 (1)

 Senior Service Engineer

 (1)

 Head Cluster Associate

 (1)

 Sde1

 (1)

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

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

Jobs at Pagarbook

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Will be given Requirement to write code for Restraunt. Based on that have write code for delivering orders by delivery boys.

Round 2 - Technical 

(1 Question)

  • Q1. OOPS Concepts, Java Basics, Collections, MultiThreading

Interview Preparation Tips

Topics to prepare for LogiNext Solutions Software Engineer interview:
  • Java
  • OOPS
  • MySQL
  • Pattern Programming
Interview preparation tips for other job seekers - Focus on DSA and Logical Programming

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1.  What are Option Strict and Option Explicit? What are all the differences between Dispose and Finalize()? What is the difference between System.String and System.StringBuilder classes? What is Delegate? ...
  • Ans. 

    Answers to common interview questions for Software Engineer position

    • Option Strict and Option Explicit are compiler directives in VB.NET

    • Dispose() is used to release unmanaged resources while Finalize() is used for garbage collection

    • System.String is immutable while System.StringBuilder is mutable

    • Delegate is a type that represents a reference to a method

    • Value types store data directly while reference types store a referen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - selection process-
1st round-online test(prpare all kind of logical, verbal, and .net related questions)
2nd round- technical round(prepare all .net interview questions,sql server questions, winforms, web api)
3rd round- hr discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Lazy loading in react
  • Ans. 

    Lazy loading in React is a technique used to improve performance by loading components only when they are needed.

    • Lazy loading helps reduce initial load time by splitting the code into smaller chunks.

    • React.lazy() and Suspense are commonly used for lazy loading in React.

    • Lazy loading is especially useful for large applications with many components.

  • Answered by AI
  • Q2. Cache bursting
  • Q3. Difference between == and ===
  • Ans. 

    The difference between == and === is that == checks for equality after type coercion, while === checks for equality without type coercion.

    • == is a loose equality operator that performs type coercion before comparing two values.

    • === is a strict equality operator that does not perform type coercion before comparing two values.

    • Example: 1 == '1' will return true, but 1 === '1' will return false.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic of react and redux
Interview experience
4
Good
Difficulty level
Easy
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 

Coding questions were easy, not clear about shortlisting process

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA questions on arrays, linked lists
Round 3 - HR 

(1 Question)

  • Q1. Self introduction

Pagarbook Interview FAQs

How many rounds are there in Pagarbook interview for experienced candidates?
Pagarbook interview process for experienced candidates usually has 1-2 rounds. The most common rounds in the Pagarbook interview process for experienced candidates are Resume Shortlist and One-on-one Round.
How to prepare for Pagarbook interview for experienced candidates?
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, Revenue Generation and Software Sales.
What are the top questions asked in Pagarbook interview for experienced candidates?

Some of the top questions asked at the Pagarbook interview for experienced candidates -

  1. How to sale a produ...read more
  2. The interviews asked questions about sale and marketi...read more
  3. Make a search bar in Re...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 for Experienced

based on 2 interviews

Interview experience

2.5
  
Poor
View more

Interview Questions from Similar Companies

HALODOC Interview Questions
2.7
 • 12 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
ITILITE Interview Questions
2.8
 • 9 Interviews
Xoxoday Interview Questions
3.7
 • 7 Interviews
SalesHandy Interview Questions
3.4
 • 6 Interviews
View all

Pagarbook Reviews and Ratings

based on 161 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 161 Reviews and Ratings
Sr.BDM | Male| Individual Role | B2B Sales | Field Sales | Bangalore

Chennai,

Bangalore / Bengaluru

1-5 Yrs

₹ 3-7 LPA

Business Development Manager || Surat

Surat

1-6 Yrs

Not Disclosed

Explore more jobs
Team Lead
64 salaries
unlock blur

₹3 L/yr - ₹8.9 L/yr

Senior Business Development Manager
40 salaries
unlock blur

₹4.4 L/yr - ₹7.8 L/yr

Business Development Manager
25 salaries
unlock blur

₹2.6 L/yr - ₹6 L/yr

City Head
22 salaries
unlock blur

₹5.8 L/yr - ₹12 L/yr

Sales Executive
18 salaries
unlock blur

₹2.6 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Pagarbook with

Signzy Technologies

2.9
Compare

Xoxoday

3.7
Compare

ITILITE

2.8
Compare

Flixstock

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