Upload Button Icon Add office photos

SPRINKLR

Compare button icon Compare button icon Compare

Filter interviews by

SPRINKLR Devops Engineer Interview Questions and Answers

Updated 30 May 2024

SPRINKLR Devops Engineer Interview Experiences

4 interviews found

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

It was moderately tough.

Round 2 - Technical 

(1 Question)

  • Q1. Good DSA knowledge will help
Round 3 - Technical 

(1 Question)

  • Q1. DSA knowledge and Computer fundamentals knowledge.
Round 4 - HR 

(1 Question)

  • Q1. Be confident and speak honestly, will help.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic concepts of CN, OS , OOPS and knowledge on cloud
  • Q2. Reverse a string , linux concepts
Round 2 - Technical 

(1 Question)

  • Q1. Experience related questions

Devops Engineer Interview Questions Asked at Other Companies

Q1. Reverse the String Problem Statement You are given a string STR w ... read more
asked in Lentra AI
Q2. if you want to connect multiple vpc ,we have 2 or 3 vpc, you have ... 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
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Job breakdown, docker, jenkins, sre check, jenkins automation
  • Q2. Mostly related to jenkins automation and automation scripting
Round 2 - Coding Test 

There will be 4 round 1-HR, 2nd will be tech 3rd will be tech and 4th will take VP

Interview Preparation Tips

Interview preparation tips for other job seekers - Never join the company
If you want to lose your mental health then only join because this is worst company culture i have seen in my last 10 years of career

I applied via Company Website and was interviewed in Jul 2022. 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 - Aptitude Test 

SQL, Java, Python, Reasoning

Round 3 - Technical 

(1 Question)

  • Q1. Leaders in ARRAY program
  • Ans. 

    Leaders in ARRAY program

    • The ARRAY program is not specified, so it's difficult to determine the leaders

    • Leadership can be determined by various factors such as experience, skills, and contributions

    • It's important to have strong leaders in any program to ensure its success

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply until you are from tier 1 college, my interview was good, answered all the questions, interviewer said you have great chances but then HR called and said you did not got selected.

SPRINKLR interview questions for designations

 Associate DevOps Engineer

 (1)

 Product Engineer

 (4)

 Security Engineer

 (1)

 QA Engineer

 (1)

 Software Engineer

 (1)

 Senior Product Engineer

 (1)

 Lead Product Engineer

 (1)

 Software Development Engineer

 (1)

Interview questions from similar companies

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

(1 Question)

  • Q1. Question on the skills that you have written in resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Linux AWS git jenkins
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is DaemonSet
  • Ans. 

    DaemonSet ensures that all or some nodes run a copy of a Pod

    • DaemonSet is a Kubernetes resource that ensures a copy of a Pod is running on all or some nodes in a cluster

    • It is useful for running a single instance of a Pod on every node in a cluster

    • DaemonSet is commonly used for monitoring, logging, and other system-level services

    • Example: Running a logging agent on every node in a Kubernetes cluster

  • Answered by AI
  • Q2. What is deployment and difference between statefulset and deployment
  • Ans. 

    Deployment is a way to manage and update applications in Kubernetes. StatefulSet is used for stateful applications with unique identities.

    • Deployment is used for stateless applications, while StatefulSet is used for stateful applications.

    • Deployment manages replica sets and ensures a desired state is maintained.

    • StatefulSet maintains a unique identity for each pod, making it suitable for applications that require stable a...

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Basic Kubernetes
  • Q2. Write Terraform and Ansible script
  • Ans. 

    Write Terraform and Ansible script

    • Use Terraform to provision infrastructure resources like virtual machines, networks, and storage

    • Use Ansible to configure and manage software on the provisioned infrastructure

    • Create a Terraform script to deploy a virtual machine on AWS

    • Write an Ansible playbook to install and configure Nginx on the deployed virtual machine

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Past experience in devops
  • Ans. 

    I have 5 years of experience in implementing DevOps practices in various organizations.

    • Implemented CI/CD pipelines using tools like Jenkins, GitLab CI, and CircleCI

    • Automated infrastructure provisioning with tools like Terraform and Ansible

    • Managed containerized applications using Docker and Kubernetes

    • Monitored and maintained production systems with tools like Prometheus and Grafana

  • Answered by AI
  • Q2. Scripted jeninsfile for CI
  • Ans. 

    A scripted Jenkinsfile is a Groovy script that defines the pipeline for Continuous Integration (CI).

    • Use 'pipeline' block to define the stages of the CI pipeline

    • Utilize 'stage' block to specify individual stages within the pipeline

    • Leverage 'steps' block to define the actions to be executed within each stage

    • Use 'node' block to allocate a Jenkins agent for running the pipeline

    • Utilize 'checkout' step to fetch the source co

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. WAF implementation in AWS
  • Ans. 

    Implementing a Web Application Firewall (WAF) in AWS for enhanced security.

    • Use AWS WAF to protect web applications from common web exploits.

    • Create rules to filter and monitor HTTP and HTTPS requests.

    • Integrate AWS WAF with other AWS services like CloudFront or API Gateway for comprehensive protection.

  • Answered by AI
  • Q2. Write a CD jenkinsfile
  • Ans. 

    A CD Jenkinsfile automates the Continuous Delivery process in Jenkins.

    • Define stages for build, test, deploy

    • Use declarative syntax for pipeline

    • Include steps for version control, artifact management

    • Utilize plugins for notifications, approvals

    • Implement error handling and rollback mechanisms

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Aws, kubernetes, jenkins, ci/cd, terraform, linux, shell script

SPRINKLR Interview FAQs

How many rounds are there in SPRINKLR Devops Engineer interview?
SPRINKLR interview process usually has 2-3 rounds. The most common rounds in the SPRINKLR interview process are Technical, One-on-one Round and Aptitude Test.
How to prepare for SPRINKLR 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 SPRINKLR. The most common topics and skills that interviewers at SPRINKLR expect are Devops, Career Development, Java, Python and Customer Experience Management.
What are the top questions asked in SPRINKLR Devops Engineer interview?

Some of the top questions asked at the SPRINKLR Devops Engineer interview -

  1. Leaders in ARRAY prog...read more
  2. basic concepts of CN, OS , OOPS and knowledge on cl...read more
  3. Job breakdown, docker, jenkins, sre check, jenkins automat...read more

Tell us how to improve this page.

SPRINKLR Devops Engineer Interview Process

based on 3 interviews

Interview experience

2.7
  
Poor
View more
SPRINKLR Devops Engineer Salary
based on 33 salaries
₹8 L/yr - ₹25 L/yr
80% more than the average Devops Engineer Salary in India
View more details

SPRINKLR Devops Engineer Reviews and Ratings

based on 4 reviews

2.8/5

Rating in categories

3.2

Skill development

2.4

Work-life balance

3.0

Salary

3.8

Job security

3.0

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 4 Reviews and Ratings
Production Analyst
133 salaries
unlock blur

₹10 L/yr - ₹21 L/yr

Product Manager
101 salaries
unlock blur

₹18 L/yr - ₹41 L/yr

Implementation Consultant
91 salaries
unlock blur

₹12 L/yr - ₹17.9 L/yr

Product Engineer
89 salaries
unlock blur

₹24 L/yr - ₹40 L/yr

Customer Success Manager
83 salaries
unlock blur

₹13 L/yr - ₹32.2 L/yr

Explore more salaries
Compare SPRINKLR with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

Chetu

3.3
Compare

R Systems International

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