Filter interviews by
I applied via Company Website and was interviewed before Jun 2023. There was 1 interview round.
3 DSA rounds based on trees, maps, dynamic programming on trees/ graphs and prepare well by practicing on GFG, leetcode and all.
I was interviewed before May 2023.
Code to find majority element
Design a chat based solution for communication between users.
Implement real-time messaging functionality
Include features like group chats, file sharing, and message encryption
Design a user-friendly interface with customizable settings
Integrate with notification systems for instant updates
Ensure scalability and security of the platform
I applied via Walk-in and was interviewed in May 2021. There was 1 interview round.
A vector class can be implemented using an array to store and manipulate a dynamic list of elements.
The class should have methods to add, remove, and access elements.
It should also have methods to resize the array as needed.
The class can be templated to allow for different data types.
Example: vector
Example: myVector.push_back(5);
A constructor is a special method that is used to initialize objects of a class.
Constructors have the same name as the class they belong to.
They are called automatically when an object is created.
They can take parameters to initialize the object's state.
If a class does not have a constructor, a default one is provided.
Constructors can be overloaded to provide different ways of initializing objects.
Yes, a virtual destructor is used to ensure proper destruction of derived class objects.
A virtual destructor is declared with the virtual keyword in the base class.
It ensures that the destructor of the derived class is called before the base class destructor.
Without a virtual destructor, memory leaks and undefined behavior can occur.
Example: class Base { virtual ~Base() {} }; class Derived : public Base { ~Derived() {}...
Adobe interview questions for designations
A generic swap function swaps two values of any data type.
The function should take two parameters of any data type.
Use a temporary variable to store the value of one parameter.
Assign the value of the second parameter to the first parameter.
Assign the value of the temporary variable to the second parameter.
Search for an element in a rotated sorted linked list.
Find the pivot point where the list is rotated.
Divide the list into two sublists based on the pivot point.
Perform binary search on the appropriate sublist.
Handle edge cases such as empty list and list with only one element.
Search an element in a rotated sorted array
Find the pivot point where the array is rotated
Divide the array into two sub-arrays based on pivot point
Perform binary search on the appropriate sub-array
Repeat until element is found or sub-array size is 1
Find 5 missing numbers in an array of size 95 containing numbers in range 1 to 100.
Create a boolean array of size 100 and mark the present numbers
Iterate through the boolean array and find the missing numbers
Alternatively, use a HashSet to store the present numbers and find the missing ones
Given a Sudoku board, find possible numbers for an empty cell.
Iterate through empty cells and check possible numbers using row, column, and box constraints.
Use a set to keep track of possible numbers for each empty cell.
Return the set of possible numbers for the given empty cell.
Find integer average of 4 unsigned integers without typecasting
Add all the integers and divide by 4
Use bit shifting to divide by 4
Handle overflow by using long long data type
Use unsigned int data type for input
Code to identify 32 bit or 64 bit architecture of a processor
Check if the operating system is 32 bit or 64 bit
If OS is 32 bit, processor is 32 bit
If OS is 64 bit, check if processor supports 64 bit architecture
Use CPUID instruction to check if processor supports 64 bit architecture
Convert binary number to base 64 integer
Divide the binary number into groups of 6 bits
Convert each group of 6 bits to decimal
Map the decimal value to the corresponding base 64 character
Concatenate the base 64 characters to form the final integer
Get interview-ready with Top Adobe Interview Questions
posted on 8 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.
OOPS focuses on the concept of classes and objects
Encapsulation: bundling data and methods that operate on the data within a single unit
Inheritance: allows a class to inherit properties and behavior from another class
Polymorphism: ability to present the same interface for diffe...
Comparable is an interface used for natural ordering, Comparator is an interface used for custom ordering. Abstract class can have method implementations, Interface cannot.
Comparable interface is used to define the natural ordering of objects. Example: String class implements Comparable interface for natural ordering based on alphabetical order.
Comparator interface is used to define custom ordering of objects. Example:...
Count occurrences of each character in a given string
Create an array to store the count of each character
Iterate through the string and increment the count of each character in the array
Return the array with counts for each character
Remove duplicates from an array of strings
Iterate through the array and store each element in a set to keep track of unique values
Create a new array with the unique values from the set
Data structure related question
To find the second highest integer in an array, sort the array in descending order and return the second element.
Sort the array in descending order
Return the second element in the sorted array
Handle edge cases like duplicates or small arrays
posted on 8 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.
It included aptitude, technical and coding questions
Remote work preferred, open to occasional travel
Remote work preferred
Open to occasional travel
Flexible with location
Some of the top questions asked at the Adobe Software Engineer interview -
based on 3 interviews
1 Interview rounds
based on 37 reviews
Rating in categories
Computer Scientist
441
salaries
| ₹22 L/yr - ₹71.4 L/yr |
Technical Consultant
296
salaries
| ₹12.4 L/yr - ₹30 L/yr |
Software Engineer
254
salaries
| ₹7.5 L/yr - ₹28 L/yr |
Computer Scientist 2
238
salaries
| ₹30 L/yr - ₹101 L/yr |
Senior Technical Consultant
212
salaries
| ₹11.5 L/yr - ₹46 L/yr |
Salesforce
Oracle
Microsoft Corporation
Amazon