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

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Clear (1)

Ericsson Senior Devops Engineer Interview Questions and Answers

Updated 29 Jul 2024

Ericsson Senior Devops Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a pipeline code for java project
  • Ans. 

    Pipeline code for a Java project

    • Use Jenkins or any CI/CD tool to create a pipeline for the Java project

    • Define stages like build, test, package, deploy in the pipeline script

    • Use tools like Maven or Gradle for building the project

    • Integrate with version control system like Git for triggering the pipeline

  • Answered by AI
  • Q2. Write a python code to upload a content to s3
  • Ans. 

    Python code to upload content to s3

    • Use boto3 library to interact with AWS S3

    • Create a S3 client using boto3

    • Use the put_object method to upload content to S3

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Questions about python modules and syntaxes
  • Q2. Questions on ansible modules and docker file
Round 3 - One-on-one 

(2 Questions)

  • Q1. Project discussion
  • Q2. Difficulties faced on technical areas
  • Ans. 

    Managing complex infrastructure configurations and troubleshooting issues with automation tools.

    • Dealing with scalability challenges in cloud environments

    • Troubleshooting issues with CI/CD pipelines

    • Managing configuration drift in a large infrastructure

    • Implementing security best practices in DevOps processes

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Process discussion

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. they asked about your roles and responsibilities 2. daily basis tasks and recently faced issues 3. Some basic questions from your current roles and responsibilities.
  • Q2. As we know in devops, we have multiple technology which we should have knowledge about below technologies: CI/CD, cloud computing , linux, shell, docker, ansible, Kubernetes and some others.
  • Q3. In my interview I have given 2 technical round. 1ts is a telephonic interview where they asked multiple questions about docker , ansible, linux basic and network command. And 2nd one is my client interview...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and keep calm.

Senior Devops Engineer Interview Questions Asked at Other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
Q2. how to trigger a pipeline from specific version of Application co ... read more
Q3. what is ingress in Kubernetes and how does it helps us while we d ... read more
Q4. what are stages involved in release pipeline ? Explain the code
Q5. Default inbound/outbound NSG rules when we deploy VM with NSG? Ex ... read more

Senior Devops Engineer Jobs at Ericsson

View all

Interview questions from similar companies

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

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

Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
No response

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Mostly related to docker networking concept.
  • Q2. How linux boot process work?
  • Ans. 

    Linux boot process involves several stages including BIOS, bootloader, kernel initialization, and user space initialization.

    • BIOS (Basic Input/Output System) performs hardware initialization and loads bootloader

    • Bootloader (GRUB, LILO) loads the Linux kernel into memory and starts it

    • Kernel initializes devices, mounts the root filesystem, and starts the init process

    • Init process (systemd, SysVinit) starts user space proces

  • Answered by AI
  • Q3. Git, merge abd rebase cherry-pick etc

Interview Preparation Tips

Interview preparation tips for other job seekers - overall interview was good
i was interviewed for devops roles
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Jenkins ci-cd meaning
  • Q2. Grep and egrep in linux
  • Ans. 

    grep and egrep are command line tools used for searching text patterns in files in Linux.

    • grep is a basic command line tool for searching text patterns in files.

    • egrep is an extended version of grep with support for regular expressions.

    • grep is case-sensitive by default, use -i flag for case-insensitive search.

    • egrep supports extended regular expressions without escaping special characters.

    • Example: grep 'pattern' file.txt

    • E

  • Answered by AI
  • Q3. How to print forth coloumn
  • Ans. 

    Use awk command to print the fourth column of a file

    • Use awk command with '{print $4}' to print the fourth column of a file

    • Example: awk '{print $4}' file.txt

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Mostly they ask questions on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for write code for Jenkins file, terraform, ansible-playbook
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your job role.
  • Ans. 

    As a Sr Devops Engineer, my job role involves managing and improving the infrastructure, deployment pipelines, and automation processes to support development teams.

    • Managing and maintaining infrastructure using tools like Terraform, Ansible, or Kubernetes

    • Designing and implementing CI/CD pipelines for automated testing and deployment

    • Monitoring system performance and troubleshooting issues

    • Collaborating with development t...

  • Answered by AI
  • Q2. My company migrate on- premises server to aws rds what points to remeber during this migration.
