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

Cloud Support Associate

Amazon
upvote
share-icon
4 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: Data structures, Pointers, Arrays, Dynamic programming, OOPS.
Tip
Tip

Tip 1 : Resume preparation 
Tip 2 : Work on soft skills 
Tip 3 : Study your field well

Application process
Where: Referral
Eligibility: No
Resume Tip
Resume tip

Tip 1 : Add projects 
Tip 2 : Add experience internships , previous jobs 
Tip 3 : Don’t lie on the resume, it reflects, add projects you know in and out about.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date9 Mar 2022
Coding problem2

1. MCQ Questions

Operation system, Networking, Python


Number Of MCQs - 50

2. String Palindrome

Easy
0/40
Asked in companies
UnacademyCIS - Cyber InfrastructureThales

Given a string, determine if it is a palindrome, considering only alphanumeric characters.

Palindrome
A palindrome is a word, number, phrase, or other sequences of characters which read the same backwards and forwards.
Example:
If the input string happens to be, "malayalam" then as we see that this word can be read the same as forward and backwards, it is said to be a valid palindrome.

The expected output for this example will print, 'true'.

From that being said, you are required to return a boolean value from the function that has been asked to implement.

Problem approach

Get the number from user.
Hold the number in temporary variable.
Reverse the number.
Compare the temporary number with reversed number.
If both numbers are same, print palindrome number.
Else print not palindrome number.

Try solving now
02
Round
Medium
HR Round
Duration60 minutes
Interview date20 Mar 2022
Coding problem1

Timing was 8:30 am . 
I was asked questions related to Operating System

1. Operating System Questions

What's the main purpose of an OS? 

What are the different types of OS?

What is RAID structure in OS? 

What are the different levels of RAID configuration?


 

03
Round
Medium
Video Call
Duration60 minutes
Interview date20 Mar 2022
Coding problem1

Questions were asked regarding networking .

1. System Design Questions

Problem statements were asked about networking

Problem approach

Tip 1 : Explain your answer well 
Tip 2 : Let the interviewer know if you don't know a question 
 

04
Round
Medium
Video Call
Duration60 minutes
Interview date20 Mar 2022
Coding problem1

Interview regarding projects on resume

1. Technical Questions

I had to explain my projects and was asked about my internships and previous work experience

Problem approach

Tip 1 : Prepare everything that you write on your resume 
 

Here's your problem of the day

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

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
Cloud Support Associate
4 rounds | 7 problems
Interviewed by Amazon
3174 views
1 comments
0 upvotes
company logo
Cloud Support Associate
4 rounds | 5 problems
Interviewed by Amazon
1821 views
1 comments
0 upvotes
company logo
Cloud Support Associate
4 rounds | 3 problems
Interviewed by Amazon
2975 views
0 comments
0 upvotes
company logo
Cloud Support Associate
3 rounds | 8 problems
Interviewed by Amazon
501 views
0 comments
0 upvotes