Ho presentato la mia candidatura online. La procedura ha richiesto 6 settimane. Ho sostenuto un colloquio presso Adobe (San Jose, CA) nel mese di ago 2016
Colloquio
1) Contacted by HR by email
2) Phone screening by hiring manager and asked to code for simple scenarios in C
3) Given a take home assignment to complete before onsite interview
4) Onsite interview schedules for 6 hours and made to fly to san Jose
5) Asked to create a presentation and present to the full team of 6 people.
6) One on one interview rounds(6) after that.
7) All interviews went well and nothing too hard was asked. Still confused as to what was expected. A single wrong answer or unsure response will be the basis of rejection I guess.
Domande di colloquio [1]
Domanda 1
Camera callibration, questions on simple c++ problems, debug a code, test cases scenarios, lot of behavioral questions.
Ho presentato la mia candidatura tramite segnalazione di un dipendente. Ho sostenuto un colloquio presso Adobe nel mese di dic 2024
Colloquio
with referal, recieved direct email invite, no phone call, great experience, whitebaord for coding questions, hints were given, approach was aksed, polite process, advice given to improve abd enhance for next time.
Domande di colloquio [4]
Domanda 1
convert infix to postfix (Input: A + B * C + D
Output: ABC*+D+
Input: ((A + B) – C * (D / E)) + F
Output: AB+CDE/*-F+
print repeating in o(n)(input-1,2,3,4,2,3,5, output-2,3}
Ho presentato la mia candidatura tramite segnalazione di un dipendente. Ho sostenuto un colloquio presso Adobe (Bengaluru) nel mese di mar 2024
Colloquio
Got call from HR and scheduled interview after one week. There were totally 5 rounds. First three rounds are online video interviews mostly on DSA. After that techno managerial rounds
Domande di colloquio [1]
Domanda 1
Question we’re on writing programs based on data structures and algorithms
1. Find target sum index of given list
2. Best time to sell shares problem
*DSA and Coding*
Two coding questions:
- max and min occurance in a string
- pairs whose sum = x in an int array
*Testing*
Asked to define test strategy and test cases for business case:
- Watsapp group creation feature
- Big billion day
*Quality Assurance*
Asked to define test strategy and test cases for business case. Discussion went deep into code level:
- New microservice in an existing product
*Coding & Language Internals*
One coding question and test framework questions (what you are interviewed) :
- move all negative numbers to left end of integer array
- Loads of language questions were also asked
*Coding & Structural Understanding*
One coding question and asked to define and write framework level of functional structure for a given problem.
- Remove all vowels
- Write code structure of printer functionality (more of how dev would write it using OOPs concepts and SOLID principles)
*Manager*
Scenario based test strategy questions were asked assuming you are leading the test efforts in a project
*Director*
More of less similar to manager round with some questions from past experience