Code360 powered by Coding Ninjas X Naukri.com. Code360 powered by Coding Ninjas X Naukri.com
Amadeus Lab interview experience Real time questions & tips from candidates to crack your interview

SDE - 1

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

Interview preparation journey

expand-icon
Preparation
Duration: 4 months
Topics: Data Structures and Algorithms, OOPS, Database Manangement Systems, SQL Queries, Greedy and DP Problems, Basics of Computer Networks.
Tip
Tip

Tip 1 : Practice questions on CP platforms such as codechef and codeforces. It will greatly help you for clearing coding round.
Tip 2 : Make notes of theory Subjects. It will greatly help you in last minute preparation.
Tip 3 : Go through the interview experience of the company before hand.
Tip 4 : Practice questions by narrating the explaination. Else it gets very difficult to both explain and code at the same time of interview.

Application process
Where: Campus
Eligibility: Above 7.5 CGPA, No Backlogs
Resume Tip
Resume tip

Tip 1 : Never lie on the resume. If you are not confident about something dont add it.
Tip 2 : Have atleast 2 projects on resume.
Tip 3 : Dont make it colourful. Follow any formal standard template.
Tip 4 : Add links to the project or your work if possible.
Tip 5 : Have only one Page. Dont write stories.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 Minutes
Interview date29 Aug 2020
Coding problem2

It was an online technical round. There were around 20 MCQs and two coding questions. The round had an login window of 30 minutes. One coding question was of the level leetcode medium and the other was leetcode hard.

1. Search in a row wise and column wise sorted matrix

Moderate
15m average time
80% success
0/80
Asked in companies
Goldman SachsMicrosoftAmazon

You are given an 'N * N' matrix of integers where each row and each column is sorted in increasing order. You are given a target integer 'X'.


Find the position of 'X' in the matrix. If it exists then return the pair {i, j} where 'i' represents the row and 'j' represents the column of the array, otherwise return {-1,-1}


For example:
If the given matrix is:
[ [1, 2, 5],
  [3, 4, 9],
  [6, 7, 10]] 
We have to find the position of 4. We will return {1,1} since A[1][1] = 4.
Try solving now

2. Euler’s Totient Function

Easy
15m average time
90% success
0/40
Asked in companies
MicrosoftAmadeus Lab

You are given an integer 'N'. Your task is to count the number of integers between 1 and 'N' both inclusive which are coprime to 'N'.

Note:
Two numbers are coprime if their greatest common divisor(GCD) is 1.

Here, 1 is considered to be coprime to any number.
For Example:
If the given integer is 9, then the answer would be 6 Because there are six numbers between 1 and 9 both inclusive which are coprime to 9 i.e 1, 2, 4, 5, 7, and 8.
Try solving now
02
Round
Medium
Online Coding Test
Duration30 Minutes
Interview date29 Aug 2020
Coding problem0

This round was based on logical ability and data interpretation skills. The time provided is very less in this round for each question. So you have to make the calculation very quick.

There were 2 sections: 
Data Interpretation
Logical Reasoning

03
Round
Medium
Face to Face
Duration60 Minutes
Interview date3 Sep 2020
Coding problem3

It was a technical + HR round. The interview panel consisted of two technical guys and one person from HR.

1. Sort Array Of Strings

Easy
15m average time
85% success
0/40
Asked in companies
FlipkartIBMGoldman Sachs

You are given an array of strings 'ARRSTR[]' of size 'N' and a character 'C'. Your task is to sort the 'ARRSTR[]' according to the new alphabetical order that starts with the given character 'C'.

Note:

1) The character ‘C’ is a lowercase English alphabet that is given as input.
2) For example, if the character is 'C' is "d" then, the alphabetical order starts with "d" will look like {d,e,f,....,y,z,a,b,c}.
3) Every string in the array consists of only lowercase English alphabets.
Try solving now

2. DBMS Question

What are ACID Properties?
What is a foriegn key?
Some SQL Queries on JOINS

3. OOPS Questions

Explain Pillars of OOPS

Here's your problem of the day

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

Skill covered: Programming

When does a stack underflow occur?

Choose another skill to practice
Start a Discussion
Similar interview experiences
company logo
Software Engineer
2 rounds | 3 problems
Interviewed by Amadeus Lab
3635 views
0 comments
0 upvotes
company logo
Quality Testing Intern
3 rounds | 5 problems
Interviewed by Amadeus Lab
1484 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 3 problems
Interviewed by Amadeus Lab
987 views
0 comments
0 upvotes
Product Engineer
3 rounds | 5 problems
Interviewed by Squadstack
1537 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
SDE - 1
5 rounds | 12 problems
Interviewed by Amazon
105304 views
24 comments
0 upvotes
company logo
SDE - 1
4 rounds | 5 problems
Interviewed by Microsoft
50208 views
5 comments
0 upvotes
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by Amazon
31275 views
6 comments
0 upvotes