i
Amadeus
Filter interviews by
Print the Fibonacci series using code.
Use a loop to generate the Fibonacci series
Start with the first two numbers (0 and 1) and then add the previous two numbers to get the next number
Continue this process until reaching the desired length of the series
Lazy loading is a design pattern where resources are loaded only when needed.
Lazy loading helps improve performance by loading resources on demand.
Commonly used in web development for images, videos, and other media content.
Example: Loading images on a webpage only when they come into view.
Given an integer N
, your task is to determine the count of integers between 1 and N
(inclusive) that are coprime to N
.
The first line contains an integer...
Euler's Totient Function calculates count of integers coprime to N between 1 and N.
Implement Euler's Totient Function to calculate count of coprime integers to N.
Use the formula: phi(N) = N * (1 - 1/p1) * (1 - 1/p2) * ... * (1 - 1/pk) where p1, p2, ..., pk are prime factors of N.
Example: For N = 9, phi(9) = 9 * (1 - 1/3) = 6.
The pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation restricts access to certain components of an object, protecting its integrity.
Abstraction hides complex implementation details and only shows the necessary features.
Polymorphism allows objects to be treated as instances of their parent class...
You are given an N * N matrix of integers where each row and each column is sorted in increasing order. Your task is to find the positio...
Given a sorted N * N matrix, find the position of a target integer X.
Iterate over each row and column to search for the target integer
Utilize the sorted nature of the matrix to optimize the search process
Return the position of the target integer if found, else return -1 -1
Given an array of strings ARRSTR[]
of size N
, and a character C
, your task is to sort the ARRSTR[]
array according to a new alphabetical order that starts with the g...
Sort an array of strings based on a new alphabetical order starting with a given character.
Iterate through the array of strings and compare each string with the given character to determine the new order.
Implement a custom comparator function to sort the strings based on the new alphabetical order.
Use built-in sorting functions in programming languages like Python, Java, or C++ to efficiently sort the array.
Basic questions were given..bar graphs,pie charts
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
Method overloading and method overriding
Shl question related to data
posted on 17 Aug 2024
3 codes with 2 easy and 1 medium
It will be easy on basic aptitude
I applied via Campus Placement and was interviewed in Sep 2024. There were 2 interview rounds.
1 hour based on logical reasoning and aptitude
2 hours based on data sturctures and algos
I appeared for an interview in May 2024.
2 coding questions and 29 technical MCQ's
I applied via Campus Placement and was interviewed in Nov 2023. There were 3 interview rounds.
It is a test where you should answers questions from paragraphs and tables and pie charts
Print the Fibonacci series using code.
Use a loop to generate the Fibonacci series
Start with the first two numbers (0 and 1) and then add the previous two numbers to get the next number
Continue this process until reaching the desired length of the series
Prepare well and do leetcode stiver sheet
I applied via Naukri.com and was interviewed in Jan 2024. There were 2 interview rounds.
An Anagram program compares two strings to see if they are rearrangements of each other.
Create a function that takes in two strings as input
Remove any spaces and convert both strings to lowercase for accurate comparison
Sort the characters in both strings and compare them to check if they are anagrams
Return true if they are anagrams, false otherwise
Lazy loading is a design pattern where resources are loaded only when needed.
Lazy loading helps improve performance by loading resources on demand.
Commonly used in web development for images, videos, and other media content.
Example: Loading images on a webpage only when they come into view.
Top trending discussions
The duration of Amadeus Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 15 interview experiences
Difficulty level
Duration
based on 37 reviews
Rating in categories
Senior Software Engineer
459
salaries
| ₹22.1 L/yr - ₹40 L/yr |
Member Technical Staff
324
salaries
| ₹20.5 L/yr - ₹34 L/yr |
Software Development Engineer II
234
salaries
| ₹15 L/yr - ₹26 L/yr |
Senior Business Analyst
183
salaries
| ₹16 L/yr - ₹27.4 L/yr |
Software Developer
182
salaries
| ₹12.3 L/yr - ₹35 L/yr |
Oracle
Amdocs
Automatic Data Processing (ADP)
24/7 Customer