Upload Button Icon Add office photos
Engaged Employer

i

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

Nityo Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Nityo Infotech Devops Engineer Interview Questions, Process, and Tips

Updated 3 Apr 2023

Nityo Infotech Devops Engineer Interview Experiences

1 interview found

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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Explain the architecture of k8s.
  • Ans. 

    Kubernetes is a container orchestration platform that manages containerized workloads and services.

    • Kubernetes architecture follows a master-slave model.

    • The master node manages the cluster and the worker nodes run the applications.

    • The master node consists of API server, etcd, scheduler, and controller manager.

    • The worker node consists of kubelet, kube-proxy, and container runtime.

    • Kubernetes uses labels and selectors to m...

  • Answered by AI
  • Q2. What is the diff b/w replicaset & repliation controller
  • Ans. 

    ReplicaSet is a newer version of Replication Controller with additional features.

    • ReplicaSet supports more expressive selector queries than Replication Controller.

    • ReplicaSet can be used to manage stateful applications.

    • ReplicaSet can be used to manage pods that are not created by a Deployment.

    • Replication Controller is deprecated and should not be used in new deployments.

  • Answered by AI
  • Q3. How do you use variables at the level of playbook
  • Ans. 

    Variables can be defined in playbook using 'vars' keyword and can be accessed using '{{ variable_name }}'

    • Variables can be defined at the playbook level using the 'vars' keyword

    • Variables can be accessed using the '{{ variable_name }}' syntax

    • Variables can be used to store values that can be reused throughout the playbook

    • Variables can be defined in a separate file and included in the playbook using the 'vars_files' keywor

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Write a dockerfile you're using in your project
  • Ans. 

    Dockerfile for a Node.js application with MongoDB

    • Use official Node.js image as base

    • Install dependencies using package.json

    • Copy application code to container

    • Expose port used by application

    • Install and run MongoDB in container

    • Set environment variables for MongoDB connection

    • Use CMD to start application

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have knowledege of various objects of k8s and ansible and terraform and python scripting

Skills evaluated in this interview

Devops Engineer Jobs at Nityo Infotech

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jan 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic Exam about your knowledge.

Round 2 - Group Discussion 

We have to speak out properly and clear with our opinion.

Round 3 - Technical 

(1 Question)

  • Q1. Questions about some Technical and level of our confidence.
Round 4 - HR 

