Upload Button Icon Add office photos

Filter interviews by

Datagrazp DevOps Intern Interview Questions and Answers for Freshers

Updated 19 Jun 2024

Datagrazp DevOps Intern Interview Experiences for Freshers

1 interview found

DevOps Intern Interview Questions & Answers

user image Anonymous

posted on 19 Jun 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Cut short and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Structure of kuberntes
  • Ans. 

    Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.

    • Kubernetes uses a master-slave architecture with a master node controlling multiple worker nodes.

    • It allows for automatic scaling, self-healing, and rolling updates of applications.

    • Kubernetes uses declarative configuration files (YAML or JSON) to define the desired state of the c...

  • Answered by AI
  • Q2. Whats containerisation , benifits
  • Ans. 

    Containerisation is a method of packaging and running applications in isolated environments called containers.

    • Containers are lightweight, portable, and can run on any platform that supports containerisation.

    • Benefits include improved scalability, faster deployment, resource efficiency, and easier management.

    • Containers help in achieving consistency across different environments and simplifying the development process.

    • Pop...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain the Role and Functionality of the Control Plane Components in Kubernetes.
  • Ans. 

    Control plane components in Kubernetes manage the cluster and make decisions about the state of the cluster.

    • Control Manager: Ensures that the desired state of the cluster matches the actual state.

    • Scheduler: Assigns workloads to nodes based on resource availability and constraints.

    • API Server: Acts as the front-end for the Kubernetes control plane and is the primary interface for users and other components.

    • etcd: Consiste...

  • Answered by AI
  • Q2. How Would You Implement Zero-Downtime Deployments in Kubernetes?
  • Ans. 

    Implementing zero-downtime deployments in Kubernetes involves using rolling updates and readiness probes.

    • Use rolling updates to gradually replace old pods with new ones

    • Configure readiness probes to ensure new pods are ready before routing traffic to them

    • Utilize tools like Helm for managing releases and versioning

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How Can You Ensure High Availability of the etcd Cluster Used by Kubernetes?
  • Ans. 

    To ensure high availability of the etcd cluster used by Kubernetes, you can implement redundancy, monitoring, and disaster recovery strategies.

    • Implement a multi-node etcd cluster to ensure redundancy and fault tolerance.

    • Utilize monitoring tools like Prometheus and Grafana to track the health and performance of the etcd cluster.

    • Set up regular backups and implement disaster recovery plans to quickly recover from failures...

  • Answered by AI
  • Q2. How Would You Approach Capacity Planning for a Kubernetes Cluster?
  • Ans. 

    Capacity planning for a Kubernetes cluster involves analyzing resource usage, predicting future needs, and scaling infrastructure accordingly.

    • Monitor resource usage of pods and nodes using tools like Prometheus and Grafana

    • Analyze historical data to identify trends and patterns in resource consumption

    • Estimate future resource requirements based on application growth and workload changes

    • Scale the cluster by adding or remo...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Mahindra Devops Engineer interview:
  • docker
  • Kubernetes
  • Jenkins
  • Cloud
  • GIT
Interview preparation tips for other job seekers - Customize your resume for each job application. Highlight relevant skills and experiences that align with the specific job description.
stay updated with the latest trends and technologies in your field. Consider online courses or certifications that can enhance your skills and make you more marketable.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Terraform resource creation
  • Q2. Ansible configuration
Round 2 - HR 

(2 Questions)

  • Q1. Managerial of team
  • Q2. Behaviour and team leading

Interview Preparation Tips

Interview preparation tips for other job seekers - be confidebt
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to give access of s3 bucket to user in a secure way?
  • Ans. 

    Grant access to S3 bucket securely by using IAM policies and roles.

    • Create an IAM policy with specific permissions for the S3 bucket

    • Attach the IAM policy to an IAM role

    • Assign the IAM role to the user or group that needs access

    • Use bucket policies for more granular control if needed

  • Answered by AI
  • Q2. Difference between iam role and iam group?
  • Ans. 

    IAM role is used to grant permissions to entities, while IAM group is used to group users with similar permissions.

    • IAM role is used to delegate permissions to entities like EC2 instances or Lambda functions

    • IAM group is used to group users with similar permissions for easier management

    • IAM role can be assumed by trusted entities, while IAM group is used for managing user permissions

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are roles in ansible
  • Ans. 

    Roles in Ansible are a way to group tasks, handlers, variables, and other related files together for easier management and reuse.

    • Roles help in organizing and structuring Ansible playbooks

    • They promote reusability and modularity

    • Roles can be shared and reused across different playbooks

    • Each role typically consists of directories like tasks, handlers, templates, vars, etc.

    • Roles can be installed using Ansible Galaxy

  • Answered by AI
  • Q2. How do you give admin permissions to run your playbook
  • Ans. 

    To give admin permissions to run a playbook, you can use sudo or grant specific permissions in the sudoers file.

    • Grant sudo access to the user running the playbook

    • Add the user to the sudoers file with specific permissions

    • Use ansible_become to run tasks with elevated privileges

  • Answered by AI
  • Q3. How can you add a plugin in Jenkins manually
  • Ans. 

    To add a plugin in Jenkins manually, you can download the plugin file and upload it through the Jenkins web interface.

    • Download the desired plugin file from the Jenkins website or other sources.

    • Navigate to the Jenkins dashboard and click on 'Manage Jenkins'.

    • Select 'Manage Plugins' and go to the 'Advanced' tab.

    • Choose the 'Upload Plugin' option and select the downloaded plugin file.

    • Click 'Upload' and restart Jenkins to ap

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was pretty basic, more of a fresher role.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Decent Technical round
  • Q2. About docker , kubernetes
Round 2 - Technical 

(1 Question)

  • Q1. Client round about pipelines and stuff
Interview experience
4
Good
Difficulty level
-
Process Duration
6-8 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. What is Java . Why did you join in this company. Which skills do you have
  • Q2. What is inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class can inherit attributes and methods from another class.

    • Allows a class to reuse code from another class

    • Enables the creation of a hierarchy of classes

    • Derived class inherits properties and behaviors from a base class

    • Promotes code reusability and reduces redundancy

  • Answered by AI
  • Q3. What collection
  • Q4. What is array. Types of array.collection
  • Ans. 

    An array is a data structure that stores a collection of elements, typically of the same data type.

    • Arrays can be of fixed size or dynamic size.

    • Types of arrays include one-dimensional, multi-dimensional, and jagged arrays.

    • Examples: ['apple', 'banana', 'orange']

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In naukri

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. They will focus on your projects and ask questions from them, only real-time practical question.
  • Q2. How you will minimize the downtime.
  • Ans. 

    Minimizing downtime can be achieved through proper planning, monitoring, and automation.

    • Conduct regular maintenance and updates to prevent system failures

    • Implement redundancy and failover mechanisms to ensure continuous operation

    • Monitor system performance and proactively address potential issues

    • Automate processes to reduce the risk of human error and speed up recovery time

    • Have a disaster recovery plan in place to quick

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your projects, and say what you did.

Skills evaluated in this interview

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Lets us writes some docker code and some scripts regarding DevOps

Round 3 - Technical 

(2 Questions)

  • Q1. Ask about technical questions
  • Q2. What devops tools your worked on
  • Ans. 

    I have worked with various DevOps tools including Jenkins, Git, Docker, Kubernetes, Ansible, and AWS.

    • Experience with Jenkins for continuous integration and deployment

    • Proficient in Git for version control

    • Familiarity with Docker and Kubernetes for containerization and orchestration

    • Knowledge of Ansible for configuration management

    • Experience with AWS for cloud infrastructure management

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About previous company details

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared well for the interviews ,all the best for your future

Skills evaluated in this interview

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

I applied via IBEGIN and was interviewed before Feb 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your experience
  • Q2. Real time experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and plan resume accordingly and post in naukari

Datagrazp Interview FAQs

How many rounds are there in Datagrazp DevOps Intern interview for freshers?
Datagrazp interview process for freshers usually has 1 rounds. The most common rounds in the Datagrazp interview process for freshers are Technical.
What are the top questions asked in Datagrazp DevOps Intern interview for freshers?

Some of the top questions asked at the Datagrazp DevOps Intern interview for freshers -

  1. Whats containerisation , benif...read more
  2. Structure of kubern...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Datagrazp interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare Datagrazp with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview