Upload Button Icon Add office photos

Filter interviews by

Juspay Technologies SDE Interview Questions and Answers

Updated 27 Mar 2024

Juspay Technologies SDE Interview Experiences

2 interviews found

SDE Interview Questions & Answers

user image Anonymous

posted on 27 Mar 2024

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

(1 Question)

  • Q1. Os related questions

SDE Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2022

I applied via LinkedIn and was interviewed in Mar 2022. There were 4 interview rounds.

Round 1 - Coding Test 

The test consisted of questions ranging from easy to medium on Leetcode. It was a 90 min round and can be efficiently completed well within 60 min

Round 2 - Assignment 

The was a design problem slightly skewed on the DSA side related to N-arry lockable tree, something similar to the Tree of Space problem on GFG.

Round 3 - Assignment 

This round was a build-up on the previous one with the task of adding concurrency to the operations defined in last problem

Round 4 - Technical 

(2 Questions)

  • Q1. The interview round lasted a little over 60 min, comprised of a DSA medium question and a low-level design question, and was followed up with a series of leading core questions based on OS and COA.
  • Q2. The problem was getting on the stack in constant time; the optimization was the trick

Interview Preparation Tips

Topics to prepare for Juspay Technologies SDE interview:
  • OS
  • COA
  • DSA
Interview preparation tips for other job seekers - As long as you don't give up and are familiar with coding, I guess you will pass the interview with flying colors. But be aware they hand out different posts based on your performance, like TP, PE, and the best gets the SDE.

SDE Interview Questions Asked at Other Companies

asked in Infosys
Q1. Return Subsets Sum to K Problem Statement Given an integer array ... read more
asked in Nagarro
Q2. Partition to K Equal Sum Subsets Problem Given an array of intege ... read more
asked in Nagarro
Q3. Sort a "K" Sorted Doubly Linked List Given a doubly-linked list w ... read more
asked in Nagarro
Q4. Maximum Meetings Selection You are tasked with scheduling meeting ... read more
asked in Amazon
Q5. There is a 12 km road and a contractor who is in-charge of repair ... read more

Interview questions from similar companies

I applied via Referral and was interviewed before Apr 2021. There were 4 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 - Coding Test 

Practice medium leetcode questions

Round 3 - One-on-one 

(1 Question)

  • Q1. System Design and database design
Round 4 - HR 