(6 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Share details of your previous job.
  • Q4. Tell me about yourself.
  • Q5. Why are you looking for a change?
  • Q6. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and feel free to attend the interview. Be confidence.

I applied via Campus Placement and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to networking, cloud.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Well. Prepare for networking concepts, cloud concepts, I would recommend to go through Microsoft Azure Az 900 certificate. It is easy certificate and well start for your cloud journey.

I applied via Job Portal and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly technical questions and they considered background profile too

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your experience and get deep knowledge before attending interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The questions was to explain complete architecture of application and on the basis of answer they will go deeper in questioning to check your knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Preapare mostly from your experience and not from Google top 50/100 questions. These data on Google will never get asked in interview. Be prepared scenario based questions rather than just theory.

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basics of Java
  • Q2. Software development life cycle
  • Ans. 

    Software development life cycle is a process of planning, designing, developing, testing, deploying, and maintaining software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • SDLC models include Waterfall, Agile, and DevOps.

    • The choice of model depends on the project requirements and constr...

  • Answered by AI
  • Q3.  basics of Datastructure and c
  • Q4. Project questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of each sub.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About previous company projects and some intermediate level questions on AWS and DevOps
Round 2 - Case Study 

Managerial skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well and explain your projects well

Devops Engineer Interview Questions & Answers

TCS user image Mohammed Sabina

posted on 19 Sep 2022

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Understand aptitude aptly

Round 2 - Coding Test 

Have basic knowledge on logics ,you can write code easily

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts and resume mentioned technologies
  • Q2. Btech project to be explain
  • Ans. 

    My Btech project was on developing a web-based application for online shopping.

    • Developed using PHP and MySQL

    • Implemented features like user registration, product search, cart management, and payment gateway integration

    • Used HTML, CSS, and JavaScript for frontend development

    • Conducted testing and debugging to ensure smooth functioning

    • Received an A grade for the project

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool , genuine ,honest and intelligent
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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. High level interview on linux kubernetes and docker
  • Q2. General commands on Linux. How to check open port? What is network interface? Question related to subnetting
  • Q3. What is docker How to build docker images
  • Ans. 

    Docker is a containerization platform that allows you to package and run applications in isolated environments.

    • Docker is an open-source platform that automates the deployment, scaling, and management of applications.

    • It uses containerization technology to create lightweight, portable, and self-sufficient containers.

    • Docker images are built using Dockerfiles, which are text files that contain instructions for building the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study basics thoroughly.
Basics of protocols dhcp/dns/public or private ip

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain kubernetes architecture
  • Ans. 

    Kubernetes architecture is a container orchestration platform that manages containerized applications across a cluster of nodes.

    • Kubernetes follows a master-slave architecture with a master node and multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Pods are the smallest deployabl...

  • Answered by AI
  • Q2. Types of instances in AWS
  • Ans. 

    Types of instances in AWS include On-Demand Instances, Reserved Instances, and Spot Instances.

    • On-Demand Instances: Pay for compute capacity by the hour or second with no long-term commitments.

    • Reserved Instances: Reserve capacity for 1 or 3 years in exchange for a significant discount.

    • Spot Instances: Bid on unused EC2 capacity and potentially save up to 90% compared to On-Demand prices.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Devops Engineer interview:
  • Kubernetes
  • AWS
  • prometheus
  • grafana
Interview preparation tips for other job seekers - prepare your skills what you wrote in resume that's it.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Nityo Infotech Interview FAQs

How many rounds are there in Nityo Infotech Devops Engineer interview?
Nityo Infotech interview process usually has 3 rounds. The most common rounds in the Nityo Infotech interview process are Resume Shortlist, Technical and One-on-one Round.
How to prepare for Nityo Infotech 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 Nityo Infotech. The most common topics and skills that interviewers at Nityo Infotech expect are CCTV Monitoring, Devops, Linux Administration, GCP and Hospital Administration.
What are the top questions asked in Nityo Infotech Devops Engineer interview?

Some of the top questions asked at the Nityo Infotech Devops Engineer interview -

  1. what is the diff b/w replicaset & repliation control...read more
  2. how do you use variables at the level of playb...read more
  3. Write a dockerfile you're using in your proj...read more

Recently Viewed

JOBS

Gushwork

14 jobs

JOBS

Browse jobs

Discover jobs you love

JOBS

GroundTruth

33 jobs

PHOTOS

Growisto

7 office photos

INTERVIEWS

Nityo Infotech

No Interviews

REVIEWS

Michelin

No Reviews

SALARIES

Nityo Infotech

INTERVIEWS

Michelin

No Interviews

INTERVIEWS

Michelin

No Interviews

JOBS

Dairy Classic Ice Creams

No Jobs

Tell us how to improve this page.

Nityo Infotech Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Nityo Infotech Devops Engineer Salary
based on 8 salaries
₹4.3 L/yr - ₹11 L/yr
19% more than the average Devops Engineer Salary in India
View more details

Nityo Infotech Devops Engineer Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

2.4

Skill development

3.7

Work-life balance

3.0

Salary

2.4

Job security

3.4

Company culture

2.4

Promotions

3.7

Work satisfaction

Explore 2 Reviews and Ratings
Devops Engineer

Kolkata,

Mumbai

+5

0-5 Yrs

Not Disclosed

Devops Engineer

Kolkata,

Mumbai

+5

0-5 Yrs

Not Disclosed

Devops Engineer

Kolkata,

Mumbai

+5

0-5 Yrs

Not Disclosed

Explore more jobs
Information Technology Recruiter
189 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Desktop Support Engineer
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
133 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Executive
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nityo Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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