Upload Button Icon Add office photos

AppDirect

Compare button icon Compare button icon Compare

Filter interviews by

AppDirect Sdet Automation Test Engineer Interview Questions and Answers

Updated 26 Sep 2023

AppDirect Sdet Automation Test Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Coding on hackerrank. 2 3 programs

Round 3 - Technical 

(1 Question)

  • Q1. Basic cypress questions and 2 e Java programs

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about AppDirect?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Write a code for Singleton pattern?

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How do you handle alerts in Selenium, and what methods do you use ... read more
Q4. How to take screenshot and project framework
Q5. What is the software testing life cycle?
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 Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic code and dbms query

Round 2 - Technical 

(2 Questions)

  • Q1. Asked logical questions
  • Q2. What is a constructor
  • Ans. 

    A constructor is a special type of method that is automatically called when an object is created.

    • Constructors have the same name as the class they belong to

    • They are used to initialize the object's state

    • Constructors do not have a return type

    • They can be overloaded to accept different parameters

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

General aptitude and out put realted questions

Round 2 - Coding Test 

Face to face dsa and string manipulations

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

I applied via Recruitment Consulltant and was interviewed before Jul 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 - Coding Test 

Java oops ds algo framework design api sql must

Round 3 - Coding Test 

Coding ds framework design sql

Round 4 - HR 

(2 Questions)

  • Q1. What is salary expectation
  • Q2. Location of joining and how soon you can join.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is maven and tetsng
  • Q2. What is testng
  • Ans. 

    TestNG is a testing framework inspired by JUnit, designed to simplify test configuration and execution in Java applications.

    • Supports annotations like @Test, @BeforeSuite, @AfterMethod for flexible test management.

    • Allows parallel test execution to improve performance and reduce execution time.

    • Facilitates data-driven testing using @DataProvider for parameterized tests.

    • Integrates easily with build tools like Maven and CI/...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Aug 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 

(4 Questions)

  • Q1. Theoretical concepts mostly related to testing and some Java/Python related concepts.
  • Q2. OOps Concepts, Java new Updates
  • Q3. Collection Framework
  • Q4. Maximum substring Sum , Merge two arrays without extra space .
  • Ans. 

    Find maximum sum of substring and merge two arrays without extra space.

    • Use Kadane's algorithm to find maximum sum of substring in an array.

    • To merge two arrays without extra space, use two pointers approach.

    • Example: Input arrays [1, 2, -3, 4, 5] and [6, 7, 8], output merged array [1, 2, -3, 4, 5, 6, 7, 8].

  • Answered by AI
Round 3 - Coding Test 

Medium level data structure and File handling .Coding on a paper.(2-3 questions based on Arrays and Strings that includes searching and Sorting )

Round 4 - One-on-one 

(1 Question)

  • Q1. Final discussion with the Manager and it was also mostly Coding based only but Simple questions like Given a selenium Task and write Code for that . Framework concepts and then 1 Coding Question about Mult...

Interview Preparation Tips

Topics to prepare for Oracle Sdet Automation Test Engineer interview:
  • Selenium
  • Rest Assured Api
  • Jenkins
  • Core Java
  • Data Structure
  • Medium Coding Questions
  • Arrays
  • Collections
Interview preparation tips for other job seekers - Learn Coding do not just cram the questions from Google as it will also help you at your work place because you have to write a lot of Code that is just not about Selenium .

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Core java and OOPS concepts and basic coding tricks and puzzly questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Selenium webdriver basic
  • Q2. Automation testing
Round 3 - HR 

(1 Question)

  • Q1. Salarydiscussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain framework
  • Ans. 

    A framework is a set of guidelines, libraries, and tools that help in developing and executing automated tests efficiently.

    • Provides structure and organization for test automation projects

    • Promotes reusability of code and components

    • Offers built-in functionalities for common testing tasks

    • Supports integration with different tools and technologies

  • Answered by AI
  • Q2. Explain your framework
  • Ans. 

    My framework is a data-driven framework using Selenium WebDriver and TestNG for automated testing.

    • Utilizes Selenium WebDriver for interacting with web elements

    • Uses TestNG for test case management and execution

    • Employs data-driven approach for test data management

    • Supports parallel execution for faster testing

    • Includes reporting features for test results analysis

  • Answered by AI

Skills evaluated in this interview

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

Leetcode hard questions asked in the interview

Round 2 - Assignment 

Object oriented programming and databases

AppDirect Interview FAQs

How many rounds are there in AppDirect Sdet Automation Test Engineer interview?
AppDirect interview process usually has 3 rounds. The most common rounds in the AppDirect interview process are Resume Shortlist, Coding Test and Technical.

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Software Engineer
47 salaries
unlock blur

₹6.1 L/yr - ₹18.7 L/yr

Senior Software Engineer
36 salaries
unlock blur

₹12 L/yr - ₹32 L/yr

Software Development Engineer
34 salaries
unlock blur

₹12 L/yr - ₹24 L/yr

Software Developer
21 salaries
unlock blur

₹3.5 L/yr - ₹9.2 L/yr

Senior Software Development Engineer
19 salaries
unlock blur

₹22 L/yr - ₹32 L/yr

Explore more salaries
Compare AppDirect with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
write
Share an Interview