Upload Button Icon Add office photos
Engaged Employer

i

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

Team Computers Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Team Computers Devops Engineer Interview Questions and Answers

Updated 8 Sep 2023

Team Computers Devops Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(4 Questions)

  • Q1. Docker Commands and kubernetes deployment?
  • Q2. Explain CI/cd from the scratch?
  • Ans. 

    CI/CD is a software development practice that combines continuous integration and continuous delivery/deployment.

    • Continuous Integration (CI) involves developers frequently merging their code changes into a shared repository, where automated builds and tests are run.

    • Continuous Delivery (CD) focuses on automating the deployment process to ensure that code changes can be released to production quickly and safely.

    • CI/CD pip...

  • Answered by AI
  • Q3. Git reset vs git revert?
  • Ans. 

    Git reset is used to move the HEAD and current branch pointer to a specific commit, while git revert is used to create a new commit that undoes a previous commit.

    • Git reset is used to move the HEAD and current branch pointer to a specific commit, effectively removing commits from the branch history.

    • Git revert creates a new commit that undoes the changes introduced by a specific commit, keeping the commit history intact.

    • ...

  • Answered by AI
  • Q4. Docker cmd vs entrypoint?
  • Ans. 

    Docker cmd is used to provide default command to run in the container, while entrypoint is used to specify the executable to run when the container starts.

    • CMD can be overridden by passing arguments to docker run command, while ENTRYPOINT cannot be overridden.

    • ENTRYPOINT is often used to specify the main application to run in the container.

    • CMD is typically used for providing default arguments to the ENTRYPOINT command.

  • Answered by AI

Skills evaluated in this interview

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About kubernetes and it's ecosystem
  • Q2. Architecture of k8s
  • Ans. 

    Kubernetes (k8s) is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • 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 t...

  • Answered by AI
Round 2 - Case Study 

About previous project work experience and how it's solving major challenges

Skills evaluated in this interview

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

Team Computers Interview FAQs

How many rounds are there in Team Computers Devops Engineer interview?
Team Computers interview process usually has 2 rounds. The most common rounds in the Team Computers interview process are Resume Shortlist and Technical.
How to prepare for Team Computers 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 Team Computers. The most common topics and skills that interviewers at Team Computers expect are GIT.
What are the top questions asked in Team Computers Devops Engineer interview?

Some of the top questions asked at the Team Computers Devops Engineer interview -

  1. Docker cmd vs entrypoi...read more
  2. Explain CI/cd from the scrat...read more
  3. Git reset vs git reve...read more

Recently Viewed

PHOTOS

Medanta the Medicity

4 office photos

REVIEWS

Iris Software

No Reviews

REVIEWS

Iris Software

No Reviews

INTERVIEWS

KocharTech

No Interviews

INTERVIEWS

KocharTech

No Interviews

INTERVIEWS

Team Computers

50 top interview questions

SALARIES

KocharTech

SALARIES

KocharTech

INTERVIEWS

KocharTech

30 top interview questions

REVIEWS

KocharTech

No Reviews

Tell us how to improve this page.

Team Computers Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Team Computers Devops Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.0

Salary

4.0

Job security

5.0

Company culture

3.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Desktop Support Engineer
594 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
518 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Desktop Support Engineer L2
167 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
149 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

L2 Technical Support Engineer
141 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Team Computers with

HCLTech

3.5
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare

TCS

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