Upload Button Icon Add office photos

Juspay Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Juspay Technologies Sdet Engineer Interview Questions and Answers

Updated 7 Dec 2024

Juspay Technologies Sdet Engineer Interview Experiences

3 interviews found

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

This round has 3 coding questions mostly based on graph and trees

Round 2 - Hackathon 

(2 Questions)

  • Q1. A lockable tree problem
  • Ans. 

    Design a data structure for locking/unlocking nodes in a binary tree efficiently.

    • Implement a lockable tree data structure with lock(), unlock(), and isLocked() methods.

    • Ensure a node can only be locked if all ancestors are unlocked and all descendants are locked.

    • Optimize the operations for efficiency.

    • Consider using a flag in each node to track its locked status.

    • Use a recursive approach to check locking conditions.

    • Mainta...

  • Answered by AI
  • Q2. OS level improvements in above problem
  • Ans. 

    Improving the operating system can enhance performance and efficiency of the system.

    • Optimizing memory management to reduce overhead

    • Implementing better scheduling algorithms to improve multitasking

    • Enhancing file system performance for faster data access

    • Improving network stack for better communication speed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in DSA and prepare the basic computer concepts well.

Skills evaluated in this interview

Sdet Engineer Interview Questions & Answers

user image Nistha Agrawal

posted on 3 Jul 2024

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

I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Basics about previous work

Sdet Engineer Interview Questions Asked at Other Companies

asked in Nykaa
Q1. Tell me about the projects and knowledge on selenium api and etc?
asked in Witty Com
Q2. In this example, the internal data structure (std::vector) can be ... read more
asked in Jivox
Q3. Write a program to log in and print employees' first names and sa ... read more
asked in Nutanix
Q4. Given an array representing the amount of fuel in three types of ... read more
asked in Info Edge
Q5. What do you mean by run time polymorphism and how is it achieved?

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2023. 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 - Coding Test 

152. Maximum Product Subarray
Medium
17.6K
552
Companies
Given an integer array nums, find a
subarray
that has the largest product, and return the product.

The test cases are generated so that the answer will fit in a 32-bit integer.



Example 1:

Input: nums = [2,3,-2,4]
Output: 6
Explanation: [2,3] has the largest product 6.
Example 2:

Input: nums = [-2,0,-1]
Output: 0
Explanation: The result cannot be 2, because [-2,-1] is not a subarray.


Constraints:

1 <= nums.length <= 2 * 104
-10 <= nums[i] <= 10
The product of any prefix or suffix of nums is guaranteed to fit in a 32-bit integer.

Round 3 - Aptitude Test 

Basic quants and advanced quants

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Juspay Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Abstraction,Encapsulation

Round 2 - HR 

(2 Questions)

  • Q1. Why should i hire you
  • Ans. 

    I have a strong background in software testing, automation, and problem-solving skills.

    • I have extensive experience in writing test cases, executing test plans, and identifying bugs.

    • I am proficient in programming languages like Java, Python, and SQL, which are essential for automation testing.

    • I have a track record of improving testing processes and efficiency in previous roles.

    • I am a quick learner and adapt easily to ne...

  • Answered by AI
  • Q2. Where do you see your self in next 5 years
  • Ans. 

    In the next 5 years, I see myself growing into a senior SDET role, leading a team of engineers, and contributing to innovative testing strategies.

    • Continuing to enhance my technical skills in automation testing and software development

    • Taking on more leadership responsibilities within the testing team

    • Contributing to the development of new testing frameworks and strategies

    • Possibly pursuing certifications or advanced degre...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on data structures
Are these interview questions helpful?
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. Test ng frame work n related work
  • Q2. Java collection level question
  • Q3. Manual testing question related to real time scenerio
  • Q4. SQL questions, related to CURD OPEATION
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

2 Coding questions - medium to hard

Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on scalable systems.
  • Q2. Medium level DSA questions.
Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on SQL
  • Q2. Implement LFU using OOPs concepts from scratch.
  • Ans. 

    Implement LFU cache using OOPs concepts

    • Create a class for LFU cache with methods like get, put, and remove

    • Use a hashmap to store key-value pairs and a hashmap to store frequency of each key

    • Implement a doubly linked list to store keys with the same frequency

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Aptitude and 2 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. Questions about resume, Puzzles and DSA questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with resume and DSA concepts

Juspay Technologies Interview FAQs

How many rounds are there in Juspay Technologies Sdet Engineer interview?
Juspay Technologies interview process usually has 2 rounds. The most common rounds in the Juspay Technologies interview process are Coding Test, HR and Resume Shortlist.

Tell us how to improve this page.

Overall Interview Experience Rating

4.7/5

based on 3 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 33%
2-4 weeks 67%
View more

Interview Questions from Similar Companies

OneCard Interview Questions
3.4
 • 23 Interviews
Jodo Interview Questions
3.5
 • 23 Interviews
Credgenics Interview Questions
3.5
 • 21 Interviews
TerraPay Interview Questions
3.5
 • 11 Interviews
Namaste Credit Interview Questions
3.4
 • 10 Interviews
PolicyX.com Interview Questions
3.1
 • 10 Interviews
TaxGenie Interview Questions
3.2
 • 8 Interviews
Paytail Interview Questions
3.0
 • 8 Interviews
View all
Juspay Technologies Sdet Engineer Salary
based on 4 salaries
₹6 L/yr - ₹27 L/yr
20% more than the average Sdet Engineer Salary in India
View more details
Product Engineer
92 salaries
unlock blur

₹10 L/yr - ₹27 L/yr

Software Engineer
75 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Developer
72 salaries
unlock blur

₹10.6 L/yr - ₹31 L/yr

Software Development Engineer
59 salaries
unlock blur

₹17 L/yr - ₹29.6 L/yr

Product Manager
56 salaries
unlock blur

₹25.2 L/yr - ₹45 L/yr

Explore more salaries
Compare Juspay Technologies with

OneCard

3.4
Compare

Credgenics

3.5
Compare

PolicyX.com

3.1
Compare

Jodo

3.5
Compare
write
Share an Interview