Upload Button Icon Add office photos
Engaged Employer

i

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

Airbase Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Airbase Interview Questions and Answers

Updated 10 Sep 2024

Airbase Interview Experiences

Popular Designations

5 interviews found

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

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

Round 1 - HR 

(2 Questions)

  • Q1. Previous Projects
  • Q2. Why this job change
Round 2 - Technical 

(3 Questions)

  • Q1. Project related questions
  • Q2. What were the disadvantages in my previous organisation
  • Q3. Team size, sprints structure etc. discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewers are pretty friendly

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. It was a one-on-one round with the technical manager. He wanted to know my journey so far.
Round 2 - Technical 

(1 Question)

  • Q1. A frontend-based problem statement on code sandbox. (in ReactJs)
  • Ans. 

    Create a ReactJs frontend-based problem statement on code sandbox.

    • Use ReactJs to create a simple todo list application

    • Implement CRUD operations for adding, editing, and deleting tasks

    • Include features like filtering tasks based on status or priority

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
View answer (1)
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Behavioral 

(3 Questions)

  • Q1. Questions related to current role.
  • Q2. Technical Challenge recently resolved.
  • Q3. Leadership questions

Senior Software Engineer 1 Interview Questions asked at other Companies

Q1. Architecture Design for an e2e system that takes input from user to the response shown to the user
View answer (1)

Sdet Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2024

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

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Had to automate a few steps on webpage

Round 2 - Technical 

(2 Questions)

  • Q1. Performance related
  • Q2. Api testing experience
  • Ans. 

    I have extensive experience in API testing, including designing test cases, executing tests, and analyzing results.

    • Experience in testing RESTful APIs using tools like Postman or SoapUI

    • Ability to write automated tests using frameworks like Selenium or JUnit

    • Understanding of API documentation and ability to create test plans based on it

  • Answered by AI

Skills evaluated in this interview

Sdet Interview Questions asked at other Companies

Q1. Given a M x N 2D array containing random alphabets and a function Dict(string word) which returns whether the 'word' is a valid English word. Find all possible valid words you can get from the 2D array, where the alphabets are adjacent to e... read more
View answer (1)

Airbase interview questions for popular designations

 Senior Software Engineer

 (2)

 Sdet

 (1)

 Senior Software Engineer 1

 (1)

 Technical Support Engineer

 (1)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 2 - Aptitude Test 

1 hr test with basic aptitude and scenario based questions

Round 3 - Technical 

(1 Question)

  • Q1. Questions based on SQL and Linux
Round 4 - Technical 

(1 Question)

  • Q1. Similar to round 3

Interview Preparation Tips

Interview preparation tips for other job seekers - Process requires time at Airbase, Sometimes you need to wait for weeks to get update.

Technical Support Engineer Interview Questions asked at other Companies

Q1. Admin Questions :- What is Relationships what are types of relationships
View answer (4)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Why do prefer our organizations and what have you accomplished on the current role are the most expected questions.
  • Q2. Definitely you should have a reason as to why apply for certain organization and for the second one. It is more preferred to be realistic with what your accomplishments are as well as make it more clear an...

I applied via Company Website and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions on Keys, table elements, Joins, DDL, DML Commands
  • Q2. What is a DB, Rdbms, Normalization, users and roles
  • Ans. 

    DB is a collection of data stored in an organized manner. RDBMS is a software used to manage relational databases. Normalization is a process of organizing data to minimize redundancy. Users and roles are used to manage access to the database.

    • DB - collection of data stored in an organized manner

    • RDBMS - software used to manage relational databases (e.g. MySQL, Oracle)

    • Normalization - process of organizing data to minimiz...

  • Answered by AI
  • Q3. 3 types of relationship between datasets in DB ?
  • Ans. 

    There are three types of relationships between datasets in a database: one-to-one, one-to-many, and many-to-many.

    • One-to-one: each record in one dataset is related to only one record in another dataset.

    • One-to-many: each record in one dataset is related to one or more records in another dataset.

    • Many-to-many: multiple records in one dataset are related to multiple records in another dataset.

    • Examples: one-to-one - employee...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Round 1 - Group Discussion (Topic - Social media)
Round 2 - Basic questions on rdbms, sql and relational databases and small sql query using joins
Round 3 - SQL queries to get required results using joins and other functions
Round 4 - HR and Manager interview (general)

English communication is required to clear 1st round,
Basic knowledge in Sql, relational database and rdbms.. and ability to write simple small sql queries is enough to clear round 2 and 3
Final round is common, so just show your interest.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Why spring boot?
  • Q2. Difference between HashMap and HashTable
  • Ans. 

    HashMap is non-synchronized and allows null values, while HashTable is synchronized and doesn't allow null values.

    • HashMap is faster than HashTable due to non-synchronization.

    • HashMap allows null values for both key and value.

    • HashTable doesn't allow null values for key or value.

    • HashMap is preferred for single-threaded applications.

    • HashTable is preferred for multi-threaded applications.

    • Both use key-value pairs to store an

  • Answered by AI
  • Q3. Inner join and outer join
  • Q4. Project specific role.

Interview Preparation Tips

