Upload Button Icon Add office photos

Filter interviews by

TechVerito Senior Devops Engineer Interview Questions and Answers

Updated 9 May 2024

TechVerito Senior Devops Engineer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Instahyre and was interviewed before May 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. General HR questions
Round 2 - Assignment 

Setup CICD for an application

Round 3 - Technical 

(1 Question)

  • Q1. General DEVOPS interview question related to, AWS, GCP, Terraform, Kubernetes, Linux, CICD and other related items
Round 4 - Behavioral 

(1 Question)

  • Q1. How to pitch to client on implementing a new queueing system
  • Ans. 

    Pitching a new queueing system to a client involves highlighting benefits, addressing pain points, showcasing success stories, and offering a demo.

    • Highlight the benefits of the new queueing system such as improved efficiency, scalability, and reliability.

    • Address pain points of the current system like bottlenecks, delays, and resource wastage.

    • Showcase success stories of other clients who have implemented the new queuein...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Ingress and how sidecar container works ?
  • Ans. 

    Ingress is a Kubernetes resource that manages external access to services, and a sidecar container is a secondary container that runs alongside the main container in a pod.

    • Ingress is a Kubernetes resource that acts as an API gateway for incoming traffic to services within the cluster.

    • Ingress controllers are responsible for implementing the rules specified in the Ingress resource.

    • Sidecar containers are additional contai...

  • Answered by AI
  • Q2. How services works in k8s
  • Ans. 

    Services in k8s are abstractions that define a set of pods and a policy for accessing them.

    • Services allow communication between different parts of an application within a Kubernetes cluster.

    • They provide a stable endpoint for accessing a set of pods, even if the pods are scaled up or down.

    • Services can be of different types such as ClusterIP, NodePort, LoadBalancer, and ExternalName.

    • ClusterIP services expose the service ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. About CI & CD process in jenkins

Interview Preparation Tips

Topics to prepare for Hexaware Technologies Senior Devops Engineer interview:
  • Jenkins
  • sonarqube
  • git
  • nexus
  • kubernetes
  • docker
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your job role.
  • Ans. 

    As a Sr Devops Engineer, my job role involves managing and improving the infrastructure, deployment pipelines, and automation processes to support development teams.

    • Managing and maintaining infrastructure using tools like Terraform, Ansible, or Kubernetes

    • Designing and implementing CI/CD pipelines for automated testing and deployment

    • Monitoring system performance and troubleshooting issues

    • Collaborating with development t...

  • Answered by AI
  • Q2. My company migrate on- premises server to aws rds what points to remeber during this migration.
Round 2 - Technical 

(3 Questions)

  • Q1. Jenkins CI-CD Pipelines how to declare that and how to integrate which plung'ins to integrated with jenkins actually plung'ins name.
  • Ans. 

    Jenkins CI-CD pipelines are declared using Jenkinsfile and can be integrated with various plugins for additional functionality.

    • Declare Jenkins CI-CD pipelines using Jenkinsfile in the root directory of the project.

    • Integrate plugins like Git, Docker, Slack, SonarQube, etc., for specific functionalities.

    • Use declarative syntax or scripted syntax in Jenkinsfile based on requirements.

    • Configure stages, steps, post actions, a...

  • Answered by AI
  • Q2. Write terra form to create multipal EC2 instances.
  • Ans. 

    Use Terraform to create multiple EC2 instances

    • Use Terraform's EC2 instance resource to define the instances

    • Specify the number of instances using count parameter

    • Use a for_each loop to create multiple instances with unique names and configurations

  • Answered by AI
  • Q3. Write to playbook for spinup to Tom cat server.
  • Ans. 

    Playbook for spinning up a Tomcat server

    • Install Java on the server

    • Download and extract Tomcat

    • Configure Tomcat server.xml file

    • Start the Tomcat server

    • Verify Tomcat is running

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Walk through on recent technical skills
  • Ans. 

    I have recently worked on implementing CI/CD pipelines using Jenkins, Docker, and Kubernetes.

    • Implemented Jenkins pipelines for automating build, test, and deployment processes

    • Utilized Docker for containerization of applications and services

    • Managed Kubernetes clusters for container orchestration

    • Integrated monitoring and logging tools like Prometheus and ELK stack

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Python programming
  • Q2. Aws architecture
  • Q3. Terraform scripts
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

They given me assignment related to my job

Interview Preparation Tips

Interview preparation tips for other job seekers - They will only raise questions from the task you did in your previous organization. Practice on every type of skills you added in you resume.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between ext and xfs?
  • Ans. 

    ext is the default file system for many Linux distributions, while xfs is known for better performance and scalability.

    • ext is the default file system for many Linux distributions

    • xfs is known for better performance and scalability

    • xfs supports larger file systems and files compared to ext

  • Answered by AI
  • Q2. What is the difference between CentOS/RHEL 6 & 7?
  • Ans. 

    CentOS/RHEL 6 & 7 differ in kernel version, package management, systemd, and support lifecycle.

    • Kernel version: CentOS/RHEL 6 uses kernel version 2.6.x while CentOS/RHEL 7 uses kernel version 3.x.

    • Package management: CentOS/RHEL 6 uses yum for package management, while CentOS/RHEL 7 uses yum and dnf.

    • Systemd: CentOS/RHEL 6 uses SysV init system, while CentOS/RHEL 7 uses systemd as the init system.

    • Support lifecycle: CentOS...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Docker git kubernetes
Round 3 - HR 

(1 Question)

  • Q1. Basic ctc related and your strength

I applied via Naukri.com and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basics in resume and all the projects you have worked on mostly.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be ready and prepared with your resume.

TechVerito Interview FAQs

How many rounds are there in TechVerito Senior Devops Engineer interview?
TechVerito interview process usually has 4 rounds. The most common rounds in the TechVerito interview process are Technical, Behavioral and HR.
What are the top questions asked in TechVerito Senior Devops Engineer interview?

Some of the top questions asked at the TechVerito Senior Devops Engineer interview -

  1. How to pitch to client on implementing a new queueing sys...read more
  2. General DEVOPS interview question related to, AWS, GCP, Terraform, Kubernetes, ...read more

Tell us how to improve this page.

TechVerito Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Consultant
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TechVerito 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