Upload Button Icon Add office photos

Filter interviews by

Paramaah IT Services Devops Engineer Interview Questions and Answers

Updated 15 Feb 2022

Paramaah IT Services Devops Engineer Interview Experiences

1 interview found

Round 1 - HR 

(1 Question)

  • Q1. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place for begginers, people will help when you faces any challenges.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Total 4 rounds excluding 1 assessment which is easy. 3 technical rounds and 1 HR round
  • Q2. Asked about Terraform, Docker, Kubernetes and Jenkins

Interview Preparation Tips

Interview preparation tips for other job seekers - For good results, kindly sharpen the basics of the tools used in the project.
Also, try to explain in a proper way how you contributed in present organization.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. DevOps Tool and Technologies
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Kubernetes architecture
  • Q2. CICD pipeline in jenkins
  • Ans. 

    CICD pipeline in Jenkins automates the process of building, testing, and deploying code.

    • Jenkins is a popular automation server used for CICD pipelines

    • CICD pipeline in Jenkins typically involves stages like build, test, deploy

    • Jenkins plugins can be used to integrate with various tools for automation

    • Pipeline scripts in Jenkins can be written in Groovy language

  • Answered by AI

I appeared for an interview in Nov 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

  • Q1. How do you approach solving and troubleshooting infrastructure issues?
  • Ans. 

    I approach solving and troubleshooting infrastructure issues by following a systematic approach and utilizing various tools and techniques.

    • Identify the root cause of the issue by analyzing logs, monitoring metrics, and conducting tests.

    • Utilize automation tools like Ansible, Puppet, or Chef to quickly deploy and configure infrastructure.

    • Collaborate with team members and stakeholders to gather information and brainstorm ...

  • Answered by AI
  • Q2. 

    Guess The Hidden Number Problem Statement

    You are given an integer N and there is a hidden number within the range [0, N] that you must guess. You have access to a function higherLower(k) which helps in g...

  • Ans. 

    The task is to guess a hidden number within a given range using a function that provides hints about the number's relation to a given input.

    • Use the higherLower(k) function to determine if the hidden number is smaller, equal to, or greater than the input k.

    • Implement a binary search algorithm to efficiently guess the hidden number within the given range.

    • Iteratively narrow down the range based on the hints provided by the...

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Hard

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Devops Engineer in GurgaonEligibility criteriaNo criteriaNagarro interview preparation:Topics to prepare for the interview - Cloud : AWS, GCPKubernetes, Docker, Prometheus, Grafana, Git, shell scripting, terraform, HelmTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Having certifications is an additional benefit in interview 
Tip 2 : Do atleast 2-3 projects

Application resume tips for other job seekers

Tip 1 : After making your resume verify the resume score online
Tip 2 : try to highlight the tools and tech you have worked in

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

You should be a good math solver

Round 2 - Coding Test 

Mostly question were based on data structure and algorithm and Kadane's Algorithm . Leet code is the best platform for cracking any coding interview . The logic were similar for every question from the leet code only they changes the name

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Question based on your prefer programming language 2.Question on your Coding round , how you solved this program , what its time complexity 3.Question based on DSA.
  • Q2. What is tuple? What is recursion? Time Complexity of a coding question which comes on your coding round There were some more practical question there based on java .
Round 4 - HR 

(1 Question)

  • Q1. Be Confident , talk properly ask him question in the last

Interview Preparation Tips

Topics to prepare for Nagarro Devops Engineer interview:
  • DSA
  • DBMS
  • SQL
  • Object Oriented Programming
  • Programming language
Interview preparation tips for other job seekers - Practice on Leet Code , keep a good knowledge of DBMS, DSA and SQl

I applied via Naukri.com

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

Basic quant is asked which is easy to crack

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and be bold. Get clean shaved and well dressed before attending an interview

Devops Engineer Interview Questions & Answers

Nagarro user image Sibadutta Mohapatra

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is vault & how it is integrated with your AWS
  • Ans. 

    Vault is a tool for managing secrets and protecting sensitive data.

    • Vault securely stores and manages sensitive information such as API keys, passwords, and certificates.

    • It provides a centralized place for managing access control and encryption of data.

    • Vault can be integrated with AWS to securely store and retrieve AWS credentials and other sensitive information.

    • Integration with AWS allows for automated provisioning and...

  • Answered by AI

Skills evaluated in this interview

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

I applied via AmbitionBox and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. What is your Strength?

Paramaah IT Services Interview FAQs

How many rounds are there in Paramaah IT Services Devops Engineer interview?
Paramaah IT Services interview process usually has 1 rounds. The most common rounds in the Paramaah IT Services interview process are HR.
How to prepare for Paramaah IT Services 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 Paramaah IT Services. The most common topics and skills that interviewers at Paramaah IT Services expect are Ansible, Jenkins, Kubernetes, Linux and Python.

Tell us how to improve this page.

Paramaah IT Services Devops Engineer Salary
based on 4 salaries
₹5 L/yr - ₹18.4 L/yr
42% more than the average Devops Engineer Salary in India
View more details

Paramaah IT Services Devops Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
Business Analyst
7 salaries
unlock blur

₹6.1 L/yr - ₹7.9 L/yr

Devops Engineer
4 salaries
unlock blur

₹5 L/yr - ₹18.4 L/yr

Explore more salaries
Compare Paramaah IT Services with

iEnergizer

4.6
Compare

Bharti Airtel

4.0
Compare

WNS

3.4
Compare

Tata Motors

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