Upload Button Icon Add office photos

Filter interviews by

NextGen Invent Senior Devops Engineer Interview Questions and Answers

Updated 18 Jun 2024

NextGen Invent Senior Devops Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Where do you store state file?
  • Ans. 

    State files are typically stored in a centralized location such as a version control system or a cloud storage service.

    • State files can be stored in version control systems like Git or SVN for easy access and versioning.

    • Cloud storage services like AWS S3 or Azure Blob Storage can also be used to store state files securely.

    • Some tools like Terraform recommend using remote backends like Terraform Cloud or HashiCorp Consul ...

  • Answered by AI
  • Q2. About elb and configuration of application load balancer?

Interview Preparation Tips

Interview preparation tips for other job seekers - They needed a DevOps person with handson knowledge in almost every tool.

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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Jenkins ci-cd meaning
  • Q2. Grep and egrep in linux
  • Ans. 

    grep and egrep are command line tools used for searching text patterns in files in Linux.

    • grep is a basic command line tool for searching text patterns in files.

    • egrep is an extended version of grep with support for regular expressions.

    • grep is case-sensitive by default, use -i flag for case-insensitive search.

    • egrep supports extended regular expressions without escaping special characters.

    • Example: grep 'pattern' file.txt

    • E

  • Answered by AI
  • Q3. How to print forth coloumn
  • Ans. 

    Use awk command to print the fourth column of a file

    • Use awk command with '{print $4}' to print the fourth column of a file

    • Example: awk '{print $4}' file.txt

  • Answered by AI

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Mostly they ask questions on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for write code for Jenkins file, terraform, ansible-playbook
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

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.

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. Terraform templates to create aks
  • Ans. 

    Terraform templates can be used to create AKS clusters.

    • Use the azurerm_kubernetes_cluster resource in Terraform to create an AKS cluster.

    • Specify the required parameters such as resource group, location, node count, and node size.

    • Use the azurerm_kubernetes_service_principal resource to create a service principal for the AKS cluster.

    • Use the azurerm_kubernetes_cluster_node_pool resource to create node pools with specific ...

  • Answered by AI
  • Q2. OpenShift Source to Image
  • Q3. Jenkins pipeline end to end
  • Q4. Ansible taks done in project
  • Ans. 

    Ansible was extensively used in the project for configuration management and automation.

    • Automated deployment of applications using Ansible playbooks

    • Configuration management of servers using Ansible roles

    • Automated backup and restore of databases using Ansible scripts

    • Automated provisioning of infrastructure using Ansible modules

  • Answered by AI
  • Q5. Handled team size and DevSecOps
Round 2 - Technical 

(3 Questions)

  • Q1. Shell script concepts
  • Q2. Istio Service Mesh , Kubernetes Troubleshooting
  • Q3. Docker file creation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Terraform , Azure DevOps concept, do hands on on Azure DevOps , should hv good understanding and experience of Jenkins and Kubernetes

Skills evaluated in this interview

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.

NextGen Invent Interview FAQs

How many rounds are there in NextGen Invent Senior Devops Engineer interview?
NextGen Invent interview process usually has 1 rounds. The most common rounds in the NextGen Invent interview process are Technical.
How to prepare for NextGen Invent Senior Devops Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at NextGen Invent. The most common topics and skills that interviewers at NextGen Invent expect are Jenkins and Terraform.
What are the top questions asked in NextGen Invent Senior Devops Engineer interview?

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

  1. Where do you store state fi...read more
  2. About elb and configuration of application load balanc...read more

Tell us how to improve this page.

NextGen Invent Senior Devops Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
NextGen Invent Senior Devops Engineer Salary
based on 4 salaries
₹10 L/yr - ₹14 L/yr
30% less than the average Senior Devops Engineer Salary in India
View more details

NextGen Invent Senior Devops Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
27 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Scientist
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

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