Upload Button Icon Add office photos

Filter interviews by

Sourcefuse Technologies Devops Engineer Interview Questions, Process, and Tips

Updated 4 Apr 2022

Top Sourcefuse Technologies Devops Engineer Interview Questions and Answers

  • Q1. How does Jenkins know when to execute a scheduled job or pipeline, and how is it triggered?
  • Q2. What are the differences between declarative and scripted pipelines in Jenkins?
  • Q3. What are the differences between Amazon ECS and Amazon EKS?
View all 9 questions

Sourcefuse Technologies Devops Engineer Interview Experiences

3 interviews found

Round 1 - Aptitude Test 

Basic aptitude

Round 2 - Technical 

(1 Question)

  • Q1. Linux commands, bash script, aws service(ec2,s3,iam..etc),operating system, docker, programming language concepts, database, sql query, data structure.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be fundamentally sound with basics of Programming concepts and DevOps services.

I appeared for an interview before Apr 2021.

Round 1 - Video Call 

(5 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical interview round with questions on Jenkins, Kubernetes, MYSQL etc.

  • Q1. What are the differences between declarative and scripted pipelines in Jenkins?
  • Ans. 

    Declarative pipelines focus on the desired state of the pipeline, while scripted pipelines allow for more flexibility and control.

    • Declarative pipelines use a more structured syntax and are recommended for simpler pipelines.

    • Scripted pipelines use Groovy script and allow for more complex logic and customization.

    • Declarative pipelines are easier to read and maintain, while scripted pipelines can be more powerful but harder...

  • Answered by AI
  • Q2. How does Jenkins know when to execute a scheduled job or pipeline, and how is it triggered?
  • Ans. 

    Jenkins triggers scheduled jobs or pipelines based on configured cron expressions or triggers from external events.

    • Jenkins uses cron expressions to schedule jobs at specific times or intervals.

    • Jobs can also be triggered manually or by external events like code commits to a repository.

    • Pipeline jobs can be triggered by changes in a Git repository, webhook notifications, or other external triggers.

  • Answered by AI
  • Q3. What are the differences between Ansible and Jenkins?
  • Ans. 

    Ansible is a configuration management tool, while Jenkins is a continuous integration and continuous deployment tool.

    • Ansible is used for configuration management and automation of tasks, while Jenkins is used for automating the build, test, and deployment processes.

    • Ansible uses YAML for configuration management, while Jenkins uses Groovy scripts for defining build pipelines.

    • Ansible is agentless, meaning it does not req...

  • Answered by AI
  • Q4. What is the difference between Kubernetes Deployments and Pods?
  • Ans. 

    Kubernetes Deployments manage multiple Pods and provide features like scaling, rolling updates, and rollback.

    • Deployments manage the lifecycle of Pods, ensuring a desired state is maintained.

    • Pods are the smallest deployable units in Kubernetes, representing a single instance of a running process.

    • Deployments allow for easy scaling of applications by creating or deleting Pods based on the defined configuration.

    • Deployments...

  • Answered by AI
  • Q5. What are the differences between Ingress and Load Balancer in Kubernetes?
  • Ans. 

    Ingress is a layer 7 HTTP routing mechanism while Load Balancer is a layer 4 TCP/UDP load balancer in Kubernetes.

    • Ingress is used to expose HTTP and HTTPS routes to services inside the cluster, while Load Balancer is used to distribute traffic across multiple nodes.

    • Ingress provides features like SSL termination, path-based routing, and name-based virtual hosting, while Load Balancer focuses on distributing traffic based...

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Technical round with questions on AWS Services, Docker, Microservices etc.

  • Q1. What are the differences between Amazon ECS and Amazon EKS?
  • Ans. 

    Amazon ECS is a container management service while Amazon EKS is a managed Kubernetes service.

    • Amazon ECS is a fully managed container orchestration service, while Amazon EKS is a managed Kubernetes service.

    • Amazon ECS is more tightly integrated with other AWS services like CloudWatch, IAM, and VPC, while Amazon EKS is more flexible and can run on any cloud provider.

    • Amazon ECS uses its own proprietary orchestration engin...

  • Answered by AI
  • Q2. What are the use cases of running Docker inside Docker?
  • Ans. 

    Running Docker inside Docker is useful for testing, CI/CD pipelines, and isolating environments.

    • Testing different Docker configurations

    • Running CI/CD pipelines within containers

    • Isolating development environments

    • Building and testing Docker images within containers

  • Answered by AI
  • Q3. What is the difference between monolithic and microservices architecture?
  • Ans. 

    Monolithic architecture is a single, unified system while microservices architecture is a collection of small, independent services.

    • Monolithic architecture is a single, indivisible unit where all components are tightly coupled.

    • Microservices architecture breaks down the application into smaller, loosely coupled services that communicate through APIs.

    • Monolithic architecture can be harder to scale and maintain compared to...

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASourceFuse Technologies interview preparation:Topics to prepare for the interview - AWS Services, Kubernetes, Jenkins, SQL, DBMSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : You'll be selected only and if you're really very technically sound and have working experience in Production environment. You can't fool interviewer.
Tip 2 : Must do Previously asked Interview as well as Online Test Questions.
Tip 3 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Feb 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Various AWS Services (EKS, DMS, RDS, API-GATEWAY, EC2 [ALB, ELB, ENI, TG, ASG], Route53, VPC), IAM, Scenario based questions.
  • Q2. In depth Kubernetes [Pod Template vs Deployment manifest, Ingress vs Loadbalancer vs ClusterIP vs NodePort]
  • Q3. Docker inside docker, Micro-service architecture vs Monolithic architecture, EKS vs ECS vs Fargate, Seceario based question [ How to use a single loadbalancer for multiple services in an EKS Cluster ]
  • Q4. Jenkins Job [ Declarative pipeline vs Scripted Pipeline ], Jenkins of Kubernetes, Jenkins Job backup, Jenkins server DR
  • Q5. MySQL-Aurora vs MySQL, Ansible vs Jenkins
  • Ans. 

    MySQL-Aurora is a managed service while MySQL requires manual management. Ansible and Jenkins are both automation tools.

    • MySQL-Aurora is a managed service provided by AWS, while MySQL requires manual management.

    • MySQL-Aurora is more scalable and fault-tolerant than MySQL.

    • Ansible is a configuration management tool that automates the deployment and management of software.

    • Jenkins is a continuous integration and continuous d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You'll be selected only and If you're really very technically sound and have working experience in Production environment. You can't fool interviewer.

Skills evaluated in this interview

Devops Engineer Jobs at Sourcefuse Technologies

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Questions asked related to topics that we mentioned in resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Wt do know about devops
  • Q2. Wt is kubernets
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 - One-on-one 

(2 Questions)

  • Q1. Practical Question related to kubernetes...
  • Q2. Nginx deployment

Interview Preparation Tips

Interview preparation tips for other job seekers - None
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Technical,General, Devops related, Integration related

Interview Preparation Tips

Topics to prepare for Vismaya Devops Engineer interview:
  • Devops
  • Integration
  • Java
  • Angular
  • UI/UX
Interview preparation tips for other job seekers - Prepare well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about K8s.
  • Ans. 

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

    • Kubernetes is commonly referred to as K8s because there are 8 letters between the 'K' and the 's' in 'Kubernetes'.

    • It allows for automatic scaling of applications based on resource usage.

    • Kubernetes provides features like service discovery, load balancing, and stor...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Linux,docker,git,ansible
Round 2 - HR 

(1 Question)

  • Q1. Docker ansible aws linux
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Intermediate questions
Round 2 - Technical 

(1 Question)

  • Q1. Can you please provide a brief self-introduction?

Sourcefuse Technologies Interview FAQs

How many rounds are there in Sourcefuse Technologies Devops Engineer interview?
Sourcefuse Technologies interview process usually has 2 rounds. The most common rounds in the Sourcefuse Technologies interview process are Aptitude Test and Technical.
How to prepare for Sourcefuse Technologies 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 Sourcefuse Technologies. The most common topics and skills that interviewers at Sourcefuse Technologies expect are Python, Application Development, DevOps, IT Services and Linux.
What are the top questions asked in Sourcefuse Technologies Devops Engineer interview?

Some of the top questions asked at the Sourcefuse Technologies Devops Engineer interview -

  1. MySQL-Aurora vs MySQL, Ansible vs Jenk...read more
  2. Docker inside docker, Micro-service architecture vs Monolithic architecture, EK...read more
  3. Various AWS Services (EKS, DMS, RDS, API-GATEWAY, EC2 [ALB, ELB, ENI, TG, ASG],...read more

Tell us how to improve this page.

Sourcefuse Technologies Devops Engineer Interview Process

based on 2 interviews

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Apisero Interview Questions
4.3
 • 65 Interviews
Zenoti Interview Questions
3.0
 • 42 Interviews
TestingXperts Interview Questions
3.9
 • 41 Interviews
Credera Interview Questions
3.8
 • 40 Interviews
Damco Solutions Interview Questions
3.9
 • 38 Interviews
Stefanini Interview Questions
2.9
 • 35 Interviews
View all

Fast track your campus placements

View all
Sourcefuse Technologies Devops Engineer Salary
based on 50 salaries
₹4.6 L/yr - ₹12.3 L/yr
32% more than the average Devops Engineer Salary in India
View more details

Sourcefuse Technologies Devops Engineer Reviews and Ratings

based on 7 reviews

3.5/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

3.4

Salary

2.8

Job security

3.5

Company culture

2.5

Promotions

3.1

Work satisfaction

Explore 7 Reviews and Ratings
Devops Engineer
50 salaries
unlock blur

₹4.6 L/yr - ₹12.3 L/yr

Software Engineer
49 salaries
unlock blur

₹6 L/yr - ₹18.8 L/yr

Senior Software Engineer
32 salaries
unlock blur

₹11 L/yr - ₹24.7 L/yr

Technical Support Executive
19 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

QA Engineer
18 salaries
unlock blur

₹5.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Sourcefuse Technologies with

Tekwissen

4.8
Compare

Damco Solutions

3.8
Compare

smartData Enterprises

3.3
Compare

In Time Tec Visionsoft

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