Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Crest Data Systems Team. If you also belong to the team, you can get access from here

Crest Data Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Crest Data Systems Devops Engineer Interview Questions, Process, and Tips

Updated 17 Apr 2024

Top Crest Data Systems Devops Engineer Interview Questions and Answers

View all 10 questions

Crest Data Systems Devops Engineer Interview Experiences

3 interviews found

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

(6 Questions)

  • Q1. What is dockerfile
  • Ans. 

    Dockerfile is a text file that contains instructions to build a Docker image.

    • Dockerfile is used to define the environment and dependencies for a Docker container

    • It includes commands like FROM, RUN, COPY, and CMD to specify the base image, run commands, copy files, and set the default command

    • Dockerfile is used with the 'docker build' command to create a Docker image

  • Answered by AI
  • Q2. What is jenkinsfile
  • Ans. 

    Jenkinsfile is a text file that defines the pipeline for a Jenkins job.

    • Jenkinsfile is written in Groovy scripting language.

    • It allows defining the entire pipeline as code, including build, test, and deployment stages.

    • Jenkinsfile can be stored in version control along with the project code for better traceability.

    • It enables automation and repeatability of the CI/CD process.

    • Example: pipeline { agent any stages { stage('Bu...

  • Answered by AI
  • Q3. How to reduce size of docker file
  • Ans. 

    To reduce the size of a Docker file, remove unnecessary dependencies, use multi-stage builds, optimize layers, and use smaller base images.

    • Remove unnecessary dependencies and files

    • Utilize multi-stage builds to reduce the number of layers

    • Optimize layers by grouping related commands together

    • Use smaller base images like Alpine instead of larger ones like Ubuntu

  • Answered by AI
  • Q4. What is orchestration
  • Ans. 

    Orchestration is the automated arrangement, coordination, and management of complex computer systems or services.

    • Orchestration involves automating tasks such as provisioning, configuration, deployment, scaling, and monitoring of software applications.

    • It helps in streamlining and optimizing the workflow of various components in a system.

    • Popular orchestration tools include Kubernetes, Docker Swarm, and Apache Mesos.

    • Orche...

  • Answered by AI
  • Q5. What is azure devops and how to use it
  • Ans. 

    Azure DevOps is a set of development tools provided by Microsoft to help teams plan, build, and deploy software applications.

    • Azure DevOps includes services for version control, build automation, release management, and more

    • It allows for collaboration between development and operations teams

    • Users can create pipelines to automate the build and deployment process

    • Azure Boards can be used for project management and tracking

  • Answered by AI
  • Q6. What is helm charts
  • Ans. 

    Helm charts are packages of pre-configured Kubernetes resources used for deploying applications.

    • Helm charts are used to define, install, and upgrade Kubernetes applications.

    • They are written in YAML and can include templates for Kubernetes resources like deployments, services, and ingress.

    • Helm charts can be customized using values files to adjust configurations for different environments.

    • Helm charts are stored in reposi...

  • Answered by AI
Round 2 - Coding Test 

Host webapp container using dockerfile and dockercompose

Round 3 - HR 

(1 Question)

  • Q1. Where do you see yourself in next 5 years

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. What are the steps to decrease a size of dockerfile
  • Ans. 

    To decrease the size of a Dockerfile, steps such as using multi-stage builds, minimizing layers, and optimizing image size can be taken.

    • Use multi-stage builds to reduce the number of layers in the final image

    • Minimize the number of RUN commands by combining them into a single command

    • Remove unnecessary files and dependencies from the image

    • Use smaller base images like Alpine instead of larger ones like Ubuntu

    • Optimize the ...

  • Answered by AI
  • Q2. What is init container
  • Ans. 

    Init container is a special type of container in Kubernetes that runs before the main application container starts.

    • Init containers are used to perform tasks such as setting up configuration files, initializing a database, or waiting for a service to be ready before the main container starts.

    • They run to completion before the main container starts, ensuring that any dependencies are met.

    • Init containers share the same net...

  • Answered by AI
  • Q3. What is role of nodeport type service
  • Ans. 

    NodePort type service exposes a service on a specific port on all nodes in the cluster.

    • NodePort type service allows external traffic to access a service in a Kubernetes cluster

    • It assigns a static port on each node, which forwards traffic to the service

    • It is commonly used for accessing applications externally in a development environment

  • Answered by AI
  • Q4. How to configure vpc peering
  • Ans. 

    VPC peering allows connecting two VPCs to communicate with each other using private IP addresses.

    • Ensure both VPCs are in the same region

    • Update route tables in both VPCs to allow traffic between them

    • Ensure there are no overlapping CIDR blocks

    • Accept the peering connection request in both VPCs

  • Answered by AI
Round 2 - Coding Test 

Write a Dockerfile to create image for a web app

Round 3 - HR 

(1 Question)

  • Q1. How do you see yourself after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay focused on your learning

Skills evaluated in this interview

Devops Engineer Interview Questions Asked at Other Companies

asked in Lentra AI
Q1. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
Q2. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Siemens
Q3. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Nagarro
Q4. Guess The Hidden Number Problem Statement You are given an intege ... read more
Q5. Docker command to transfer an image from one machine to another w ... read more
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Apr 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Details about ssh configs
  • Q2. Details about aws voc

Interview questions from similar companies

Interview experience
3
Average
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. What are the components of DevOps?
  • Ans. 

    DevOps components include culture, automation, measurement, and sharing.

    • Culture: Encouraging collaboration and communication between development and operations teams.

    • Automation: Implementing tools for continuous integration, continuous delivery, and infrastructure as code.

    • Measurement: Monitoring and analyzing performance metrics to improve processes and identify areas for optimization.

    • Sharing: Facilitating knowledge sh...

  • Answered by AI
  • Q2. Tell us briefly regarding your previous projets and challenges
  • Ans. 

    I have worked on various projects involving automation, CI/CD pipelines, containerization, and infrastructure as code.

    • Implemented Jenkins pipelines for automating build, test, and deployment processes

    • Utilized Docker and Kubernetes for containerization and orchestration

    • Managed infrastructure using Terraform and Ansible

    • Addressed challenges related to scalability, performance optimization, and security

    • Collaborated with cr...

  • Answered by AI

Skills evaluated in this interview

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

AWS architecture diagram based on scenario

Round 2 - Technical 

(2 Questions)

  • Q1. About CICD and RDS
  • Q2. About Kubdernetes
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is RBAC in Kubernetes ?
  • Ans. 

    RBAC in Kubernetes stands for Role-Based Access Control, which is used to control access to resources based on roles assigned to users.

    • RBAC allows administrators to define roles with specific permissions for accessing resources in a Kubernetes cluster.

    • Roles can be assigned to users or groups, allowing fine-grained control over who can perform certain actions.

    • RBAC includes four primary components: Role, RoleBinding, Clu...

  • Answered by AI
  • Q2. What are security features in gcp ?
  • Ans. 

    Google Cloud Platform (GCP) offers various security features to protect data and resources.

    • Identity and Access Management (IAM) for controlling access to resources

    • Encryption at rest and in transit to protect data

    • Network security with Virtual Private Cloud (VPC) and firewall rules

    • Security Key Enforcement for two-factor authentication

    • Security Scanner for vulnerability assessment

    • Cloud Security Command Center for centraliz

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Discuss about project Job Location query In hand salary Timing and bound related talk
Round 2 - Technical 

(1 Question)

  • Q1. Questions realted Linux What is aws and its application Detail about project Some basic programming Questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Jadavpur University and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic Python and Linux Command Line Questions

Interview experience
3
Average
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 - HR 

(2 Questions)

  • Q1. How are you ?
  • Q2. What is teamwork for you ?
Round 3 - One-on-one 

(1 Question)

  • Q1. What is oop concept
  • Ans. 

    OOP (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP focuses on creating objects that interact with each other to solve problems

    • Encapsulation: Objects can hide their internal state and require interaction through methods

    • Inheritance: Objects can inherit attributes and methods from parent objects

    • Polymorphism: Objects can take on different forms o

  • Answered by AI

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

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 

Basic C test where our syntax and approach got tested

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Honest with Interviewer whatever you know, share completely.

Crest Data Systems Interview FAQs

How many rounds are there in Crest Data Systems Devops Engineer interview?
Crest Data Systems interview process usually has 2-3 rounds. The most common rounds in the Crest Data Systems interview process are Technical, Coding Test and HR.
How to prepare for Crest Data Systems 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 Crest Data Systems. The most common topics and skills that interviewers at Crest Data Systems expect are Ansible, Docker, Jenkins, Kubernetes and Terraform.
What are the top questions asked in Crest Data Systems Devops Engineer interview?

Some of the top questions asked at the Crest Data Systems Devops Engineer interview -

  1. What are the steps to decrease a size of dockerf...read more
  2. What is role of nodeport type serv...read more
  3. how to reduce size of docker f...read more

Tell us how to improve this page.

Crest Data Systems Devops Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Crest Data Systems Devops Engineer Salary
based on 49 salaries
₹6 L/yr - ₹17.4 L/yr
23% more than the average Devops Engineer Salary in India
View more details

Crest Data Systems Devops Engineer Reviews and Ratings

based on 5 reviews

3.5/5

Rating in categories

2.3

Skill development

4.1

Work-life balance

3.7

Salary

2.8

Job security

3.3

Company culture

3.4

Promotions

2.5

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
281 salaries
unlock blur

₹4.5 L/yr - ₹16.5 L/yr

Site Reliability Engineer
168 salaries
unlock blur

₹4.4 L/yr - ₹16 L/yr

Senior Software Engineer
127 salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Devops Engineer
49 salaries
unlock blur

₹6 L/yr - ₹17.4 L/yr

Technical Lead
36 salaries
unlock blur

₹12 L/yr - ₹36 L/yr

Explore more salaries
Compare Crest Data Systems 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