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

Compare button icon Compare button icon Compare
3.5

based on 1.5k Reviews

Filter interviews by

Paisabazaar.com Software Development Engineer Interview Questions and Answers

Updated 27 Sep 2024

Paisabazaar.com Software Development Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Online Assessment 

(3 Questions)

  • Q1. Hard Stock sell problem
  • Ans. 

    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.

  • Answered by AI
  • Q2. Create a server without express
  • Ans. 

    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

  • Answered by AI
  • Q3. What is singleton class, write a usecase through code
  • Ans. 

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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn node, express basics(basics means covering whole basic groud not touch and go) like about making servers (with or without express) and emitters. Have a good hold of basic DSA till atleast till linked list and few dp questions(easy ones). Have some projects or internships if fresher. If frontend learn react hooks, state management, redux.

This all should do it, chao!! 😄

Skills evaluated in this interview

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

I applied via campus placement at Indian Institute of Technology (IIT), Jodhpur and was interviewed before May 2022. There were 3 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 - Aptitude Test 

Basic maths, logical resoning, puzzles

Round 3 - Coding Test 

Competitive Programming on Dynamic Programming, Java code debug, SQL qurries

Interview Preparation Tips

Topics to prepare for Paisabazaar.com Software Development Engineer interview:
  • DSA
  • React.Js
  • SQL
  • Git
Interview preparation tips for other job seekers - In interview DSA was asked. I had to write pseudo code of BFS and explain its time complexity

Software Development Engineer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Given an acyclic graph of a city where each edge represents a roa ... read more
asked in Hike
Q2. You have application which shows list of all contacts, the Name c ... read more
asked in Amazon
Q3. Given a m * n matrix filled with '0's and 'x's at random position ... read more
asked in Samsung
Q4. puzzle-There are 1000 wine bottles. One of the bottles contains p ... read more
asked in Accenture
Q5. Have you worked on cloud technology? Architecture of cloud

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Design cab booking system on hacker rank platform

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

I was interviewed before Oct 2022.

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

(1 Question)

  • Q1. Basic dsa question of 2 sum and other questions around HTML and css
Round 3 - Technical 

(1 Question)

  • Q1. Egineering manager round asked about my college projects
Round 1 - Coding Test 

Duration: 1 hour
Platform: Hackerrank
Topics : Standard Interview Problems

Round 2 - Technical 

(1 Question)

  • Q1. SQL based, Puzzle based

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the famous problems and SQL

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Datastructure and algorithms,Linkedlist,arrays,dynamic programming,recursion,design patterns,Trees

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be four technical interviews
1.hackerearth round
2.problem solving round-1
3.problem solving round-2
4.Design round- where you will be asked to design an application with given requirements
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The exam duration is one and a half hours.

Round 2 - Coding Test 

The total exam time is one and a half hours.

Round 3 - Group Discussion 

It encompasses all topics related to full stack development.

Round 4 - Technical 

(2 Questions)

  • Q1. Asks questions on SQL
  • Q2. Asks question in typical topics
Round 5 - HR 

(1 Question)

  • Q1. Where do you see yourself in two years?
  • Ans. 

    In two years, I see myself as a senior software developer leading a team on innovative projects.

    • Advancing to a senior software developer role

    • Leading a team on new and innovative projects

    • Continuing to enhance my technical skills through ongoing learning and training

  • Answered by AI
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Related to angular, javascript
Round 3 - Technical 

(1 Question)

  • Q1. Coding round interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Even there was an opening, but they were not sure about it. Sometimes the HR would call and say the opening is available and after taking 4 rounds of interview, they'd say the opening is closed. The HR Mohit Arora, doesnot even know about the role they are hiring or is the hiring freezed. Even after giving 5 rounds of interview, still there was no answer. Better to look for another opportunities rather than to keep waiting for them. Worst organisation in terms of planning
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2023.

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

Questions were based on Computer Science Fundamentals, Coding and SQL

Round 3 - Technical 

(1 Question)

  • Q1. 3 coding questions, 1 MCQ of data structures and 1 SQL
Round 4 - Behavioral 

(1 Question)

  • Q1. 1 coding question, other questions were based on my projects and hr based questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Leetcode medium coding question

Paisabazaar.com Interview FAQs

How many rounds are there in Paisabazaar.com Software Development Engineer interview?
Paisabazaar.com interview process usually has 2 rounds. The most common rounds in the Paisabazaar.com interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in Paisabazaar.com Software Development Engineer interview?

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

  1. What is singleton class, write a usecase through c...read more
  2. Create a server without expr...read more
  3. Hard Stock sell prob...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Paisabazaar.com interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join Paisabazaar.com We make personal finance easy, convenient & transparent

Interview Questions from Similar Companies

HDFC Life Interview Questions
4.0
 • 581 Interviews
Swiggy Interview Questions
3.8
 • 417 Interviews
Udaan Interview Questions
4.0
 • 334 Interviews
Meesho Interview Questions
3.7
 • 320 Interviews
CARS24 Interview Questions
3.6
 • 314 Interviews
BlackBuck Interview Questions
3.8
 • 171 Interviews
Blinkit Interview Questions
3.8
 • 169 Interviews
View all
Paisabazaar.com Software Development Engineer Salary
based on 4 salaries
₹10 L/yr - ₹15 L/yr
14% less than the average Software Development Engineer Salary in India
View more details

Paisabazaar.com Software Development Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-Life balance

3.0

Salary & Benefits

2.0

Job Security

3.0

Company culture

2.0

Promotions/Appraisal

2.0

Work Satisfaction

Explore 1 Review and Rating
Sales Executive
843 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Associate Sales Consultant
715 salaries
unlock blur

₹1.4 L/yr - ₹3.7 L/yr

Team Lead
214 salaries
unlock blur

₹2.6 L/yr - ₹8.4 L/yr

Senior Executive
213 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Sales Consultant
195 salaries
unlock blur

₹1.6 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Paisabazaar.com with

CreditMantri

3.3
Compare

CIBIL

4.3
Compare

Life Insurance Corporation of India

4.4
Compare

HDFC Life

4.0
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview