Premium Employer

i

This company page is being actively managed by Ericsson Team. If you also belong to the team, you can get access from here

Ericsson Verified Tick

Compare button icon Compare button icon Compare
4.1

based on 7k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Ericsson AWS Devops Engineer Interview Questions and Answers

Updated 22 Jun 2024

Ericsson AWS Devops Engineer Interview Experiences

1 interview found

AWS Devops Engineer Interview Questions & Answers

user image Mohammed Fayaz

posted on 22 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about tourself
  • Q2. Tell me about your current working project
Round 2 - Technical 

(2 Questions)

  • Q1. What is architecture of devops
  • Ans. 

    DevOps architecture refers to the structure and design of tools, processes, and practices that enable collaboration between development and operations teams.

    • DevOps architecture typically includes tools for automation, continuous integration/continuous deployment (CI/CD), monitoring, and collaboration.

    • It involves breaking down silos between development and operations teams to enable faster delivery of software.

    • Common co...

  • Answered by AI
  • Q2. What is architecture of kubernetes
  • Ans. 

    Kubernetes architecture consists of master nodes and worker nodes, with components like API server, scheduler, controller manager, and kubelet.

    • Kubernetes architecture follows a master-slave model.

    • Master nodes manage the cluster and worker nodes run applications.

    • Key components include API server, scheduler, controller manager, and kubelet.

    • Nodes communicate with each other through the kube-api server.

    • ETCD is used for sto

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard keep learning

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain MessageQueue
  • Ans. 

    MessageQueue is a communication system that allows different software components to communicate by sending messages asynchronously.

    • MessageQueue helps in decoupling different components of a system.

    • It allows for asynchronous communication between components.

    • Messages are stored in a queue until they are processed by the receiving component.

    • Examples include RabbitMQ, Apache Kafka, and Amazon SQS.

  • Answered by AI
  • Q2. Design of Loadbalancer for Kubernetes
  • Ans. 

    Designing a Loadbalancer for Kubernetes involves using an Ingress Controller to route traffic to different services.

    • Use an Ingress Controller to manage external access to services within a Kubernetes cluster

    • Define Ingress resources to specify how incoming requests should be routed

    • Consider using a cloud provider's load balancer service for external traffic

    • Implement SSL termination and routing rules in the Ingress Contro

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How do you perform docker migration from one machine to another machine?
  • Ans. 

    Docker migration from one machine to another involves exporting the container as an image, transferring the image to the new machine, and then importing it.

    • Export the Docker container as an image using 'docker save' command

    • Transfer the image to the new machine using a secure method like SCP or Docker Hub

    • Import the image on the new machine using 'docker load' command

    • Run the container on the new machine using 'docker run

  • Answered by AI
  • Q2. How will you handle production deployment issues?
  • Ans. 

    I will troubleshoot the issue, identify the root cause, and work with the team to implement a solution while minimizing downtime.

    • Quickly assess the situation and gather relevant information

    • Identify the root cause of the deployment issue

    • Collaborate with team members to come up with a solution

    • Implement the solution while minimizing impact on production environment

    • Communicate with stakeholders about the issue and resoluti

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tata Communications Devops Engineer interview:
  • Kubernetes
  • Linux

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. How much years of Experience do you have in cloud and DevOps
  • Ans. 

    I have 5 years of experience in cloud and DevOps.

    • 5 years of hands-on experience in designing, implementing, and managing cloud infrastructure on AWS

    • Proficient in using DevOps tools like Jenkins, Docker, Kubernetes, and Terraform

    • Experience in automating deployment processes, monitoring systems, and ensuring scalability and reliability

    • Worked on projects involving CI/CD pipelines, infrastructure as code, and containerizat...

  • Answered by AI
  • Q2. What is your expected salary
  • Ans. 

    My expected salary is competitive based on my experience, skills, and the current market rates for AWS Cloud Engineers.

    • I have researched the average salary range for AWS Cloud Engineers in the current market.

    • I am looking for a salary that reflects my skills, experience, and the value I can bring to the company.

    • I am open to discussing salary based on the overall compensation package offered by the company.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Vodafone Idea AWS Cloud Engineer interview:
  • AWS
Interview preparation tips for other job seekers - Yes definitely polite and supportive HR

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Regarding AWS networking, Jenkins, Terraform, Linux
  • Q2. Write dockerfile to run python script.
  • Ans. 

    Dockerfile to run a Python script

    • Use a base Python image as the starting point

    • Copy the Python script into the container

    • Specify the command to run the Python script

  • Answered by AI
  • Q3. Run vs CMD vs ENTRYPOINT.
  • Ans. 

    Run vs CMD vs ENTRYPOINT are Docker instructions used to specify commands to be executed when a container is launched.

    • RUN is used to execute commands during the build of the image

    • CMD is used to provide default arguments for the entrypoint or to specify the command to run when the container starts

    • ENTRYPOINT is used to specify the executable that will run when the container starts, and CMD can be used to provide addition...

  • Answered by AI
  • Q4. How to upgrade kubernetes cluster version
  • Ans. 

    To upgrade a Kubernetes cluster version, you can use kubeadm tool or manually update each component.

    • Use kubeadm tool to upgrade the cluster version

    • Check the current version of the cluster using kubectl

    • Upgrade the control plane components first, followed by worker nodes

    • Ensure compatibility of applications with the new version before upgrading

    • Backup important data and configurations before upgrading

  • Answered by AI
  • Q5. Terraform file to provision ec2 instance and import existing instance with their configuration
  • Ans. 

    Use Terraform to provision ec2 instance and import existing instance with their configuration

    • Create a Terraform configuration file with necessary resources like aws_instance

    • Use the import command to import existing instance with their configuration

    • Update the Terraform configuration file with the imported instance details

    • Apply the Terraform configuration to provision the ec2 instance

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic dsa and scalable scripting

