Premium Employer

i

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

Paisabazaar.com Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Paisabazaar.com Interview Questions and Answers

Updated 11 Jul 2025
Popular Designations

78 Interview questions

A Digital Marketing Manager was asked 1w ago
Q. Do you have experience in Meta and WhatsApp marketing?
Ans. 

Yes, I have extensive experience in Meta and WhatsApp marketing, leveraging both platforms for effective campaigns.

  • Developed targeted ad campaigns on Meta, resulting in a 30% increase in engagement for a retail client.

  • Utilized WhatsApp for customer support, improving response times and customer satisfaction scores by 25%.

  • Implemented A/B testing on Meta ads to optimize conversion rates, achieving a 15% higher ROI.

  • C...

View all Digital Marketing Manager interview questions
A QA Engineer was asked 1mo ago
Q. What is the difference between cache and cookies?
Ans. 

Cache stores temporary data for faster access, while cookies store user-specific data for tracking and personalization.

  • Cache is used to speed up web page loading by storing static resources like images and scripts.

  • Cookies are small text files stored on the user's device to remember user preferences and sessions.

  • Example of cache: A web browser caching images so they don't need to be downloaded again.

  • Example of cook...

View all QA Engineer interview questions
A QA Engineer was asked 1mo ago
Q. What are the different types of locators available in Selenium? Please list them.
Ans. 

Selenium provides various locators to identify web elements for automation testing.

  • 1. ID: Locates elements by their unique ID attribute. Example: driver.findElement(By.id('username'));

  • 2. Name: Locates elements by their name attribute. Example: driver.findElement(By.name('password'));

  • 3. Class Name: Locates elements by their class attribute. Example: driver.findElement(By.className('btn-submit'));

  • 4. Tag Name: Locate...

View all QA Engineer interview questions
A QA Engineer was asked 1mo ago
Q. What is the difference between Web.driver.close() and Web.driver.quit()?
Ans. 

Web.driver.close() closes the current browser window, while Web.driver.quit() closes all browser windows and ends the WebDriver session.

  • Web.driver.close() only closes the active window, leaving other windows open.

  • Example: If you have multiple tabs open, close() will only close the tab in focus.

  • Web.driver.quit() terminates the entire WebDriver session, closing all windows.

  • Example: After running tests, quit() ensure...

View all QA Engineer interview questions
A QA Engineer was asked 1mo ago
Q. What do HTTP status codes 201 and 500 signify?
Ans. 

HTTP status code 201 indicates successful resource creation, while 500 signifies a server error.

  • 201 Created: Indicates that a request has been fulfilled and a new resource has been created.

  • Example of 201: When a user registers on a website, the server responds with 201 if the account is successfully created.

  • 500 Internal Server Error: Indicates that the server encountered an unexpected condition that prevented it f...

View all QA Engineer interview questions
A QA Engineer was asked 1mo ago
Q. What are the differences between PUT, POST, and PATCH methods in API testing?
Ans. 

PUT, POST, and PATCH are HTTP methods used for sending data to APIs, each serving different purposes in resource management.

  • PUT: Used to update or replace a resource at a specific URI. Example: PUT /users/1 updates user with ID 1.

  • POST: Used to create a new resource. Example: POST /users creates a new user.

  • PATCH: Used to apply partial modifications to a resource. Example: PATCH /users/1 updates only the email of us...

View all QA Engineer interview questions
A QA Engineer was asked 1mo ago
Q. What is the difference between Authentication and Authorization?
Ans. 

Authentication verifies identity; authorization determines access rights.

  • Authentication is the process of verifying who a user is.

  • Authorization is the process of determining what a user can do.

  • Example of authentication: Logging in with a username and password.

  • Example of authorization: A user with admin rights can access all files, while a regular user cannot.

View all QA Engineer interview questions
Are these interview questions helpful?
A QA Engineer was asked 1mo ago
Q. What is the difference between severity and priority, and can you provide an example of a high-severity issue that has low priority?
Ans. 

Severity refers to the impact of a defect, while priority indicates its urgency for fixing.

  • Severity is about the impact on the system; for example, a crash is high severity.

  • Priority is about the urgency of fixing the issue; for example, a typo in a non-critical report.

  • A high-severity issue with low priority could be a crash in a rarely used feature.

  • Another example is a security vulnerability in a feature that is n...

View all QA Engineer interview questions
A QA Engineer was asked 1mo ago
Q. Will deleting cookies impact the device?
Ans. 

