Upload Button Icon Add office photos

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 Nutanix
Q3. Given an array of amount of fuel in 3 types of tank of O2, H2 and ... read more
asked in Info Edge
Q4. What do you mean by run time polymorphism and how is it achieved?
Q5. What reusable methods have been designed by you and their impact

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

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

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

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
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Ui and API Automation assignment

Round 2 - Coding Test 

String and some basic DSA

Round 3 - Technical 

(1 Question)

  • Q1. More on the work I did
Round 4 - HR 

(1 Question)

  • Q1. Pure HR talks like comp and benifits
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is react.js?
  • Ans. 

    React.js is a JavaScript library for building user interfaces.

    • React.js is developed and maintained by Facebook.

    • It allows developers to create reusable UI components.

    • React.js uses a virtual DOM for efficient rendering.

    • It follows a component-based architecture.

    • React.js can be used for building single-page applications.

  • Answered by AI
  • Q2. What is linear gradient in Css?
  • Ans. 

    Linear gradient in CSS is a gradual transition between two or more colors along a straight line.

    • Linear gradient is created using the linear-gradient() function in CSS.

    • It allows for a smooth transition of colors from one point to another along a straight line.

    • You can specify the direction, angle, and color stops for the gradient.

    • Example: background: linear-gradient(to right, red, blue);

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic oops questions

Round 2 - Technical 

(1 Question)

  • Q1. New technologies
Round 3 - HR 

(1 Question)

  • Q1. Expected and actual ctc

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, Resume Shortlist and Aptitude Test.
What are the top questions asked in Juspay Technologies Sdet Engineer interview?

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

  1. A lockable tree prob...read more
  2. OS level improvements in above prob...read more

Tell us how to improve this page.

Juspay Technologies Sdet Engineer Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
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
Product Engineer
71 salaries
unlock blur

₹10 L/yr - ₹27 L/yr

Software Engineer
62 salaries
unlock blur

₹8 L/yr - ₹27.4 L/yr

Software Development Engineer
54 salaries
unlock blur

₹16 L/yr - ₹31 L/yr

Software Developer
50 salaries
unlock blur

₹9.1 L/yr - ₹29.5 L/yr

Product Manager
49 salaries
unlock blur

₹22 L/yr - ₹48 L/yr

Explore more salaries
Compare Juspay Technologies with

OneCard

3.5
Compare

PolicyX.com

3.1
Compare

Credgenics

3.5
Compare

Jodo

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