Upload Button Icon Add office photos

Filter interviews by

Alteryx Senior Sdet Engineer Interview Questions and Answers

Updated 7 Jan 2025

Alteryx Senior Sdet Engineer Interview Experiences

1 interview found

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

I was interviewed in Jul 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Read more about devops
  • Q2. Docker ,k8 ,git ,jenkins

Interview Preparation Tips

Interview preparation tips for other job seekers - Focuses more on devops concepts

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Technical 

(5 Questions)

  • Q1. Find string in array
  • Ans. 

    Search for a specific string in an array of strings.

    • Iterate through the array and compare each string with the target string.

    • Use a loop to go through each element in the array and check for a match.

    • Consider using built-in methods like indexOf() or includes() for efficient searching.

    • Handle cases where the target string is not found in the array.

  • Answered by AI
  • Q2. Find string in array
  • Ans. 

    Search for a specific string in an array of strings.

    • Iterate through the array and compare each string with the target string.

    • Use a loop to go through each element in the array and check for a match.

    • Consider using built-in methods like indexOf or includes for efficient searching.

  • Answered by AI
  • Q3. Subarray in given array
  • Ans. 

    Find all subarrays in a given array of strings

    • Iterate through the array and consider each element as the starting point of a subarray

    • For each starting point, iterate through the array to find all possible subarrays

    • Store each subarray found in a separate list

  • Answered by AI
  • Q4. Stack for balance paranthesis
  • Ans. 

    Use stack data structure to check for balanced parentheses in a string.

    • Create an empty stack to store opening parentheses

    • Iterate through the string and push opening parentheses onto the stack

    • When encountering a closing parenthesis, pop from the stack and check if it matches the corresponding opening parenthesis

    • If stack is empty at the end and all parentheses have been matched, the string is balanced

  • Answered by AI
  • Q5. Mean heap fo minimising the cost
  • Ans. 

    A mean heap is a data structure that minimizes the cost of accessing the smallest element.

    • Mean heap is a type of binary heap where the value of each node is less than or equal to the values of its children.

    • It is useful for finding the minimum element quickly, as the root node always contains the smallest value.

    • Insertion and deletion operations in a mean heap have a time complexity of O(log n).

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Java collection and oops related interview question
Round 2 - One-on-one 

(1 Question)

  • Q1. Automation framework related question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Selenium,Rest assured ,API,java
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

MY aptitude round was on naukrii.com , which I cleared.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions were asked on OOPS Concept, Make sure you should have a strong command on oops.
  • Q2. 1 DSA Question and they told me to write the code on whiteboard
Round 3 - Technical 

(2 Questions)

  • Q1. It was technical interview, she asked me about my project and asked me to tell test cases on my project.
  • Q2. 1 dsa question, 2 strings anagram, and other pattern question
Round 4 - Technical 

(2 Questions)

  • Q1. It was with qa lead of infoedge company. she told me to tell test cases of chair.
  • Q2. She asked me about testing and all.
Round 5 - HR 

(1 Question)

  • Q1. AAbhi hua nhi hai, jab hoga toh bata dungi.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Manual testing concepts
  • Q2. Test scenarios and execution
Round 2 - Technical 

(2 Questions)

  • Q1. Core java and code
  • Q2. Oops concepts and implementation
  • Ans. 

    Oops concepts refer to object-oriented programming principles like inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: Parent class 'Animal' and child class 'Dog'.

    • Polymorphism: Ability of an object to take on multiple forms. Example: Method overloading and overriding.

    • Encapsulation: Bundling data and methods that operate on...

  • Answered by AI

Skills evaluated in this interview

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

Java coding question with moderate level

Round 2 - Technical 

(1 Question)

  • Q1. How to test a s/w for Lift
  • Ans. 

    Testing a lift system involves multiple steps to ensure its functionality and safety.

    • 1. Verify the lift system's basic functionality such as going up and down smoothly.

    • 2. Test emergency stop functionality to ensure safety measures are in place.

    • 3. Check for proper alignment of doors and sensors to prevent accidents.

    • 4. Conduct load testing to ensure the lift can handle its maximum capacity.

    • 5. Test communication systems b...

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Previous projects
  • Ans. 

    I have worked on various projects involving test automation, performance testing, and quality assurance.

    • Developed automated test scripts using Selenium WebDriver for web applications

    • Conducted performance testing using JMeter to identify bottlenecks and optimize system performance

    • Implemented quality assurance processes to ensure software meets requirements and standards

  • Answered by AI

Skills evaluated in this interview

Sdet Interview Questions & Answers

Zepto user image Anonymous

posted on 11 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Portal

Round 1 - Coding Test 

First round was DSA and Projects you worked on.

Round 2 - Coding Test 

Second round was DSA, Java and projects worked on

Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join us?
  • Q2. Why you are leaving your current org?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Looking for new challenges and opportunities for growth

    • Interested in exploring different technologies and industries

    • Seeking a better work-life balance

    • Want to work in a more collaborative team environment

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Gasstation problem on letcode
  • Q2. LCS problem on leetcode
Round 2 - Coding Test 

Quick sort for numbers from 0 to million

Interview Preparation Tips

Interview preparation tips for other job seekers - LC easy should be fine
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - Coding Test 

DSA medium level 2 question based on graph and recursion

Round 2 - Technical 

(2 Questions)

  • Q1. DSA question on dynamic programming
  • Q2. Question on graph (topological sort)

Interview Preparation Tips

Interview preparation tips for other job seekers - keep working hard

Alteryx Interview FAQs

How many rounds are there in Alteryx Senior Sdet Engineer interview?
Alteryx interview process usually has 1 rounds. The most common rounds in the Alteryx interview process are One-on-one Round.
What are the top questions asked in Alteryx Senior Sdet Engineer interview?

Some of the top questions asked at the Alteryx Senior Sdet Engineer interview -

  1. Docker ,k8 ,git ,jenk...read more
  2. Read more about dev...read more

Tell us how to improve this page.

Alteryx Senior Sdet Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Oracle Interview Questions
3.7
 • 897 Interviews
Swiggy Interview Questions
3.8
 • 426 Interviews
BigBasket Interview Questions
3.9
 • 347 Interviews
PolicyBazaar Interview Questions
3.6
 • 341 Interviews
View all

Alteryx Senior Sdet Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

3.0

Job security

5.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
5 salaries
unlock blur

₹20 L/yr - ₹31 L/yr

Associate Software Engineer
4 salaries
unlock blur

₹20 L/yr - ₹32 L/yr

Senior Technical Recruiter
3 salaries
unlock blur

₹24 L/yr - ₹28.4 L/yr

Software Development Engineer II
3 salaries
unlock blur

₹40 L/yr - ₹40 L/yr

Engineer- Customer Support
3 salaries
unlock blur

₹16 L/yr - ₹27.5 L/yr

Explore more salaries
Compare Alteryx with

Tableau Software

3.3
Compare

Qlik

3.4
Compare

SAS

4.4
Compare

Informatica

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