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
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Vmayo Technologies?
Ask anonymously on communities.

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Nothing to asking questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majorly a stress test.it lasted for about 1 hour 30 minutes .The interviewer wanted to test both my knowledge and communication skills.Most of the question asked to me wher related to my Degree curriculum i.e. computer science related topics.He stressed a lot on the basics related to my project topics

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How can you run a Docker command remotely on a Linux server witho ... read more
asked in Lentra AI
Q2. If you want to connect multiple VPCs, and you have two or three V ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. What Docker command can you use to transfer an image from one mac ... read more

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

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2023. There were 4 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 - Aptitude Test 

For an experienced Professional I think is not required to have aptitude test.

Round 3 - Technical 

(1 Question)

  • Q1. Interview is quite difficult, but I managed to crack the first round.
Round 4 - Technical 

(1 Question)

  • Q1. It is quite difficult and the focused more on the on going project and more deep drive into technical concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - As per old review it is good company in Salaries. But getting through is difficult, interview is quite difficult.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Cloud Devops - Azure and AWS, Security, EC2, RBAC

Round 2 - Technical 

(1 Question)

  • Q1. NACL, DR, Authorization, Authentication

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
Are these interview questions helpful?
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

I applied via Referral and was interviewed in Jan 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. How to check kubernetes resources
  • Ans. 

    To check kubernetes resources, use kubectl command-line tool.

    • Use 'kubectl get' command to list resources

    • Use 'kubectl describe' command to get detailed information about a resource

    • Use 'kubectl logs' command to view logs of a container

    • Use 'kubectl exec' command to execute a command in a container

    • Use 'kubectl apply' command to apply changes to a resource

    • Use 'kubectl delete' command to delete a resource

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is the current CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviews are relaxed . It's the wait to get project is the torture

Skills evaluated in this interview

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