Upload Button Icon Add office photos
Engaged Employer

i

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

AeronPay Verified Tick

Compare button icon Compare button icon Compare
4.4

based on 47 Reviews

Filter interviews by

AeronPay Interview Questions and Answers

Updated 24 Sep 2024

AeronPay Interview Experiences

Popular Designations

2 interviews found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 24 Sep 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Assignment 

So, There is a assignment given by them is a Contact+ Map footer Page: Techs Used: React.Js+ Email.Js

Round 2 - Technical 

(3 Questions)

  • Q1. About Basic Javascripts Questions Like ,Variables, Objects , Callback Hell, DataTypes , closures, Invoked Functions.
  • Q2. Ask About React.Js Basic Questions Like : Components, DOM Manipulation , Real DOM Vs VirtualDOM, Use States and Hooks.
  • Q3. About OOPs Concepts In C++ Language which is written in my Resume

Interview Preparation Tips

Topics to prepare for AeronPay Web Developer interview:
  • Html/css
  • C++
  • React.Js
  • Javascript
Interview preparation tips for other job seekers - Relax and Be prepared yourself and have a confident on your skills.

Web Developer Interview Questions asked at other Companies

Q1. Check Indices With Given DifferenceYou are given an integer array 'ARR' of size ‘N’ and two integers ‘A’ and ‘B’. You need to find if there are two distinct indices in the array, such that the absolute difference of values on those indices ... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in May 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. Questions Related to Customer Service
  • Q2. Question Related to Analytical Skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Do Prepare of Excellent Communication Skills

Customer Support Associate Interview Questions asked at other Companies

Q1. How can you tackle your customer in real time scenario?
View answer (31)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. A brief Introduction
  • Q2. Past Experience Discussion
Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures and Algorithms questions
  • Q2. SQL and OOPS concept questions
Round 3 - Technical 

(3 Questions)

  • Q1. Project discussion
  • Q2. Data Structure and Algorithms questions
  • Q3. SQL concepts questions

Interview Preparation Tips

Topics to prepare for Stonewain Systems, an EquiLend Company Software Development Engineer interview:
  • DSA
  • SQL
  • OOPS
  • Personal Projects
Interview preparation tips for other job seekers - The recruitment process at Stonewain Systems is well-structured, transparent and quick. My advice would be to focus on Data Structures and Algorithms especially the fundamentals, Object Oriented Programming concepts, and DBMS & SQL. Also do research about EquiLend's products. Lastly, be clear with communication at all times during Interviews.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why shifting from government bank
  • Q2. Tell about yourself
Round 2 - Technical 

(1 Question)

  • Q1. Case based on building a financial application for payments
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Things you have worked on in the past
  • Ans. 

    I have worked on developing and launching new mobile applications for a tech startup.

    • Led cross-functional teams to define product requirements

    • Conducted market research and user testing to inform product decisions

    • Worked closely with designers and engineers to bring products to market

    • Managed product roadmap and prioritized features based on user feedback

  • Answered by AI
Round 2 - Assignment 

Take home assignment on a relevant problem statement for the organization

Round 3 - One-on-one 

(1 Question)

  • Q1. Discussion on the assignment
Round 4 - HR 

(1 Question)

  • Q1. Details of your salary and negotiation

Software Engineer- ROR Interview Questions & Answers

Riskcovry user image Anonymous

posted on 6 Aug 2024

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

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Sorting objects based on keys ruby
  • Ans. 

    In Ruby, you can sort objects based on keys using the sort_by method.

    • Use the sort_by method with a block to specify the key to sort by.

    • For example, sorting an array of hashes by a specific key: array_of_hashes.sort_by { |hash| hash['key_to_sort_by'] }

    • You can also sort objects by multiple keys by chaining sort_by calls.

  • Answered by AI
  • Q2. Frequency of arr elements
  • Ans. 

    Calculate the frequency of elements in an array

    • Iterate through the array and count occurrences of each element

    • Use a hash map to store element frequencies

    • Return the hash map with element frequencies

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Introduction about me, info about the previously worked projects
  • Q2. Pick an random number from an array using random function and two pointer approach
  • Ans. 

    Use random function and two pointer approach to pick a random number from an array of strings.

    • Initialize two pointers at the start and end of the array

    • Generate a random index between the two pointers

    • Return the element at the random index

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Riskcovry Software Engineer- ROR interview:
  • Ruby Rails
  • Rails
  • DSA
