Upload Button Icon Add office photos

SPRINKLR

Compare button icon Compare button icon Compare

Filter interviews by

SPRINKLR Engineer Interview Questions and Answers

Updated 9 Sep 2024

SPRINKLR Engineer Interview Experiences

1 interview found

Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Sep 2024

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 hours - Coding questions and Aptitude test

Round 2 - Aptitude Test 

Aptitude questions - normal RS aggarwal type

Interview questions from similar companies

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

I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. SIP Call flow with headers
  • Ans. 

    SIP call flow involves signaling and media exchange between SIP devices with headers containing important information.

    • SIP INVITE message is sent to initiate a call

    • SIP 1xx responses indicate call progress

    • SIP 2xx response confirms call establishment

    • SIP ACK message acknowledges call setup

    • SIP BYE message terminates the call

  • Answered by AI
  • Q2. SIP mandatory headers
Round 2 - Technical 

(2 Questions)

  • Q1. SERVICE ROUTE,PATH AND RECORD ROUTE HEADER
  • Q2. K8's Deployment
  • Ans. 

    K8's Deployment refers to the deployment of applications on Kubernetes clusters.

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

    • K8s Deployment involves defining the desired state of the application, creating deployment configurations, and managing the deployment process.

    • Deployment resources in K8s include Pods, Rep...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Mainly sql qns are asked to write

Round 2 - Technical 

(1 Question)

  • Q1. Java basic questions and sql
Round 3 - HR 

(1 Question)

  • Q1. To test our communication skills
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is oops ?
  • Ans. 

    Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (object)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details an

  • Answered by AI
  • Q2. Method overloading and overriding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Group Discussion 

General topics like Artificial Intelligence positive or negative impacts

Round 2 - Technical 

(1 Question)

  • Q1. Everything from resume
Round 3 - HR 

(1 Question)

  • Q1. General questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. HashMap internal implementation
Round 2 - Technical 

(1 Question)

  • Q1. Difference between hashMap and concurrent HashMap
  • Ans. 

    HashMap is not thread-safe while ConcurrentHashMap is thread-safe and allows concurrent modifications.

    • HashMap is not thread-safe and can lead to ConcurrentModificationException if modified concurrently.

    • ConcurrentHashMap allows concurrent modifications without the need for external synchronization.

    • ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple threads to operate on differen...

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Write defect report
  • Ans. 

    Defect report for login page

    • Steps to reproduce the issue

    • Expected behavior

    • Actual behavior

    • Severity level

    • Screenshot or video evidence

  • Answered by AI
  • Q2. Sql query on joints
  • Q3. Difference between sdlc and stlc
  • Ans. 

    SDLC is a software development process while STLC is a software testing process.

    • SDLC stands for Software Development Life Cycle and involves the entire process of software development from planning to deployment.

    • STLC stands for Software Testing Life Cycle and involves the process of testing the software to ensure it meets the requirements and is free of defects.

    • SDLC is focused on the development of the software while S...

  • Answered by AI
  • Q4. Differentiate retesting and regression testing
  • Ans. 

    Retesting is testing the same functionality again after fixing defects while regression testing is testing the unchanged functionality to ensure it still works after changes.

    • Retesting is done to ensure that the defects found in the previous test cycle have been fixed

    • Regression testing is done to ensure that the unchanged functionality still works after changes have been made

    • Retesting is done after fixing defects while ...

  • Answered by AI
  • Q5. Static and dynamic testing

Interview Preparation Tips

Interview preparation tips for other job seekers - They give only 2.4lpa for manual tester,you will get to know banking domain well but no automation testing is done there

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 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 - One-on-one 

