Upload Button Icon Add office photos

Filter interviews by

PaySafe India Senior Sdet Engineer Interview Questions and Answers

Updated 29 Jul 2022

PaySafe India Senior Sdet Engineer Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Was given couple of scenarios and has been asked to write code for same and explain it later.

Round 2 - Technical 

(1 Question)

  • Q1. Explain about how did you solve scenario in round 1, and why you used that approach.

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to work for, works as R&D center for Paysafe group.

Interview questions from similar companies

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

I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Data structure, shorting element

Round 2 - Technical 

(2 Questions)

  • Q1. Completely wasting time and irrelevant question
  • Q2. Never join the fake promises by big organisations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Fis is good name in market only not for interview process. I think very worst for me . Never trust on big company.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa Question based on Arrays, graph and strings

Round 2 - Technical 

(1 Question)

  • Q1. Pattern printing question. Start pattern

Sdet Interview Questions & Answers

FNZ user image Anonymous

posted on 8 May 2024

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

I applied via Referral and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions on resume api testing and around test models
Round 2 - Technical 

(1 Question)

  • Q1. Test cases identification, planning and UAT/system test examples

SDE-2 Interview Questions & Answers

PayPal user image Anonymous

posted on 4 Aug 2024

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

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

Round 1 - Coding Test 

Had questions on graph

Round 2 - Technical 

(1 Question)

  • Q1. Binary Search leftmost rightmost
Round 3 - Technical 

(1 Question)

  • Q1. Monotonic stack question
Round 4 - Technical 

(1 Question)

  • Q1. System design round, discussed subscriber publisher design pattern
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How will you integrate selenium framework with jenkins
  • Ans. 

    Integrating Selenium framework with Jenkins involves setting up Jenkins job to run Selenium tests.

    • Install Jenkins on the server

    • Install necessary plugins like Selenium plugin

    • Create a Jenkins job for running Selenium tests

    • Configure the job to execute Selenium tests using the Selenium framework

    • Set up build triggers and post-build actions as needed

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about yourself?
  • Q2. Salary expectations?
Round 2 - Technical 

(2 Questions)

  • Q1. Based on resume questions.
  • Q2. Difference between xpath and css selectors
  • Ans. 

    XPath is a language for selecting nodes in an XML document, while CSS selectors are used to select HTML elements.

    • XPath is more powerful and flexible than CSS selectors

    • CSS selectors are faster and easier to write than XPath

    • XPath can traverse both upwards and downwards in the document tree, while CSS selectors can only traverse downwards

    • XPath can select elements based on their attributes, text content, and more, while CS...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leet code medium questions.

Skills evaluated in this interview

Sdet Interview Questions & Answers

Visa user image Anonymous

posted on 30 Sep 2024

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

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

Round 1 - Coding Test 

Two questions on array sort the given array and find how many times a element occur

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Online Test having questions of SQL , Aptitude, Finance , Reasoning

Round 2 - Technical 

(1 Question)

  • Q1. Basic Testing Concept , SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - More focus on sql

SDE-2 Interview Questions & Answers

PayPal user image Anonymous

posted on 17 May 2022

I was interviewed in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Easy

There will be 2 coding questions easy to medium based on DP and linkedlist.

  • Q1. 

    Count Ways To Reach The N-th Stair Problem Statement

    You are given a number of stairs, N. Starting at the 0th stair, you need to reach the Nth stair. Each time you can either climb one step or two steps. ...

  • Ans. 

    applied DP and solved the problem. you can find the issue on gfg or coding ninjas materials.

  • Answered Anonymously
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

the questions will be be based on trees, linked list and stacks and queues, DP

  • Q1. 

    Left View of a Binary Tree

    Given a binary tree, your task is to print the left view of the tree. The left view of a binary tree contains the nodes visible when the tree is viewed from the left side.

    Inpu...

  • Ans. 

    i applied the brute force method.
    Interviewer asked me to optimise the code without recursion.
    i applied stack to solve the code.

  • Answered Anonymously
  • Q2. 

    Next Greater Element Problem Statement

    You are given an array arr of length N. For each element in the array, find the next greater element (NGE) that appears to the right. If there is no such greater ele...

  • Ans. 

    I again solved using brute force method.
    inteviewer asked me another approach.
    so i solved is using the stack.

  • Answered Anonymously
