Upload Button Icon Add office photos

Filter interviews by

NMD Private Limited Interview Questions and Answers

Updated 2 Jul 2024

NMD Private Limited Interview Experiences

Popular Designations

3 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. AWS/ Azure/GCP cloud services, CICD code pipelin

Interview Preparation Tips

Interview preparation tips for other job seekers - 1)Must have skill any scripting language Python/shell/groovy
2)linux command
3)git and git hub
4) devops CICD pipeline tool like Docker, jenkins, kubernets, terraform,
ansible, argoCD, helm chart, nagios, puppet
5)AWS services IAM, EC2, S3 bucket, Rout53, vpc, lambda
6) Azure cloud
7) GCP cloud

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About AWS services
  • Q2. About Linux command
Round 2 - Coding Test 

Write down the dokerfile code

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare on your cv and jd

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write down the dockerfile to create the docker image
  • Ans. 

    A Dockerfile is used to create a Docker image by specifying the steps needed to build the image.

    • Start with a base image using the FROM keyword

    • Use the RUN keyword to execute commands in the image

    • Use the COPY keyword to add files from the host machine to the image

    • Use the CMD keyword to specify the default command to run when the container starts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready on application based questions

Skills evaluated in this interview

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)

Jobs at NMD Private Limited

View all

Interview questions from similar companies

I applied via Job Portal and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly technical questions and they considered background profile too

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your experience and get deep knowledge before attending interview

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. About previous company projects and some intermediate level questions on AWS and DevOps
Round 2 - Case Study 

Managerial skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics well and explain your projects well

I applied via Campus Placement and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basics of Java
  • Q2. Software development life cycle
  • Ans. 

    Software development life cycle is a process of planning, designing, developing, testing, deploying, and maintaining software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • SDLC models include Waterfall, Agile, and DevOps.

    • The choice of model depends on the project requirements and constr...

  • Answered by AI
  • Q3.  basics of Datastructure and c
  • Q4. Project questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of each sub.

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

TCS user image Mohammed Sabina

posted on 19 Sep 2022

I applied via Campus Placement and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Understand aptitude aptly

Round 2 - Coding Test 

Have basic knowledge on logics ,you can write code easily

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts and resume mentioned technologies
  • Q2. Btech project to be explain
  • Ans. 

    My Btech project was on developing a web-based application for online shopping.

    • Developed using PHP and MySQL

    • Implemented features like user registration, product search, cart management, and payment gateway integration

    • Used HTML, CSS, and JavaScript for frontend development

    • Conducted testing and debugging to ensure smooth functioning

    • Received an A grade for the project

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool , genuine ,honest and intelligent

Interview Questionnaire 

4 Questions

  • Q1. How to take backup of pipeline in azure devops
  • Ans. 

    To take backup of pipeline in Azure DevOps, follow these steps:

    • Go to the pipeline you want to backup

    • Click on the three dots on the top right corner

    • Select 'Export'

    • Choose the format you want to export the pipeline in

    • Save the file in a secure location

  • Answered by AI
  • Q2. Which tasks have you added in CI pipeline for code coverage
  • Ans. 

    Added tasks for code coverage in CI pipeline

    • Implemented code coverage tool like JaCoCo or Cobertura

    • Configured the tool to generate coverage reports

    • Added a step in the pipeline to run the coverage tool and generate reports

    • Set a threshold for minimum code coverage and fail the build if it's not met

  • Answered by AI
  • Q3. Disadvantages of kuberneties
  • Ans. 

    Kubernetes has some disadvantages that need to be considered before implementation.

    • Complexity in setup and maintenance

    • Steep learning curve for beginners

    • Requires additional resources for monitoring and management

    • Potential for downtime and service disruption

    • Limited support for stateful applications

    • May not be cost-effective for small-scale deployments

  • Answered by AI
  • Q4. Difference between Jenkins and Azure Devops
  • Ans. 

    Jenkins is a CI/CD tool while Azure DevOps is a complete DevOps solution.

    • Jenkins is open-source and can be hosted on-premises or in the cloud.

    • Azure DevOps is a cloud-based solution that offers a range of DevOps services.

    • Jenkins has a large number of plugins available for customization.

    • Azure DevOps offers a range of services including source control, build and release management, and project management.

    • Jenkins is more s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly Azure Devops CI And CD stuff.

Skills evaluated in this interview

I applied via Referral and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Day to day activities
  • Q2. Questions on os

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

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

Interview Questionnaire 

3 Questions

  • Q1. CICD process
  • Ans. 

    CICD process is a software development approach that automates the building, testing, and deployment of code changes.

    • CICD stands for Continuous Integration and Continuous Deployment

    • It involves automating the entire software development process

    • It helps in reducing errors and improving the quality of the code

    • Tools like Jenkins, GitLab, and Travis CI are used for CICD

    • Example: Code changes are automatically built, tested, ...

  • Answered by AI
  • Q2. Terraform
  • Q3. Pipeline stages
  • Ans. 

    Pipeline stages are the different steps involved in the continuous delivery process.

    • Pipeline stages include building, testing, deploying, and monitoring.

    • Each stage has its own set of tools and processes.

    • Stages can be automated to ensure consistency and efficiency.

    • Examples of tools used in pipeline stages include Jenkins, Git, Docker, and Kubernetes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview contains two rounds, first round was technical round, the interviewer was very kind and asked on the topics of CICD process, Terraform and Pipeline stages. The second round was HR round, asked on the basic stuffs like my likes and dislikes and any appreciation that I received.

NMD Private Limited Interview FAQs

How many rounds are there in NMD Private Limited interview?
NMD Private Limited interview process usually has 1-2 rounds. The most common rounds in the NMD Private Limited interview process are Technical and Coding Test.
How to prepare for NMD Private Limited 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 NMD Private Limited. The most common topics and skills that interviewers at NMD Private Limited expect are SQL, Analytics, CRM, Merchandising and Monitoring.
What are the top questions asked in NMD Private Limited interview?

Some of the top questions asked at the NMD Private Limited interview -

  1. Write down the dockerfile to create the docker im...read more
  2. AWS/ Azure/GCP cloud services, CICD code pipe...read more
  3. About AWS servi...read more

Tell us how to improve this page.

NMD Private Limited Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Adidas Interview Questions
3.9
 • 72 Interviews
PUMA Interview Questions
4.3
 • 52 Interviews
NIKE Interview Questions
4.2
 • 34 Interviews
Skechers Interview Questions
4.0
 • 9 Interviews
Reebok Interview Questions
4.5
 • 4 Interviews
Under Armour Interview Questions
3.8
 • 4 Interviews
Asics Interview Questions
4.0
 • 2 Interviews
View all

NMD Private Limited Reviews and Ratings

based on 18 reviews

4.7/5

Rating in categories

4.7

Skill development

4.5

Work-life balance

4.5

Salary

4.6

Job security

4.9

Company culture

4.2

Promotions

4.7

Work satisfaction

Explore 18 Reviews and Ratings
Manager VM Excellence EM

Gurgaon / Gurugram

5-10 Yrs

Not Disclosed

Sr. Specialist eCom Master Data

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Snr Specialist CtC Assortment Planning EM

Gurgaon / Gurugram

3-4 Yrs

Not Disclosed

Explore more jobs
Data Analyst
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Digital Marketing Executive
19 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Analyst Intern
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Java Developer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare NMD Private Limited with

Adidas

3.9
Compare

PUMA

4.3
Compare

NIKE

4.2
Compare

Reebok

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