Upload Button Icon Add office photos

Filter interviews by

GetePay Interview Questions and Answers

Updated 29 Dec 2024

GetePay Interview Experiences

Popular Designations

5 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    Experienced business development professional with a proven track record of driving revenue growth and building strong client relationships.

    • Over 5 years of experience in business development roles

    • Successfully increased sales by 30% in previous position

    • Skilled in identifying new business opportunities and developing strategic partnerships

  • Answered by AI
  • Q2. Tell me about previous work experience
  • Ans. 

    I have over 5 years of experience in business development, including leading successful sales teams and implementing strategic growth initiatives.

    • Led a sales team to exceed quarterly targets by 20%

    • Implemented a new CRM system that improved efficiency by 30%

    • Developed partnerships with key clients resulting in a 15% increase in revenue

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Worst Experience , Pathetic HR support, Salary Issues, Management issues. They there selves make rules at any time .

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)

Java Developer Interview Questions & Answers

user image Sudhanshu kumar

posted on 1 Aug 2024

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

(1 Question)

  • Q1. Basic question on Java and project details

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

UI Developer Interview Questions & Answers

user image Abhinay sharma

posted on 25 Apr 2024

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

(1 Question)

  • Q1. Ask about the project

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)
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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Different between list and array list
  • Ans. 

    List is an interface while ArrayList is a class that implements List interface.

    • List is a collection of elements with no specific implementation while ArrayList is a resizable array implementation of List.

    • List can be implemented by other classes like LinkedList while ArrayList is only implemented by ArrayList class.

    • List can hold any type of objects while ArrayList can only hold objects of a specific type.

    • List is slower ...

  • Answered by AI
  • Q2. How you fetch data in api
  • Ans. 

    Data can be fetched in API using HTTP methods like GET, POST, PUT, DELETE.

    • Use GET method to retrieve data from the server

    • Use POST method to submit data to the server

    • Use PUT method to update existing data on the server

    • Use DELETE method to delete data from the server

    • APIs can also use query parameters to filter data

    • APIs can also use pagination to limit the amount of data returned

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just basic should be clear

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

GetePay interview questions for popular designations

 Java Developer

 (2)

 UI Developer

 (1)

 Business Analyst

 (1)

 Business Development Manager

 (1)

Business Analyst Interview Questions & Answers

user image Rajat Rathore

posted on 29 Jul 2023

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. About your current profile.
  • Q2. Basic google questions.
Round 2 - HR 

(1 Question)

  • Q1. Salary expectations.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Interview questions from similar companies

Interview experience
4
Good
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 tips
Round 2 - Coding Test 

Few programs to write and execute

Round 3 - Technical 

(2 Questions)

  • Q1. All about microservices and spring boot
  • Q2. Hibernate related they asked many questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep working smart
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Modified binary search
Round 2 - Technical 

(1 Question)

  • Q1. Check if braces are balanced
  • Ans. 

    Check if braces are balanced in a given string

    • Use a stack to keep track of opening braces

    • Iterate through the string and push opening braces onto the stack

    • When a closing brace is encountered, pop from the stack and check if it matches the corresponding opening brace

    • If stack is empty at the end and all braces are matched, then the braces are balanced

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Puzzles - How to track 1.5 hours with 2 candles that burn for 1 hour each without cutting in half.

Interview Preparation Tips

Topics to prepare for Paytm Java Developer interview:
  • DSA
  • Core Java
  • Spring Boot
Interview preparation tips for other job seekers - Prepare for medium level questions of DSA. Also, prepare your basics well.

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. What are the different types of status code ?
  • Ans. 

    HTTP status codes indicate the outcome of a HTTP request. They are categorized into 5 classes.

    • 1xx: Informational - Request received, continuing process

    • 2xx: Success - Request successfully received, understood, and accepted

    • 3xx: Redirection - Further action needed to complete the request

    • 4xx: Client Error - Request contains bad syntax or cannot be fulfilled

    • 5xx: Server Error - Server failed to fulfill a valid request

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and believe in your self.if something dont know tell i have no idea but dont trying to say anything.

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Questions were little difficult

Question: check if the given string can form palindrome of rearranged

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

I applied via Company Website and was interviewed in Nov 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 - Aptitude Test 

Aptitude test based on English grammar

Round 3 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Basic questions in core Java

Interview Preparation Tips

Topics to prepare for Freecharge Java Developer interview:
  • Java
  • Core Java
  • Java developer
Interview preparation tips for other job seekers - I am an fresher

GetePay Interview FAQs

How many rounds are there in GetePay interview?
GetePay interview process usually has 1-2 rounds. The most common rounds in the GetePay interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for GetePay 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 GetePay. The most common topics and skills that interviewers at GetePay expect are Communication Skills, Javascript, Java, CSS and Business Development.
What are the top questions asked in GetePay interview?

Some of the top questions asked at the GetePay interview -

  1. How you fetch data in ...read more
  2. Different between list and array l...read more
  3. Basic question on Java and project deta...read more

Tell us how to improve this page.

GetePay Interview Process

based on 6 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 753 Interviews
Swiggy Interview Questions
3.8
 • 428 Interviews
PhonePe Interview Questions
4.0
 • 300 Interviews
Razorpay Interview Questions
3.6
 • 148 Interviews
Freecharge Interview Questions
3.8
 • 53 Interviews
Mobikwik Interview Questions
3.7
 • 47 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
Amazon Pay Interview Questions
4.1
 • 13 Interviews
Ola Money Interview Questions
3.1
 • 1 Interview
View all

GetePay Reviews and Ratings

based on 40 reviews

2.7/5

Rating in categories

2.7

Skill development

2.8

Work-life balance

2.4

Salary

2.2

Job security

2.6

Company culture

2.3

Promotions

2.5

Work satisfaction

Explore 40 Reviews and Ratings
Relationship Manager

Bhubaneswar,

Mumbai

+6

0-5 Yrs

Not Disclosed

Information Security Manager

Jaipur

1-4 Yrs

Not Disclosed

Sales Trainee

Jaipur

0-1 Yrs

Not Disclosed

Explore more jobs
Java Developer
24 salaries
unlock blur

₹2.4 L/yr - ₹6 L/yr

Business Development Manager
7 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

UI Developer
6 salaries
unlock blur

₹2.4 L/yr - ₹3 L/yr

Flutter Developer
5 salaries
unlock blur

₹4.2 L/yr - ₹5.3 L/yr

Front end Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹4.5 L/yr

Explore more salaries
Compare GetePay with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

3.7
Compare

Freecharge

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