logo

„Adobe“ interviu patirtis | 36 rinkinys (disko ne universiteto)

Internetinis rašytinis testas: Kelių pasirinkimų klausimai apie gabumus ir programavimo 2 kodavimo klausimus. F2F R1 1) Davė bet kokio ilgio eilutę. Atspausdinkite visus įmanomus eilutės ilgio kombinacijas K užuomina Naudokite rekursiją 2), pateikite matricos atspaudą spiraline tvarka. 3) Patikrinkite, ar duotas medis yra BST, ar ne. Buvo išspręsta pagal 3 metodą https://www.geeksforgeeks.org/dsa/a-program-to-check-if-a-binary-reee-is-bst-or-not/ Tada jis pats žodžiu supažindino apie 1 metodą iš tos pačios nuorodos ir paprašė manęs parašyti kodą tam pačiam ir išsiaiškinti, kas negerai su požiūriu. F2F R2 1) Given a Node such that
Node x { boolean ifFile; int[] children; } 
had to print all the paths from root to the file. if there is no file don't print anything. Note: This is not tree or graph. The structure is like windows file system and hierarchy can be any long. So recursion will cause stack overflow. Solve it without recursion 2) Given a sorted array with one number having any number of duplicates For eg [12344456] Find the index of the first occur of duplicating element. So for above example your function should return 3. Hint: Use Binary search 3) Minimum number of jumps to reach end Given an array of integers where each element represents the max number of steps that can be made forward from that element. Write a function to return the minimum number of jumps to reach the end of the array (starting from the first element). If an element is 0 then cannot move through that element. Example: Input: arr[] = {1 3 5 8 9 2 6 7 6 8 9} Output: 3 (1-> 3 -> 8 ->9) F2F R3 Aptarė apie gyvenimo aprašymą ir projektus. 1) Atsižvelgiant į dvejetainės srauto būseną, jei skaičius yra dalijamas iš 3 bet kuriuo metu aptartas 2-3 metodus. 2) Aptarė įvairūs požiūriai į žodyną. 3) Atsižvelgiant į rinkinį, spausdinkite visus įmanomus pogrupius. „F2F R4“ („Režisieriaus turas paskutinis“) Aptarė ir apie mano darbo projektus ir kolegijų projektus. Aptarė įvairius matricos sukimosi problemos metodus ir sudėtingumą. Visos „Adobe“ praktikos problemos !

Susijusios praktikos problemos

Minimalus šuolių skaičius