Deleting cookies primarily affects web browsing experience, not the device itself.

  • Cookies store user preferences and session information, so deleting them may log you out of websites.

  • For example, if you delete cookies from an e-commerce site, you may lose your shopping cart items.

  • Cookies can also store tracking information, so deleting them may reset targeted ads.

  • However, deleting cookies does not affect device pe...

View all QA Engineer interview questions
A Tellecaller Executive was asked 2mo ago
Q. How do you handle a client under pressure?
Ans. 

Handling clients under pressure requires effective communication, empathy, and problem-solving skills to ensure satisfaction.

  • Stay Calm: Maintaining composure helps in assessing the situation clearly. For example, if a client is upset, taking a deep breath can help you respond thoughtfully.

  • Active Listening: Understanding the client's concerns is crucial. For instance, repeating back what the client says can show th...

View all Tellecaller Executive interview questions

Paisabazaar.com Interview Experiences

156 interviews found

QA Engineer Interview Questions & Answers

user image Rupayan Chakraborty

posted on 29 May 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

  • Q1. What is the difference between cache and cookies?
  • Ans. 

    Cache stores temporary data for faster access, while cookies store user-specific data for tracking and personalization.

    • Cache is used to speed up web page loading by storing static resources like images and scripts.

    • Cookies are small text files stored on the user's device to remember user preferences and sessions.

    • Example of cache: A web browser caching images so they don't need to be downloaded again.

    • Example of cookies: ...

  • Answered by AI
  • Q2. Will deleting cookies impact the device?
  • Ans. 

    Deleting cookies primarily affects web browsing experience, not the device itself.

    • Cookies store user preferences and session information, so deleting them may log you out of websites.

    • For example, if you delete cookies from an e-commerce site, you may lose your shopping cart items.

    • Cookies can also store tracking information, so deleting them may reset targeted ads.

    • However, deleting cookies does not affect device perform...

  • Answered by AI
  • Q3. What is the difference between severity and priority, and can you provide an example of a high-severity issue that has low priority?
  • Ans. 

    Severity refers to the impact of a defect, while priority indicates its urgency for fixing.

    • Severity is about the impact on the system; for example, a crash is high severity.

    • Priority is about the urgency of fixing the issue; for example, a typo in a non-critical report.

    • A high-severity issue with low priority could be a crash in a rarely used feature.

    • Another example is a security vulnerability in a feature that is not cu...

  • Answered by AI
  • Q4. What are the differences between PUT, POST, and PATCH methods in API testing?
  • Ans. 

    PUT, POST, and PATCH are HTTP methods used for sending data to APIs, each serving different purposes in resource management.

    • PUT: Used to update or replace a resource at a specific URI. Example: PUT /users/1 updates user with ID 1.

    • POST: Used to create a new resource. Example: POST /users creates a new user.

    • PATCH: Used to apply partial modifications to a resource. Example: PATCH /users/1 updates only the email of user wi...

  • Answered by AI
  • Q5. What do HTTP status codes 201 and 500 signify?
  • Ans. 

    HTTP status code 201 indicates successful resource creation, while 500 signifies a server error.

    • 201 Created: Indicates that a request has been fulfilled and a new resource has been created.

    • Example of 201: When a user registers on a website, the server responds with 201 if the account is successfully created.

    • 500 Internal Server Error: Indicates that the server encountered an unexpected condition that prevented it from f...

  • Answered by AI
  • Q6. Difference between Authentication and Authorization?
  • Ans. 

    Authentication verifies identity; authorization determines access rights.

    • Authentication is the process of verifying who a user is.

    • Authorization is the process of determining what a user can do.

    • Example of authentication: Logging in with a username and password.

    • Example of authorization: A user with admin rights can access all files, while a regular user cannot.

  • Answered by AI
  • Q7. What are the different types of locators available in Selenium? Please list them.
  • Ans. 

    Selenium provides various locators to identify web elements for automation testing.

    • 1. ID: Locates elements by their unique ID attribute. Example: driver.findElement(By.id('username'));

    • 2. Name: Locates elements by their name attribute. Example: driver.findElement(By.name('password'));

    • 3. Class Name: Locates elements by their class attribute. Example: driver.findElement(By.className('btn-submit'));

    • 4. Tag Name: Locates ele...

  • Answered by AI
  • Q8. What is the difference between Web.driver.close() and Web.driver.quit()?
  • Ans. 

    Web.driver.close() closes the current browser window, while Web.driver.quit() closes all browser windows and ends the WebDriver session.

    • Web.driver.close() only closes the active window, leaving other windows open.

    • Example: If you have multiple tabs open, close() will only close the tab in focus.

    • Web.driver.quit() terminates the entire WebDriver session, closing all windows.

    • Example: After running tests, quit() ensures all...

  • Answered by AI
  • Q9. Different types of applications in Mobiles?
  • Ans. 

    Mobile applications can be categorized into various types based on their functionality and technology.

    • Native Apps: Built for specific platforms (e.g., iOS, Android) using platform-specific languages (e.g., Swift, Kotlin).

    • Web Apps: Accessed via browsers, responsive to different screen sizes (e.g., Google Docs, Facebook).

    • Hybrid Apps: Combine elements of both native and web apps, using frameworks like Ionic or React Nativ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The Technical 1 interview was really easy and basic. You have to be very sharp in your basics. I was not well prepared.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is clousers
  • Ans. 

    Closures are functions that capture the lexical scope in which they are defined, allowing access to variables from that scope.

    • Closures allow a function to remember its lexical scope even when the function is executed outside that scope.

    • Example: A function defined inside another function can access variables from the outer function.

    • Closures are often used for data encapsulation and maintaining state in JavaScript.

    • They c...

  • Answered by AI
  • Q2. What is promises
  • Ans. 

    Promises are objects in JavaScript that represent the eventual completion or failure of an asynchronous operation.

    • A promise can be in one of three states: pending, fulfilled, or rejected.

    • Example: const myPromise = new Promise((resolve, reject) => { /* async operation */ });

    • You can handle the result of a promise using .then() for success and .catch() for errors.

    • Example: myPromise.then(result => console.log(result)...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain javascript architecture
  • Ans. 

    JavaScript architecture involves its event-driven, non-blocking I/O model, enabling efficient execution of code in web applications.

    • JavaScript is single-threaded, using an event loop to handle asynchronous operations.

    • The call stack manages function execution, while the event queue holds messages for processing.

    • JavaScript uses a prototype-based inheritance model, allowing objects to inherit properties from other objects...

  • Answered by AI
  • Q2. What is mvvm architecture
  • Ans. 

    MVVM (Model-View-ViewModel) is a software architectural pattern used for designing user interfaces.

    • Separation of concerns: MVVM divides the application into three main components.

    • Model: Represents the data and business logic (e.g., a class that fetches user data).

    • View: The UI layer that displays data (e.g., XAML in WPF applications).

    • ViewModel: Acts as a bridge between Model and View, handling presentation logic (e.g., ...

  • Answered by AI

Skills evaluated in this interview

Senior Sales Executive Interview Questions & Answers

user image Ravishankar Jha

posted on 11 Jul 2025

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

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

  • Q1. What is sales?
  • Q2. What you to join Paisabazaar?

Interview Preparation Tips

Interview preparation tips for other job seekers - Develop strong communication and sales skills, be adaptable and flexible, adhere to company policies to prevent mis-selling, respond promptly to internal communications, and consider current job openings by applying through the Job Hai app or the company website.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Have you worked on CRM tools? What is your team handling experience
  • Ans. 

    Yes, I have extensive experience with CRM tools and managing teams in digital marketing environments.

    • Utilized Salesforce for lead management and tracking customer interactions, improving conversion rates by 20%.

    • Led a team of 5 in implementing HubSpot, enhancing our email marketing campaigns and increasing open rates by 30%.

    • Conducted training sessions for team members on CRM best practices, resulting in a 15% increase i...

  • Answered by AI
  • Q2. Do you have an experience in Meta and whats app marketing
  • Ans. 

    Yes, I have extensive experience in Meta and WhatsApp marketing, leveraging both platforms for effective campaigns.

    • Developed targeted ad campaigns on Meta, resulting in a 30% increase in engagement for a retail client.

    • Utilized WhatsApp for customer support, improving response times and customer satisfaction scores by 25%.

    • Implemented A/B testing on Meta ads to optimize conversion rates, achieving a 15% higher ROI.

    • Create...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please ask questions about your role, profile and working hours. Fake commitments and larger than life goals were discussed during interviews but actual work is different than what has been discussed
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

  • Q1. Tell me about yourself.
  • Q2. Which process you are give the interview and process related questions.

UI/UX Designer Interview Questions & Answers

user image Gunjan Chaudhary

posted on 23 May 2024

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

I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Make screens for a financial app.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Portfolio showcase
  • Q2. Counter question
Round 3 - One-on-one 

(2 Questions)

  • Q1. Portfolio showcase
  • Q2. The interviewer asked me if the projects were mine, it was very rude
Round 4 - One-on-one 

(2 Questions)

  • Q1. 3rd round was with the CEO , experience discussion
  • Q2. Reason to leave last job

Interview Preparation Tips

Interview preparation tips for other job seekers - I had the worst experience which left me so frustrated and sad. Before the assessment round i specifically called and asked the HR regarding company's budget but she told me it is open i thought they must a good budget which would surely justify my expectation .. They took 4 rounds, 1st round - assessment then called me to their office took 2 interview where i had to wait for 1.5 hrs total, it was a hot day , the hr just wanted me to go through all round just for the sake of it, at last i had a round with their CEO who was the rudest of all she rescheduled the call 3 times, was yawning at my face throughout my introduction, didn't even care to cover her mouth. Then at last offered me same CTC as i had in my last company. The hr then called me after this round asked me how it went and tried to manipulate me to agree on any low number they would offer next. They stretched the whole process unnecessarily for more that 2 weeks meanwhile they kept calling me asking unnecessary questions and after all this came up with 10% raise . WOW. worst company. The interviewers are rude, manipulative, unprofessional, wasted my time and energy. left me so frustrated. Never gonna recommend this company to anyone. Shame.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. The question was about Nodejs
  • Q2. The question was to build a linked list in Nodejs
  • Ans. 

    A linked list in Node.js is a data structure consisting of nodes that hold data and a reference to the next node.

    • A linked list consists of nodes, each containing data and a pointer to the next node.

    • To create a linked list, define a Node class with properties for data and next.

    • Implement methods to add, remove, and traverse nodes in the linked list.

    • Example of adding a node: function add(value) { const newNode = new Node(...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. The first question was related to DSA
  • Q2. The question was related to SQL

Senior Executive Interview Questions & Answers

user image Ravishankar Jha

posted on 11 Jul 2025

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

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

  • Q1. What is the definition of sales?
  • Q2. What motivates you to pursue a career in Sales?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What is event loop, how it works.
  • Ans. 

    Event loop is a mechanism in programming that allows for asynchronous execution of code by continuously checking for and handling events.

    • Event loop is commonly used in JavaScript to handle asynchronous operations like setTimeout, setInterval, and AJAX requests.

    • It works by continuously checking the event queue for any pending events, executing them one by one, and then moving on to the next event.

    • Event loop helps in pre...

  • Answered by AI
  • Q2. Micro task queue and macro task queue.
  • Q3. Is node.js single threaded or multi-threaded, also discuss threadpool and it's usages.
  • Q4. Tell the order of output, among process, promise, setTimeout, fs, setInterval.
  • Ans. 

    The order of output is fs, process, setTimeout, setInterval, promise.

    • fs module is synchronous and will output first

    • process is next in line

    • setTimeout will be executed after process

    • setInterval will be executed after setTimeout

    • promise will be executed last

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. JavaScript usages compiler or interpreter.
  • Ans. 

    JavaScript is an interpreted language.

    • JavaScript is an interpreted language, meaning it is executed line by line at runtime.

    • There is no separate compilation step in JavaScript like in languages that use compilers.

    • Examples of interpreted languages include Python, Ruby, and PHP.

  • Answered by AI
  • Q2. Tell the output among various for loops using var, let and bind.
  • Ans. 

    Output comparison of for loops using var, let, and bind in JavaScript.

    • Using var: variable is function-scoped, may lead to unexpected behavior in loops.

    • Using let: variable is block-scoped, recommended for loop iterations.

    • Using bind: creates a new function with a specified 'this' value and initial arguments.

  • Answered by AI
  • Q3. A medium level dsa question on array, solved it using pre-sum.
  • Q4. Situation based question, on how to pick a suitable database.
  • Ans. 

    Choosing a database involves evaluating data structure, scalability, consistency, and specific use cases.

    • Understand data structure: Use SQL for structured data (e.g., PostgreSQL) and NoSQL for unstructured data (e.g., MongoDB).

    • Consider scalability: Choose databases like Cassandra for horizontal scaling in large applications.

    • Evaluate consistency needs: Use strong consistency databases like MySQL for critical transaction...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. What do you do on daily basis, and how to decide a tech-stack on high level.
  • Ans. 

    I work on coding, debugging, testing, and collaborating with team members. Tech stack decisions are based on project requirements, scalability, performance, and team expertise.

    • Daily tasks include coding, debugging, testing, and collaborating with team members

    • Tech stack decisions are based on project requirements, scalability, performance, and team expertise

    • Consider factors like language compatibility, libraries/framewo...

  • Answered by AI
  • Q2. Design an online scalable, real-time document sharing application like google docs.
  • Ans. 

    Design a scalable, real-time document sharing app like Google Docs.

    • Use websockets for real-time collaboration

    • Implement version control to track changes

    • Utilize a distributed database for scalability

    • Include user authentication and access control

    • Support offline editing with automatic sync

  • Answered by AI
  • Q3. How to handle images also in the future.
  • Ans. 

    Utilize cloud storage for scalability, implement image compression techniques, and regularly update image processing libraries.

    • Utilize cloud storage for scalability

    • Implement image compression techniques

    • Regularly update image processing libraries

  • Answered by AI
  • Q4. Any other way to solve the problem, of high I/O on same document to overcome throughput and conflicts.
  • Ans. 

    Implement strategies like versioning, sharding, and caching to manage high I/O and reduce conflicts on the same document.

    • Use versioning to track changes and allow concurrent edits without conflicts. For example, implement optimistic locking.

    • Implement sharding to distribute the load across multiple servers, reducing the I/O on a single document.

    • Utilize caching mechanisms to store frequently accessed data in memory, mini...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
  • Q1. Asked about NPA , written off , settlement, cibil
  • Q2. Recovery knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Paisabaaza.com is very good company

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Paisabazaar.com?
Ask anonymously on communities.

Paisabazaar.com Interview FAQs

How many rounds are there in Paisabazaar.com interview?
Paisabazaar.com interview process usually has 2-3 rounds. The most common rounds in the Paisabazaar.com interview process are HR, One-on-one Round and Resume Shortlist.
How to prepare for Paisabazaar.com 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 Paisabazaar.com. The most common topics and skills that interviewers at Paisabazaar.com expect are Telesales, Outbound Sales, Telecalling, Sales and Personal Loans.
What are the top questions asked in Paisabazaar.com interview?

Some of the top questions asked at the Paisabazaar.com interview -

  1. What are the different types of Mutual fun...read more
  2. Does your company recognize Hindi because I am sitting in both English and Hind...read more
  3. What is paisa bazar ? Do you know what is the w...read more
What are the most common questions asked in Paisabazaar.com HR round?

The most common HR questions asked in Paisabazaar.com interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. What are your salary expectatio...read more
How long is the Paisabazaar.com interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 164 interview experiences

Difficulty level

Easy 35%
Moderate 60%
Hard 5%

Duration

Less than 2 weeks 84%
2-4 weeks 11%
4-6 weeks 2%
6-8 weeks 2%
More than 8 weeks 1%
View more
Join Paisabazaar.com We make personal finance easy, convenient & transparent

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 474 Interviews
Meesho Interview Questions
3.7
 • 368 Interviews
CARS24 Interview Questions
3.5
 • 361 Interviews
Udaan Interview Questions
3.9
 • 347 Interviews
Zepto Interview Questions
3.5
 • 296 Interviews
BlackBuck Interview Questions
3.7
 • 194 Interviews
Tata 1mg Interview Questions
3.6
 • 186 Interviews
Digit Insurance Interview Questions
3.8
 • 158 Interviews
Urban Company Interview Questions
3.4
 • 143 Interviews
Ninjacart Interview Questions
3.9
 • 100 Interviews
View all

Paisabazaar.com Reviews and Ratings

based on 1.7k reviews

3.4/5

Rating in categories

3.3

Skill development

3.0

Work-life balance

3.5

Salary

2.8

Job security

3.1

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 1.7k Reviews and Ratings
Tele Sales - Loan sales || Paisa Bazaar || Urgent Hiring!!

Gurgaon / Gurugram

0-5 Yrs

₹ 2.3-3 LPA

Area Sales Manager - Home loans

Hyderabad / Secunderabad,

Gurgaon / Gurugram

5-10 Yrs

₹ 10-18 LPA

Explore more jobs
Sales Executive
891 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Associate Sales Consultant
658 salaries
unlock blur

₹1.6 L/yr - ₹3.5 L/yr

Sales Consultant
212 salaries
unlock blur

₹1.9 L/yr - ₹4.9 L/yr

Senior Executive
211 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Team Lead
205 salaries
unlock blur

₹3.3 L/yr - ₹7.4 L/yr

Explore more salaries
Compare Paisabazaar.com with

Udaan

3.9
Compare

Swiggy

3.7
Compare

CARS24

3.5
Compare

BlackBuck

3.7
Compare
write
Share an Interview