Upload Button Icon Add office photos

T-Systems ICT India

Compare button icon Compare button icon Compare

Filter interviews by

T-Systems ICT India Devops Consultant Interview Questions and Answers

Updated 27 Mar 2024

T-Systems ICT India Devops Consultant Interview Experiences

2 interviews found

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

(1 Question)

  • Q1. CI/CD practices
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Jenkins, kubernetes, docker, terraform, aws, cicd
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation and leave plan discussion

Devops Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. AWS different types of load balancer, difference, layers they wor ... read more
asked in Capgemini
Q2. DevOps CI/CD flow, difference between git stash and git commit, g ... read more
asked in Infosys
Q3. How will you connect to your instances?
Q4. Explain Kubernetes architecture, the functionality of each compon ... read more
Q5. What is VPC and vpc peering, how we configure azure devops with A ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question on Jenkins, AWS, K8S

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a detail knowledge on the subject
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 2022. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Explain Devops CICD experience AWS, GCP, Azure cloud or on premise cloud experience. Jenkins, ansible, pythons, git, docker, kubernatives, confluence, jira, bitbucket, GitHub
  • Ans. 

    DevOps CICD experience with cloud and tool proficiency

    • Experience implementing Continuous Integration/Continuous Deployment pipelines using tools like Jenkins, Ansible, Git, Docker, Kubernetes

    • Proficiency in cloud platforms such as AWS, GCP, Azure, or on-premise cloud environments

    • Familiarity with collaboration tools like Confluence, Jira, Bitbucket, GitHub

    • Ability to automate tasks using Python scripting

    • Hands-on experienc

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Comfortable about rotating shift ?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was very basic. Consisted of logical and numerical reasoning questions

Round 2 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a seasoned DevOps Consultant with expertise in implementing automation, CI/CD pipelines, and cloud infrastructure.

    • Over 5 years of experience in DevOps roles

    • Proficient in tools like Jenkins, Docker, Kubernetes, and AWS

    • Successfully led multiple projects to improve deployment processes

    • Strong background in scripting languages like Python and Bash

  • Answered by AI
  • Q2. Tell me about your internship experience
  • Ans. 

    I interned at a tech company where I gained hands-on experience in DevOps tools and practices.

    • Worked on automating deployment processes using tools like Jenkins and Ansible

    • Collaborated with cross-functional teams to troubleshoot and resolve issues in production environments

    • Participated in designing and implementing CI/CD pipelines for multiple projects

  • Answered by AI
  • Q3. Tell me about your projects
  • Ans. 

    I have worked on various projects implementing DevOps practices to improve software delivery and infrastructure automation.

    • Implemented CI/CD pipelines using tools like Jenkins, GitLab CI, and CircleCI

    • Automated infrastructure provisioning with tools like Terraform and Ansible

    • Utilized containerization with Docker and orchestration with Kubernetes

    • Implemented monitoring and logging solutions with tools like Prometheus and

  • Answered by AI
  • Q4. Tell me about software development lifecycle
  • Ans. 

    Software development lifecycle is a process used by software development teams to design, develop, test, and deploy software applications.

    • It consists of several phases such as planning, design, development, testing, deployment, and maintenance.

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

    • Common methodologies used in software development lifecycle include Waterfall, Agile, and DevOps.

    • Tools like Jira, Git, J...

  • Answered by AI
  • Q5. Share screen and solve this coding question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and don't freeze. I froze in my interview because of the rudeness of recruiter, but don't make this mistake.

I applied via Referral and was interviewed in Apr 2022. There were 3 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 

(1 Question)

  • Q1. Questions about Linux, shell scripting, Kubernetes, AWS,Docker
Round 3 - HR 

