Filter interviews by
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
Discussion on General Topics
General Aptitude test
Troubleshooting shooting on different scenarios involves identifying the root cause and implementing solutions.
Identify the specific issue or problem
Gather relevant information and data
Analyze possible causes
Implement solutions and test them
Document the troubleshooting process and outcome
I applied via Company Website and was interviewed in Oct 2024. There were 4 interview rounds.
Basic Python, SQL, and Bash questions
Data pipeline design involves creating a system to efficiently collect, process, and analyze data.
Understand the data sources and requirements before designing the pipeline.
Use tools like Apache Kafka, Apache NiFi, or AWS Glue for data ingestion and processing.
Implement data validation and error handling mechanisms to ensure data quality.
Consider scalability and performance optimization while designing the pipeline.
Doc...
I was interviewed in Jan 2025.
Social media impact on younger generations.
Social media usag in impacting businesses
I prioritize incidents based on impact, urgency, and SLA requirements.
Assess the impact of each incident on business operations
Determine the urgency of resolving each incident
Consider any SLA requirements for specific incidents
Use a ticketing system to track and prioritize incidents
Communicate with stakeholders to understand priorities
I approach Root Cause Analysis by gathering data, identifying contributing factors, analyzing trends, and implementing preventive measures.
Gather all relevant data related to the incident
Identify contributing factors through interviews, documentation review, and analysis
Analyze trends to determine common themes or patterns
Implement preventive measures to address root causes and prevent future incidents
Adobe interview questions for popular designations
I applied via Campus Placement
Patterns, quiz, game questions.
Modified unbounded knapsack problem involves maximizing the value of items with unlimited quantities and weight constraints.
Consider items with values and weights, along with a weight constraint
Dynamic programming can be used to solve this problem efficiently
Examples: Given items with values [60, 100, 120] and weights [10, 20, 30], and a weight constraint of 50, maximize the value
Get interview-ready with Top Adobe Interview Questions
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
Find number of triplets in array whose sum is less than or equal to target.
Sort the array in ascending order.
Use three pointers to iterate through the array and find triplets.
Update pointers based on sum of triplets and target value.
I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.
Project management drilling on processes involves closely monitoring and improving project workflows.
Regularly review and analyze project processes to identify bottlenecks and inefficiencies
Implement process improvements based on data-driven insights
Ensure team members are following established processes and provide training as needed
I was interviewed in Sep 2024.
I utilize data-driven insights and strategic planning for effective budgeting and forecasting in a SaaS environment.
Understand key metrics: Focus on MRR (Monthly Recurring Revenue) and ARR (Annual Recurring Revenue) to gauge financial health.
Customer acquisition costs: Analyze CAC to ensure sustainable growth and profitability.
Churn rate analysis: Monitor and forecast churn to adjust budgets and strategies accordingly.
...
Key variables for forecasting models include historical data, market trends, seasonality, and external factors.
Historical Data: Analyze past performance to identify trends (e.g., sales data from previous years).
Market Trends: Consider industry growth rates and economic indicators (e.g., GDP growth, inflation rates).
Seasonality: Account for seasonal fluctuations in demand (e.g., holiday sales spikes).
External Factors: E...
I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.
2medium level questions
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
The right view of a binary tree shows the nodes that are visible when looking at the tree from the right side.
The right view of a binary tree can be obtained by performing a level order traversal and keeping track of the rightmost node at each level.
Nodes that are visible from the right side are the ones that are the rightmost at their level.
Example: For the binary tree [1, 2, 3, null, 5, null, 4], the right view would
Encode and decode a string without using any delimiter.
Use a unique character to represent the start and end of each string in the array.
Keep track of the length of each string to properly decode it.
Example: ['hello', 'world'] can be encoded as '#hello#world#' without using delimiters.
It was really good, having required tech questions for my position
Top trending discussions
Some of the top questions asked at the Adobe interview -
The duration of Adobe interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 156 interviews
Interview experience
based on 1.1k reviews
Rating in categories
Computer Scientist
455
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Consultant
279
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
255
salaries
| ₹0 L/yr - ₹0 L/yr |
Computer Scientist 2
245
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Technical Consultant
213
salaries
| ₹0 L/yr - ₹0 L/yr |
Salesforce
Oracle
Microsoft Corporation
Amazon