Upload Button Icon Add office photos

Filter interviews by

Emirates Senior Software Engineer Interview Questions and Answers

Updated 27 Jun 2024

Emirates Senior Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Performance related
  • Q2. Oracle architecture like multitenant, golden gate

Interview Preparation Tips

Interview preparation tips for other job seekers - attend with confident

Interview questions from similar companies

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

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Node js working in detail
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

    • Node.js is commonly used for building server-side applications, APIs, and real-time applications.

    • It has a large ecosystem of libraries and frameworks, such as Express.js and Socket.io.

  • Answered by AI
  • Q2. Timer working in node
  • Ans. 

    In Node.js, timers can be implemented using functions like setTimeout() and setInterval().

    • Use setTimeout() to execute a function once after a specified delay

    • Use setInterval() to execute a function repeatedly at a specified interval

    • Clear a timer using clearTimeout() or clearInterval()

    • Example: setTimeout(() => { console.log('Timer executed!'); }, 2000);

  • Answered by AI
Round 2 - Behavioral 

(2 Questions)

  • Q1. HLD questions on db and backend
  • Q2. Relational non relational db

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the internal implementation of Hashing and what is collision?
  • Ans. 

    Hashing is a technique used to map data to a fixed-size array, collision occurs when two different inputs produce the same hash value.

    • Hashing involves using a hash function to map data to a fixed-size array.

    • Collision happens when two different inputs produce the same hash value.

    • Common techniques to handle collisions include chaining and open addressing.

  • Answered by AI
  • Q2. Is time complexity of HashMap always O(1) ?
  • Ans. 

    No, time complexity of HashMap is not always O(1).

    • Time complexity of HashMap is O(1) on average, but can degrade to O(n) in worst case scenarios.

    • Worst case scenarios include hash collisions, which can lead to linear probing and degrade performance.

    • Load factor and capacity of the HashMap can also affect time complexity.

    • In scenarios where many keys hash to the same index, the time complexity can degrade.

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

(1 Question)

  • Q1. Yet to have the interview. Ambition box is forcefully making me enter these details

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

1 dsa question 1 sql and 18 mcq questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Lot of questions from resumes and projects
  • Q2. Easy DSA questions and oops questions

Interview Preparation Tips

Interview preparation tips for other job seekers - work on you communication skills
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How js async working
  • Ans. 

    JavaScript async allows non-blocking code execution by using Promises or async/await syntax.

    • Async functions return a Promise object.

    • Promises represent a value that may be available now, in the future, or never.

    • Async/await syntax simplifies asynchronous code by using keywords async and await.

    • Callbacks can also be used for handling asynchronous operations.

  • Answered by AI

Skills evaluated in this interview

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

Tree algorithm about some riddels

Interview Preparation Tips

Interview preparation tips for other job seekers - tree algorithm
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is gcd? And explain it
  • Ans. 

    gcd stands for greatest common divisor, the largest positive integer that divides two or more numbers without leaving a remainder.

    • gcd is used to find the largest integer that can evenly divide two or more numbers.

    • It is commonly used in mathematics and computer science algorithms.

    • For example, the gcd of 12 and 18 is 6, as 6 is the largest number that can divide both 12 and 18 without leaving a remainder.

  • Answered by AI
  • Q2. What is arc and explain it
  • Ans. 

    ARC stands for Automatic Reference Counting, a memory management technique used in programming languages like Objective-C and Swift.

    • ARC automatically tracks and manages the memory used by objects in a program

    • It increases the retain count of an object when it is referenced and decreases it when it is no longer needed

    • ARC helps prevent memory leaks and retain cycles in iOS and macOS development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Read react native basics

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response

I applied via Walk-in

Round 1 - Aptitude Test 

15 analytical questions - 20min

Round 2 - Coding Test 

20 questions based on C and C++ - 20min

Round 3 - Technical 

(1 Question)

  • Q1. 15 questions based on digital electronics - 20min

Interview Preparation Tips

Topics to prepare for Safran Engineering Services India Software Engineer Trainee interview:
  • aptitute and reasoning
  • Digital Electronics
  • c&c++
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 - One-on-one 

(2 Questions)

  • Q1. There were questions of DSA, DBMS, OS etc
  • Q2. There were questions around project that were mentioned in resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare around Data structures and algorithms, Database management system, Operating system, projects that you have already done.

I was interviewed in Feb 2017.

Interview Preparation Tips

Round: Test
Experience: Three questions were given and asked to write programme in any of the language we are strong at.I need not describe much about it as it is available online which I came to know later.I suggest one to do that test once before he/she goes to interview
Tips: Generally question with low marks is easy to solve which indirectly test if you really have done something with programming. Better read all the three questions before you start programming sometimes question with more marks may also be easy,
If you are not able to pass all the test cases don't worry about it try to run all the three atleast for one case with out syntax errors
Duration: 1 hour 30 minutes
Total Questions: 3

Round: Technical Interview
Experience: I don't remember the questions much but , they gave me a form to fill before interview , in which there is section asking for technical skills, be cautious while filling it as questions are going to be from the topics you write there, don't write anything with which you are not confident with. I wrote c, do they made me write programmes.
Tips: Don't worry if they find bugs with your code , accept the mistakes if they give chance fix it. Better take time write the best code you can. They asked me a general puzzle.

Skills: Programming, Logical Puzzles
College Name: C-DAC hyderabad

Emirates Interview FAQs

How many rounds are there in Emirates Senior Software Engineer interview?
Emirates interview process usually has 1 rounds. The most common rounds in the Emirates interview process are Technical.
What are the top questions asked in Emirates Senior Software Engineer interview?

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

  1. oracle architecture like multitenant, golden g...read more
  2. performance rela...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Emirates interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Air India Interview Questions
3.8
 • 111 Interviews
Spicejet Interview Questions
3.6
 • 91 Interviews
Boeing Interview Questions
3.9
 • 79 Interviews
Qatar Airways Interview Questions
4.0
 • 59 Interviews
Vistara Interview Questions
3.7
 • 53 Interviews
Go First Interview Questions
3.7
 • 45 Interviews
AirAsia Interview Questions
3.6
 • 30 Interviews
View all
Emirates Senior Software Engineer Salary
based on 15 salaries
₹22.5 L/yr - ₹60 L/yr
250% more than the average Senior Software Engineer Salary in India
View more details
Customer Service and Sales Agent
19 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Senior Software Engineer
15 salaries
unlock blur

₹22.5 L/yr - ₹60 L/yr

Customer Service Executive
11 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Senior Airport Service Agent
7 salaries
unlock blur

₹6 L/yr - ₹10.4 L/yr

Customer Sales and Service Consultant
7 salaries
unlock blur

₹4.2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Emirates with

Air India

3.8
Compare

InterGlobe Aviation

3.6
Compare

Spicejet

3.6
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