Upload Button Icon Add office photos

Adobe

Compare button icon Compare button icon Compare

Filter interviews by

Adobe Sdet Automation Test Engineer Interview Questions and Answers

Updated 5 Oct 2024

Adobe Sdet Automation Test Engineer Interview Experiences

1 interview found

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 questions from similar companies

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

Write a code for Singleton pattern?

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

I appeared for an interview in Feb 2025.

Round 1 - Coding Test 

There are two rounds in the interview process: the first round consists of one data structures and algorithms question based on trees.

Round 2 - Technical 

(2 Questions)

  • Q1. What is the problem statement for Binary Search Trees in data structures and algorithms?
  • Ans. 

    Binary Search Trees (BST) enable efficient data storage and retrieval through a hierarchical structure, optimizing search operations.

    • A BST is a binary tree where each node has at most two children.

    • For any given node, all values in the left subtree are less, and all values in the right subtree are greater.

    • Searching for a value in a BST has an average time complexity of O(log n).

    • Insertion and deletion operations also mai...

  • Answered by AI
  • Q2. Stock arrange question

Interview Preparation Tips

Interview preparation tips for other job seekers - just be yourself.
dont cheat
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

6 questions asked in an interview

Round 2 - Technical 

(2 Questions)

  • Q1. Slider window problem
  • Ans. 

    The slider window problem involves finding the maximum sum of a subarray of a fixed size k within an array of integers.

    • Use a sliding window approach to efficiently find the maximum sum subarray.

    • Keep track of the current sum within the window and update it as you slide the window.

    • Maintain a variable to store the maximum sum found so far.

    • Example: Given array [1, 3, -1, -3, 5, 3, 6, 7] and window size k=3, the maximum sum

  • Answered by AI
  • Q2. Stock buy sell problem
  • Ans. 

    The stock buy sell problem involves finding the maximum profit that can be made by buying and selling a stock at the right times.

    • Calculate the difference between each pair of consecutive prices in the array

    • Find the maximum subarray sum of the differences using Kadane's algorithm

    • The maximum subarray sum is the maximum profit that can be made

  • Answered by AI

Skills evaluated in this interview

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

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
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude and coding question were asked

Round 2 - Technical 

(1 Question)

  • Q1. Question related to your project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Reverse linked list

Adobe Interview FAQs

How many rounds are there in Adobe Sdet Automation Test Engineer interview?
Adobe interview process usually has 2 rounds. The most common rounds in the Adobe interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Adobe Sdet Automation Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Adobe Sdet Automation Test Engineer Salary
based on 8 salaries
₹95.1 L/yr - ₹1.4 Cr/yr
655% more than the average Sdet Automation Test Engineer Salary in India
View more details

Adobe Sdet Automation Test Engineer Reviews and Ratings

based on 1 review

2.0/5

Rating in categories

4.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Computer Scientist
457 salaries
unlock blur

₹20 L/yr - ₹70 L/yr

Technical Consultant
284 salaries
unlock blur

₹7 L/yr - ₹30.8 L/yr

Computer Scientist 2
263 salaries
unlock blur

₹29.5 L/yr - ₹101 L/yr

Software Engineer
259 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Software Engineer
211 salaries
unlock blur

₹10 L/yr - ₹33.7 L/yr

Explore more salaries
Compare Adobe with

Salesforce

4.0
Compare

Oracle

3.7
Compare

Microsoft Corporation

4.0
Compare

Amazon

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