Skip to contentSkip to footer
  • Community
  • Jobs
  • Companies
  • Salaries
  • For employers
      Notifications

      Loading...

      Elevate your career

      Discover your earning potential, land dream jobs, and share work-life insights anonymously.

      employer cover photo
      employer logo
      employer logo

      Adobe

      Engaged employer

      About
      Reviews
      Pay and benefits
      Jobs
      Interviews
      Interviews
      Related searches: Adobe reviews | Adobe jobs | Adobe salaries | Adobe benefits | Adobe conversations
      Adobe interviewsAdobe Associate Technical Consultant Intern interviewsAdobe interview


      Glassdoor

      • About / Press
      • Awards
      • Blog
      • Research
      • Contact Us
      • Guides

      Employers

      • Free Employer Account
      • Employer Centre
      • Employers Blog

      Information

      • Help
      • Guidelines
      • Terms of Use
      • Privacy and Ad Choices
      • Do Not Sell Or Share My Information
      • Cookie Consent Tool
      • Security

      Work With Us

      • Advertisers
      • Careers
      Download the App

      • Browse by:
      • Companies
      • Jobs
      • Locations
      • Communities
      • Recent posts

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" and logo are proprietary trademarks of Glassdoor LLC.

      Followed companies

      Stay ahead in opportunities and insider tips by following your dream companies.

      Job searches

      Get personalised job recommendations and updates by starting your searches.

      Top companies for "Compensation and Benefits" near you

      avatar
      ACI Worldwide
      3.9★Compensation and benefits
      avatar
      Software AG
      4.0★Compensation and benefits
      avatar
      AVEVA
      3.8★Compensation and benefits
      avatar
      Dukkantek
      3.5★Compensation and benefits

      Bowls

      Get actionable career advice tailored to you by joining more bowls.

      Company Bowl sample

      Want the inside scoop on your own company?

      Check out your Company Bowl for anonymous work chats.

      Associate Technical Consultant Intern Interview

      6 May 2025
      Anonymous employee
      Bengaluru

      Other Associate Technical Consultant Intern interview reviews for Adobe

      Associate Technical Consultant Intern Interview

      9 Oct 2025
      Anonymous interview candidate
      Bengaluru
      No offer
      Accepted offer
      Positive experience
      Easy interview

      Application

      I applied through university. The process took 2 days. I interviewed at Adobe (Bengaluru) in Oct 2024

      Interview

      An on campus opportunity for summer intern, the whole process was divided into 3 parts, online assessment, technical interview and finally an HR round. Questions were asked on the basis of domain selected and the resume

      Interview questions [1]

      Question 1

      Projects that I mentioned in my resume
      Answer question
      Neutral experience
      Difficult interview

      Application

      I applied through university. The process took 3 days. I interviewed at Adobe (Bengaluru) in Aug 2025

      Interview

      It started with an introduction, then proceeded to some DSA questions. We then discussed some of my projects, and the session concluded with some questions from me. It lasted around 40 minutes.

      Interview questions [4]

      Question 1

      You are managing a system that needs to execute n distinct processes, labeled from 0 to n - 1. You're given a list called dependencies, where dependencies[i] = [a, b] means that Process a depends on Process b, i.e., Process b must complete before Process a can begin. Your task is to determine whether it is possible to execute all processes given their dependencies. For example, the pair [0, 1] indicates that Process 0 depends on Process 1, meaning Process 1 must be executed before Process 0 can begin. Return true if all processes can be executed successfully without any circular dependencies. Otherwise, return false if there is a cycle that makes it impossible to resolve all process dependencies. numProcesses = 3 dependencies = [[1, 0], [2, 1]] numProcesses = 3 dependencies = [[0, 1], [1, 2], [2, 0]]
      1 Answer

      Question 2

      Find the error in a hashmap iteration loop using keySet() function?
      1 Answer

      Question 3

      How did you implement JWT in your project?
      Answer question

      Question 4

      What are the use cases of MongoDB? Why MongoDB in your project?
      Answer question