Upload Button Icon Add office photos

Filter interviews by

Juspay Technologies Associate Software Engineer Interview Questions and Answers

Updated 17 Oct 2024

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
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Python Questions Work Exp related discussions
  • Q2. Snake and Ladder Problem
  • Ans. 

    Snake and Ladder Problem is a classic board game where players move their tokens based on the roll of a dice.

    • The game involves a board with numbered squares, where players move their tokens based on the roll of a dice.

    • Snakes and ladders on the board can either help a player advance or set them back.

    • The game continues until a player reaches the final square, usually 100, to win.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - rejected cause of bad / not relevant previous work experience. rest all I completed

Skills evaluated in this interview

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

Normal array question

Round 2 - Coding Test 

Basic android question and Kotlin question

Round 3 - Puzzles Interview 

(1 Question)

  • Q1. Asked some puzzles
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Does Java support pass by reference?
  • Ans. 

    Yes

    • Java uses pass by value for all variables, including object references.

    • When an object reference is passed as an argument, a copy of the reference is passed, not the actual object.

    • Modifying the reference inside the method will not affect the original reference outside the method.

    • However, modifications to the object's state inside the method will be visible outside the method.

  • Answered by AI
  • Q2. Explain Singleton Pattern
  • Ans. 

    Singleton pattern restricts the instantiation of a class to a single object.

    • Singleton pattern ensures that only one instance of a class exists throughout the application.

    • It provides a global point of access to the instance.

    • Commonly used in scenarios where a single instance needs to coordinate actions across the system.

    • Example: Database connection manager, logger, configuration manager.

  • Answered by AI

Skills evaluated in this interview

Juspay Technologies Interview FAQs

How many rounds are there in Juspay Technologies Associate Software Engineer interview?
Juspay Technologies interview process usually has 1 rounds. The most common rounds in the Juspay Technologies interview process are Technical.

Tell us how to improve this page.

Juspay Technologies Associate Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 760 Interviews
PhonePe Interview Questions
4.0
 • 300 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
 • 18 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 Associate Software Engineer Salary
based on 8 salaries
₹7.8 L/yr - ₹19.5 L/yr
185% more than the average Associate Software Engineer Salary in India
View more details

Juspay Technologies Associate Software Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

4.5

Work-life balance

3.6

Salary

5.0

Job security

5.0

Company culture

4.5

Promotions

4.5

Work satisfaction

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