Upload Button Icon Add office photos

Filter interviews by

Incedo AWS Devops Engineer Interview Questions and Answers

Updated 19 Jul 2024

Incedo AWS Devops Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. What is docker, what is DevOps
  • Ans. 

    Docker is a containerization platform that allows applications to be packaged and run in isolated environments. DevOps is a software development methodology that focuses on collaboration, automation, and integration between development and operations teams.

    • Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.

    • Containers allow a developer to package up an application wit...

  • Answered by AI
  • Q2. Difference between git and sub git
  • Ans. 

    Git is a version control system used for tracking changes in source code, while Subversion (SVN) is another version control system with similar features.

    • Git is distributed, allowing for offline work and faster branching and merging.

    • Subversion is centralized, requiring a network connection for most operations.

    • Git uses a staging area for changes before committing, while Subversion commits changes directly to the reposito...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interview

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Why DevOps is needed in an organisation?
  • Ans. 

    DevOps is needed in an organization to improve collaboration between development and operations teams, increase efficiency, and deliver high-quality software faster.

    • Improves collaboration between development and operations teams

    • Increases efficiency in software development and deployment processes

    • Helps in delivering high-quality software faster

    • Automates repetitive tasks to reduce manual errors

    • Facilitates continuous inte...

  • Answered by AI
  • Q2. What is the difference between ADD vs COPY?
  • Ans. 

    ADD and COPY are Dockerfile instructions used to copy files and directories into a Docker image, but they have some key differences.

    • ADD allows for URLs and automatically extracts compressed files, while COPY only works with local files

    • COPY is recommended for copying local files and directories into an image, while ADD is more versatile but can be less predictable

    • ADD can be used to download files from the internet and a

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Q2. Write a CI/CD Pipeline code for a 3 tier application
  • Q3. Difference between NSG and ASG

Interview Preparation Tips

Topics to prepare for Tiger Analytics Devops Engineer interview:
  • CI/CD
  • Azure
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of Kubernetes?
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes follows a master-slave architecture with a master node that controls 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).

    • Ku...

  • Answered by AI
  • Q2. Scenario based Questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to ensure high available of eks cluster.
  • Ans. 

    To ensure high availability of EKS cluster, utilize multiple availability zones, implement auto-scaling, use managed node groups, and set up monitoring and alerts.

    • Utilize multiple availability zones to distribute workload and ensure redundancy.

    • Implement auto-scaling to automatically adjust resources based on demand.

    • Use managed node groups to simplify node management and ensure high availability.

    • Set up monitoring and al...

  • Answered by AI
  • Q2. What are liveness and readiness probe
  • Ans. 

    Liveness and readiness probes are used in Kubernetes to check the health of containers.

    • Liveness probe checks if a container is running and healthy. If it fails, Kubernetes restarts the container.

    • Readiness probe checks if a container is ready to serve traffic. If it fails, Kubernetes stops sending traffic to the container.

    • Probes are configured in the pod's YAML file using the 'livenessProbe' and 'readinessProbe' fields.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a long process

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Devops and how do you use
  • Ans. 

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

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

    • It involves continuous integration, continuous delivery, and continuous deployment.

    • DevOps aims to shorten the system development life cycle and provide continuous delivery of high-quality soft...

  • Answered by AI
  • Q2. Explain k8s in your infratsru
  • Ans. 

    K8s, short for Kubernetes, is a popular open-source container orchestration platform used for automating deployment, scaling, and management of containerized applications.

    • Kubernetes automates the deployment, scaling, and management of containerized applications.

    • It provides features like self-healing, load balancing, and rolling updates.

    • Kubernetes uses declarative configuration files to define the desired state of the a...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of Devops and scenerio based questions
  • Q2. How you write a CICD using Jenkins for java based application
  • Ans. 

    Setting up a CICD pipeline using Jenkins for a Java based application involves configuring Jenkins jobs for building, testing, and deploying the application.

    • Install Jenkins and necessary plugins for Java projects

    • Create a Jenkins job for building the Java application using Maven or Gradle

    • Add a post-build step to run unit tests using tools like JUnit

    • Configure Jenkins to trigger the job on code commits to the repository

    • Se...

  • Answered by AI
  • Q3. Explain what happen in backend when you try to access any website
  • Ans. 

    When accessing a website, the backend server receives the request, processes it, retrieves data from databases or other sources, and sends a response back to the client.

    • Client sends a request to the website's URL

    • DNS resolves the domain name to an IP address

    • Backend server receives the request and processes it

    • Server retrieves data from databases or other sources

    • Server generates a response and sends it back to the client

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Company fitment and package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for DevOps role make sure your basics are clear

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jun 2023. There were 6 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 - Technical 

