Upload Button Icon Add office photos

Filter interviews by

Alteryx Sdet Automation Test Engineer Interview Questions and Answers

Updated 11 Apr 2024

Alteryx Sdet Automation Test Engineer Interview Experiences

Interview questions from similar companies

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
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Java 2 coding questions
  • Q2. Testing related scenario based questions
Round 2 - Technical 

(4 Questions)

  • Q1. 1 easy java question
  • Q2. Work experience and project related questions.
  • Q3. Frameworks related questions
  • Q4. Scenario based Question
Round 3 - Behavioral 

(3 Questions)

  • Q1. Everything related to your resume
  • Q2. Projects you've worked on in detail
  • Q3. Behavioural Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare your resume skills well
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Assignment 

First was round based on Quality engineering concepts and aptitude combob

Round 2 - Technical 

(2 Questions)

  • Q1. Question on How proxy configured for device
  • Q2. What is test scenario,test case.
  • Ans. 

    Test scenario is a high-level description of the functionality to be tested, while test case is a detailed step-by-step procedure to validate the functionality.

    • Test scenario is a broad description of what needs to be tested, while test case is a detailed set of steps to verify a specific aspect of the scenario.

    • Test scenario is usually written in a more general and abstract way, while test case is more specific and conc...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. DSA and coding questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

Arrays Strings Hashmaps were asked

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

3 hour test. 20 MCQs and 2 Coding problems

Round 2 - Technical 

(1 Question)

  • Q1. Prefix Sum and left sum of binary tree.
  • Ans. 

    Prefix Sum and left sum of binary tree involves calculating the sum of all nodes in a binary tree and the sum of nodes on the left side of each node.

    • Calculate prefix sum of binary tree by traversing in a pre-order manner and keeping track of the running sum.

    • To calculate left sum of binary tree, traverse the tree in a pre-order manner and keep track of the sum of nodes on the left side of each node.

    • Example: For a binary...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Recursion to memoization DP problem and follow ups.
  • Ans. 

    Recursion to memoization DP problem involves optimizing recursive solutions by storing intermediate results.

    • Recursion involves solving a problem by breaking it down into smaller subproblems and calling the function recursively.

    • Memoization involves storing the results of expensive function calls and reusing them when the same inputs occur again.

    • Dynamic Programming (DP) involves solving problems by breaking them down int...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Accepted. Prepare DSA.

Skills evaluated in this interview

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

One question for coding .

Round 2 - One-on-one 

(2 Questions)

  • Q1. Interview questions
  • Q2. What is sdet ?
  • Ans. 

    SDET stands for Software Development Engineer in Test. They are responsible for writing code to automate testing processes.

    • SDET is a software engineer who specializes in writing code to automate testing processes

    • They work closely with developers to ensure software quality

    • SDET roles often involve creating and maintaining test frameworks and tools

    • Examples of SDET tools include Selenium, JUnit, and TestNG

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Indian Institute of Technology (IIT), Indore and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was very good 60 questions

Round 2 - Coding Test 

3 coding question everhthing was hard

Round 3 - Technical 

(2 Questions)

  • Q1. What is java and cpp and dbms sql etc
  • Ans. 

    Java is a popular programming language, C++ is another programming language, and DBMS SQL is a language used for managing databases.

    • Java is an object-oriented programming language commonly used for building web applications and software.

    • C++ is a high-level programming language often used for system programming and game development.

    • DBMS SQL is a language used to interact with relational databases, allowing users to retr...

  • Answered by AI
  • Q2. What is python, oops and inheritance
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability. OOPs (Object-Oriented Programming) is a programming paradigm that uses objects and classes. Inheritance is a feature of OOPs that allows a class to inherit properties and behavior from another class.

    • Python is a versatile, interpreted language used for web development, data analysis, artificial intelligence, and more.

    • OOPs focuses on cr...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Technical 

(9 Questions)

  • Q1. Locators used in automation
  • Ans. 

    Locators are used in automation testing to identify and interact with web elements on a webpage.

    • Locators are used to find elements on a webpage based on their attributes such as ID, class, name, etc.

    • Common locators include ID, class name, name, tag name, link text, partial link text, and XPath.

    • Using unique locators helps in creating stable and reliable automation scripts.

    • Examples: driver.findElement(By.id("elementId"))...

  • Answered by AI
  • Q2. Test cases for lift
  • Ans. 

    Test cases for lift functionality

    • Test the lift buttons for each floor

    • Test the emergency stop button

    • Test the door open and close functionality

    • Test the capacity limit of the lift

    • Test the response time of the lift to call buttons

  • Answered by AI
  • Q3. Core concepts of java
  • Q4. String, String buffer, String Reader
  • Q5. Final, finally, finalize
  • Q6. Coding question on String and array
  • Q7. Actions class in selenium
  • Ans. 

    Actions class in Selenium is used to perform complex user interactions like drag and drop, double click, etc.

    • Actions class is part of the Selenium WebDriver API

    • It is used to perform advanced user interactions like drag and drop, double click, etc.

    • Actions class is used with the Actions class object to build and perform complex interactions

    • Example: Actions actions = new Actions(driver); actions.dragAndDrop(source, target

  • Answered by AI
  • Q8. Basic commands in selenium
  • Ans. 

    Basic commands in Selenium include findElement, sendKeys, click, getText, and getTitle.

    • findElement - locates a single element on the web page

    • sendKeys - enters text into an input field

    • click - simulates a mouse click on an element

    • getText - retrieves the text of an element

    • getTitle - retrieves the title of the web page

  • Answered by AI
  • Q9. Testng annotations and xml file
Round 2 - Technical 

(5 Questions)

  • Q1. Puzzles of different kinds
  • Q2. Test cases of login/signup
  • Ans. 

    Test cases for login/signup functionality

    • Verify valid credentials can successfully login

    • Verify invalid credentials cannot login

    • Verify user can sign up with valid information

    • Verify user cannot sign up with existing email

    • Verify password strength requirements during sign up

  • Answered by AI
  • Q3. Reason for for job change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Looking for opportunities to expand my skill set

    • Interested in working on cutting-edge technologies

    • Seeking a more collaborative team environment

  • Answered by AI
  • Q4. Xpath creation and basic code
  • Q5. Basic java and selenium
Round 3 - HR 

(2 Questions)

  • Q1. Behaviour questions and salary negotiation
  • Q2. Reason for change
  • Ans. 

    The reason for change can be due to technological advancements, business needs, customer feedback, or process improvements.

    • Technological advancements: Updating software tools or frameworks to improve efficiency.

    • Business needs: Adapting to new market trends or regulations.

    • Customer feedback: Making changes based on user experience or satisfaction.

    • Process improvements: Streamlining workflows for better productivity.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Info Edge Sdet Automation Test Engineer interview:
  • Rest assured
  • Selenium
  • Core Java
  • Testng

Skills evaluated in this interview

Alteryx Interview FAQs

How many rounds are there in Alteryx Sdet Automation Test Engineer interview?
Alteryx interview process usually has 1 rounds. The most common rounds in the Alteryx interview process are Coding Test.

Tell us how to improve this page.

Alteryx Sdet Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
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