Interview preparation tips for other job seekers - There where 3 rounds in total, since its WFH there interviews where scheduled through Microsoft teams. 1st round was technical related to core java and other technical stuffs, second round more of project specific and 3rd round is HR round where negotiation and other stuffs are initiated.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. And i know telugu little bit so the interviewed me in telugu also

I applied via Naukri.com and was interviewed in Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. 1) Introduce yourself( informal + formal i.e. including your hobbies, area of interest and then your schooling.college,current job and your future vision)
  • Q2. 2)Based on your roles and responsibilities they will ask questions (scenario based and real time examples also, in my case they asked me to explain the automation framework from scratch , they asked me to ...
  • Q3. 3)You can be asked to solve puzzles (random logical questions which you might have solved when preparing for any competitive exams)
  • Q4. 4)Multiple technical questions on Selenium , Rest Assured for API automation, basics of Java ( note: they can ask you to write any java program also for e.g. print integers in reverse )
  • Q5. 5)Basics of testing , automation vs manual , can you automate 100% functionality ? , What have you done to Optimize your scripts , Framework?
  • Q6. 6)What do you do when your automation script fails , debug process?
  • Ans. 

    When automation script fails, debug process involves identifying the root cause and fixing it.

    • Check the error logs and identify the line of code where the script failed

    • Verify the test data and environment setup

    • Re-run the script with debug mode enabled to identify the issue

    • Fix the issue and re-run the script to ensure it passes

    • Update the test case and report the issue to the development team if necessary

  • Answered by AI
  • Q7. 7)how do you drive your data in automation , how do you validate whether your data is accurate and precise?
  • Ans. 

    Data is driven in automation through input files or databases. Validation is done through assertions and comparing expected vs actual results.

    • Data can be driven through input files like CSV, Excel or databases like MySQL, Oracle

    • Assertions can be used to validate data accuracy and precision

    • Expected vs actual results can be compared to ensure data correctness

    • Data can also be validated through manual inspection or using t

  • Answered by AI
  • Q8. 8)Why do you want to join Dassault Systemes , what do you about the company?
  • Ans. 

    I want to join Dassault Systemes because of their reputation as a leading company in the field of engineering and software solutions.

    • Dassault Systemes is known for its innovative and cutting-edge technology solutions.

    • The company has a strong global presence and a diverse range of clients.

    • Dassault Systemes has a culture of continuous learning and development, which aligns with my career goals.

    • I am impressed by the compa...

  • Answered by AI
  • Q9. 9)What are your future plans , where do you see yourself after 5 years , do you have an plans for higher studies?
  • Ans. 

    I plan to continue growing as a QA Engineer and eventually pursue higher studies in software engineering.

    • I see myself taking on more challenging projects and responsibilities in the QA field.

    • I aim to enhance my skills and knowledge in software testing and quality assurance.

    • I plan to stay updated with the latest industry trends and technologies.

    • Higher studies in software engineering will help me gain a deeper understand...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed , listen carefully , no hurry , the more precise and crisp your answer is the better your chances are , not necessary to give correct solutions for all the questions if you don't know just politely say it but make sure to tackle questions with a approach consisting of a start , mid and end properly whenever you are solving a question, they are looking at your approach, logical, technical and analytical skills and try to optimize your solutions, Good Luck Folks , You can do it :-) .

Skills evaluated in this interview

Airbase Interview FAQs

How many rounds are there in Airbase interview?
Airbase interview process usually has 2-3 rounds. The most common rounds in the Airbase interview process are Technical, HR and One-on-one Round.
How to prepare for Airbase 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 Airbase. The most common topics and skills that interviewers at Airbase expect are Spend Management, Workflow, Accounting, Communication Skills and Open Source.
What are the top questions asked in Airbase interview?

Some of the top questions asked at the Airbase interview -

  1. A frontend-based problem statement on code sandbox. (in React...read more
  2. Api testing experie...read more
  3. It was a one-on-one round with the technical manager. He wanted to know my jour...read more

Tell us how to improve this page.

Airbase Interview Process

based on 7 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Google Interview Questions
4.4
 • 871 Interviews
Paytm Interview Questions
3.3
 • 776 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
PayPal Interview Questions
3.9
 • 211 Interviews
Razorpay Interview Questions
3.6
 • 149 Interviews
Mobikwik Interview Questions
4.1
 • 47 Interviews
BillDesk Interview Questions
3.2
 • 14 Interviews
Instamojo Interview Questions
3.7
 • 7 Interviews
View all

Airbase Reviews and Ratings

based on 6 reviews

3.9/5

Rating in categories

2.6

Skill development

4.1

Work-life balance

4.1

Salary

2.8

Job security

4.2

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 6 Reviews and Ratings
Software Engineer
7 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹30 L/yr - ₹37.5 L/yr

Senior Software Engineer 2
5 salaries
unlock blur

₹55 L/yr - ₹75 L/yr

Software Engineer2
5 salaries
unlock blur

₹30 L/yr - ₹38 L/yr

Software Developer
4 salaries
unlock blur

₹21 L/yr - ₹45 L/yr

Explore more salaries
Compare Airbase with

Razorpay

3.6
Compare

Paytm

3.3
Compare

Mobikwik

4.0
Compare

Payed

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