Filter interviews by
I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.
It was basic DSA round consisting of DP question and Graph question.
Top trending discussions
I applied via Campus Placement and was interviewed in Dec 2016. There were 3 interview rounds.
Given 2 arrays with n and n-1 elements, find the unique element in the larger array.
Loop through the larger array and check if each element is present in the smaller array.
If an element is not present in the smaller array, it is the unique element.
Return the unique element.
Example: arr1 = ['a', 'b', 'c', 'd'], arr2 = ['a', 'b', 'c'], unique element = 'd'
Density of a person in a social networking graph is the ratio of friends who interacted with the person to the total number of friends.
Calculate the number of friends who interacted with the person.
Calculate the total number of friends for that person.
Divide the number of interacting friends by the total number of friends to get the density.
Density = (Number of interacting friends) / (Total number of friends)
Given a map of coffee shops and a person, find the closest n coffee shops to him.
Use the person's location and calculate the distance to each coffee shop on the map.
Sort the coffee shops by distance and return the closest n.
Consider using a data structure like a priority queue to efficiently find the closest coffee shops.
Higher studies not necessary for current career goals.
My current career goals do not require higher studies.
I have gained enough knowledge and experience through my work.
I believe in continuous learning and development through on-the-job training and workshops.
I am open to pursuing higher studies in the future if it aligns with my career goals.
I appeared for an interview before Sep 2016.
I have worked on various projects involving software development, data analysis, and machine learning.
Developed a web application for tracking personal fitness goals using React and Node.js
Implemented a machine learning model to predict customer churn for a telecom company
Analyzed data from a clinical trial to identify patterns in patient outcomes
Algorithm to find median in a stream of n numbers
Sort the list and find the middle element for odd n
For even n, find the average of middle two elements
Use a min-heap and max-heap to maintain the smaller and larger half of the stream respectively
Insert new elements into the appropriate heap and balance the heaps to ensure median is always at the top
I applied via Campus Placement and was interviewed in Jan 2016. There was 1 interview round.
Given 2 arrays, one with n elements and another with n-1 elements, answer the question.
Compare the elements of both arrays to find the missing element.
Use a loop or a built-in function to iterate through the arrays.
Consider edge cases where the missing element is at the beginning or end of the array.
I applied via Campus Placement and was interviewed before Aug 2021. There were 4 interview rounds.
Maths,reasoning and Java questions
1. Program on lift technology
I applied via Campus Placement and was interviewed in Aug 2021. There were 2 interview rounds.
Easy
Easy questions
I applied via Referral and was interviewed before Apr 2023. There were 4 interview rounds.
Hackerrank coding round asking me to wite a trigger that performed some functionality
Some of the top questions asked at the Adobe Member Technical Staff interview for experienced candidates -
based on 1 interview experience
Difficulty level
Duration
based on 10 reviews
Rating in categories
Computer Scientist
492
salaries
| ₹35.1 L/yr - ₹60.5 L/yr |
Technical Consultant
311
salaries
| ₹7.5 L/yr - ₹28.5 L/yr |
Computer Scientist 2
293
salaries
| ₹28 L/yr - ₹102 L/yr |
Software Engineer
277
salaries
| ₹8.1 L/yr - ₹30 L/yr |
Senior Software Engineer
248
salaries
| ₹12 L/yr - ₹44.1 L/yr |
Salesforce
Oracle
Microsoft Corporation
Amazon