(8 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and opportunities offered by the position.

    • I am flexible and open to negotiation.

    • I am looking for a fair and competitive salary.

    • I value the opportunity to grow and develop in my career.

    • I am willing to consider other benefits and perks in addition to salary.

  • Answered by AI
  • Q2. What is your family background?
  • Ans. 

    My family background is diverse and includes individuals from various professions and cultural backgrounds.

    • My father is a doctor and my mother is a teacher.

    • I have an older brother who is an engineer.

    • My grandparents were farmers and owned a small business.

    • We have relatives living in different countries, which has exposed me to different cultures and traditions.

  • Answered by AI
  • Q3. Share details of your previous job.
  • Ans. 

    I worked as a Software Developer at XYZ Company.

    • Developed and maintained software applications using Java and Python.

    • Collaborated with cross-functional teams to gather requirements and design solutions.

    • Implemented new features and fixed bugs in existing software.

    • Performed code reviews and provided feedback to improve code quality.

    • Participated in Agile development processes and attended daily stand-up meetings.

    • Worked on...

  • Answered by AI
  • Q4. Why should we hire you?
  • Ans. 

    I have a strong technical background and a passion for software development.

    • I have a solid understanding of programming languages and software development principles.

    • I have experience working on various software projects and have a track record of delivering high-quality code.

    • I am a quick learner and adapt easily to new technologies and frameworks.

    • I am a team player and enjoy collaborating with others to solve complex ...

  • Answered by AI
  • Q5. Why are you looking for a change?
  • Ans. 

    Seeking new opportunities for professional growth and challenges.

    • Looking for a more challenging role

    • Want to expand my skill set

    • Seeking better career prospects

    • Interested in working with new technologies

    • Want to work in a more collaborative environment

  • Answered by AI
  • Q6. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team and working on complex projects.

    • Leading a team of developers

    • Working on complex projects

    • Continuously learning and staying updated with new technologies

    • Contributing to the growth and success of the company

  • Answered by AI
  • Q7. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.

    • Strengths: problem-solving, attention to detail, teamwork

    • Weaknesses: time management, public speaking

  • Answered by AI
  • Q8. Tell me about yourself.
  • Ans. 

    I am a software developer with experience in various programming languages and a passion for creating innovative solutions.

    • Experienced in Java, C++, and Python

    • Developed a web application using React and Node.js

    • Worked on a team to create a mobile app for iOS and Android

    • Strong problem-solving and analytical skills

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice and don't write fake stuff in resume
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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Jan 2025.

Round 1 - Coding Test 

Test was based on arrays and some dsa concepts.

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why shifting from government bank
  • Ans. 

    I shifted from government bank to explore new challenges and opportunities in the private sector.

    • Desire for new challenges and growth

    • Opportunity to work in a more dynamic and innovative environment

    • Interest in exploring different aspects of the industry

    • Potential for career advancement and higher salary

    • Ability to work with cutting-edge technology and tools

  • Answered by AI
  • Q2. Tell about yourself
Round 2 - Technical 

(1 Question)

  • Q1. Case based on building a financial application for payments
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Why Credgenics and Collection?
  • Ans. 

    Credgenics and Collection are crucial for managing credit risk and ensuring timely payments from debtors.

    • Credgenics helps in assessing creditworthiness of individuals or businesses before extending credit.

    • Collection involves strategies to recover overdue payments from debtors.

    • Both are essential for maintaining healthy cash flow and minimizing bad debt losses.

    • Effective use of Credgenics and Collection can improve overal

  • Answered by AI
  • Q2. 3 favorite products and why?
Round 2 - Case Study 

How to increase conversion of YouTube music

Interview Preparation Tips

Interview preparation tips for other job seekers - Prep well for case studies
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Case Study 

Develop a product to auto assign task to the agents

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

Juspay Technologies Interview FAQs

How many rounds are there in Juspay Technologies SDE interview?
Juspay Technologies interview process usually has 2-3 rounds. The most common rounds in the Juspay Technologies interview process are Assignment, Technical and Coding Test.
What are the top questions asked in Juspay Technologies SDE interview?

Some of the top questions asked at the Juspay Technologies SDE interview -

  1. The interview round lasted a little over 60 min, comprised of a DSA medium ques...read more
  2. The problem was getting on the stack in constant time; the optimization was the...read more
  3. Os related questi...read more

Tell us how to improve this page.

Juspay Technologies SDE Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Jodo Interview Questions
3.6
 • 23 Interviews
OneCard Interview Questions
3.5
 • 22 Interviews
Credgenics Interview Questions
3.5
 • 18 Interviews
PolicyX.com Interview Questions
3.2
 • 10 Interviews
Namaste Credit Interview Questions
3.4
 • 10 Interviews
TerraPay Interview Questions
3.6
 • 9 Interviews
Paytail Interview Questions
3.0
 • 8 Interviews
TaxGenie Interview Questions
3.0
 • 8 Interviews
View all
Juspay Technologies SDE Salary
based on 9 salaries
₹11 L/yr - ₹27 L/yr
9% less than the average SDE Salary in India
View more details

Juspay Technologies SDE Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

2.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Product Engineer
71 salaries
unlock blur

₹10 L/yr - ₹27 L/yr

Software Engineer
59 salaries
unlock blur

₹8 L/yr - ₹31.6 L/yr

Software Development Engineer
53 salaries
unlock blur

₹16 L/yr - ₹31 L/yr

Product Manager
49 salaries
unlock blur

₹22 L/yr - ₹48 L/yr

Software Developer
46 salaries
unlock blur

₹10.1 L/yr - ₹29.7 L/yr

Explore more salaries
Compare Juspay Technologies with

OneCard

3.5
Compare

PolicyX.com

3.1
Compare

Credgenics

3.5
Compare

Jodo

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