(3 Questions)

  • Q1. How to handle security in Kafka?
  • Ans. 

    Security in Kafka can be handled through authentication, authorization, encryption, and SSL/TLS.

    • Implement authentication mechanisms like SASL or SSL for secure communication between clients and brokers.

    • Set up ACLs (Access Control Lists) to control access to topics and resources.

    • Enable encryption using SSL/TLS to secure data in transit.

    • Use tools like Confluent Security Plugins for additional security features.

    • Regularly ...

  • Answered by AI
  • Q2. Benefits of Microservices?
  • Ans. 

    Microservices offer benefits such as scalability, flexibility, resilience, and easier maintenance.

    • Scalability: Microservices allow for individual components to be scaled independently, leading to better resource utilization.

    • Flexibility: Each microservice can be developed, deployed, and updated independently, allowing for more flexibility in the development process.

    • Resilience: If one microservice fails, it does not brin...

  • Answered by AI
  • Q3. Have you done any customisation in spring-boot?
  • Ans. 

    Yes, I have done customisation in spring-boot.

    • Implemented custom error handling by extending ResponseEntityExceptionHandler

    • Created custom annotations for validation

    • Configured custom logging using Logback

  • Answered by AI

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is Method Overloading and Overriding?
  • Ans. 

    Method Overloading is creating multiple methods with the same name but different parameters. Method Overriding is creating a new implementation of an existing method in a subclass.

    • Method Overloading is used to provide different ways to call the same method with different parameters.

    • Method Overriding is used to provide a new implementation of an existing method in a subclass.

    • Method Overloading is resolved at compile-tim...

  • Answered by AI
  • Q2. What is an abstract class?
  • Ans. 

    An abstract class is a class that cannot be instantiated and is used as a base class for other classes.

    • An abstract class can have abstract and non-abstract methods.

    • Abstract methods have no implementation and must be implemented by the derived class.

    • Non-abstract methods can have implementation and can be inherited by the derived class.

    • An abstract class can have constructors and fields.

    • An abstract class can be used to de...

  • Answered by AI
  • Q3. What is a static, super, and final keyword?
  • Ans. 

    Static, super, and final are Java keywords used for different purposes.

    • Static keyword is used to create class-level variables and methods.

    • Super keyword is used to call the parent class constructor or method.

    • Final keyword is used to create constants or prevent method or class overriding.

  • Answered by AI
  • Q4. What is a string? How to make "Zycus" string to "Zycus Infotech" in Java?
  • Ans. 

    A string is a sequence of characters. To make 'Zycus' string to 'Zycus Infotech' in Java, concatenate the two strings.

    • Use the '+' operator to concatenate the two strings.

    • Create a new string variable and assign the concatenated value to it.

    • Example: String str1 = 'Zycus'; String str2 = ' Infotech'; String result = str1 + str2;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First had an aptitude test which was easy and then had a face-to-face online interview with the recruiter who was very friendly and he asked some basic questions about Java OOPS.

Skills evaluated in this interview

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 Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL query based questions where asked

Round 2 - Technical 

(2 Questions)

  • Q1. Being a fresher, the question asked qas about OOPS, stack , query, resume based.
  • Q2. Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your sql language.

SPRINKLR Interview FAQs

How many rounds are there in SPRINKLR Engineer interview?
SPRINKLR interview process usually has 2 rounds. The most common rounds in the SPRINKLR interview process are Coding Test and Aptitude Test.
How to prepare for SPRINKLR 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 SDLC, Technical Support, customer support, Analytical and Backend.

Tell us how to improve this page.

SPRINKLR Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Engineer Interview Questions from Similar Companies

TCS Engineer Interview Questions
3.7
 • 21 Interviews
Wipro Engineer Interview Questions
3.7
 • 4 Interviews
View all
Production Analyst
131 salaries
unlock blur

₹10 L/yr - ₹21 L/yr

Product Manager
97 salaries
unlock blur

₹16.5 L/yr - ₹41 L/yr

Product Engineer
92 salaries
unlock blur

₹24 L/yr - ₹40 L/yr

Implementation Consultant
90 salaries
unlock blur

₹12 L/yr - ₹17.9 L/yr

Customer Success Manager
78 salaries
unlock blur

₹13 L/yr - ₹32.2 L/yr

Explore more salaries
Compare SPRINKLR with

Freshworks

3.5
Compare

Zoho

4.3
Compare

HCLTech

3.5
Compare

TCS

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