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
3.6

based on 5 Reviews

Filter interviews by

Airbase Senior Software Engineer Interview Questions and Answers

Updated 23 Jul 2024

Airbase Senior Software Engineer Interview Experiences

2 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
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

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. String Question based on hashmap
  • Q2. Palindorme -Reverse a string
  • Ans. 

    Reverse a string to check if it is a palindrome.

    • Create a function that takes a string as input

    • Reverse the string using built-in functions or manually

    • Compare the reversed string with the original string to check if it is a palindrome

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Basic Personal Questions, salary expectations
  • Q2. Agile, docker,kunernetes

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. Design zepto delivery system .
  • Ans. 

    Design a zepto delivery system for efficient and fast delivery of small packages.

    • Utilize drones for quick and efficient delivery

    • Implement a centralized hub for package sorting and distribution

    • Use GPS tracking for real-time package monitoring

    • Optimize routes for faster delivery times

    • Ensure secure and reliable delivery process

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between abstract class and interface?
  • Q2. Explain OOP in C#?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Create LLD Design for Movie Ticket Booking System(BookMyShow.com)
  • Ans. 

    LLD Design for Movie Ticket Booking System(BookMyShow.com)

    • Use case diagram to identify actors and their interactions

    • Class diagram to represent entities like User, Movie, Theater, Booking

    • Sequence diagram to show the flow of events during ticket booking process

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Core Java and J2EE basic questions
Round 3 - HR 

(1 Question)

  • Q1. Experience in previous companies and learnings

Interview Preparation Tips

Interview preparation tips for other job seekers - Its not that tough just be yourself when answering the questions

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Tell something about youself which is not included in your resume?
  • Q2. What is your day to day life, and how many application you were using on daily basis
  • Q3. What is inheritance with example?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Derived class can add its own attributes and methods or override existing ones

    • Example: Class 'Animal' can be a base class with attributes like 'name' and methods like 'eat'. Class 'Dog...

  • Answered by AI
  • Q4. What is join and how many types of joins are available with example?
  • Ans. 

    Join is used to combine rows from two or more tables based on a related column between them.

    • Types of joins: Inner Join, Left Join, Right Join, Full Join

    • Inner Join: Returns rows when there is at least one match in both tables

    • Left Join: Returns all rows from the left table and the matched rows from the right table

    • Right Join: Returns all rows from the right table and the matched rows from the left table

    • Full Join: Returns

  • Answered by AI
Round 2 - One-on-one 

(6 Questions)

  • Q1. Tell me about your experience in brief?
  • Q2. Why you choose that background which was different from last organization
  • Q3. What makes you to feel happy when you are on production floor
  • Q4. What was your team size and how you were handling the agents?
  • Q5. What is distinct
  • Ans. 

    Distinct means unique or different from others.

    • Distinct refers to something that is separate or individual

    • It can also mean standing out or being easily recognizable

    • In programming, distinct is often used in the context of removing duplicate elements from a list or array

  • Answered by AI
  • Q6. After 3 years if you will get a chance to serve as vice president what you will do?

Skills evaluated in this interview

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

Coding test with 2 questions

Round 2 - Technical 

(1 Question)

  • Q1. System Design with LLD implementation
  • Ans. 

    System design involves creating a high-level design of a software system, followed by implementing the detailed low-level design.

    • Start by understanding the requirements and constraints of the system

    • Create a high-level design that outlines the components and interactions of the system

    • Implement the detailed low-level design, considering factors like scalability, performance, and maintainability

    • Use tools like UML diagrams...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. System Design with HLD
  • Ans. 

    System Design with HLD involves designing the high-level architecture of a software system.

    • Understand the requirements and constraints of the system

    • Identify the components and their interactions

    • Consider scalability, reliability, and performance

    • Use design patterns and best practices

    • Create diagrams like UML or flowcharts to visualize the design

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 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 - Technical 

