Upload Button Icon Add office photos

Filter interviews by

Searce Cosourcing Services Devops Engineer Interview Questions and Answers

Updated 26 Aug 2024

Searce Cosourcing Services Devops Engineer Interview Experiences

2 interviews found

Devops Engineer Interview Questions & Answers

user image mayank agrawal

posted on 26 Aug 2024

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

(2 Questions)

  • Q1. What is terraform
  • Ans. 

    Terraform is an open-source infrastructure as code software tool created by HashiCorp.

    • Terraform allows users to define and provision infrastructure using a declarative configuration language.

    • It supports multiple cloud providers such as AWS, Azure, and Google Cloud Platform.

    • Terraform manages infrastructure resources as code, enabling automation and version control.

    • It helps in creating, updating, and deleting infrastruct...

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

    Ansible is an open-source automation tool used for configuration management, application deployment, and orchestration.

    • Ansible uses YAML syntax for its playbooks

    • It does not require agents to be installed on managed nodes

    • Ansible can automate tasks across multiple servers simultaneously

  • Answered by AI

Skills evaluated in this interview

Devops Engineer Interview Questions & Answers

user image Radha Kadiakari

posted on 2 Aug 2023

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

I applied via Naukri.com and was interviewed in Mar 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Basic questions on git, Docker and Kubernetes. Were expecting deep understanding of Cloud.
Round 3 - Technical 

(1 Question)

  • Q1. Advanced Cloud services knowledge required to clear this round.

Devops Engineer Interview Questions Asked at Other Companies

asked in Siemens
Q1. How to run a docker command remotely. i.e. Docker is installed on ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... read more
Q3. Reverse the String Problem Statement You are given a string STR w ... 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

Devops Engineer Jobs at Searce Cosourcing Services

View all

Interview questions from similar companies

I applied via Recruitment Consulltant

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 

(1 Question)

  • Q1. Easy questions about technical experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Very Good company & easy questions while interviews and smooth onboarding
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Hacker rank coding exercise

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all 5 rounds including 2 technical interviews, 1 coding exercise, 1 Manger round and 1 HR round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Sep 2022. 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 - Technical 

(1 Question)

  • Q1. Questions were around Kubernetes deployments, autoscaling, networking, Terraform etc
Round 3 - Technical 

(1 Question)

  • Q1. More on the problem solving questions
Round 4 - HR 

(1 Question)

  • Q1. About package and roles
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Why DevOps is needed in an organisation?
  • Ans. 

    DevOps is needed in an organization to improve collaboration between development and operations teams, increase efficiency, and deliver high-quality software faster.

    • Improves collaboration between development and operations teams

    • Increases efficiency in software development and deployment processes

    • Helps in delivering high-quality software faster

    • Automates repetitive tasks to reduce manual errors

    • Facilitates continuous inte...

  • Answered by AI
  • Q2. What is the difference between ADD vs COPY?
  • Ans. 

    ADD and COPY are Dockerfile instructions used to copy files and directories into a Docker image, but they have some key differences.

    • ADD allows for URLs and automatically extracts compressed files, while COPY only works with local files

    • COPY is recommended for copying local files and directories into an image, while ADD is more versatile but can be less predictable

    • ADD can be used to download files from the internet and a

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Devops and how do you use
  • Ans. 

    DevOps is a software development methodology that combines software development (Dev) with IT operations (Ops) to improve collaboration and efficiency.

    • DevOps focuses on automating and streamlining the software development process.

    • It involves continuous integration, continuous delivery, and continuous deployment.

    • DevOps aims to shorten the system development life cycle and provide continuous delivery of high-quality soft...

  • Answered by AI
  • Q2. Explain k8s in your infratsru
  • Ans. 

    K8s, short for Kubernetes, is a popular open-source container orchestration platform used for automating deployment, scaling, and management of containerized applications.

    • Kubernetes automates the deployment, scaling, and management of containerized applications.

    • It provides features like self-healing, load balancing, and rolling updates.

    • Kubernetes uses declarative configuration files to define the desired state of the a...

  • Answered by AI

Skills evaluated in this interview

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 Oct 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a DevOps Engineer with 5 years of experience in automating, optimizing, and monitoring software development processes.

    • 5 years of experience in DevOps

    • Proficient in automating software development processes

    • Skilled in optimizing and monitoring systems

    • Strong knowledge of CI/CD pipelines

    • Experience with tools like Jenkins, Docker, Kubernetes

  • Answered by AI
  • Q2. Write a CI/CD Pipeline code for a 3 tier application
  • Ans. 

    A CI/CD Pipeline code for a 3 tier application

    • Use a version control system like Git to store the application code

    • Set up a CI tool like Jenkins to automate the build process

    • Define stages in the pipeline for building, testing, and deploying each tier of the application

    • Leverage tools like Docker for containerization and Kubernetes for orchestration

    • Implement automated testing at each stage to ensure code quality and reliab

  • Answered by AI
  • Q3. Difference between NSG and ASG
  • Ans. 

    NSG stands for Network Security Group and is used to control inbound and outbound traffic to Azure resources. ASG stands for Availability Set Group and is used to ensure high availability of virtual machines.

    • NSG controls traffic by setting rules for inbound and outbound traffic based on source and destination IP addresses, ports, and protocols.

    • ASG groups virtual machines together to ensure high availability by distribu...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tiger Analytics Devops Engineer interview:
  • CI/CD
  • Azure

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Docker Kubernetes Terraform
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Architecture about project
  • Q2. Container creation in terraform
  • Ans. 

    Container creation in terraform involves defining a container resource in a terraform configuration file.

    • Define a container resource in the terraform configuration file using the 'docker_container' or 'container' provider.

    • Specify the image, name, ports, and other necessary configurations for the container.

    • Run 'terraform init' and 'terraform apply' to create the container based on the defined configuration.

  • Answered by AI

Skills evaluated in this interview

Searce Cosourcing Services Interview FAQs

How many rounds are there in Searce Cosourcing Services Devops Engineer interview?
Searce Cosourcing Services interview process usually has 2 rounds. The most common rounds in the Searce Cosourcing Services interview process are Technical and Resume Shortlist.
How to prepare for Searce Cosourcing 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 Searce Cosourcing Services. The most common topics and skills that interviewers at Searce Cosourcing Services expect are Devops, GCP, Kubernetes, Ansible and Terraform.
What are the top questions asked in Searce Cosourcing Services Devops Engineer interview?

Some of the top questions asked at the Searce Cosourcing Services Devops Engineer interview -

  1. What is terraf...read more
  2. What is ansbi...read more
  3. Basic questions on git, Docker and Kubernetes. Were expecting deep understandin...read more

Tell us how to improve this page.

Searce Cosourcing Services Devops Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Searce Cosourcing Services Devops Engineer Salary
based on 23 salaries
₹5.3 L/yr - ₹21.6 L/yr
54% more than the average Devops Engineer Salary in India
View more details

Searce Cosourcing Services Devops Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

5.0

Skill development

4.5

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
DevOps Engineer

Mumbai

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
156 salaries
unlock blur

₹4.5 L/yr - ₹16.5 L/yr

Cloud Engineer
117 salaries
unlock blur

₹3.8 L/yr - ₹16 L/yr

Cloud Consultant
74 salaries
unlock blur

₹7 L/yr - ₹26.1 L/yr

Analyst
73 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Data Engineer
52 salaries
unlock blur

₹4.2 L/yr - ₹14.5 L/yr

Explore more salaries
Compare Searce Cosourcing Services with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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