Interview preparation tips for other job seekers - prepare well in Ruby on Rails, DSA,

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is SDLC and STLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.

    • SDLC involves planning, designing, coding, testing, and deployment stages.

    • STLC involves test planning, test design, test execution, and test closure stages.

    • S...

  • Answered by AI
  • Q2. Explain Bug life cycle
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution in software testing.

    • Bug is identified by tester

    • Bug is logged in bug tracking tool

    • Bug is assigned to developer

    • Developer fixes the bug

    • Bug is retested by tester

    • If bug is fixed, it is closed. If not, it is reopened

    • Bug is verified in subsequent releases

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

(1 Question)

  • Q1. Diff between react and jQuery
  • Ans. 

    React is a modern JavaScript library for building user interfaces, while jQuery is a fast and concise JavaScript library for DOM manipulation.

    • React is component-based, promoting reusability and modularity.

    • React uses a virtual DOM for efficient updates, while jQuery directly manipulates the DOM.

    • React is declarative, making it easier to reason about the UI, while jQuery is imperative.

    • React is typically used for single-pa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

3 dsa questions medium level

Round 2 - Technical 

(2 Questions)

  • Q1. 2 medium level dp questions based on string and stocks
  • Q2. One hard question based on graph
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and java , springboot questions etc
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Asked to write a bank application - which includes adding,removing,transferring of money

AeronPay Interview FAQs

How many rounds are there in AeronPay interview?
AeronPay interview process usually has 2 rounds. The most common rounds in the AeronPay interview process are Resume Shortlist, HR and Assignment.
How to prepare for AeronPay 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 AeronPay. The most common topics and skills that interviewers at AeronPay expect are Javascript, OOPS, Android, Banking and Banking Operations.
What are the top questions asked in AeronPay interview?

Some of the top questions asked at the AeronPay interview -

  1. About OOPs Concepts In C++ Language which is written in my Res...read more
  2. About Basic Javascripts Questions Like ,Variables, Objects , Callback Hell, Dat...read more
  3. Ask About React.Js Basic Questions Like : Components, DOM Manipulation , Real D...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 AeronPay interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Air India Interview Questions
3.8
 • 166 Interviews
Spicejet Interview Questions
3.6
 • 91 Interviews
CapitalOne Interview Questions
3.8
 • 77 Interviews
Go First Interview Questions
3.7
 • 46 Interviews
AirAsia Interview Questions
3.6
 • 31 Interviews
Jet Airways Interview Questions
4.6
 • 24 Interviews
OneCard Interview Questions
3.5
 • 18 Interviews
Namaste Credit Interview Questions
3.4
 • 10 Interviews
View all

AeronPay Reviews and Ratings

based on 47 reviews

4.4/5

Rating in categories

4.4

Skill development

4.5

Work-Life balance

3.8

Salary & Benefits

4.3

Job Security

4.5

Company culture

3.8

Promotions/Appraisal

4.2

Work Satisfaction

Explore 47 Reviews and Ratings
Web Developer
4 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Legal Advisor
4 salaries
unlock blur

₹7.2 L/yr - ₹7.2 L/yr

Web Application Developer
4 salaries
unlock blur

₹5 L/yr - ₹5 L/yr

HR Manager
3 salaries
unlock blur

₹2.3 L/yr - ₹3 L/yr

Customer Support Associate
3 salaries
unlock blur

₹3.7 L/yr - ₹4.2 L/yr

Explore more salaries
Compare AeronPay with

InterGlobe Aviation

3.6
Compare

Spicejet

3.6
Compare

Air India

3.8
Compare

Jet Airways

4.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview