Upload Button Icon Add office photos

Filter interviews by

Adobe Lead Software Engineer Interview Questions, Process, and Tips

Updated 21 Oct 2024

Top Adobe Lead Software Engineer Interview Questions and Answers

  • Q1. What all feature should be added in pen to make it best pen in market.
  • Q2. Find max 3 digits from an array consist of both negative and positive number
  • Q3. Puzzles like find 3 hat problem guess the color of hat.
View all 9 questions

Adobe Lead Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 5 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. DSA basic questions like insertion sort
  • Q2. About automation framewaork explain
  • Q3. Test case on testing attachment. Min 50 test case needed.
  • Q4. Debug a bug process.
  • Ans. 

    Debugging a bug process involves identifying, isolating, and fixing issues in software code.

    • Identify the bug by reproducing the issue and analyzing error messages.

    • Isolate the bug by narrowing down the code where the issue occurs.

    • Fix the bug by making necessary code changes and testing the solution.

    • Verify the fix by retesting the software to ensure the bug is resolved.

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Any recussive program and explain it.
  • Ans. 

    A recursive program is a function that calls itself within its own code.

    • Recursion is a technique where a function calls itself to solve smaller instances of the same problem.

    • It involves breaking down a problem into smaller subproblems until a base case is reached.

    • Examples of recursive programs include factorial calculation, Fibonacci sequence generation, and tree traversal algorithms.

  • Answered by AI
  • Q2. Explain AVL and BST tree.
  • Ans. 

    AVL and BST trees are types of binary search trees, with AVL trees being self-balancing.

    • BST (Binary Search Tree) is a type of binary tree where each node has at most two children, with left child < parent < right child.

    • AVL (Adelson-Velsky and Landis) tree is a self-balancing binary search tree where the heights of the two child subtrees of any node differ by at most one.

    • AVL trees maintain O(log n) time complexity for i...

  • Answered by AI
  • Q3. Puzzles like find 3 hat problem guess the color of hat.
Round 3 - One-on-one 

(4 Questions)

  • Q1. What all feature should be added in pen to make it best pen in market.
  • Ans. 

    The best pen in the market should have a comfortable grip, smooth writing experience, long-lasting ink, and a stylish design.

    • Comfortable grip for extended use

    • Smooth writing experience for effortless writing

    • Long-lasting ink to avoid frequent refills

    • Stylish design to appeal to customers

  • Answered by AI
  • Q2. If you want to gift your father a shirt what type of shirt will you choose why and why not.
  • Q3. Algo to solve a crossword in best time.
  • Q4. About selenium and protractor.
Round 4 - One-on-one 

(3 Questions)

  • Q1. About previous role.
  • Q2. Why you want to switch job.
  • Ans. 

    Seeking new challenges and opportunities for growth in a dynamic environment.

    • Looking for new challenges to continue learning and growing professionally.

    • Interested in working on cutting-edge technologies and projects.

    • Seeking a more collaborative and innovative work culture.

    • Want to explore different industry domains and expand my skill set.

    • Hoping to take on a leadership role and make a bigger impact.

  • Answered by AI
  • Q3. Explain one test case that you automated in previous role. Need to demo it on website and dry run it.
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for puzzle and testcase. Coding questions are 2 on scale of 1 to 5.

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Reverse linked list
  • Q2. Tree traversal without recursion
  • Ans. 

    Iterative tree traversal using a stack instead of recursion

    • Use a stack to keep track of nodes to visit

    • Start with the root node and push it onto the stack

    • While the stack is not empty, pop a node, visit it, and push its children onto the stack

  • Answered by AI
  • Q3. Test case on Amazon prime
Round 2 - Technical 

(2 Questions)

  • Q1. Find max 3 digits from an array consist of both negative and positive number
  • Ans. 

    Find the maximum 3-digit number from an array of both negative and positive numbers.

    • Iterate through the array and keep track of the 3 largest positive numbers.

    • Iterate through the array and keep track of the 3 smallest negative numbers.

    • Compare the largest positive numbers with the smallest negative numbers to find the maximum 3-digit number.

  • Answered by AI
  • Q2. Test cases on ATM
  • Ans. 

    Test cases for ATM functionality including withdrawal, deposit, balance inquiry, and card insertion.

    • Test withdrawal functionality with valid and invalid amounts

    • Test deposit functionality with valid and invalid amounts

    • Test balance inquiry functionality to ensure correct balance is displayed

    • Test card insertion and removal functionality

    • Test for handling of incorrect PIN entry

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Egg drop puzzle
  • Q2. Design product delivery
  • Ans. 

    Designing product delivery involves creating a seamless process for getting the product to the customer efficiently.

    • Identify key stakeholders involved in the delivery process (e.g. suppliers, logistics partners, customers)

    • Map out the delivery journey from order placement to final delivery

    • Implement tracking and monitoring systems to ensure transparency and efficiency

    • Optimize delivery routes and schedules to minimize cos...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and go through the past adobe interview questions

Skills evaluated in this interview

Lead Software Engineer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Square root (decimal)You have been given two integers 'N' and 'D' ... read more
asked in Freshworks
Q2. Longest Unique SubstringGiven a string input of length n, find th ... read more
asked in Freshworks
Q3. Vertical Order TraversalThe Ultimate Ninja Ankush is a straightfo ... read more
asked in Freshworks
Q4. Zig-Zag ConversionYou are given a string ‘S’ and an integer ‘ROW’ ... read more
asked in Epsilon
Q5. If we have 2 tables with the same schema, one table has indexes a ... read more

Interview questions from similar companies

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

Hacker rank exam, 2 DSA coding questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Backend questions on spring boot
  • Q2. Angular routing and service
Round 3 - HR 

(2 Questions)

  • Q1. Cultural fit question
  • Q2. And prior job experience and mental ability test

I applied via Referral and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked the questions like scenario based question. Dot net core, web api and angular question. Mainly they concentrate on solid principles and design patterns questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good .
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Basics of oops, .net framework and .net core
  • Q2. Sql query for student department id
  • Ans. 

    SQL query to retrieve student department id.

    • Use SELECT statement to retrieve data

    • Specify the columns to be selected, including the department id column

    • Specify the table where the student data is stored

    • Use WHERE clause to filter the results based on student information

  • Answered by AI
  • Q3. Solid principles and design patterns
Round 2 - Technical 

(2 Questions)

  • Q1. Asked to code palindrome
  • Q2. Code duplicate string from main string and get index of sub string
  • Ans. 

    Code to find index of sub string in main string and duplicate the sub string

    • Use a loop to iterate through the main string and check for the sub string

    • If sub string is found, duplicate it and store the index

    • Return the index of the duplicated sub string

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Manager asked me to code the count index of substring and sum of substring
  • Q2. Questions as HR informed, it was worst and all interviews were scheduled at night time.he was more technical than the second round team lead instead of asking manager round

Interview Preparation Tips

Interview preparation tips for other job seekers - worst manager round and salary is also provided less compared to market rate.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(4 Questions)

  • Q1. Find longest palindromic substring in a given string.
  • Ans. 

    Use dynamic programming to find the longest palindromic substring in a given string.

    • Iterate through the string and expand around each character to find palindromes.

    • Store the length of the longest palindrome found so far.

    • Return the substring based on the start and end indices of the longest palindrome.

  • Answered by AI
  • Q2. How to serialize and deserialise a tree
  • Ans. 

    To serialize and deserialize a tree, use a recursive approach to traverse the tree and store the data in a suitable format.

    • Use pre-order traversal to serialize the tree by storing the node values in a list or string.

    • For deserialization, reconstruct the tree by recursively building nodes from the serialized data.

    • Consider using JSON or XML format for serialization to easily store and retrieve tree structure.

  • Answered by AI
  • Q3. Find if a given regex (containing ., * and lower case english chars) matches a given string.
  • Ans. 

    Use regex library to match given regex with string.

    • Use a regex library like re in Python to match the given regex with the string.

    • Check if the regex matches the string using the library functions.

    • Handle cases where the regex contains special characters like . and * appropriately.

  • Answered by AI
  • Q4. Explain about throttling and implement throttle function.
  • Ans. 

    Throttling is a technique used to control the rate of requests sent to a server.

    • Throttling helps prevent server overload by limiting the number of requests processed at a time.

    • Implementing a throttle function involves setting a maximum request rate and delaying excess requests.

    • Example: Implementing a throttle function in a web application to limit the number of API calls made to a third-party service.

    • Example: Throttlin...

  • Answered by AI
Round 2 - Technical 

