Upload Button Icon Add office photos

Filter interviews by

Vmayo Technologies Devops Engineer Interview Questions and Answers

Updated 13 Aug 2024

Vmayo Technologies Devops Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - Assignment 

Ldap with Jenkins integration

Interview Preparation Tips

Interview preparation tips for other job seekers - they are asking 2 years bond , but this was not mentioned during the interview and they behavior was not professional

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Vmayo Technologies?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Terraform, CI/CD definition, Git basic, Pipeline mostly in integration side

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focused on your basic

I applied via LinkedIn and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Package and joininv date
Round 2 - HR 

(1 Question)

  • Q1. Salary expected and location constraints

Interview Preparation Tips

Interview preparation tips for other job seekers - Study aws lambda, aws vpc, ansible, aws cloud , aws databases, cludformation, s3 amd aws ami

I applied via Walk-in and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Python basics, SDLC,Cloud and ML

Interview Preparation Tips

Interview preparation tips for other job seekers - While speaking be confident, explain what you know exactly and no need to pretend like know everything prepare boundary for what you know and let them ask the questions on the same then you can crack the interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is VPC and it's components?
  • Ans. 

    VPC stands for Virtual Private Cloud. It is a virtual network dedicated to a user's AWS account.

    • VPC allows users to launch AWS resources into a virtual network

    • Components of VPC include subnets, route tables, internet gateways, network ACLs, security groups, and VPC endpoints

    • VPC provides users with control over their virtual networking environment

    • Users can customize their VPC by selecting their own IP address range, cre...

  • Answered by AI
  • Q2. What type of jenkins jobs have you created
  • Ans. 

    I have created various types of Jenkins jobs including build, deployment, testing, and automation jobs.

    • Build jobs for compiling and packaging code

    • Deployment jobs for deploying code to different environments

    • Testing jobs for running automated tests

    • Automation jobs for performing routine tasks

    • Parameterized jobs for customizing job runs

    • Pipeline jobs for creating complex workflows

    • Scheduled jobs for running jobs at specific t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in basics of DevOps and its tools. The interview will be short and more into Technical.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Total 4 rounds excluding 1 assessment which is easy. 3 technical rounds and 1 HR round
  • Q2. Asked about Terraform, Docker, Kubernetes and Jenkins

Interview Preparation Tips

Interview preparation tips for other job seekers - For good results, kindly sharpen the basics of the tools used in the project.
Also, try to explain in a proper way how you contributed in present organization.
Round 1 - Technical 

(1 Question)

  • Q1. Share about your projects
Round 2 - One-on-one 

(1 Question)

  • Q1. How good you're in tech stacks
Round 3 - HR 

(1 Question)

  • Q1. Salary & work allocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up your skills & ready to learn
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 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. Technical round was good , the interviewer has good knowledge about the devops tools and started with the basic questions and some real time question based on scenario. CI CD process and automation tool
Round 3 - Technical 

(1 Question)

  • Q1. Explain branching statergy, deployment process and IAC
  • Ans. 

    Branching strategy is a way to manage code changes, deployment process is a set of steps to release code, and IAC is a method to automate infrastructure.

    • Branching strategy determines how code changes are managed and merged into the main codebase.

    • Deployment process involves steps like building, testing, and releasing code to production.

    • IAC (Infrastructure as Code) is a method to automate infrastructure management using ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The technical rounds are so easy to clear who are having 2 years experience in devops field.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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. Basics of Devops., Jenkins and basics of kubctl

Interview Preparation Tips

Topics to prepare for Virtusa Consulting Services Devops Engineer interview:
  • Basics of Devops
  • Jenkins
  • Ansible
Interview preparation tips for other job seekers - I have learn new tools and completed my certification at end of this month I am doing my certification project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain CI/CD pipeline .
  • Ans. 

    CI/CD pipeline is a set of automated processes that allow developers to continuously integrate code changes and deploy them to production.

    • Continuous Integration (CI) involves automatically building and testing code changes as they are committed to a shared repository.

    • Continuous Deployment (CD) involves automatically deploying code changes to production environments after passing automated tests.

    • CI/CD pipelines typicall...

  • Answered by AI
  • Q2. Explain daemonset in kubernetes.
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in the cluster

    • It is useful for running a single instance of a Pod on every node, such as log collection or monitoring agents

    • DaemonSet automatically adds or removes Pods as nodes are added or removed from the cluster

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain the networking services in AWS.
  • Ans. 

    AWS provides a variety of networking services to help users manage their network infrastructure.

    • Virtual Private Cloud (VPC) allows users to create isolated networks within the AWS cloud

    • Elastic Load Balancing distributes incoming traffic across multiple instances to ensure high availability

    • Route 53 is a scalable domain name system (DNS) web service

    • Direct Connect allows users to establish a dedicated network connection b...

  • Answered by AI
  • Q2. What is terraform module?
  • Ans. 

    Terraform module is a reusable, configurable, and self-contained collection of Terraform resources.

    • Terraform modules help organize and reuse code for infrastructure components

    • Modules can be shared and reused across different projects

    • Modules can have input variables to customize their behavior

    • Modules can output values that can be used by other parts of the infrastructure code

  • Answered by AI
Round 3 - Client Interview 

(2 Questions)

  • Q1. Why GitOps tool ?
  • Ans. 

    GitOps tools help automate infrastructure management, version control, and deployment processes.

    • Enables infrastructure as code practices

    • Facilitates version control for infrastructure configurations

    • Automates deployment processes

    • Promotes collaboration and visibility among team members

    • Examples: Argo CD, Flux, Jenkins X

  • Answered by AI
  • Q2. What is AWS secret manager?
  • Ans. 

    AWS Secret Manager is a service that helps you protect access to your applications, services, and IT resources.

    • It allows you to securely store, manage, and retrieve sensitive credentials and configuration data.

    • You can rotate, manage, and retrieve secrets throughout their lifecycle.

    • Integrates with AWS services like Lambda, EC2, RDS, and more for secure access to secrets.

    • Helps you meet security and compliance requirement...

  • Answered by AI

Skills evaluated in this interview

Vmayo Technologies Interview FAQs

How many rounds are there in Vmayo Technologies Devops Engineer interview?
Vmayo Technologies interview process usually has 1 rounds. The most common rounds in the Vmayo Technologies interview process are Assignment.

Tell us how to improve this page.

Overall Interview Experience Rating

1/5

based on 1 interview experience

Compare Vmayo Technologies with

Cognizant

3.7
Compare

EXL Service

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare
write
Share an Interview