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

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
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. Tell me about git rebase,terraform distroy
  • Ans. 

    Git rebase is used to reapply commits on top of another base tip. Terraform destroy is used to delete all the resources managed by Terraform.

    • Git rebase is used to rewrite commit history by moving, combining, or deleting commits.

    • Terraform destroy is used to delete all the resources created by Terraform.

    • Git rebase can be used to squash multiple commits into one for cleaner history.

    • Terraform destroy should be used with ca...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Indepth analysis on pipeline,load balancer,tenet,azure Active directory

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Oct 2022. There were 3 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 

(1 Question)

  • Q1. What is devops? Latest tools in devols
  • Ans. 

    DevOps is a software development methodology that combines software development with IT operations to improve collaboration and efficiency.

    • DevOps focuses on automating and streamlining the software development process.

    • It emphasizes communication and collaboration between development and operations teams.

    • Some popular DevOps tools include Jenkins, Docker, Kubernetes, Ansible, and Git.

    • These tools help in continuous integr...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Create cicd pipeline
  • Ans. 

    Creating a CI/CD pipeline involves automating the process of building, testing, and deploying code changes.

    • Set up version control system (e.g. Git)

    • Choose a CI/CD tool (e.g. Jenkins, GitLab CI)

    • Define stages for build, test, and deploy

    • Integrate with testing frameworks (e.g. JUnit, Selenium)

    • Automate deployment to different environments (e.g. Dev, QA, Prod)

  • Answered by AI

Skills evaluated in this 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
-
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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA questions leetcode easy level

Round 2 - HR 

(2 Questions)

  • Q1. Why we Hire you?
  • Ans. 

    I have a strong background in DevOps tools and practices, with a proven track record of successfully implementing automation and improving efficiency.

    • Extensive experience with CI/CD pipelines, configuration management, and infrastructure as code

    • Strong knowledge of cloud platforms such as AWS, Azure, and GCP

    • Ability to collaborate effectively with cross-functional teams to drive continuous improvement

    • Proven ability to tr...

  • Answered by AI
  • Q2. What's your expectations
  • Ans. 

    I expect a challenging role with opportunities for growth and learning in a collaborative team environment.

    • Opportunities for professional development

    • Collaborative team environment

    • Challenging projects

    • Clear communication and expectations

  • Answered by AI

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
43% 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