(4 Questions)

  • Q1. Find squares of elements in a sorted array and return the sorted response.
  • Ans. 

    Sort the squares of elements in a sorted array and return the sorted response.

    • Iterate through the array and square each element.

    • Store the squared values in a new array.

    • Sort the new array and return it.

  • Answered by AI
  • Q2. Write a short promise example and implement your own promise
  • Ans. 

    A promise is a commitment to do something in the future, typically used for asynchronous operations in JavaScript.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They represent a value that may be available now, in the future, or never.

    • Promises have three states: pending, fulfilled, or rejected.

    • Example: new Promise((resolve, reject) => { setTimeout(() => resolve('Done!'), 1000); });

  • Answered by AI
  • Q3. Explain event loop, what are different types of queues in event loop
  • Ans. 

    Event loop is a mechanism that allows for asynchronous execution of code by managing the order of events in a single thread.

    • Event loop continuously checks the call stack for any functions that need to be executed, and processes them in a non-blocking manner.

    • Different types of queues in event loop include microtask queue (Promise callbacks), macrotask queue (setTimeout, setInterval callbacks), and animation frame queue

  • Answered by AI
  • Q4. What is virtual DOM and why its faster
  • Ans. 

    Virtual DOM is a lightweight copy of the actual DOM, used to improve performance by minimizing direct manipulation of the real DOM.

    • Virtual DOM is a concept used in frameworks like React to optimize rendering performance.

    • Changes are first made to the virtual DOM, which is then compared to the real DOM to identify the minimal updates needed.

    • This approach reduces the number of actual DOM manipulations, resulting in faster...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ServiceNow Senior Software Engineer interview:
  • React.Js
  • Javascript
  • DSA

Skills evaluated in this interview

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

I applied via Campus Placement

Round 1 - Coding Test 

1 coding question and MCQ on CS fundamentals were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Questions were on my project. It was a full stack project on MERN. I was asked about non blocking IO, promises, alternatives to react.
  • Q2. I was asked a DSA question to find the set of element that occurs twice in the array. I was expected to run the code.
  • Q3. I was asked basics about cloud and if I have any related experience as the role would be devops.
Round 3 - HR 

(1 Question)

  • Q1. I was asked basics questions about myself. It was a very short 15 minute interview.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain microservices.
  • Q2. OOPS

Interview Preparation Tips

Interview preparation tips for other job seekers - This was a contract-based position, so just 1 round of interviews was conducted.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It included aptitude, technical and coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Questions on SQL(Joins)
  • Q2. Questions on arrays, substrings
Round 3 - HR 

(2 Questions)

  • Q1. Location preferred
  • Ans. 

    Remote work preferred, open to occasional travel

    • Remote work preferred

    • Open to occasional travel

    • Flexible with location

  • Answered by AI
  • Q2. Family background
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Asked linq question and answered correctly with little modification, still was not impressed
  • Q2. Expections were little high.

Adobe Interview FAQs

How many rounds are there in Adobe Lead Software Engineer interview?
Adobe interview process usually has 4 rounds. The most common rounds in the Adobe interview process are One-on-one Round, Technical and HR.
What are the top questions asked in Adobe Lead Software Engineer interview?

Some of the top questions asked at the Adobe Lead Software Engineer interview -

  1. What all feature should be added in pen to make it best pen in mark...read more
  2. Find max 3 digits from an array consist of both negative and positive num...read more
  3. Puzzles like find 3 hat problem guess the color of h...read more

Tell us how to improve this page.

People are getting interviews through

based on 2 Adobe interviews
Job Portal
100%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 883 Interviews
Amdocs Interview Questions
3.8
 • 523 Interviews
Zoho Interview Questions
4.3
 • 502 Interviews
SAP Interview Questions
4.2
 • 302 Interviews
Salesforce Interview Questions
4.1
 • 265 Interviews
24/7 Customer Interview Questions
3.5
 • 174 Interviews
View all
Adobe Lead Software Engineer Salary
based on 172 salaries
₹11 L/yr - ₹42.5 L/yr
10% more than the average Lead Software Engineer Salary in India
View more details

Adobe Lead Software Engineer Reviews and Ratings

based on 18 reviews

4.4/5

Rating in categories

4.3

Skill development

4.5

Work-Life balance

3.9

Salary & Benefits

4.2

Job Security

4.8

Company culture

3.9

Promotions/Appraisal

4.1

Work Satisfaction

Explore 18 Reviews and Ratings
Computer Scientist
432 salaries
unlock blur

₹21.1 L/yr - ₹70.9 L/yr

Technical Consultant
287 salaries
unlock blur

₹11.3 L/yr - ₹27.5 L/yr

Software Engineer
249 salaries
unlock blur

₹8.3 L/yr - ₹32.1 L/yr

Computer Scientist 2
227 salaries
unlock blur

₹28 L/yr - ₹101 L/yr

Senior Technical Consultant
190 salaries
unlock blur

₹12.5 L/yr - ₹45 L/yr

Explore more salaries
Compare Adobe with

Salesforce

4.1
Compare

Oracle

3.7
Compare

Microsoft Corporation

4.1
Compare

Amazon

4.1
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview