Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Datamatics Global Services Team. If you also belong to the team, you can get access from here

Datamatics Global Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Datamatics Global Services Devops Engineer Interview Questions and Answers

Updated 21 Apr 2024

Datamatics Global Services Devops Engineer Interview Experiences

1 interview found

Devops Engineer Interview Questions & Answers

user image Pallavi Yalavarthi

posted on 21 Apr 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain how ansible works
  • Ans. 

    Ansible is an open-source automation tool that simplifies IT orchestration, configuration management, and application deployment.

    • Ansible uses SSH to connect to servers and run tasks defined in playbooks.

    • Playbooks are written in YAML and define the desired state of the system.

    • Ansible uses modules to perform tasks on remote servers, such as installing packages or restarting services.

    • Inventory files list the servers that ...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. DevOps Tool and Technologies
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is components of vpc
  • Ans. 

    Components of VPC include subnets, route tables, internet gateways, security groups, network access control lists, and VPN connections.

    • Subnets

    • Route tables

    • Internet gateways

    • Security groups

    • Network access control lists

    • VPN connections

  • Answered by AI
  • Q2. Explain Jenkins pipeline
  • Ans. 

    Jenkins pipeline is a set of automated steps to build, test, and deploy code.

    • Jenkins pipeline is defined using a Jenkinsfile, which can be written in either Declarative or Scripted syntax.

    • It allows for defining multiple stages, each containing one or more steps to be executed sequentially.

    • Pipeline can be triggered manually or automatically based on events like code commits or scheduled builds.

    • Pipeline can integrate wit...

  • Answered by AI
  • Q3. Kubernetes architecture
  • Q4. Terraform code for ec2 and vpc
  • Ans. 

    Terraform code for creating EC2 instance and VPC

    • Use Terraform resources 'aws_instance' for EC2 and 'aws_vpc' for VPC

    • Specify necessary parameters like instance type, AMI, subnet ID, security group ID, etc.

    • Use Terraform modules for better organization and reusability

    • Leverage Terraform state file to track infrastructure changes

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked multiple questions on all Devops tools, but the interviewer was junior and rejected even I answered clearly.
  • Q2. Devops tools basics

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

You should be a good math solver

Round 2 - Coding Test 

Mostly question were based on data structure and algorithm and Kadane's Algorithm . Leet code is the best platform for cracking any coding interview . The logic were similar for every question from the leet code only they changes the name

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Question based on your prefer programming language 2.Question on your Coding round , how you solved this program , what its time complexity 3.Question based on DSA.
  • Q2. What is tuple? What is recursion? Time Complexity of a coding question which comes on your coding round There were some more practical question there based on java .
Round 4 - HR 

(1 Question)

  • Q1. Be Confident , talk properly ask him question in the last

Interview Preparation Tips

Topics to prepare for Nagarro Devops Engineer interview:
  • DSA
  • DBMS
  • SQL
  • Object Oriented Programming
  • Programming language
Interview preparation tips for other job seekers - Practice on Leet Code , keep a good knowledge of DBMS, DSA and SQl

Devops Engineer Interview Questions & Answers

Nagarro user image Sibadutta Mohapatra

posted on 25 Sep 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is vault & how it is integrated with your AWS
  • Ans. 

    Vault is a tool for managing secrets and protecting sensitive data.

    • Vault securely stores and manages sensitive information such as API keys, passwords, and certificates.

    • It provides a centralized place for managing access control and encryption of data.

    • Vault can be integrated with AWS to securely store and retrieve AWS credentials and other sensitive information.

    • Integration with AWS allows for automated provisioning and...

  • Answered by AI

Skills evaluated in this interview

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

DSA questions leetcode easy level

Round 2 - HR 

