Upload Button Icon Add office photos
Engaged Employer

i

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

SafexPay Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 81 Reviews

Filter interviews by

SafexPay Software Developer Interview Questions and Answers

Updated 22 Nov 2024

SafexPay Software Developer Interview Experiences

2 interviews found

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

Time and work ,time and distance

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview are very friendly and give time to explain the question asked in interview
Round 1 - Aptitude Test 

Basic logic question

Round 2 - Technical 

(1 Question)

  • Q1. Basic core knowledge
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - All are good and hr is very good in nature

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Aug 2023. 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 - Technical 

(1 Question)

  • Q1. 1 - Easy Medium Question. Discuss the approach with interviewer and then implement it. The code should work, thats important.
Round 3 - Technical 

(1 Question)

  • Q1. LLD round to design Chess.
Round 4 - One-on-one 

(1 Question)

  • Q1. Hiring manager round. Grilling on resume and past experience questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. There were 3 dsa questions which were of topic arrays and strings
Round 3 - Technical 

(1 Question)

  • Q1. It was more like a managerial round where they asked questions about resume projects and past experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a nice company to work with!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

It was leetcode questions for 60 min for 2 questions.

Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 3 - One-on-one 

(1 Question)

  • Q1. Tell me about your work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips such.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

They have problem of K sorted array and you need to make an sorted array of it.

Round 2 - HR 

(2 Questions)

  • Q1. Your current job role
  • Q2. Software Developer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the DSA and basic OOPs question.

I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic questions about lists/arrays. swap
  • Q2. MCQs

Interview Preparation Tips

Interview preparation tips for other job seekers - Its very easy interview process. You just need to know basics. If you don't get selected its because you are too good to exploit. Exploitable people get hired easily here.

I was interviewed in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 50 mins
Round difficulty - Medium

First round was coding round, where i was asked 2 DS algo questions, 1 was easy and other was of medium difficulty

  • Q1. 

    Shortest Path in a Binary Matrix Problem Statement

    Given a binary matrix of size N * M where each element is either 0 or 1, find the shortest path from a source cell to a destination cell, consisting only...

  • Ans. 

    First i explained the approach. when he was satisfied with the approach, I was asked to code it.

  • Answered Anonymously
Round 2 - Coding Test 

(1 Question)

Round duration - 50 mins
Round difficulty - Easy

I was asked to design url shortner

  • Q1. Can you explain how you would design a URL shortener?
  • Ans. 

    Tip 1 : First clearly ask the requirements of the problem.
    Tip 2 : Start with simple design and then narrow the constraints 
    Tip 3 : Explain the reasons begin ur choices of data structures/ DB

  • Answered Anonymously
Round 3 - Video Call 

(1 Question)

Round duration - 50 mins
Round difficulty - Medium

This was hiring manager round

  • Q1. Can you discuss a coding problem you encountered, your past projects, and any behavioral questions related to your experiences?
  • Ans. 

    Tip 1 : Prepare well about ur past projects, bcoz they will be asking it for sure
    Tip 2 : Be confident and humble
    Tip 3 : Be Genuine

  • Answered Anonymously

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaNAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Operating System, DBMS, OOPSTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare DS and algo well(i prepared from GFG)
Tip 2 : Must know basics of DBMS and OS
Tip 3 : Be confident and genuine

Application resume tips for other job seekers

Tip 1 : Prepare resume iteratively
Tip 2 : show ur resume to seniors and ask for suggestions

Final outcome of the interviewSelected

Skills evaluated in this interview

I was interviewed in Apr 2021.

Round 1 - Coding Test 

(3 Questions)

Round duration - 90 minutes
Round difficulty - Hard

Timing was 9 PM. Platform was not good. Platform was very lagging so overall it was bad experience.

  • Q1. 

    Find the Third Greatest Element

    Given an array 'ARR' of 'N' distinct integers, determine the third largest element in the array.

    Input:

    The first line contains a single integer 'T' representing the numb...
  • Ans. Sorting Based Approach

    The idea is to sort the array in non-decreasing order, and then return the third element from the back of the array.

     

    The steps are as follows :

    1. Sort the array in non-decreasing order.
    2. Return the third element from the back of the array.
    Space Complexity: O(logn)Explanation:

    O(1)

     

    We are not using any extra space. Thus, the overall space complexity will be O(1).

    Time Complexity: O(nlogn)Explan...
  • Answered Anonymously
  • Q2. 

    Longest Palindromic Substring Problem Statement

    You are provided with a string STR of length N. The goal is to identify the longest palindromic substring within this string. In cases where multiple palind...

  • Ans. Brute Force
    1. Generate substrings of the given string such that substring having greater length will be generated first.
    2. To do this, run a loop where iterator ‘LEN’ will go from N to 1, where N is the length of the given string.
    3. Run a nested loop and fix an iterator ‘j’ that will point at the starting index of the substring.
    4. Get the substring from ‘j’ to ‘j’ + ‘LEN’.
    5. If the substring is a palindrome, return the substring (as ...
  • Answered Anonymously
  • Q3. 

    Ninja and Geometry Problem Statement

    In this problem, Ninja is provided with two lines on a 2D plane. The first line 'AB' is determined by two points A and B. The second line 'PQ' is determined by two poi...

  • Ans. Mathematics

    The idea behind this approach is to derive the equation of both of the lines ‘AB’ and ‘PQ’ and check if the Slope of these two lines is equal or not. Following are the two cases:

    • If the slope of ‘AB’ and ‘PQ’ is the same that means they are parallel so we return -1.
    • Else there must a point where ‘AB’ and ‘PQ’ are intersecting.

    For a better understanding of this approach, Assume that we have two points which are...

  • Answered Anonymously

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAJupiter Money interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 2.5 monthsInterview preparation tips for other job seekers

Tip 1 : Have some projects.
Tip 2 : Do a course from Coding Ninjas.
 

Application resume tips for other job seekers

Tip 1 : Keep it short.
Tip 2 : Do not put false things.

Final outcome of the interviewRejected

Skills evaluated in this interview

SafexPay Interview FAQs

How many rounds are there in SafexPay Software Developer interview?
SafexPay interview process usually has 2 rounds. The most common rounds in the SafexPay interview process are Aptitude Test, Technical and HR.
How to prepare for SafexPay Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SafexPay. The most common topics and skills that interviewers at SafexPay expect are Hibernate, J2Ee, Java, Multithreading and OOPS.

Tell us how to improve this page.

SafexPay Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
SafexPay Software Developer Salary
based on 39 salaries
₹3.5 L/yr - ₹11.8 L/yr
17% less than the average Software Developer Salary in India
View more details

SafexPay Software Developer Reviews and Ratings

based on 7 reviews

3.6/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

3.3

Salary

2.8

Job security

3.7

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 7 Reviews and Ratings
Software Developer
39 salaries
unlock blur

₹3.5 L/yr - ₹11.8 L/yr

Product Manager
21 salaries
unlock blur

₹11.3 L/yr - ₹30 L/yr

Senior Software Developer
11 salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Devops Engineer
8 salaries
unlock blur

₹6 L/yr - ₹22.4 L/yr

Software Developer Trainee
7 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Explore more salaries
Compare SafexPay with

Payed

2.8
Compare

Razorpay

3.6
Compare

Paytm

3.3
Compare

CCAvenue

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