Round 2 - Technical 

(3 Questions)

  • Q1. Jenkins CI-CD Pipelines how to declare that and how to integrate which plung'ins to integrated with jenkins actually plung'ins name.
  • Ans. 

    Jenkins CI-CD pipelines are declared using Jenkinsfile and can be integrated with various plugins for additional functionality.

    • Declare Jenkins CI-CD pipelines using Jenkinsfile in the root directory of the project.

    • Integrate plugins like Git, Docker, Slack, SonarQube, etc., for specific functionalities.

    • Use declarative syntax or scripted syntax in Jenkinsfile based on requirements.

    • Configure stages, steps, post actions, a...

  • Answered by AI
  • Q2. Write terra form to create multipal EC2 instances.
  • Ans. 

    Use Terraform to create multiple EC2 instances

    • Use Terraform's EC2 instance resource to define the instances

    • Specify the number of instances using count parameter

    • Use a for_each loop to create multiple instances with unique names and configurations

  • Answered by AI
  • Q3. Write to playbook for spinup to Tom cat server.
  • Ans. 

    Playbook for spinning up a Tomcat server

    • Install Java on the server

    • Download and extract Tomcat

    • Configure Tomcat server.xml file

    • Start the Tomcat server

    • Verify Tomcat is running

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics in resume and all the projects you have worked on mostly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be ready and prepared with your resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

They given me assignment related to my job

Interview Preparation Tips

Interview preparation tips for other job seekers - They will only raise questions from the task you did in your previous organization. Practice on every type of skills you added in you resume.
Contribute & help others!
anonymous
You can choose to be anonymous

Ericsson Interview FAQs

How many rounds are there in Ericsson Senior Devops Engineer interview?
Ericsson interview process usually has 4 rounds. The most common rounds in the Ericsson interview process are Technical, One-on-one Round and HR.
How to prepare for Ericsson Senior Devops Engineer 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 Ericsson. The most common topics and skills that interviewers at Ericsson expect are Python, GCP, Automation Testing, Cloud and DevOps.
What are the top questions asked in Ericsson Senior Devops Engineer interview?

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

  1. Write a python code to upload a content to...read more
  2. Write a pipeline code for java proj...read more
  3. Difficulties faced on technical ar...read more

Recently Viewed

INTERVIEWS

Ericsson

No Interviews

DESIGNATION

COMPANY BENEFITS

Carelon Global Solutions

No Benefits

DESIGNATION

INTERVIEWS

Ericsson

No Interviews

INTERVIEWS

Ericsson

No Interviews

SALARIES

Carelon Global Solutions

INTERVIEWS

Ericsson

No Interviews

INTERVIEWS

Ericsson

No Interviews

DESIGNATION

Tell us how to improve this page.

Ericsson Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Ericsson Shaping the future one connection at a time.
Ericsson Senior Devops Engineer Salary
based on 115 salaries
₹8.2 L/yr - ₹26 L/yr
16% less than the average Senior Devops Engineer Salary in India
View more details

Ericsson Senior Devops Engineer Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

3.5

Skill development

4.6

Work-life balance

2.6

Salary

3.7

Job security

3.6

Company culture

2.7

Promotions

3.2

Work satisfaction

Explore 7 Reviews and Ratings
Senior DevOps Engineer

Bangalore / Bengaluru

4-10 Yrs

Not Disclosed

Senior DevOps Engineer

Bangalore / Bengaluru

4-13 Yrs

Not Disclosed

Explore more jobs
Senior Solution Integrator
2.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
2.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Architect
2.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Network Engineer
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Solution Integrator
1.7k salaries
unlock blur

₹0 L/yr - ₹0 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