(2 Questions)

  • Q1. Explain the pipeline process in Jenkins
  • Ans. 

    Pipeline process in Jenkins automates the software delivery process.

    • Pipeline is defined as code in a Jenkinsfile

    • It consists of stages, steps, and post actions

    • Each stage can have multiple steps like build, test, deploy

    • Pipeline can be triggered manually or automatically based on events

  • Answered by AI
  • Q2. Which deployment strategy have you used?
  • Ans. 

    I have used blue-green deployment strategy in previous projects.

    • Blue-green deployment involves running two identical production environments, with one active and one inactive.

    • Switching between the two environments allows for zero downtime deployments and easy rollback in case of issues.

    • I have implemented blue-green deployment using tools like Kubernetes and Jenkins in past projects.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Explain migration process of Github to Azure Repos.
  • Ans. 

    Migration process of Github to Azure Repos involves exporting repositories from Github and importing them into Azure Repos.

    • Export repositories from Github using tools like Git or Github API

    • Prepare repositories for migration by cleaning up and resolving any dependencies

    • Import repositories into Azure Repos using tools like Azure DevOps Services or Git commands

    • Update any references or configurations to point to the new Az...

  • Answered by AI
  • Q2. In docker, how will the containers communicate?
  • Ans. 

    Containers in Docker can communicate through networking using bridge networks, overlay networks, or user-defined networks.

    • Containers can communicate with each other using IP addresses and port numbers.

    • Docker provides default bridge networks for communication between containers on the same host.

    • Overlay networks allow communication between containers across multiple hosts.

    • User-defined networks can be created for custom c...

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. What are all the devops tools you have used in your application deployment?
  • Ans. 

    I have experience with a variety of devops tools including Jenkins, Docker, Kubernetes, Ansible, and Terraform.

    • Jenkins

    • Docker

    • Kubernetes

    • Ansible

    • Terraform

  • Answered by AI
  • Q2. What is snapshot in Maven?
  • Ans. 

    Snapshot in Maven is a version of a project that is still in development and not yet released.

    • Snapshots are versions of a project that are still in development and not yet released.

    • They are identified by the suffix '-SNAPSHOT' in the version number.

    • Snapshots can be deployed to a Maven repository for sharing with other developers for testing purposes.

    • They are not intended for production use as they are subject to freque

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

(1 Question)

  • Q1. What is the size of you team and what was your role?
Round 6 - HR 

(2 Questions)

  • Q1. Why did you leave your previous company?
  • Q2. Why do you choose to work in our company?

Interview Preparation Tips

Topics to prepare for Infogain Senior Devops Engineer interview:
  • Maven
  • Jenkins
  • Azure
  • Azure devops
  • Kubernetes
  • Terraform

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About DevOps & roles and responsibilities
  • Q2. Intro about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join this company,
you may loose your career.
You will loose your self confidence.
No job security
Not a good & positive vibes
Nobody have good skill in that company
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

I was shared a codebase 2-3 days earlier and I had to find infrastructure issues in the code. Had to fix those issues using terraform

Incedo Interview FAQs

How many rounds are there in Incedo AWS Devops Engineer interview?
Incedo interview process usually has 1 rounds. The most common rounds in the Incedo interview process are Technical.
What are the top questions asked in Incedo AWS Devops Engineer interview?

Some of the top questions asked at the Incedo AWS Devops Engineer interview -

  1. What is docker, what is Dev...read more
  2. Difference between git and sub ...read more

Tell us how to improve this page.

Incedo AWS Devops Engineer Salary
based on 6 salaries
₹5.3 L/yr - ₹10 L/yr
At par with the average AWS Devops Engineer Salary in India
View more details
Senior Software Engineer
1.1k salaries
unlock blur

₹6.5 L/yr - ₹26.2 L/yr

Software Engineer
848 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Technical Lead
591 salaries
unlock blur

₹10 L/yr - ₹37.9 L/yr

Senior Technical Lead
272 salaries
unlock blur

₹14.1 L/yr - ₹41 L/yr

Associate
265 salaries
unlock blur

₹3 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Incedo with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview