Upload Button Icon Add office photos

Filter interviews by

Amadeus Media Interview Questions and Answers

Updated 23 Mar 2023

Amadeus Media Interview Experiences

Popular Designations

2 interviews found

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Python Programing
  • Q2. Generators decorators
  • Q3. Design a lift
  • Ans. 

    Designing a lift involves considering various factors such as capacity, speed, safety features, and energy efficiency.

    • Determine the maximum weight capacity and number of passengers the lift should accommodate

    • Decide on the speed of the lift and the number of floors it should serve

    • Include safety features such as emergency brakes, backup power supply, and fire protection

    • Consider energy efficiency by using regenerative bra...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Average level

Member Technical Interview Questions asked at other Companies

Q1. What is the angle made by min when it moved from 5 to 5:40.
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Standard aptitude questions asked maths statistics

Round 3 - Technical 

(2 Questions)

  • Q1. Two coding questions
  • Q2. String sorting questions
Round 4 - HR 

(1 Question)

  • Q1. Standard hr round personal question

Interview Preparation Tips

Interview preparation tips for other job seekers - Your standard dsa, problems would suffice be open fun

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Interview questions from similar companies

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

(5 Questions)

  • Q1. What is closure
  • Ans. 

    A closure is a function that has access to its own scope, the scope in which it was defined, and the global scope.

    • A closure is created when a function is defined inside another function.

    • The inner function has access to the variables and parameters of the outer function, even after the outer function has finished executing.

    • Closures are useful for creating private variables and functions in JavaScript.

    • They can also be us...

  • Answered by AI
  • Q2. What is Encapsulation
  • Ans. 

    Encapsulation is the process of hiding internal details and providing a public interface for accessing and manipulating data.

    • Encapsulation bundles data and methods together into a single unit.

    • It helps in achieving data abstraction and data hiding.

    • By encapsulating data, we can control access to it and prevent unauthorized modifications.

    • Encapsulation promotes code reusability and maintainability.

    • Example: A class in objec...

  • Answered by AI
  • Q3. What is Inheritance
  • Ans. 

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

    • Inheritance allows for code reuse and promotes the concept of hierarchy.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass can access the public and protected members of the s...

  • Answered by AI
  • Q4. What is Abstraction
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details.

    • Abstraction involves hiding unnecessary details and exposing only relevant information.

    • It allows developers to create models or representations that capture the essential aspects of a system.

    • Abstraction helps in managing complexity, improving code reusability, and enhancing maintainability.

    • For example, in object-oriented programm...

  • Answered by AI
  • Q5. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It enables code reusability and flexibility.

    • Polymorphism can be achieved through method overriding and method overloading.

    • Example: A parent class Animal can have multiple child classes like Dog, Cat, and Bird. They can ...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. C#,Mvc core,SQL server,vue js,
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between string and string builder.
  • Ans. 

    String is immutable, while StringBuilder is mutable and more efficient for concatenating strings.

    • String is immutable, meaning once created, its value cannot be changed. StringBuilder is mutable, allowing for modifications without creating new objects.

    • String concatenation creates a new string object each time, while StringBuilder modifies the existing object directly.

    • StringBuilder is more efficient for concatenating mul...

  • Answered by AI
  • Q2. What is async and await
  • Ans. 

    Async and await are keywords in JavaScript used to work with asynchronous code.

    • Async is used to define a function as asynchronous, allowing it to run in the background without blocking the main thread.

    • Await is used to pause the execution of an async function until a Promise is settled, and then resumes the function with the resolved value.

    • Async/await is a more readable and cleaner way to write asynchronous code compare...

  • 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 Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Technical aspects about linked list,trees, stacks

Round 2 - Group Discussion 

Topic related to humanities

Software Engineer Interview Questions & Answers

DISH TV user image Ujjwal Srivastava

posted on 28 Dec 2024

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

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Case Study 

I was given a case study to write multiple outputs by lookinginto a program.

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2022. 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Sql Query Sequence and basically asks the SqlServer Releted question and Webform Also.

Interview Preparation Tips

Topics to prepare for DISH TV Software Developer interview:
  • SQL
  • MVC
  • ASP.Net
  • Webform
  • API
Interview preparation tips for other job seekers - Most Of the people mistakes lack of confidence.this is the main factor to select or not.

Interview Questionnaire 

1 Question

  • Q1. Delete a Node in Linked list.
  • Ans. 

    To delete a node in a linked list, we need to find the node and update the pointers of its previous and next nodes.

    • Find the node to be deleted by traversing the linked list

    • Update the pointers of the previous and next nodes to skip the node to be deleted

    • Free the memory occupied by the node to be deleted

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The campus process included 2 Technical and an HR round, First round was coding, second was to check theoretical knowledge and third HR round.

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 4 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 Resume tips
Round 2 - Coding Test 

Easy to medium-level coding questions on DSA

Round 3 - Technical 

(2 Questions)

  • Q1. DSA question along with basic java needs
  • Q2. Create custom linked list
  • Ans. 

    A custom linked list is a data structure where each node contains a value and a reference to the next node.

    • Define a Node class with value and next properties

    • Define a LinkedList class with head property and methods to add, remove, and traverse nodes

    • Example: let list = new LinkedList(); list.add(1); list.add(2); list.remove(1);

  • Answered by AI
Round 4 - System design 

(1 Question)

  • Q1. Of an elevator and some questions on how to implement it with some scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared with DS and System design along with your programming language basics

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Amadeus Media Interview FAQs

How many rounds are there in Amadeus Media interview?
Amadeus Media interview process usually has 4 rounds. The most common rounds in the Amadeus Media interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Amadeus Media interview?

Some of the top questions asked at the Amadeus Media interview -

  1. Design a li...read more
  2. Generators decorat...read more
  3. String sorting questi...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Toshiba Software India

No Interviews

SALARIES

Toshiba Software India

INTERVIEWS

Toshiba Software India

No Interviews

INTERVIEWS

Times Internet

No Interviews

INTERVIEWS

JUSPAY

No Interviews

Tell us how to improve this page.

Amadeus Media Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

PVR Inox Interview Questions
4.0
 • 163 Interviews
Abbott Interview Questions
4.1
 • 147 Interviews
Kantar Interview Questions
3.5
 • 96 Interviews
Tata Play Interview Questions
4.0
 • 70 Interviews
Times Internet Interview Questions
3.6
 • 63 Interviews
Aptara Interview Questions
3.3
 • 62 Interviews
DISH TV Interview Questions
3.5
 • 59 Interviews
View all

Amadeus Media Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Consultant
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amadeus Media with

Manappuram Finance

3.9
Compare

PVR Inox

4.0
Compare

Abbott

4.1
Compare

Emcure Pharmaceuticals

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