Upload Button Icon Add office photos

Adobe

Compare button icon Compare button icon Compare

Filter interviews by

Adobe Technical Lead Interview Questions and Answers

Updated 29 May 2015

Adobe Technical Lead Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. How do you implement naming of threads from the point of view of a multi-threaded OS.Implement rand5 using rand7.Implement functions to render circles and other figures. (This was mainly about my developme...
  • Ans. 

    Implementing naming of threads in a multi-threaded OS and implementing rand5 using rand7

    • Use thread ID or thread name to name threads in a multi-threaded OS

    • Implement a function that generates a random number between 1 and 7

    • Use rejection sampling to implement rand5 using rand7

    • Ensure thread names are unique to avoid confusion

    • Test the implementation thoroughly to ensure correctness

  • Answered by AI
  • Q2. How does free know how many memory blocks to delete in the case of arrays
  • Ans. 

    Free uses metadata stored in the heap to determine the number of memory blocks to delete for arrays.

    • Free stores metadata about the size of the allocated memory block in the heap.

    • Free uses this metadata to determine the number of memory blocks to delete for arrays.

    • For example, if an array of 10 integers was allocated, the metadata would indicate the size of the block as 40 bytes.

    • Free would then use this information to d...

  • Answered by AI
  • Q3. Some questions on finding the errors in the programs.Some questions on stacks, linked lists, queues and sorting

Interview Preparation Tips

Round: test
Experience: First round was an online test on hacker rank for 3 hours. The online round had 2 parts; first one tested analytical skills and the other tested computer science knowledge and also had some programming questions (simple ones). From the test they took about 15-20 people for the interviews. T

General Tips: If you want to bag a top company, it’s all about data structures, data structure & data structures. Just be sharp and attentive during the interview. If you don't know the answer just RELAX (very important) and start bouncing ideas of the interviewer, they're here to see how well you can solve not how well you remember. And be ready with copies of your resume and proper formal clothes at ALL times till you'replaced. Interviews are very subjective. Make the interviewer believe that you can manage any job givento you. That's the most important thing. Be confident even if your solution has a few flaws that you know.
College Name: NIT SURATHKAL

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
6d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Adobe?
Ask anonymously on communities.

Interview questions from similar companies

Associate Interview Questions & Answers

Oracle user image Vishal Bagla

posted on 10 Jun 2021

I applied via Referral and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to create a PowerPoint on how would I help the sales team with the selling pitch
  • Q2. Asked me to write an email summarizing my findings from the selling pitch deck
  • Q3. Guesstimate - how many flights are handled by Bangalore airport on a daily basis
  • Ans. 

    Around 600 flights are handled by Bangalore airport on a daily basis.

    • Bangalore airport is one of the busiest airports in India

    • It handles both domestic and international flights

    • On average, there are around 25-30 flights per hour

    • The number of flights may vary depending on the day of the week and time of the year

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Communication skills are very important

Technical Lead Interview Questions Asked at Other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to productio ... read more
asked in Infosys
Q2. Managerial: 1) Explain any one past issue and its mitigation stra ... read more
asked in Cognizant
Q3. 1. Type of documentation for computer system validation. 2.Please ... read more
asked in Wipro
Q4. What automation framework have you worked on?
asked in HCLTech
Q5. What is the purpose of React and its latest hooks?

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Manger only will decide the CTC

Interview Preparation Tips

Interview preparation tips for other job seekers - They will focus on the tech stack that is relevant to the job and mentioned in the resume. The difficult of the interview is intermediate level.

I applied via Approached by Company and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns and solid principals
  • Q2. Asp net and angular concepts

Interview Preparation Tips

Topics to prepare for Automatic Data Processing (ADP) Technical Lead interview:
  • .Net
Interview preparation tips for other job seekers - Be strong in all basic fundamentals and design patterns.
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 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - It's ok
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 - Aptitude Test 

Normal Test with some questions

Round 3 - Technical 

(2 Questions)

  • Q1. Technical questions on current role
  • Q2. Roles and responsibilities on current role

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be a cool interview. Rest easy and prepare qell

Adobe HR Interview Questions

61 questions and answers

Q. Why should we hire you?
Q. Why do you want to work at Adobe?
Q. Why do you want to change jobs?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Node js life cycle
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Jun 2025, where I was asked the following questions.

  • Q1. Tell me about yourself
  • Q2. Where do you see yourself in next 5 years
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Transaction in Spring Boot
  • Ans. 

    Transactions in Spring Boot help manage database operations as a single unit of work.

    • Transactions ensure ACID properties (Atomicity, Consistency, Isolation, Durability) for database operations.

    • Use @Transactional annotation to mark a method as transactional.

    • Transactions can be managed programmatically using TransactionTemplate.

    • Rollback can be triggered manually in case of exceptions.

    • Spring Boot supports both declarative...

  • Answered by AI
  • Q2. Java Array and problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good organization

Skills evaluated in this interview

I appeared for an interview in Jan 2022.

Round 1 - Coding Test 

Solve coding problems

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about Java Design pattern
  • Q2. Write a Multi threaded application
  • Ans. 

    A multi-threaded application allows for concurrent execution of tasks, improving performance and responsiveness.

    • Identify tasks that can be executed concurrently

    • Create threads to execute each task

    • Use synchronization mechanisms to avoid race conditions

    • Consider thread safety when accessing shared resources

    • Use thread pools to manage resources efficiently

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in your basics. Be confident with your answers

Skills evaluated in this interview

Adobe Interview FAQs

What are the top questions asked in Adobe Technical Lead interview?

Some of the top questions asked at the Adobe Technical Lead interview -

  1. How do you implement naming of threads from the point of view of a multi-thread...read more
  2. How does free know how many memory blocks to delete in the case of arr...read more
  3. Some questions on finding the errors in the programs.Some questions on stacks, ...read more

Tell us how to improve this page.

Adobe Technical Lead Salary
based on 28 salaries
₹25.7 L/yr - ₹44.9 L/yr
71% more than the average Technical Lead Salary in India
View more details
Computer Scientist
492 salaries
unlock blur

₹34.5 L/yr - ₹60 L/yr

Technical Consultant
318 salaries
unlock blur

₹12.8 L/yr - ₹24 L/yr

Computer Scientist 2
312 salaries
unlock blur

₹46.6 L/yr - ₹80 L/yr

Software Engineer
285 salaries
unlock blur

₹13.9 L/yr - ₹25 L/yr

Senior Software Engineer
244 salaries
unlock blur

₹24.1 L/yr - ₹40 L/yr

Explore more salaries
Compare Adobe with

Salesforce

4.0
Compare

Oracle

3.7
Compare

Microsoft Corporation

3.9
Compare

Amazon

4.0
Compare
write
Share an Interview