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 8 Aug 2025
Popular Designations

53 Interview questions

A Senior Sales Executive was asked 1mo ago
Q. What is sales?
Ans. 

Sales is the process of persuading potential customers to purchase products or services, driving revenue for a business.

  • Sales involves understanding customer needs and providing solutions, such as a software demo that addresses specific pain points.

  • It requires building relationships, like following up with clients to maintain rapport and trust.

  • Sales strategies can include direct selling, online marketing, or netwo...

View all Senior Sales Executive interview questions
A Senior Executive was asked 1mo ago
Q. What is the definition of sales?
Ans. 

Sales is the process of exchanging goods or services for money, focusing on customer needs and relationship building.

  • Sales involves identifying customer needs and providing solutions.

  • It includes various stages: prospecting, qualifying, presenting, and closing.

  • Effective sales strategies often rely on building long-term relationships with clients.

  • For example, a software company may offer a free trial to attract pote...

View all Senior Executive interview questions
A Digital Marketing Manager was asked 1mo 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
An Agent was asked 2mo ago
Q. This sounds like a typical sales interview. Is there a specific question you'd like me to help you prepare for regarding sales techniques, travel experiences, or calculating percentages?
Ans. 

In a sales interview, candidates may be asked to demonstrate their selling skills and perform basic math calculations.

  • Describe your last travel experience, focusing on what you learned about customer service.

  • Use a real-life example of a product you sold during your travels.

  • Be prepared to calculate percentages, such as discounts or sales commissions.

View all Agent interview questions
A QA Engineer was asked 2mo 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 2mo 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

Paisabazaar.com HR Interview Questions

32 questions and answers

Q. What motivates you to pursue a career in Sales?
Q. Why do you want to join Paisa Bazaar?
Q. Why do you want to join this company?
A QA Engineer was asked 2mo 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
Are these interview questions helpful?
A QA Engineer was asked 2mo 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 2mo 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 2mo 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

Paisabazaar.com Interview Experiences

157 interviews found

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

Sales Executive Interview Questions & Answers

user image Vaishnavi Verma

posted on 8 Aug 2025

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

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

  • Q1. Tell meAbout yourself
  • Q2. Are you experienced
  • Q3. Your salary expectation
  • Q4. Where did to live currently
  • Q5. When are you joining

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

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
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

Paramedic Interview Questions & Answers

user image Anonymous

posted on 23 Dec 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Iam happy to work this job
  • Q2. Iam redy t o work this job
  • Q3. This job ian like this job
  • Q4. And my firet job
  • Q5. This is my bist job

Interview Preparation Tips

Interview preparation tips for other job seekers - I am happy to work at this job.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal gmat format just basic aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Guesstimate around automobile industry
  • Ans. 

    The automobile industry is a vast sector encompassing manufacturing, sales, and services related to vehicles.

    • Global automobile industry revenue is estimated to be over $2 trillion.

    • Major players include Toyota, Volkswagen, and General Motors.

    • Technological advancements like electric vehicles and autonomous driving are shaping the future of the industry.

  • Answered by AI
  • Q2. Revenue forecasting

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
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. I had answered this question one by one and I would say that if you are going f...read more
  3. Does your company recognize Hindi because I am sitting in both English and Hind...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 165 interview experiences

Difficulty level

Easy 36%
Moderate 59%
Hard 5%

Duration

Less than 2 weeks 84%
2-4 weeks 10%
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.7
 • 483 Interviews
XpressBees Interview Questions
4.2
 • 381 Interviews
Meesho Interview Questions
3.7
 • 375 Interviews
CARS24 Interview Questions
3.5
 • 369 Interviews
Udaan Interview Questions
3.9
 • 359 Interviews
Zepto Interview Questions
3.5
 • 311 Interviews
BlackBuck Interview Questions
3.7
 • 196 Interviews
Tata 1mg Interview Questions
3.6
 • 190 Interviews
Digit Insurance Interview Questions
3.8
 • 160 Interviews
Ninjacart Interview Questions
3.8
 • 100 Interviews
View all

Paisabazaar.com Reviews and Ratings

based on 1.8k reviews

3.4/5

Rating in categories

3.3

Skill development

3.1

Work-life balance

3.5

Salary

2.8

Job security

3.1

Company culture

2.9

Promotions

3.0

Work satisfaction

Explore 1.8k Reviews and Ratings
IT Support Engineer || Mysore - Immediate Joiner

Mysuru / Mysore

4-6 Yrs

₹ 4-8 LPA

Java Developer || Paisabazaar || Immediate Joiner

Gurgaon / Gurugram

4-6 Yrs

Not Disclosed

Explore more jobs
Sales Executive
910 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Associate Sales Consultant
645 salaries
unlock blur

₹1.6 L/yr - ₹3.5 L/yr

Team Lead
232 salaries
unlock blur

₹3.6 L/yr - ₹7 L/yr

Senior Executive
206 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Sales Associate
181 salaries
unlock blur

₹1.5 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Paisabazaar.com with

Udaan

4.0
Compare

Swiggy

3.7
Compare

CARS24

3.5
Compare

XpressBees

4.2
Compare
write
Share an Interview