Upload Button Icon Add office photos

SPRINKLR

Compare button icon Compare button icon Compare

Filter interviews by

SPRINKLR Intern Interview Questions and Answers for Freshers

Updated 19 Sep 2024

SPRINKLR Intern Interview Experiences for Freshers

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 19 Sep 2024

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

I applied via Campus Placement and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Few medium level questions asked along with balanced bst

Round 2 - Technical 

(2 Questions)

  • Q1. Medium level leetcode type
  • Q2. Similarly some medium level graph question

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Graduated with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Completed internships in software development

    • Participated in coding competitions

  • 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
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

Intern Interview Questions & Answers

UKG user image Anonymous

posted on 29 Nov 2024

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

(2 Questions)

  • Q1. Project was asked
  • Q2. Oops concept and implementation
  • Ans. 

    Oops concept refers to Object-Oriented Programming principles and their implementation in code.

    • Oops concepts include inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and behaviors from another class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation hides the internal state of an object and only exposes necessary methods.

    • A...

  • Answered by AI

Skills evaluated in this interview

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
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
Interview experience
5
Excellent
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 - Coding Test 

Coding questions regarding DSA

Round 3 - Aptitude Test 

General aptitude and English test

Round 4 - One-on-one 

(3 Questions)

  • Q1. They asked about DSA problems
  • Q2. They asked about C++
  • Q3. Common questions like
  • Ans. 

    The question is about the common header file in C++.

    • The header file is used for input/output operations in C++.

    • It provides classes like cin and cout for reading and writing data.

    • It also includes classes for file input/output operations like ifstream and ofstream.

    • The header file can be included in a C++ program using the #include directive.

Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - do DSA regularly , it will improve the chance of selecting

Skills evaluated in this interview

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 - Aptitude Test 

English and Reasoning

SPRINKLR Interview FAQs

How many rounds are there in SPRINKLR Intern interview for freshers?
SPRINKLR interview process for freshers usually has 2 rounds. The most common rounds in the SPRINKLR interview process for freshers are Coding Test and Technical.
How to prepare for SPRINKLR Intern interview for freshers?
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 Assembly, Career Development, Social Media, Ac and Business Administration.
What are the top questions asked in SPRINKLR Intern interview for freshers?

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

  1. similarly some medium level graph quest...read more
  2. medium level leetcode t...read more

Tell us how to improve this page.

SPRINKLR Intern Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Intern Interview Questions from Similar Companies

PTC Intern Interview Questions
4.2
 • 7 Interviews
AVASOFT Intern Interview Questions
2.9
 • 2 Interviews
Cvent Intern Interview Questions
3.4
 • 2 Interviews
Visteon Intern Interview Questions
3.6
 • 2 Interviews
UKG Intern Interview Questions
3.1
 • 1 Interview
View all

SPRINKLR Intern Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

4.1

Skill development

3.7

Work-life balance

4.5

Salary

3.7

Job security

3.2

Company culture

3.7

Promotions

3.2

Work satisfaction

Explore 2 Reviews and Ratings
Production Analyst
130 salaries
unlock blur

₹10 L/yr - ₹22 L/yr

Product Manager
101 salaries
unlock blur

₹15.7 L/yr - ₹41 L/yr

Senior Product Analyst
93 salaries
unlock blur

₹15 L/yr - ₹28 L/yr

Implementation Consultant
93 salaries
unlock blur

₹12 L/yr - ₹17.9 L/yr

Product Engineer
90 salaries
unlock blur

₹24 L/yr - ₹40 L/yr

Explore more salaries
Compare SPRINKLR with

Thomson Reuters

4.1
Compare

Oracle Cerner

3.7
Compare

Chetu

3.2
Compare

R Systems International

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