(1 Question)

  • Q1. About salary negotiations, past experience and duration in every last company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay cool and show your vest skills to interviewers.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Cicd branching process followed

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare fundamentals well

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Terraform tfstate and terraform recovery corrupted/deleted state file
  • Q2. Kubernetes pods, difference between deployment and daemonset
  • Ans. 

    Kubernetes pods - difference between deployment and daemonset

    • Deployment manages a set of identical pods, ensuring availability and scalability

    • DaemonSet ensures that all nodes run a copy of a pod, useful for system-level services

    • Deployment is suitable for stateless applications, while DaemonSet is suitable for stateful applications

    • Deployment can be used for rolling updates, while DaemonSet is not suitable for rolling up

  • Answered by AI
  • Q3. AWS different types of load balancer, difference, layers they work on, Auto-Scaling, S3 cloud storage types
  • Ans. 

    AWS offers three types of load balancers: Application, Network, and Classic. Auto-Scaling helps to automatically adjust resources based on demand. S3 offers four storage classes: Standard, Intelligent-Tiering, Standard-Infrequent Access, and Glacier.

    • AWS offers three types of load balancers: Application, Network, and Classic

    • Application Load Balancer operates at Layer 7 of the OSI model and is best suited for HTTP/HTTPS ...

  • Answered by AI
  • Q4. DevOps CI/CD flow, difference between git stash and git commit, git merge and git rebase, git pull and git fetch
  • Ans. 

    Explanation of DevOps CI/CD flow and Git commands

    • DevOps CI/CD flow involves continuous integration, testing, and deployment of code changes

    • Git stash temporarily saves changes without committing them

    • Git commit permanently saves changes to the repository

    • Git merge combines changes from different branches

    • Git rebase applies changes from one branch onto another

    • Git pull fetches changes from a remote repository and merges them...

  • Answered by AI
  • Q5. Linux boot process, sed and awk, run levels

Interview Preparation Tips

Interview preparation tips for other job seekers - As a advice please have clear basic of kubernetes, terraform, AWS Cloud services, and Linux.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. General Devops principles
  • Ans. 

    DevOps principles focus on collaboration, automation, measurement, and continuous improvement.

    • Collaboration between development and operations teams

    • Automation of processes to increase efficiency and reduce errors

    • Measurement of performance metrics to identify areas for improvement

    • Continuous improvement through feedback and iteration

    • Use of tools like Docker, Kubernetes, and Jenkins to support DevOps practices

  • Answered by AI
  • Q2. Real time scenarios

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. What is the branching strategy in your team?
  • Ans. Tell about the feature, patch, and main branch as per your organization's strategy.
  • Answered by Azram Ansari
  • Q2. How will you connect to your instances?
  • Ans. 

    To connect to instances, I will use SSH (Secure Shell) protocol.

    • SSH (Secure Shell) protocol is a secure way to connect to instances remotely.

    • It provides encrypted communication between the client and the server.

    • To connect, I will use SSH client software like OpenSSH or PuTTY.

    • I will need the public IP address or hostname of the instance.

    • I will authenticate using SSH keys or username/password credentials.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be through with Jenkins and AWS. The panel had two people related to both respective technologies.

Skills evaluated in this interview

T-Systems ICT India Interview FAQs

How many rounds are there in T-Systems ICT India Devops Consultant interview?
T-Systems ICT India interview process usually has 1-2 rounds. The most common rounds in the T-Systems ICT India interview process are Technical and HR.
What are the top questions asked in T-Systems ICT India Devops Consultant interview?

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

  1. Jenkins, kubernetes, docker, terraform, aws, c...read more
  2. CI/CD practi...read more

Tell us how to improve this page.

T-Systems ICT India Devops Consultant Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Devops Consultant Interview Questions from Similar Companies

View all
T-Systems ICT India Devops Consultant Salary
based on 24 salaries
₹8.8 L/yr - ₹23 L/yr
At par with the average Devops Consultant Salary in India
View more details

T-Systems ICT India Devops Consultant Reviews and Ratings

based on 5 reviews

3.4/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.5

Salary

3.4

Job security

3.4

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 5 Reviews and Ratings
Consultant
1.2k salaries
unlock blur

₹7.8 L/yr - ₹30 L/yr

Senior Consultant
1.2k salaries
unlock blur

₹10 L/yr - ₹44.2 L/yr

Associate Consultant
241 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

SAP Basis Consultant
178 salaries
unlock blur

₹4 L/yr - ₹20 L/yr

Softwaretest Engineer
127 salaries
unlock blur

₹2.5 L/yr - ₹8.7 L/yr

Explore more salaries
Compare T-Systems ICT India with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Capgemini

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