Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Jupiter Money Team. If you also belong to the team, you can get access from here

Jupiter Money Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Jupiter Money Sdet Interview Questions and Answers

Updated 6 Sep 2023

Jupiter Money Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 6 Sep 2023

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

I applied via Recruitment Consulltant and was interviewed in Aug 2023. There were 2 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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Merge two sorted arrays
  • Ans. 

    Merging two sorted arrays into a single sorted array

    • Create a new array to store the merged result

    • Iterate through both arrays simultaneously, comparing elements and adding the smaller one to the result array

    • Handle cases where one array is longer than the other by appending the remaining elements

  • Answered by AI
  • Q2. Put patch and post in api testing
  • Ans. 

    Patch and post are HTTP methods used in API testing to update and create resources, respectively.

    • PATCH method is used to update an existing resource in the API

    • POST method is used to create a new resource in the API

    • Both methods are commonly used in RESTful APIs for CRUD operations

    • Example: PATCH /api/users/123 to update user with ID 123

    • Example: POST /api/users to create a new user

  • Answered by AI
  • Q3. Explain your automation framework
  • Ans. 

    My automation framework is a data-driven framework using Selenium WebDriver and TestNG for test execution and reporting.

    • Uses Selenium WebDriver for interacting with web elements

    • Utilizes TestNG for test execution and reporting

    • Follows a data-driven approach for test data management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basic dsa, leetcode problems are asked in interview

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Coding Test 

HackerEarth Test - Only one automation programming question

Round 3 - One-on-one 

(3 Questions)

  • Q1. Easy coding questions on java & selenium
  • Q2. Rest API, Duplicate string, Parent to child tab
  • Q3. Low, high, medium and priority

Sdet Interview Questions & Answers

CRED user image Anonymous

posted on 25 Nov 2024

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

(2 Questions)

  • Q1. Test cases on search option
  • Ans. 

    Test cases for search option functionality

    • Verify search results are displayed correctly

    • Test search with different input types (text, numbers, special characters)

    • Check search functionality with empty input

    • Test search with long input strings

    • Verify search results are sorted correctly

  • Answered by AI
  • Q2. Coding on string and patterns and Appium framework

Skills evaluated in this interview

I applied via HackerEarth and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Coding Test 

Online coding round which was based on dynamic programming and hashing

Round 2 - Coding Test 

Coding round based on data structure and algorithm like binary search ,hashing and string

Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round a bit hr question also has been covered
Round 4 - Automation 

(1 Question)

  • Q1. To design a automation framework what could be approach
  • Ans. 

    Approach for designing an automation framework

    • Identify the scope and requirements of the framework

    • Choose a suitable programming language and tools

    • Design the framework architecture and modules

    • Implement the framework and write test scripts

    • Integrate the framework with CI/CD pipeline

    • Continuously maintain and update the framework

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - To prepare on automation framework, project and binary search hashing string array

Skills evaluated in this interview

Sdet Interview Questions & Answers

Paytm user image Anonymous

posted on 30 Nov 2024

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

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Strings anagram
  • Q2. Array sorting and remove duplicate

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java and backend api testing

Sdet Interview Questions & Answers

Paytm user image Anjani Gupta

posted on 12 Oct 2023

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

I applied via LinkedIn and was interviewed in Apr 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 Resume tips
Round 2 - Technical 

(4 Questions)

  • Q1. Swap two numbers without using a third integer.
  • Ans. 

    Swap two numbers without using a third integer

    • Use XOR operation to swap two numbers without using a third integer

    • Example: a = 5, b = 7. a = a XOR b, b = a XOR b, a = a XOR b

    • After swapping: a = 7, b = 5

  • Answered by AI
  • Q2. Overloading & Overriding
  • Q3. TestNG annotation
  • Q4. Jenkins Setup and how to configure a job and update the report to the team.
  • Ans. 

    Jenkins setup involves configuring jobs and updating reports for the team.

    • Install Jenkins on a server or local machine

    • Create a new job by selecting 'New Item' and choosing the job type

    • Configure the job by setting up build triggers, source code management, build steps, and post-build actions

    • Add plugins for reporting tools like JUnit or HTML Publisher to generate reports

    • Update the report by viewing the job's build histor...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Reverse a integer
  • Ans. 

    Reverse an integer by converting it to a string and then reversing the string

    • Convert the integer to a string

    • Reverse the string

    • Convert the reversed string back to an integer

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice more coding

