i
Paisabazaar.com
Filter interviews by
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.
Make screens for a financial app.
I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.
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...
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
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.
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.
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...
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
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
Paisabazaar.com interview questions for popular designations
I applied via Referral and was interviewed in Jun 2024. There was 1 interview round.
Get interview-ready with Top Paisabazaar.com Interview Questions
Normal gmat format just basic aptitude test
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.
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
MCQ question and answer
I am a dedicated and results-driven sales professional with a proven track record of exceeding targets and building strong client relationships.
Experienced in sales strategies and techniques
Strong communication and negotiation skills
Ability to build and maintain client relationships
Track record of exceeding sales targets
Detail-oriented and organized
The hard stock sell problem involves determining the best time to sell stocks to maximize profit.
Consider using dynamic programming to solve this problem efficiently.
Keep track of the minimum stock price seen so far and calculate the maximum profit that can be made by selling at each day.
The final answer will be the maximum profit that can be made by selling at the last day.
Creating a server without using Express framework
Use Node.js built-in 'http' module to create a server
Listen for incoming requests on a specific port
Handle different routes and methods using 'http' module
Singleton class is a class that can only have one instance created throughout the application.
Singleton class restricts the instantiation of a class to one object.
It is often used for logging, caching, thread pools, database connections, etc.
Example: Java implementation of Singleton class -
public class Singleton { private static Singleton instance; private Singleton() {} public static Singleton getInstance() { if(insta...
I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.
MCQ question related to financial things
I am a results-driven sales executive with 5+ years of experience in exceeding sales targets and building strong client relationships.
Experienced in developing and implementing sales strategies
Proven track record of meeting and exceeding sales targets
Skilled in building and maintaining strong client relationships
Strong communication and negotiation skills
Ability to analyze market trends and identify new business opport
A credit card is a plastic card issued by a financial institution that allows the cardholder to borrow funds to make purchases.
Credit cards allow users to make purchases on credit, with the promise to repay the borrowed amount at a later date.
They often come with a credit limit, which is the maximum amount the cardholder can borrow.
Cardholders are usually required to pay interest on the borrowed amount if not repaid in...
Experienced sales executive with a proven track record of exceeding targets and building strong client relationships.
Over 5 years of sales experience in the technology industry
Consistently met or exceeded sales targets by 20% each quarter
Built and maintained relationships with key clients such as ABC Company
Strong negotiation and communication skills
Proficient in CRM software and sales analytics tools
A credit card is a payment card issued by a financial institution, allowing the cardholder to borrow funds to make purchases.
Credit cards allow users to make purchases on credit, with the promise to repay the borrowed amount at a later date.
They often come with a credit limit, which is the maximum amount the cardholder can borrow.
Credit cards may also offer rewards, cashback, or other benefits for using the card.
Intere...
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
SQL query to find the 2nd largest salary
Use the ORDER BY clause to sort salaries in descending order
Use the LIMIT clause to get the second row
Test cases for Login API
Verify valid credentials login successfully
Verify invalid credentials show error message
Verify login with empty username or password
Verify login with special characters in username or password
Verify login with long username or password
Rampup period in JMeter is the time taken for all virtual users to start executing the test plan.
Rampup period is specified in seconds in JMeter test plan settings.
During the rampup period, JMeter gradually starts all virtual users to avoid overwhelming the server.
For example, if rampup period is set to 60 seconds and number of threads is 100, JMeter will start 1 thread every 0.6 seconds.
Cookies are small pieces of data stored on the client side, while cache is temporary storage of web documents on the server or client side.
Cookies are used to store user-specific information like login credentials, preferences, etc.
Cache is used to store frequently accessed web documents to reduce loading times.
Cookies are sent with every HTTP request, while cache is used to store resources locally to reduce server loa...
API is a general term for any set of rules that allow different software applications to communicate with each other. A web service is a type of API that is accessed over a network.
API is a set of rules and protocols that allow different software applications to communicate with each other.
Web service is a type of API that is accessed over a network, typically using HTTP.
API can be used for various purposes like access...
Program to find a prime number
Iterate through numbers starting from 2 up to the given number
Check if the number is divisible by any number other than 1 and itself
If not divisible, then it is a prime number
Program to find the factorial of a number
Use a loop to multiply numbers from 1 to the given number
Handle edge cases like 0 and negative numbers
Example: For input 5, factorial is 5*4*3*2*1 = 120
Interview experience
based on 1.5k reviews
Rating in categories
Gurgaon / Gurugram
0-5 Yrs
₹ 2.25-3 LPA
Sales Executive
811
salaries
| ₹1.5 L/yr - ₹4.2 L/yr |
Associate Sales Consultant
669
salaries
| ₹1.8 L/yr - ₹3.8 L/yr |
Team Lead
217
salaries
| ₹2.6 L/yr - ₹8.5 L/yr |
Senior Executive
214
salaries
| ₹2 L/yr - ₹4.5 L/yr |
Sales Consultant
212
salaries
| ₹1.6 L/yr - ₹4.5 L/yr |
CreditMantri
CIBIL
Life Insurance Corporation of India
HDFC Life