Upload Button Icon Add office photos

Filter interviews by

Amazon Web Services Cloud Support Interview Questions and Answers

Updated 19 May 2021

Amazon Web Services Cloud Support Interview Experiences

1 interview found

Cloud Support Interview Questions & Answers

user image Anonymous

posted on 19 May 2021

I applied via Campus Placement and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Networking related questions
  • Q2. Operating system related questions
  • Q3. Troubleshooting related questions
  • Q4. How to Secure a web server
  • Ans. 

    Securing a web server involves implementing various measures to protect against cyber attacks and unauthorized access.

    • Install and regularly update security software such as firewalls and antivirus programs

    • Use strong and unique passwords for all accounts and change them regularly

    • Enable HTTPS encryption and use SSL/TLS certificates

    • Regularly backup data and store it in a secure location

    • Limit access to the server and only ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Thorough knowledge of above mentioned is required as they will ask many follow up questions as well

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Tell me about Spring Boot Annotation? And, also tell me other annotation which you used in yuor project.
  • Q2. What is containerization (Docker)? what are steps to create container, till it gets deploy on server.
  • Ans. 

    Containerization is a lightweight, portable, and self-sufficient way to package applications and their dependencies.

    • Create a Dockerfile with instructions on how to build the container

    • Build the Docker image using the Dockerfile

    • Run the Docker image to create a container

    • Deploy the container on a server using Docker Engine

  • Answered by AI
  • Q3. What is Elastic Kubernetes Service?
  • Ans. 

    Elastic Kubernetes Service (EKS) is a managed Kubernetes service provided by AWS.

    • Fully managed Kubernetes service

    • Automatically scales based on workload

    • Integrates with other AWS services like EC2, S3, and IAM

  • Answered by AI
  • Q4. You had mentioned Message Queue, can you explain why MQ is used? And, how you implemented in your application?
  • Q5. What is cloud watch? and how it works.
  • Ans. 

    CloudWatch is a monitoring and management service provided by AWS to monitor resources and applications in the cloud.

    • CloudWatch collects and tracks metrics, logs, and events from various AWS services and resources.

    • It provides real-time monitoring, alerting, and dashboards to help users visualize and understand their cloud environment.

    • Users can set up alarms to notify them of changes in their environment or resource usa...

  • Answered by AI
  • Q6. Features added in Java 11 from Java 8?
  • Ans. 

    Java 11 introduced several new features and enhancements compared to Java 8.

    • Local-Variable Syntax for Lambda Parameters

    • HTTP Client API (standardized in java.net.http package)

    • Nest-Based Access Control

    • Dynamic Class-File Constants

    • Epsilon: A No-Op Garbage Collector

    • Flight Recorder

    • ZGC: A Scalable Low-Latency Garbage Collector

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Senior Technical Lead interview:
  • Kubernetes
  • Docker
  • Devops
  • Java
  • Spring Boot
  • MQ
  • Java 11
Interview preparation tips for other job seekers - Be prepared, as interviewer can go out of scope then what is mentioned in JD.

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. What is your resume said
Round 2 - HR 

(2 Questions)

  • Q1. Why did you choose this job
  • Q2. What is your education score
  • Ans. 

    I have a Bachelor's degree in Business Administration with a GPA of 3.8

    • Bachelor's degree in Business Administration

    • GPA of 3.8

    • Graduated with honors

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Can you work on this job properly
  • Q2. How much experience in this job
Round 4 - HR 

(2 Questions)

  • Q1. What is your suggestion in this job
  • Q2. How can control your team

Interview Preparation Tips

Interview preparation tips for other job seekers - I have a work perfectly and take efforts for my experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2023.

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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Related to Testing and Test lead
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and notice period
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Related to profiles
  • Q2. Related to job profile
Round 3 - HR 

(1 Question)

  • Q1. Salary and type of job
Round 4 - HR 

(1 Question)

  • Q1. Related your past experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Describe yourself

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Senario based technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I will suggest to focus more on questions related to your previous project works.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is Virtual Dom? How it works?
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM in memory, used for efficient updates and rendering in web development.

    • Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.

    • When changes are made to the UI, the Virtual DOM is updated instead of the actual DOM.

    • The Virtual DOM is then compared to the actual DOM, and only the differences are applied to the ...

  • Answered by AI
  • Q2. How browser interpret JSX
  • Ans. 

    Browser interprets JSX by transforming it into regular JavaScript using a transpiler like Babel.

    • JSX is not directly understood by browsers, so it needs to be transpiled into regular JavaScript

    • Babel is a popular transpiler used to convert JSX into JavaScript

    • The transpiled JavaScript code is then executed by the browser

  • Answered by AI
  • Q3. Array filter and map
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to leave?
  • Q2. Whats your expectation?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Ediscovery, content search
Round 3 - One-on-one 

(1 Question)

  • Q1. Content search, ediscovery

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good but not hearing back from them

Amazon Web Services Interview FAQs

How to prepare for Amazon Web Services Cloud Support interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amazon Web Services. The most common topics and skills that interviewers at Amazon Web Services expect are Technical Support, Linux, Python, DNS and Troubleshooting.
What are the top questions asked in Amazon Web Services Cloud Support interview?

Some of the top questions asked at the Amazon Web Services Cloud Support interview -

  1. How to Secure a web ser...read more
  2. Operating system related questio...read more
  3. Troubleshooting related questio...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Accenture Interview Questions
3.9
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 896 Interviews
DXC Technology Interview Questions
3.7
 • 804 Interviews
Nagarro Interview Questions
4.0
 • 775 Interviews
View all
Digital Associate
305 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

Cloud Support Engineer
278 salaries
unlock blur

₹11.4 L/yr - ₹33.3 L/yr

Cloud Support Associate
161 salaries
unlock blur

₹7.9 L/yr - ₹22.5 L/yr

Cloud Engineer
122 salaries
unlock blur

₹10 L/yr - ₹36 L/yr

Solution Architect
86 salaries
unlock blur

₹25 L/yr - ₹86.6 L/yr

Explore more salaries
Compare Amazon Web Services with

Amazon

4.1
Compare

Microsoft Azure

4.5
Compare

IBM

4.0
Compare

Oracle

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