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 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.

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 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
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 - Assignment 

No Much details available

Round 2 - HR 

(1 Question)

  • Q1. Expected salary
  • Ans. 

    Negotiable based on experience and responsibilities

    • Salary expectations are based on industry standards and cost of living in the area

    • Consider the level of experience, skills, and responsibilities required for the position

    • Research average salaries for DevOps Engineers in the specific location

    • Be prepared to discuss salary expectations during the interview process

  • Answered by AI
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. How will you optimize cost ?
  • Ans. 

    Optimizing cost in DevOps involves efficient resource utilization and automation.

    • Implementing infrastructure as code to automate provisioning and scaling of resources

    • Utilizing cloud cost management tools to monitor and optimize spending

    • Implementing containerization to improve resource utilization and reduce costs

    • Optimizing CI/CD pipelines to reduce build and deployment times, saving on compute costs

  • Answered by AI
  • Q2. How will you deployed app on AWS cloud?
  • Ans. 

    I would deploy the app on AWS cloud using services like EC2, S3, and Elastic Beanstalk.

    • Create an EC2 instance to host the application

    • Store static files in S3 bucket

    • Use Elastic Beanstalk for easy deployment and scaling

    • Set up security groups and IAM roles for access control

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

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Usual quantitative aptitude test

Round 2 - Group Discussion 

We had a very healthy discussion on different topic provided to us.

Round 3 - One-on-one 

(2 Questions)

  • Q1. About terraform
  • Q2. Explain docker and docker hub
  • Ans. 

    Docker is a platform for developing, shipping, and running applications in containers. Docker Hub is a cloud-based registry for storing and sharing container images.

    • 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 with all parts it needs, such as libraries and other dependencies, and ship it all out as one p...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for UST Devops Engineer interview:
  • Devops

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What are your devops project
  • Ans. 

    I have worked on automating CI/CD pipelines, infrastructure as code, and monitoring solutions.

    • Automated CI/CD pipelines using tools like Jenkins, GitLab CI, or CircleCI

    • Implemented infrastructure as code using Terraform or CloudFormation

    • Set up monitoring solutions with tools like Prometheus, Grafana, or ELK stack

  • Answered by AI
  • Q2. What so your view on terraform and cdk
  • Ans. 

    Terraform and CDK are both infrastructure as code tools used for provisioning and managing cloud resources.

    • Terraform is a popular open-source tool by HashiCorp that allows you to define and provision infrastructure using declarative configuration files.

    • CDK (Cloud Development Kit) is an AWS-specific tool that allows you to define cloud infrastructure using familiar programming languages like TypeScript, Python, and Java...

  • 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