Round 2 - Technical 

(1 Question)

  • Q1. Technical interview with the manager, just a flowy conversation

Interview Preparation Tips

Interview preparation tips for other job seekers - stay current
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Easy mostly from time work problem

Round 2 - Coding Test 

Hackerearth interview round was conducted

Round 3 - Technical 

(1 Question)

  • Q1. More about kubernetes and docker

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident dont fumble and be clear about resume

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About your current work, roles and responsibilities, how do you debug issues more on kubernetes
Round 2 - Technical 

(1 Question)

  • Q1. Questions on Docker, multistage dockerfile, all about docker and its troubleshooting
Round 3 - Technical 

(1 Question)

  • Q1. Jenkins plugin debugging, kubernetes issues debugging, branching strategies, release management and shell scripting on how would you monitor k8 crashing pods in all namespaces
Round 4 - HR 

(1 Question)

  • Q1. About previous experience, more on work culture and why do you want to switch

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on all troubleshooting n issue debugging and read the JD well

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

Interview Questionnaire 

4 Questions

  • Q1. Explain the CI/CD process in jenkins.
  • Ans. 

    CI/CD process in Jenkins automates the building, testing, and deployment of software.

    • Developers commit code changes to a version control system.

    • Jenkins pulls the code and builds it in a clean environment.

    • Automated tests are run to ensure code quality.

    • If tests pass, the code is deployed to a staging environment for further testing.

    • If staging tests pass, the code is deployed to production.

    • Jenkins also provides feedback o

  • Answered by AI
  • Q2. Explain Jira Jenkins Integration
  • Ans. 

    Jira Jenkins Integration is a process of connecting Jira and Jenkins to automate the software development process.

    • Jenkins plugin is installed in Jira to enable integration

    • Jenkins build can be triggered automatically from Jira issue

    • Jenkins build status can be displayed in Jira issue

    • Jira issues can be updated automatically based on Jenkins build status

    • Integration helps in tracking the progress of software development pro

  • Answered by AI
  • Q3. Different types of deployments
  • Ans. 

    Different types of deployments include blue-green, canary, rolling, and immutable.

    • Blue-green deployment involves deploying a new version of the application alongside the old version, and switching traffic to the new version once it's ready.

    • Canary deployment involves gradually rolling out a new version of the application to a small subset of users, and monitoring for issues before rolling out to the rest of the users.

    • Ro...

  • Answered by AI
  • Q4. Git related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - According to my experience... one needs to know whatever has been written in the CV. All the questions that were asked were rekated to the work that I had done in my previous organisation.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. How to get call of An AWS cloud engineer
  • Ans. 

    An AWS cloud engineer can be contacted through various channels.

    • Contact through LinkedIn or other professional networking sites

    • Reach out to AWS user groups or attend AWS events

    • Contact AWS support for assistance

    • Look for AWS certified professionals on job portals

    • Ask for referrals from colleagues or friends in the industry

  • Answered by AI
  • Q2. Watsapp the packet of Aws cloud engineer
  • Ans. 

    The question is unclear and does not make sense.

    • The question seems to be incomplete or incorrect.

    • There is no clear context or information provided.

    • Please provide more details or rephrase the question.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes

Skills evaluated in this interview

I applied via Referral and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Devops life cycle , CICD, Ansible, Shell and groovy script, Jenkins , Gitlab
  • Q2. Linux , Networking , past company challenges
Round 2 - Technical 

(1 Question)

  • Q1. More detailed as per round 1

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through your resume twice and prepare each point from your resume

Ericsson Interview FAQs

How many rounds are there in Ericsson AWS Devops Engineer interview?
Ericsson interview process usually has 2 rounds. The most common rounds in the Ericsson interview process are Technical.
What are the top questions asked in Ericsson AWS Devops Engineer interview?

Some of the top questions asked at the Ericsson AWS Devops Engineer interview -

  1. What is architecture of kuberne...read more
  2. What is architecture of dev...read more

Tell us how to improve this page.

Ericsson AWS Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Ericsson Shaping the future one connection at a time.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.9
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Bharti Airtel Interview Questions
4.0
 • 832 Interviews
Vodafone Idea Interview Questions
4.1
 • 551 Interviews
Cisco Interview Questions
4.1
 • 396 Interviews
Qualcomm Interview Questions
3.8
 • 274 Interviews
View all
Ericsson AWS Devops Engineer Salary
based on 18 salaries
₹4 L/yr - ₹13.3 L/yr
10% more than the average AWS Devops Engineer Salary in India
View more details
Senior Solution Integrator
2.4k salaries
unlock blur

₹6.5 L/yr - ₹22 L/yr

Senior Engineer
2.3k salaries
unlock blur

₹6.1 L/yr - ₹18.6 L/yr

Solution Architect
2.2k salaries
unlock blur

₹13 L/yr - ₹39 L/yr

Network Engineer
1.9k salaries
unlock blur

₹2.4 L/yr - ₹9.4 L/yr

Solution Integrator
1.7k salaries
unlock blur

₹4 L/yr - ₹13.5 L/yr

Explore more salaries
Compare Ericsson with

Nokia

4.1
Compare

Cisco

4.1
Compare

Huawei Technologies

4.0
Compare

Qualcomm

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