Upload Button Icon Add office photos

Adobe

Compare button icon Compare button icon Compare

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 with Decimal Precision Problem Statement You are prov ... read more
asked in Freshworks
Q2. Vertical Order Traversal Problem Statement You are given a binary ... read more
asked in Epsilon
Q3. If we have 2 tables with the same schema, one table has indexes a ... read more
asked in Freshworks
Q4. Power Calculation Problem Statement Given a number x and an expon ... read more
asked in Freshworks
Q5. Longest Unique Substring Problem Statement Given a string input o ... read more

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. PATTERN PROBLEMS
  • Q2. CALCULATION OF CHILDREN AND GRANDCHILDREN
  • Ans. 

    Calculate the number of children and grandchildren

    • Count the number of direct children of a person

    • Count the number of grandchildren of a person

    • Use recursion to count all descendants

    • Consider only living descendants

    • Exclude step-children and adopted children

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the logic
Practice

Interview Questionnaire 

1 Question

  • Q1. Simple basic c programing questions

I applied via Campus Placement and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Partitioning even and odd numbers in an array
  • Ans. 

    Partition even and odd numbers in an array

    • Iterate through the array and check if each number is even or odd

    • Create two separate arrays for even and odd numbers

    • Combine the two arrays to get the final partitioned array

  • Answered by AI
  • Q2. Leaders in an array
  • Ans. 

    Find leaders in an array of strings

    • Leaders are elements that are greater than all elements to their right

    • Traverse array from right to left and keep track of maximum element

    • Add maximum element to result if it is a leader

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be skilled with advanced data structures (recursion, graph) and dynamic programming

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C++ basic questions, also asked me to run few programs on online gdb

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your primary skill set very well, data structure and algorithm is also mandatory also a little bit of system design.

I applied via Referral and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java, SQL, java framework, weblogic and OMS

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't panic. Just be honest in what you know and you will succeed

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 120 minutes
Round difficulty - Medium

Timing was in the afternoon. 
The platform was easy to operate and worked on considerable speed. 
Both the webcam and audio was supposed to be ON during the test duration.
We could switch between the questions of the same section in case we wanted to change the answers.

  • Q1. 

    Minimum Spanning Tree Problem Statement

    You are provided with an undirected, connected, and weighted graph G(V, E). The graph comprises V vertices (numbered from 0 to V-1) and E edges.

    Determine and retu...

  • Ans. 

    Find the total weight of the Minimum Spanning Tree in a graph using Kruskal's algorithm.

    • Implement Kruskal's algorithm to find the Minimum Spanning Tree.

    • Sort the edges based on their weights and add them to the MST if they don't form a cycle.

    • Keep track of the total weight of the MST and return it as the output.

  • Answered by AI
  • Q2. 

    Maximum Points On Straight Line Problem Statement

    You are provided with a 2-D plane and a set of integer coordinates. Your task is to determine the maximum number of these coordinates that can be aligned ...

  • Ans. 

    Find the maximum number of points that can be aligned in a straight line on a 2-D plane.

    • Iterate through each pair of points and calculate the slope between them.

    • Store the slope in a hashmap and keep track of the frequency of each slope.

    • The maximum frequency of slopes + 1 gives the maximum number of points on a straight line.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in PuneEligibility criteria6 CGPAAmdocs interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, Dynamic Programming, OOPS, DBMSTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : You should be very fluent in each and every data structure that you have studied so that you are able to answer even the trickiest question by knowing the basics. This will happen only if you have tried enough questions on different platforms.
Tip 2 : Object Oriented Programming is the easiest and the most underrated concept. In every interview I have given so far, they have asked me the OOPs concepts. I have learnt and understood each and every basic concept of OOPs, primarily from the videos of Coding Ninjas which have polished my skill in this area and now I can answer any question of this topic. 
Tip 3 : The projects that you have done in your college life should be on your tips. You should know each and every little detail of it, and sometimes the interviewer may also ask what would happen if you changed some things in your project, so you should be clear with it's working and how would your project work after changing some specifications.

Application resume tips for other job seekers

Tip 1 : Highlight your technical skills and write only the things from which you will be comfortable answering from.
Tip 2 : Try to maximize the number of technical achievements on the resume and minimize the extra curricular part.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. RPA Development Automation Anywhere V11 questions.Scenarios,Ui automation,SAP automation,Excel Automation,Power automate desktop

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a Hands on experience and Clear understanding of your Skill and Project.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Aptitude like Quantitative , English and Logical Reasoning. Coding round had 4 questions - 2 SQL problems and 2 codes

Round 2 - HR 

(2 Questions)

  • Q1. Personality assessment , character judging and seeing if you are fit for the company on the basis of value was checked
  • Q2. Tell me about yourself

Interview Preparation Tips

Topics to prepare for Amdocs Software Engineer interview:
  • C++
  • SDLC
Interview preparation tips for other job seekers - Nothing to worry about. Just show confidence and good communication skills and a ability to learn.

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.

Adobe Lead Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 865 Interviews
Amdocs Interview Questions
3.7
 • 518 Interviews
Zoho Interview Questions
4.3
 • 512 Interviews
SAP Interview Questions
4.2
 • 285 Interviews
Salesforce Interview Questions
4.0
 • 230 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Dassault Systemes Interview Questions
4.0
 • 164 Interviews
View all
Adobe Lead Software Engineer Salary
based on 180 salaries
₹14 L/yr - ₹45 L/yr
At par with the average Lead Software Engineer Salary in India
View more details

Adobe Lead Software Engineer Reviews and Ratings

based on 17 reviews

4.3/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

3.9

Salary

4.2

Job security

4.7

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 17 Reviews and Ratings
Computer Scientist
457 salaries
unlock blur

₹20 L/yr - ₹70 L/yr

Technical Consultant
283 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