(2 Questions)

  • Q1. Why we Hire you?
  • Ans. 

    I have a strong background in DevOps tools and practices, with a proven track record of successfully implementing automation and improving efficiency.

    • Extensive experience with CI/CD pipelines, configuration management, and infrastructure as code

    • Strong knowledge of cloud platforms such as AWS, Azure, and GCP

    • Ability to collaborate effectively with cross-functional teams to drive continuous improvement

    • Proven ability to tr...

  • Answered by AI
  • Q2. What's your expectations
  • Ans. 

    I expect a challenging role with opportunities for growth and learning in a collaborative team environment.

    • Opportunities for professional development

    • Collaborative team environment

    • Challenging projects

    • Clear communication and expectations

  • Answered by AI

I appeared for an interview in Nov 2021.

Round 1 - Video Call 

(2 Questions)

Round duration - 30 minutes
Round difficulty - Medium

  • Q1. How do you approach solving and troubleshooting infrastructure issues?
  • Ans. 

    I approach solving and troubleshooting infrastructure issues by following a systematic approach and utilizing various tools and techniques.

    • Identify the root cause of the issue by analyzing logs, monitoring metrics, and conducting tests.

    • Utilize automation tools like Ansible, Puppet, or Chef to quickly deploy and configure infrastructure.

    • Collaborate with team members and stakeholders to gather information and brainstorm ...

  • Answered by AI
  • Q2. 

    Guess The Hidden Number Problem Statement

    You are given an integer N and there is a hidden number within the range [0, N] that you must guess. You have access to a function higherLower(k) which helps in g...

  • Ans. 

    The task is to guess a hidden number within a given range using a function that provides hints about the number's relation to a given input.

    • Use the higherLower(k) function to determine if the hidden number is smaller, equal to, or greater than the input k.

    • Implement a binary search algorithm to efficiently guess the hidden number within the given range.

    • Iteratively narrow down the range based on the hints provided by the...

  • Answered by AI
Round 2 - Video Call 

Round duration - 60 minutes
Round difficulty - Hard

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Devops Engineer in GurgaonEligibility criteriaNo criteriaNagarro interview preparation:Topics to prepare for the interview - Cloud : AWS, GCPKubernetes, Docker, Prometheus, Grafana, Git, shell scripting, terraform, HelmTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Having certifications is an additional benefit in interview 
Tip 2 : Do atleast 2-3 projects

Application resume tips for other job seekers

Tip 1 : After making your resume verify the resume score online
Tip 2 : try to highlight the tools and tech you have worked in

Final outcome of the interviewSelected

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

Datamatics Global Services Interview FAQs

How many rounds are there in Datamatics Global Services Devops Engineer interview?
Datamatics Global Services interview process usually has 1 rounds. The most common rounds in the Datamatics Global Services interview process are Technical.
How to prepare for Datamatics Global Services 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 Datamatics Global Services. The most common topics and skills that interviewers at Datamatics Global Services expect are Devops, AWS, Jenkins, Ansible and Cloud.

Tell us how to improve this page.

Datamatics Global Services Devops Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Datamatics Global Services Devops Engineer Salary
based on 32 salaries
₹4.5 L/yr - ₹18 L/yr
21% more than the average Devops Engineer Salary in India
View more details

Datamatics Global Services Devops Engineer Reviews and Ratings

based on 3 reviews

4.4/5

Rating in categories

3.8

Skill development

4.4

Work-life balance

4.4

Salary

3.2

Job security

4.4

Company culture

4.4

Promotions

4.4

Work satisfaction

Explore 3 Reviews and Ratings
Consultant
789 salaries
unlock blur

₹4.6 L/yr - ₹24 L/yr

Associate Consultant
653 salaries
unlock blur

₹3.7 L/yr - ₹15 L/yr

Executive
592 salaries
unlock blur

₹1.1 L/yr - ₹4.5 L/yr

Senior Executive
336 salaries
unlock blur

₹1.6 L/yr - ₹10 L/yr

Executive Accountant
324 salaries
unlock blur

₹1 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Datamatics Global Services with

DXC Technology

3.7
Compare

Sutherland Global Services

3.5
Compare

Optum Global Solutions

4.0
Compare

FIS

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview