Upload Button Icon Add office photos

Filter interviews by

Juspay Technologies Software Development Engineer Interview Questions and Answers

Updated 18 Nov 2024

Juspay Technologies Software Development Engineer Interview Experiences

4 interviews found

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

I applied via Job Fair and was interviewed in Mar 2023. There were 5 interview rounds.

Round 1 - Coding Test 

3 coding questions based on Tree and kind of similar to each other. Based on dijkstra algo.

Round 2 - Coding Test 

One question that was a bit lengthy, with name 'Tree of Space' you can get it from internet.

Round 3 - Case Study 

I have asked to improved my code from previous round and explain it and then they ask improve your code if if the inputs are in the form of multiple thread.

Round 4 - Technical 

(1 Question)

  • Q1. I have to some tree questions like height and one question from leetcode.
Round 5 - Cultural round 

(1 Question)

  • Q1. Some basic questions what you want what are your goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do some competitive coding and learn ds and algo.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2.30 hrs, DSA, Coding, Tree, Graph, String

Round 2 - 1-day Hackathon 

(2 Questions)

  • Q1. Thread safe coding
  • Q2. DSA easy to medium level questions
Round 3 - Technical 

(1 Question)

  • Q1. OS, CN, Cryptography related topics
Round 4 - Behavioral 

(1 Question)

  • Q1. Resume related questions - high level technical and non-technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Give it with an open mind

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 experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Coding Test 

3 hour. 3 Questions. All graph related

Round 2 - Coding Test 

3 hours. 1 question. Tree Based

Round 3 - Assignment 

6 hours hackathon. Based on Trees and OS concepts

Round 4 - Technical 

(1 Question)

  • Q1. 1 hour. 2 coding questions and multiple OS related things were asked.
Round 5 - Behavioral 

(1 Question)

  • Q1. 1 hour. Based on my previous experience with respect to last organization, college and even school days.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 problems, with 90 min time limit

Round 2 - Coding Test 

1 problem with 1hr time limit

Round 3 - One-on-one 

(1 Question)

  • Q1. Basic questions on system design, and OS

Juspay Technologies interview questions for designations

 Software Development Engineer Intern

 (2)

 Software Engineer

 (3)

 Associate Software Engineer

 (1)

 Software Developer

 (5)

 Backend Software Engineer

 (1)

 Junior Software Developer

 (1)

 Junior Software Engineer Trainee

 (1)

 Business Development Manager

 (1)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Coding and aptitude round

Round 2 - Technical 

(1 Question)

  • Q1. Tree dsa questions
Round 3 - Puzzles Interview 

(1 Question)

  • Q1. Horse race question
Round 4 - HR 

(1 Question)

  • Q1. Location specific question

Software Engineer Interview Questions & Answers

OneCard user image Kishan KAVATHIYA (Kishu)

posted on 15 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Internal Implementation of HashMap
  • Ans. 

    HashMap is implemented using an array of linked lists to handle collisions.

    • HashMap stores key-value pairs in an array of linked lists

    • Hash function is used to determine the index of the array where the key-value pair will be stored

    • Collision handling is done by chaining, where multiple key-value pairs with the same hash value are stored in the same linked list

    • HashMap allows null keys and values

    • HashMap is not synchronized...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via campus placement at International Institute of Information Technology (IIIT), Allahabad and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Coding Test 

3 medium leetcode questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions of SQL and DBMS 2 DSA questions
  • Q2. Valid parentheses in o(1) space
  • Ans. 

    Check if parentheses are valid in constant space

    • Use a counter to keep track of open parentheses

    • Increment counter for '(' and decrement for ')'

    • If counter goes negative or not zero at end, return false

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Projects and brain stroming
  • Q2. Projects were asked in depth
  • Q3. Interviewer had good technical knowledge

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Javascript,html, CSS and MySQL

Round 2 - Technical 

(2 Questions)

  • Q1. Basic NodeJs and MySQL questions,scenario-based technical questions and basic interview questions
  • Q2. What is an event loop, The second highest from the table
  • Ans. 

    An event loop is a programming construct that waits for and dispatches events or messages in a program.

    • Event loop is commonly used in asynchronous programming to handle tasks like I/O operations without blocking the main thread.

    • It continuously checks for events in a queue and processes them one by one.

    • Examples of event loops include Node.js event loop for handling asynchronous operations in JavaScript.

    • Event loop helps ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Basic nodejs and SQL queries question
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic interview question and technology based

Interview Preparation Tips

Topics to prepare for Airpay Payment Services Senior Software Engineer interview:
  • nodejs
  • MySQL
  • restapi

Juspay Technologies Interview FAQs

How many rounds are there in Juspay Technologies Software Development Engineer interview?
Juspay Technologies interview process usually has 4-5 rounds. The most common rounds in the Juspay Technologies interview process are Coding Test, Technical and Behavioral.
What are the top questions asked in Juspay Technologies Software Development Engineer interview?

Some of the top questions asked at the Juspay Technologies Software Development Engineer interview -

  1. I have to some tree questions like height and one question from leetco...read more
  2. 1 hour. 2 coding questions and multiple OS related things were ask...read more
  3. Resume related questions - high level technical and non-techni...read more

Tell us how to improve this page.

Juspay Technologies Software Development Engineer Interview Process

based on 4 interviews

2 Interview rounds

  • Coding Test Round - 1
  • Coding Test Round - 2
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 762 Interviews
PhonePe Interview Questions
4.0
 • 301 Interviews
PayPal Interview Questions
3.9
 • 208 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Mobikwik Interview Questions
4.0
 • 45 Interviews
Jodo Interview Questions
3.6
 • 21 Interviews
OneCard Interview Questions
3.5
 • 19 Interviews
Credgenics Interview Questions
3.5
 • 18 Interviews
BillDesk Interview Questions
3.2
 • 13 Interviews
Amazon Pay Interview Questions
4.1
 • 13 Interviews
View all
Juspay Technologies Software Development Engineer Salary
based on 52 salaries
₹14 L/yr - ₹30 L/yr
53% more than the average Software Development Engineer Salary in India
View more details

Juspay Technologies Software Development Engineer Reviews and Ratings

based on 5 reviews

3.5/5

Rating in categories

2.9

Skill development

3.4

Work-life balance

3.0

Salary

3.4

Job security

3.2

Company culture

2.2

Promotions

2.8

Work satisfaction

Explore 5 Reviews and Ratings
Product Engineer
62 salaries
unlock blur

₹11 L/yr - ₹25 L/yr

Software Development Engineer
52 salaries
unlock blur

₹14 L/yr - ₹30 L/yr

Software Engineer
49 salaries
unlock blur

₹8 L/yr - ₹27 L/yr

Product Manager
47 salaries
unlock blur

₹22 L/yr - ₹50 L/yr

Software Developer
44 salaries
unlock blur

₹8.2 L/yr - ₹26.6 L/yr

Explore more salaries
Compare Juspay Technologies with

Razorpay

3.6
Compare

Payed

2.8
Compare

CCAvenue

2.1
Compare

BillDesk

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