Amadeus Lab interview experience Real time questions & tips from candidates to crack your interview

Quality Testing Intern

Amadeus Lab
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Data Structures, OOPS, Logical Reasoning, Mathematical Reasoning, Data representation
Tip
Tip

Tip 1 : Practice Aptitude thoroughly (indiabix is a really good website)
Tip 2 : Make an attractive CV. Take samples from your seniors. Include an objective line which highlights the position you're seeking for in the company
Tip 3 : Practice Data structures from gfg or youtube in a language that you're most comfortable with. Basics are important.
Tip 4 : Learn to code basic data structures. Upto Linked list.

Application process
Where: Campus
Eligibility: Above 8 cgpa
Resume Tip
Resume tip

Tip 1 : Include objective line. Change this in your cv according to the company you're applying for
Tip 2 : Follow a formal simple easy to understand format. Don't get too crafty. Highlight strengths

Interview rounds

01
Round
Medium
Online Coding Interview
Duration100 Minutes
Interview date9 Aug 2020
Coding problem2

Started at 11 am. The test comprised of 2 codes, and mcqs with questions on technical cs, verbal ability, mathematical reasoning (more emphasis on data structures).

1. Reverse Words In A String

Easy
10m average time
90% success
0/40
Asked in companies
UnacademyIBMOptum

You are given a string 'str' of length 'N'.


Your task is to reverse the original string word by word.


There can be multiple spaces between two words and there can be leading or trailing spaces but in the output reversed string you need to put a single space between two words, and your reversed string should not contain leading or trailing spaces.


Example :
If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
Try solving now

2. Spiral Matrix

Easy
0/40
Asked in companies
SalesforceMicrosoftOYO

You are given a N x M matrix of integers, return the spiral path of the matrix

Example Of Spiral Path

Spiral Path

Try solving now
02
Round
Medium
Online Coding Interview
Duration60 Minutes
Interview date9 Aug 2020
Coding problem0

This round consisted of only aptitude. 25 questions on data representation and 20 questions on verbal ability. It started at 4 pm on the same day as first round.

03
Round
Medium
HR Round
Duration60 minutes
Interview date14 Aug 2020
Coding problem3

The platform was hackerearth. It was a technical interview+ hr.
The panel consisted of 2 people. One form tech another from hr. The tech person reviewed questions from first round. And gave questions on coding. HR round was taken just after the tech was over.

1. Find prime numbers

Easy
15m average time
80% success
0/40
Asked in companies
HSBCSalesforceDeutsche Bank

You are given a positive integer ‘N’. Your task is to print all prime numbers less than or equal to N.

Note: A prime number is a natural number that is divisible only by 1 and itself. Example - 2, 3, 17, etc.

You can assume that the value of N will always be greater than 1. So, the answer will always exist.

Try solving now

2. Rearrange The Array

Moderate
15m average time
90% success
0/80
Asked in companies
AdobeMicrosoftThought Works

You are given an array/list 'NUM' of integers. You are supposed to rearrange the elements of the given 'NUM' so that after rearranging the given array/list there are no two adjacent elements present in the rearranged 'NUM' which will be the same.

For example:
Input: NUM[] = {1,1,1,2,2,2} 
Output: {1,2,1,2,1,2}
Note: {2,1,2,1,2,1} is also valid because there are no two adjacent which are the same.
Try solving now

3. Basic HR Questions

Why should we hire you?

Are you a team player?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
Software Engineer
2 rounds | 3 problems
Interviewed by Amadeus Lab
4172 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 5 problems
Interviewed by Amadeus Lab
3742 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Quality Testing Intern
2 rounds | 3 problems
Interviewed by HashedIn
1021 views
0 comments
0 upvotes