Skills evaluated in this interview

Sdet Interview Questions & Answers

Paytm user image Anonymous

posted on 5 Mar 2024

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

(1 Question)

  • Q1. OOPS concepts, Framework Question
Round 2 - Coding Test 

API Scenarios, Java DSA questions,

Sdet Interview Questions & Answers

PhonePe user image Anonymous

posted on 29 Oct 2023

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

I applied via LinkedIn and was interviewed before Oct 2022. 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 Resume tips
Round 2 - Coding Test 

Automation, Backend Automation, API Test Automation.

Round 3 - Coding Test 

Java, OOPS concepts. Interfaces, Inheritance

Round 4 - One-on-one 

(2 Questions)

  • Q1. Previous role Discussion
  • Q2. What was the role of yours in last company? Explain your projects in detials?

Interview Preparation Tips

Topics to prepare for PhonePe Sdet interview:
  • API Test Automation
  • SQL
  • Java
  • Rest AUssured
Interview preparation tips for other job seekers - Prepare your resume well

Sdet Interview Questions & Answers

PhonePe user image Anonymous

posted on 29 Aug 2024

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

(2 Questions)

  • Q1. JAVA String Anagram with O(n)
  • Q2. DSA Question Based on Linked List

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Basic DSA well. String, Array, Hashing

Sdet Interview Questions & Answers

Paytm user image Anonymous

posted on 26 Jul 2024

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

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Medium level aptitude test

Round 2 - Coding Test 

Hard level coding test

Round 3 - HR 

(3 Questions)

  • Q1. Salary expectations
  • Q2. Preferred location
  • Ans. 

    Preferred location is Seattle, WA

    • Seattle, WA offers a great tech industry

    • Beautiful scenery and outdoor activities in the Pacific Northwest

    • Close proximity to mountains and water for outdoor enthusiasts

  • Answered by AI
  • Q3. Education qualifications
Contribute & help others!
anonymous
You can choose to be anonymous

Jupiter Money Interview FAQs

How many rounds are there in Jupiter Money Sdet interview?
Jupiter Money interview process usually has 2 rounds. The most common rounds in the Jupiter Money interview process are Resume Shortlist and Technical.
What are the top questions asked in Jupiter Money Sdet interview?

Some of the top questions asked at the Jupiter Money Sdet interview -

  1. put patch and post in api test...read more
  2. explain your automation framew...read more
  3. merge two sorted arr...read more

Recently Viewed

DESIGNATION

DESIGNATION

DESIGNATION

SALARIES

HARMAN

SALARIES

Jupiter Money

INTERVIEWS

Classplus

No Interviews

LIST OF COMPANIES

Jupiter Money

Overview

INTERVIEWS

TCS

No Interviews

INTERVIEWS

TCS

No Interviews

JOBS

Airtribe

No Jobs

Tell us how to improve this page.

Jupiter Money Sdet Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 776 Interviews
PolicyBazaar Interview Questions
3.6
 • 346 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Revolut Interview Questions
2.6
 • 95 Interviews
Rupeek Interview Questions
3.7
 • 60 Interviews
Freecharge Interview Questions
4.0
 • 53 Interviews
ACKO Interview Questions
3.7
 • 48 Interviews
Mobikwik Interview Questions
4.1
 • 47 Interviews
View all

Fast track your campus placements

View all
Customer Support Executive
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Service Executive
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Manager
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Designer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Jupiter Money with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

3.7
Compare

Payed

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