Round 3 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

(DSA, work experience and personal projects)

  • Q1. 

    Problem: Sort an Array of 0s, 1s, and 2s

    Given an array/list ARR consisting of integers where each element is either 0, 1, or 2, your task is to sort this array in increasing order.

    Input:

    The input sta...
  • Ans. 

    The question was based on sorting. dont give much time as they are going to ask further based on your resume and project. question is just to check the comfort.

  • Answered Anonymously
Round 4 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

It started in the afternoon after the lunch.

  • Q1. You will be given certain conditions for which you need to design a system. Can you explain your approach to low-level system design?
  • Ans. 

    The interviewer will closely observe your approach and will add the conditions as per the requirements if any changes required. you have to design system specifically and keep on asking questions to interviewer. Once design complete the interviewer will discuss the corner cases.

  • Answered Anonymously
Round 5 - HR 

(1 Question)

Round duration - 25 minutes
Round difficulty - Easy

Once all the rounds were cleared. I was told that i have 1 more round with manager.

  • Q1. How do you handle critical situations in a workplace?
  • Ans. 

    The manager asked that are the critical situations i have faced and how i have reacted. He also checked my resume and the projects that i have made. He checked the links that i have mentioned on my resume.

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Babu Banarasi Das University. I applied for the job as SDE - 2 in ChennaiEligibility criteria2 years of experience.Paypal interview preparation:Topics to prepare for the interview - Arrays, Hashmap, String, LinkedList, Stacks and queues, recursion, DP, Backtracking, graphTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : If you are good with any programming Language(Java and C++ preferred but again its your choice) start with DSA directly. Learn the basic Arrays, Linked List, Stacks, Queues, Trees, Hashing, Graphs, Dynamic programming, Heaps, searching and sorting. (PS:-Courses and resources i will not mention as there are many materials available just choose the one you like and start preparing!!)

Tip 2 : Once you feel OK start practising problems try to solve by yourself, if not take hints, and at the end you can check solution if still unsolved.

Tip 3 : Try to connect with people on linkedin. Try to know the techstacks and try to get referrals. Keep on applying once feel ready 80% because you are never 100% ready for anything.

Application resume tips for other job seekers

Tip 1 : Keep your resume updated with all the tech stacks you worked on, your projects, your latest experience.
Tip 2 : The resume need to be short and crisp. it takes only a min. For HR to read your resume. and align it with job requirement.

Final outcome of the interviewSelected

Skills evaluated in this interview

PaySafe India Interview FAQs

How many rounds are there in PaySafe India Senior Sdet Engineer interview?
PaySafe India interview process usually has 2 rounds. The most common rounds in the PaySafe India interview process are Coding Test and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 766 Interviews
FIS Interview Questions
3.9
 • 477 Interviews
PhonePe Interview Questions
4.0
 • 302 Interviews
PayPal Interview Questions
3.9
 • 208 Interviews
HighRadius Interview Questions
2.9
 • 181 Interviews
Visa Interview Questions
3.5
 • 137 Interviews
MasterCard Interview Questions
4.0
 • 133 Interviews
TransUnion Interview Questions
4.0
 • 88 Interviews
View all

PaySafe India Senior Sdet Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Platform Engineer
46 salaries
unlock blur

₹4.8 L/yr - ₹19 L/yr

Product Manager
37 salaries
unlock blur

₹12.3 L/yr - ₹39 L/yr

Senior Platform Engineer
27 salaries
unlock blur

₹21.9 L/yr - ₹35 L/yr

Platform Engineer Lead
12 salaries
unlock blur

₹33.4 L/yr - ₹39 L/yr

Senior Product Manager
11 salaries
unlock blur

₹35 L/yr - ₹51 L/yr

Explore more salaries
Compare PaySafe India with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Google Pay

4.2
Compare

Amazon Pay

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