(9 Questions)

  • Q1. Write a Program Nth term in a infinite series example: 2,4,8,2,4,8……..n…….infinite
  • Ans. 

    Program to find the Nth term in an infinite series

    • The series has a repeating pattern

    • Use modulo operator to find the index of the repeating pattern

    • Calculate the value of Nth term based on the pattern

  • Answered by AI
  • Q2. Write a Program identify Max length of a substring from a given string and also the substring should be palindrome
  • Ans. 

    Program to find the longest palindrome substring in a given string.

    • Iterate through the string and check for palindromes of different lengths

    • Store the longest palindrome found

    • Return the length and substring

  • Answered by AI
  • Q3. What is your comfort level on HTML, CSS and JavaScript
  • Ans. 

    I am very comfortable with HTML, CSS and JavaScript.

    • I have extensive experience in developing responsive web applications using HTML, CSS and JavaScript.

    • I am proficient in using CSS preprocessors like SASS and LESS.

    • I have worked with various JavaScript frameworks like React, Angular and Vue.js.

    • I am familiar with HTML5 and CSS3 features like Flexbox and Grid layout.

    • I am comfortable with debugging and troubleshooting iss

  • Answered by AI
  • Q4. What are reasons for your transitions in Career
  • Ans. 

    Transitions were driven by desire for growth, new challenges, and better alignment with personal values.

    • Desire for professional growth and development

    • Seeking new challenges and opportunities

    • Alignment with personal values and mission

    • Exploring different industries and technologies

    • Relocation for personal reasons

  • Answered by AI
  • Q5. Oracle EBS 12.1 and 12.2 Technical Architecture Differences
  • Ans. 

    Differences between Oracle EBS 12.1 and 12.2 Technical Architecture

    • 12.2 has a web-based interface while 12.1 has a client-server interface

    • 12.2 has a multi-node architecture while 12.1 has a single-node architecture

    • 12.2 has a more modular architecture with fewer dependencies

    • 12.2 has a more streamlined upgrade process compared to 12.1

  • Answered by AI
  • Q6. What is your current role and how do you handle your daily tasks
  • Ans. 

    I am currently working as a Senior Software Engineer and I handle my daily tasks by prioritizing them based on their importance and urgency.

    • I start my day by checking my emails and responding to any urgent requests

    • I then review my to-do list and prioritize my tasks for the day

    • I break down complex tasks into smaller, more manageable ones

    • I collaborate with my team members to ensure that we are all on the same page

    • I use p...

  • Answered by AI
  • Q7. Tell me in detail step by step process for registering XML Publisher Report
  • Ans. 

    The process for registering XML Publisher Report

    • Create a data model for the report

    • Create a template for the report using RTF or XSL-FO

    • Upload the template to the server

    • Create a report definition using the data model and template

    • Register the report definition with the XML Publisher server

  • Answered by AI
  • Q8. Java Exceptions hierarchy(IOException then Exception Block , what error we get here)
  • Q9. Write a Program to find a second max in the give list? and Time Complexity
  • Ans. 

    Program to find second max in a list and its time complexity

    • Sort the list in descending order and return the second element

    • Traverse the list and keep track of the maximum and second maximum elements

    • Time complexity: O(n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for OpenText Technologies Senior Software Engineer interview:
  • Java
  • Web Services
  • MVC
  • XML Publisher
  • Oracle Apps
  • SQL
  • Performance Tuining
Interview preparation tips for other job seekers - Learn Java Programming , SQL, Opps Concepts, Projects Questions and Prepare Puzzles

Skills evaluated in this interview

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

I was interviewed in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. LRU Implementation
  • Ans. 

    LRU (Least Recently Used) is a cache eviction policy where the least recently accessed items are removed first.

    • LRU cache stores key-value pairs with a maximum capacity.

    • When a new key-value pair is added, if the cache is full, the least recently used item is removed.

    • When a key is accessed, it is moved to the front of the cache to indicate it was recently used.

  • Answered by AI
  • Q2. Sell and buy stock

Skills evaluated in this interview

Airbase Interview FAQs

How many rounds are there in Airbase Senior Software Engineer interview?
Airbase interview process usually has 2 rounds. The most common rounds in the Airbase interview process are Technical, One-on-one Round and HR.
How to prepare for Airbase Senior Software Engineer 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 Javascript, Python, Django, Open Source and Spend Management.
What are the top questions asked in Airbase Senior Software Engineer interview?

Some of the top questions asked at the Airbase Senior Software Engineer interview -

  1. A frontend-based problem statement on code sandbox. (in React...read more
  2. It was a one-on-one round with the technical manager. He wanted to know my jour...read more
  3. Team size, sprints structure etc. discuss...read more

Tell us how to improve this page.

Airbase Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
Airbase Senior Software Engineer Salary
based on 6 salaries
₹30 L/yr - ₹37.5 L/yr
145% more than the average Senior Software Engineer Salary in India
View more details

Airbase Senior Software Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

4.0

Salary

2.0

Job security

4.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
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

₹38.9 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview