Upload Button Icon Add office photos

Filter interviews by

Flydubai Interview Questions and Answers

Updated 11 Dec 2024

Flydubai Interview Experiences

Popular Designations

4 interviews found

Plsql Developer Interview Questions & Answers

user image mohammed danish

posted on 7 Dec 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic HR questions
Round 2 - Technical 

(12 Questions)

  • Q1. Do you work on Performance Tuning?
  • Q2. What are the index and types?
  • Q3. Define B-Tree Indexes and Bit Map Indexes.
  • Q4. Which index is preferred for OLAP and OLTP.
  • Q5. What are the collections?
  • Q6. Can we give null value to a Primary Key?
  • Q7. What arer the analytical functions. Given a query to get a desired output.
  • Q8. What are the Compound Triggers?
  • Q9. Do you know about mataerialized views? difference between View?
  • Q10. Can we update a View?
  • Q11. What is the output of select * from emp where rownum between 3 and 10; (where max 5 columns are there.)
  • Q12. Insert, roolback, update basic queries.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Analytical functions, and basic but tricky queries.

Plsql Developer Interview Questions asked at other Companies

Q1. What is temp table and temp variable in plsql?
View answer (6)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Top 3rd salary from Employee table
  • Q2. About Partitioning, Range Partitioning
  • Q3. Can we use commit in Triggers
  • Ans. 

    No, COMMIT cannot be used in triggers.

    • COMMIT cannot be used in triggers as it can cause mutating table errors.

    • Triggers are automatically committed by the database after they are executed.

    • Using COMMIT in triggers can lead to data integrity issues and performance problems.

  • Answered by AI
  • Q4. Find the employee for 2 consecutive days absent
  • Ans. 

    Use SQL query to find employees who were absent for 2 consecutive days.

    • Use a SQL query to join the employee table with the attendance table

    • Filter the results to only include employees who have consecutive absent days

    • Group the results by employee to identify those who were absent for 2 consecutive days

  • Answered by AI
  • Q5. Difference between Varray and Nested Tables
  • Ans. 

    Varrays are fixed-size arrays while Nested Tables are dynamic arrays in PL/SQL.

    • Varrays have a maximum size specified at declaration, while Nested Tables can grow dynamically.

    • Varrays are stored in contiguous memory locations, while Nested Tables are stored in a separate table.

    • Varrays can be sparse, while Nested Tables are always dense.

    • Example: Varray - DECLARE TYPE phone_numbers IS VARRAY(3) OF VARCHAR2(15); Nested Tabl...

  • Answered by AI

Skills evaluated in this interview

Senior Plsql Developer Interview Questions asked at other Companies

Q1. Did you ever work on query tuning and optimization? What do you see in explain plan?
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Previous work related questions

Junior Data Analyst Interview Questions asked at other Companies

Q1. What is the main difference between data mining and data analysis?
View answer (4)

I applied via Referral

Round 1 - Aptitude Test 

Numerical, Arithmetic, Graphical, comprehensive

Round 2 - Video Synthesis 

(1 Question)

  • Q1. Telling about self and achievements
Round 3 - HR 

(1 Question)

  • Q1. Regular HR interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be better prepared with aptitude test and for the video snip share you need to prepare and byheart your answers already and then record them as to what were you doing in your previous company and what can you do for the current company

Application Architect Interview Questions asked at other Companies

Q1. How Single Sign On (SSO) gets configured?
View answer (1)

Flydubai interview questions for popular designations

 Senior Plsql Developer

 (1)

 Plsql Developer

 (1)

 Application Architect

 (1)

 Junior Data Analyst

 (1)

Interview questions from similar companies

I appeared for an interview in Jun 2016.

Interview Preparation Tips

Round: Resume Shortlist
Tips: 1.Keep you resume simple and use the right keywords
2.Name your resume.
3.Use appropriate headings.
4. Only provide those details which is required for the job.

Round: Technical Interview
Tips: 1. Be specific while giving any answer.
2. Take your time to answer.
3. Be consice.
4.Be strong in the basics.



Skills: Leadership Skills, Problem Solving Abilties, Communication skills
College Name: Maharaja Surajmal Institute of Technology

I appeared for an interview in Dec 2018.

Interview Questionnaire 

3 Questions

  • Q1. Hindi mideeyam me
  • Q2. Compuret ves
  • Q3. Gk

Interview Preparation Tips

Round: Resume Shortlist
Experience: resume

Round: Test
Experience: test in hindi

General Tips: computer bes par and samanya gyan
Skills: Basics Of Computer Science
Duration: 1-4 weeks

I appeared for an interview in Nov 2020.

Interview Questionnaire 

1 Question

  • Q1. Job profile Question. Managerial skill question. Basic Engineering question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic engineering concept.
Application software know how knowledge.
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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple string manipulation

Round 2 - Technical 

(1 Question)

  • Q1. Basic c# questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

MCQ on Python and some aptitude questions.

Round 2 - Technical 

(1 Question)

  • Q1. Array rotation coding question followed by past project experience
Round 3 - HR 

(1 Question)

  • Q1. STAR type interview.

Flydubai Interview FAQs

How many rounds are there in Flydubai interview?
Flydubai interview process usually has 1-2 rounds. The most common rounds in the Flydubai interview process are Technical, HR and Aptitude Test.
What are the top questions asked in Flydubai interview?

Some of the top questions asked at the Flydubai interview -

  1. find the employee for 2 consecutive days abs...read more
  2. Difference between Varray and Nested Tab...read more
  3. Can we use commit in Trigg...read more

Tell us how to improve this page.

Flydubai Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Air India Interview Questions
3.7
 • 152 Interviews
Spicejet Interview Questions
3.6
 • 89 Interviews
Boeing Interview Questions
3.9
 • 86 Interviews
Qatar Airways Interview Questions
3.9
 • 56 Interviews
Go First Interview Questions
3.7
 • 46 Interviews
View all

Flydubai Reviews and Ratings

based on 21 reviews

4.7/5

Rating in categories

4.2

Skill development

4.2

Work-life balance

4.2

Salary

4.5

Job security

4.5

Company culture

3.4

Promotions

4.2

Work satisfaction

Explore 21 Reviews and Ratings
IT Developer
6 salaries
unlock blur

₹7.5 L/yr - ₹12 L/yr

Change Manager
5 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Reservation & Ticketing Officer
5 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

IT Support Officer
5 salaries
unlock blur

₹8 L/yr - ₹9.7 L/yr

Sales Executive
4 salaries
unlock blur

₹12.6 L/yr - ₹15 L/yr

Explore more salaries
Compare Flydubai with

InterGlobe Aviation

3.5
Compare

Air India

3.7
Compare

Spicejet

3.6
Compare

Air India Sats Airport Services

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