Upload Button Icon Add office photos

Nokia

Compare button icon Compare button icon Compare
4.1

based on 2.3k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Nokia Devops Engineer Interview Questions and Answers

Updated 11 Dec 2024

Nokia Devops Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

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

Devops Engineer Interview Questions & Answers

Ericsson user image Gowtham Golagani

posted on 30 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to linux,docker,kubernets,ansible etc

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Where is Dotnet used?
  • Ans. 

    Dotnet is used for developing web applications, desktop applications, mobile apps, cloud services, and games.

    • Web applications

    • Desktop applications

    • Mobile apps

    • Cloud services

    • Games

  • Answered by AI

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
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
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Madras Institute of Technology, Chennai and was interviewed before Sep 2022. There were 4 interview rounds.

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 - Coding Test 

Just gave one peoblem and asked to code it.

Round 3 - Technical 

(2 Questions)

  • Q1. Questions about networking.
  • Q2. Different topologies.
  • Ans. 

    Different network topologies refer to the ways in which devices are connected in a network.

    • Bus Topology: all devices are connected to a single cable

    • Star Topology: all devices are connected to a central hub

    • Ring Topology: each device is connected to two other devices, forming a ring

    • Mesh Topology: each device is connected to every other device in the network

    • Hybrid Topology: a combination of two or more different topologie

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Just general HR questions.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Object-Oriented Programming (OOP), and can you explain its fundamental concepts?
  • Q2. What is the definition of an array, and what are the different types of arrays?
  • Q3. What is the clr
Round 2 - Coding Test 

The content is based on HTML, Windows, and ADO.NET.

Round 3 - HR 

(2 Questions)

  • Q1. What motivates you to pursue this job?
  • Q2. What is your expected salary?
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

Nokia Interview FAQs

How many rounds are there in Nokia Devops Engineer interview?
Nokia interview process usually has 3 rounds. The most common rounds in the Nokia interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Nokia 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 Nokia. The most common topics and skills that interviewers at Nokia expect are Python, Linux, Maven, Automation and Devops.

Tell us how to improve this page.

Nokia Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Devops Engineer Interview Questions from Similar Companies

View all
Nokia Devops Engineer Salary
based on 110 salaries
₹4.5 L/yr - ₹16.8 L/yr
26% more than the average Devops Engineer Salary in India
View more details

Nokia Devops Engineer Reviews and Ratings

based on 7 reviews

4.7/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.2

Salary

4.5

Job security

4.7

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 7 Reviews and Ratings
Technical Lead
502 salaries
unlock blur

₹8.1 L/yr - ₹31 L/yr

Technical Specialist
470 salaries
unlock blur

₹11 L/yr - ₹29 L/yr

Software Engineer
461 salaries
unlock blur

₹6 L/yr - ₹23.8 L/yr

R&D Engineer
439 salaries
unlock blur

₹7 L/yr - ₹26.7 L/yr

Senior Technical Specialist
234 salaries
unlock blur

₹16.5 L/yr - ₹43 L/yr

Explore more salaries
Compare Nokia with

Samsung

4.0
Compare

Apple

4.3
Compare

Huawei Technologies

4.0
Compare

Xiaomi

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