Upload Button Icon Add office photos

Filter interviews by

T-Systems ICT India Devops Engineer Interview Questions and Answers

Updated 28 Oct 2022

T-Systems ICT India Devops Engineer Interview Experiences

1 interview found

I applied via Campus Placement

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. 1 Asked more related to Azure, Azure Devops 2 How you can setup pipeline in Azure Devops ? 3 What kind of pipelines you have created in ADO?
  • Q2. Azure storage account

Interview Preparation Tips

Interview preparation tips for other job seekers - Pathetic company they took interview asked me to submit all documents as first round was clear once I submitted documents they were not receiving any single call .
Advise
Train your HR to convey feedback .They said for sure you will get offer but even they didn't picked up a single call so why you asked for all documents and took time of candidate

Devops Engineer Jobs at T-Systems ICT India

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Ci cd pipeline and variables?
  • Q2. Blue green and canary deployment kubernetes
  • Q3. Security in Terraform
  • Ans. 

    Security in Terraform involves managing sensitive data, implementing access controls, and using secure communication channels.

    • Use Terraform's sensitive data handling features like sensitive variables and sensitive outputs to protect sensitive information.

    • Implement access controls using Terraform's built-in features like IAM policies, resource-level permissions, and secure storage backends.

    • Use secure communication chann...

  • Answered by AI
  • Q4. Helm chart and how to use it?
  • Ans. 

    Helm is a package manager for Kubernetes that simplifies the deployment and management of applications.

    • Helm charts are packages of pre-configured Kubernetes resources that can be easily deployed using Helm.

    • Helm charts are written in YAML and can include templates for Kubernetes manifests.

    • Helm allows for easy versioning, sharing, and management of Kubernetes applications.

    • To use Helm, you need to install the Helm client ...

  • Answered by AI
  • Q5. Branching strategies

Skills evaluated in this interview

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 Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the Role and Functionality of the Control Plane Components in Kubernetes.
  • Ans. 

    Control plane components in Kubernetes manage the cluster and make decisions about the state of the cluster.

    • Control Manager: Ensures that the desired state of the cluster matches the actual state.

    • Scheduler: Assigns workloads to nodes based on resource availability and constraints.

    • API Server: Acts as the front-end for the Kubernetes control plane and is the primary interface for users and other components.

    • etcd: Consiste...

  • Answered by AI
  • Q2. How Would You Implement Zero-Downtime Deployments in Kubernetes?
  • Ans. 

    Implementing zero-downtime deployments in Kubernetes involves using rolling updates and readiness probes.

    • Use rolling updates to gradually replace old pods with new ones

    • Configure readiness probes to ensure new pods are ready before routing traffic to them

    • Utilize tools like Helm for managing releases and versioning

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How Can You Ensure High Availability of the etcd Cluster Used by Kubernetes?
  • Ans. 

    To ensure high availability of the etcd cluster used by Kubernetes, you can implement redundancy, monitoring, and disaster recovery strategies.

    • Implement a multi-node etcd cluster to ensure redundancy and fault tolerance.

    • Utilize monitoring tools like Prometheus and Grafana to track the health and performance of the etcd cluster.

    • Set up regular backups and implement disaster recovery plans to quickly recover from failures...

  • Answered by AI
  • Q2. How Would You Approach Capacity Planning for a Kubernetes Cluster?
  • Ans. 

    Capacity planning for a Kubernetes cluster involves analyzing resource usage, predicting future needs, and scaling infrastructure accordingly.

    • Monitor resource usage of pods and nodes using tools like Prometheus and Grafana

    • Analyze historical data to identify trends and patterns in resource consumption

    • Estimate future resource requirements based on application growth and workload changes

    • Scale the cluster by adding or remo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Devops Engineer interview:
  • docker
  • Kubernetes
  • Jenkins
  • Cloud
  • GIT
Interview preparation tips for other job seekers - Customize your resume for each job application. Highlight relevant skills and experiences that align with the specific job description.
stay updated with the latest trends and technologies in your field. Consider online courses or certifications that can enhance your skills and make you more marketable.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are roles in ansible
  • Ans. 

    Roles in Ansible are a way to group tasks, handlers, variables, and other related files together for easier management and reuse.

    • Roles help in organizing and structuring Ansible playbooks

    • They promote reusability and modularity

    • Roles can be shared and reused across different playbooks

    • Each role typically consists of directories like tasks, handlers, templates, vars, etc.

    • Roles can be installed using Ansible Galaxy

  • Answered by AI
  • Q2. How do you give admin permissions to run your playbook
  • Ans. 

    To give admin permissions to run a playbook, you can use sudo or grant specific permissions in the sudoers file.

    • Grant sudo access to the user running the playbook

    • Add the user to the sudoers file with specific permissions

    • Use ansible_become to run tasks with elevated privileges

  • Answered by AI
  • Q3. How can you add a plugin in Jenkins manually
  • Ans. 

    To add a plugin in Jenkins manually, you can download the plugin file and upload it through the Jenkins web interface.

    • Download the desired plugin file from the Jenkins website or other sources.

    • Navigate to the Jenkins dashboard and click on 'Manage Jenkins'.

    • Select 'Manage Plugins' and go to the 'Advanced' tab.

    • Choose the 'Upload Plugin' option and select the downloaded plugin file.

    • Click 'Upload' and restart Jenkins to ap

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was pretty basic, more of a fresher role.

