Upload Button Icon Add office photos

SPRINKLR

Compare button icon Compare button icon Compare

Filter interviews by

SPRINKLR Automation Engineer Interview Questions and Answers

Updated 21 Oct 2024

SPRINKLR Automation Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Oct 2023. There were 6 interview rounds.

Round 1 - Aptitude Test 

CSE core concepts and basic aptitude, few code snippet analysis

Round 2 - Technical 

(2 Questions)

  • Q1. About selenium codes
  • Q2. Rest assured framework
Round 3 - Coding Test 

Kind of to explain selenium framework in detail.

Round 4 - Technical 

(2 Questions)

  • Q1. Problem solving coding questions
  • Q2. Selenium questions and logical thinking questions
Round 5 - HR 

(2 Questions)

  • Q1. General discussion about role
  • Q2. Culture fit round
Round 6 - HR 

(2 Questions)

  • Q1. General hr questions
  • Q2. General hr questions again

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on skills mentioned in resume
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

90 mins 90 Aptitude Questions

Automation Engineer Interview Questions Asked at Other Companies

asked in GEA Group
Q1. 16) What is modbus ? Types of modbus? How many slaves we can conn ... read more
asked in Blue Yonder
Q2. 1. What is the difference between Absolute & Relative Xpaths?
Q3. 1. Explain oops concepts in coding. 2. Write a program to find mi ... read more
Q4. One coding challenge was given to find the number of palindrome w ... read more
asked in GEA Group
Q5. 15) What is ASI protocol? How many slaves we can connect to one m ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

3 sections :
1.Aptitude
2.Reasoning
3.Coding

Round 2 - One-on-one 

(1 Question)

  • Q1. Resume based technical questions
Round 3 - HR 

(1 Question)

  • Q1. Family background and company related things.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare aptitude well and resume based questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between final finally finalize
  • Ans. 

    final, finally, and finalize are related keywords in Java with different meanings and usage.

    • final is a keyword used to declare constants, variables, methods, and classes that cannot be changed or extended.

    • finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • finalize is a method used in Java to perform cleanup operations on an object before it

  • Answered by AI
  • Q2. Gave code class A { int i = 10; } class B extends A { int i = 20; } public class test{ public static void main (String [] args) { A a = new B(); System.out.println(a.i): } }
  • Ans. 

    The code will output 10 because the variable i is accessed through a reference of class A.

    • When a subclass object is assigned to a superclass reference, the superclass reference can only access the superclass members.

    • In this case, even though the object is of class B, the variable i is accessed from class A.

    • Output: 10

  • Answered by AI
  • Q3. Gave code and asked output class A { static int i = 10; public void inc(){ i++; System.out.println(i); } } public class test{ public static void main (String [] args){ A a = new A(); A b = new B(); a.inc...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops concepts tricky code questions only theory wont help.

Skills evaluated in this interview

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

(5 Questions)

  • Q1. OOPs concepts and framework implementation
  • Q2. Bubble sort program
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start at the beginning of the array and compare the first two elements. If the first element is greater than the second, swap them.

    • Continue comparing adjacent elements and swapping them if necessary until the end of the array is reached.

    • Repeat this process for each ...

  • Answered by AI
  • Q3. Basic questions on selenium
  • Q4. Custom assertions in selenium
  • Ans. 

    Custom assertions in Selenium allow for creating personalized validation checks in test automation scripts.

    • Custom assertions can be created by extending the Assert class in Selenium.

    • They can be used to validate specific conditions or elements on a web page.

    • Custom assertions can improve test readability and maintainability by encapsulating complex validation logic.

    • Example: Creating a custom assertion to verify the prese

  • Answered by AI
  • Q5. Webdriver questions

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Write class to accept details of student
  • Ans. 

    Class to accept details of student

    • Create a class named Student with attributes like name, age, grade, etc.

    • Include a method to input details of the student.

    • Use constructor to initialize the attributes with input values.

  • Answered by AI
  • Q2. What's is **kwargs in python
  • Ans. 

    kwargs in Python is a special syntax that allows you to pass a variable number of keyword arguments to a function.

    • kwargs stands for keyword arguments.

    • It is used in Python functions to accept a variable number of keyword arguments.

    • kwargs is represented by a double asterisk (**).

    • Example: def my_func(**kwargs):

  • Answered by AI
  • Q3. What are magical methods
  • Ans. 

    Magical methods are special methods in Python that begin and end with double underscores, used for operator overloading and other special behaviors.

    • Magical methods are also known as dunder methods, short for 'double underscore'.

    • They are used to define how objects of a class behave when certain operations are performed on them, such as addition, subtraction, comparison, etc.

    • Examples of magical methods include __init__ f...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2021. 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. Tell me about yourself
  • Q2. Explain about current project
  • Q3. Asked questions based on skills mentioned in resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare most common interview technical questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 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 are based on ur projects Some code snipets Some sql query writings
Round 3 - One-on-one 

(1 Question)

  • Q1. Then 2nd round is mangerial Interpersonal skills
Round 4 - HR 

(1 Question)

  • Q1. Salry negotiations Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true explain project very well.
Basics should be clear
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All part of technical and manual questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Why don’t they waste our time I don’t know but never give up keep try you will get great career opportunities. It will give you experience and make you more stronger.
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(1 Question)

  • Q1. Java programs with oops concept in it

SPRINKLR Interview FAQs

How many rounds are there in SPRINKLR Automation Engineer interview?
SPRINKLR interview process usually has 3-4 rounds. The most common rounds in the SPRINKLR interview process are Aptitude Test, Technical and HR.
How to prepare for SPRINKLR Automation 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 microsoft, MySQL, Coding, Data Structures and JIRA.
What are the top questions asked in SPRINKLR Automation Engineer interview?

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

  1. Selenium questions and logical thinking questi...read more
  2. Problem solving coding questi...read more
  3. Rest assured framew...read more

Tell us how to improve this page.

SPRINKLR Automation Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
SPRINKLR Automation Engineer Salary
based on 26 salaries
₹16 L/yr - ₹18 L/yr
161% more than the average Automation Engineer Salary in India
View more details

SPRINKLR Automation Engineer Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

2.7

Skill development

4.0

Work-life balance

4.6

Salary

4.3

Job security

4.3

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 3 Reviews and Ratings
Production Analyst
132 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
98 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Engineer
92 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Implementation Consultant
91 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Manager
78 salaries
unlock blur

₹0 L/yr - ₹0 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