Skills evaluated in this interview

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

I was interviewed in Oct 2023.

Round 1 - Technical 

(4 Questions)

  • Q1. Jenkins pipeline, docker file
  • Q2. Bash command, Linux command
  • Q3. Java program for reverse string
  • Ans. 

    Java program to reverse a string using StringBuilder

    • Create a StringBuilder object with the input string

    • Use the reverse() method of StringBuilder to reverse the string

    • Convert the reversed StringBuilder object back to a string using toString()

  • Answered by AI
  • Q4. Explain product release setup
  • Ans. 

    Product release setup involves planning, coordinating, and executing the release of a software product to customers.

    • Create a release plan outlining the scope, timeline, and resources needed for the release

    • Coordinate with development, QA, and operations teams to ensure all necessary tasks are completed

    • Use version control systems to manage code changes and track release versions

    • Automate build, test, and deployment proces...

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Devops with aws
Round 2 - HR 

(1 Question)

  • Q1. Devops questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What happen when the sonarqube fails in jenkins
  • Ans. 

    When SonarQube fails in Jenkins, the code quality analysis will not be performed and potential issues in the code will not be identified.

    • SonarQube plugin in Jenkins will report a failure in the build job

    • Developers will not receive feedback on code quality issues

    • Quality gates will not be enforced, allowing potentially problematic code to be merged

    • Manual code reviews may need to be conducted to ensure code quality

  • Answered by AI
  • Q2. Challenges you faced in build environment
  • Ans. 

    Managing dependencies, version control issues, inconsistent environments

    • Dealing with conflicting dependencies causing build failures

    • Ensuring consistent environment across development, testing, and production

    • Resolving version control conflicts and ensuring code is up-to-date

    • Handling build failures due to outdated or missing dependencies

    • Managing build tools and configurations for different projects

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Concepts of Azure DevOps
  • Ans. 

    Azure DevOps is a set of development tools used for planning, collaborating, and delivering software.

    • Azure DevOps includes services such as Azure Boards, Azure Repos, Azure Pipelines, Azure Test Plans, and Azure Artifacts.

    • It allows for continuous integration and continuous delivery (CI/CD) pipelines to automate the software delivery process.

    • Azure DevOps provides a centralized platform for managing code repositories, tr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is Devops and uses
  • Ans. 

    DevOps is a software development approach that combines development and operations to improve collaboration and efficiency.

    • DevOps aims to automate and streamline the software development lifecycle.

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

    • DevOps promotes collaboration between development, operations, and other stakeholders.

    • It emphasizes the use of infrastructure as code and conf...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell about yourself

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed in Aug 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Asked technical questions from resume

T-Systems ICT India Interview FAQs

How many rounds are there in T-Systems ICT India Devops Engineer interview?
T-Systems ICT India interview process usually has 2 rounds. The most common rounds in the T-Systems ICT India interview process are Resume Shortlist and Technical.
How to prepare for T-Systems ICT India 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 T-Systems ICT India. The most common topics and skills that interviewers at T-Systems ICT India expect are Kubernetes, Docker, Ansible, Devops and Terraform.
What are the top questions asked in T-Systems ICT India Devops Engineer interview?

Some of the top questions asked at the T-Systems ICT India Devops Engineer interview -

  1. 1 Asked more related to Azure, Azure Devops 2 How you can setup pipeline in Azu...read more
  2. Azure storage acco...read more

Tell us how to improve this page.

T-Systems ICT India Devops Engineer Salary
based on 75 salaries
₹5 L/yr - ₹18.3 L/yr
47% more than the average Devops Engineer Salary in India
View more details

T-Systems ICT India Devops Engineer Reviews and Ratings

based on 6 reviews

3.4/5

Rating in categories

2.9

Skill development

3.8

Work-life balance

3.9

Salary

3.1

Job security

3.3

Company culture

3.1

Promotions

2.8

Work satisfaction

Explore 6 Reviews and Ratings
Senior Consultant
1.1k salaries
unlock blur

₹10 L/yr - ₹41.3 L/yr

Consultant
1.1k salaries
unlock blur

₹8 L/yr - ₹30.6 L/yr

Associate Consultant
234 salaries
unlock blur

₹3.5 L/yr - ₹8.5 L/yr

SAP Basis Consultant
179 salaries
unlock blur

₹4 L/yr - ₹20 L/yr

Softwaretest Engineer
116 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Explore more salaries
Compare T-Systems ICT India with

IBM

4.0
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Tech Mahindra

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