[go: up one dir, main page]

0% found this document useful (0 votes)
115 views2 pages

Adobe Interview Questions

The document discusses Adobe interview questions covering coding round questions involving data structures and algorithms problems as well as technical interview questions related to data structures and algorithms. Some example coding round questions include counting set bits in an integer, binary to decimal conversion, checking if an array represents a BST preorder traversal, and sorting an array of 0s, 1s and 2s. Technical interview questions include implementing an LRU cache and searching a rotated array.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
115 views2 pages

Adobe Interview Questions

The document discusses Adobe interview questions covering coding round questions involving data structures and algorithms problems as well as technical interview questions related to data structures and algorithms. Some example coding round questions include counting set bits in an integer, binary to decimal conversion, checking if an array represents a BST preorder traversal, and sorting an array of 0s, 1s and 2s. Technical interview questions include implementing an LRU cache and searching a rotated array.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Adobe Interview Questions

● Coding Round Questions


● Technical Interview Questions
○ (Data Structures and Algorithms)

Coding Round Questions


● Count set bits in an integer
● Program for Binary To Decimal Conversion
● Check if a given array can represent Preorder Traversal of Binary Search Tree
● Sort an array of 0s, 1s and 2s
● Check if a number is a Palindrome
● Pascal's Triangle
● Trapping Rain Water
● Count Inversions in an array | Set 1 (Using Merge Sort)
● Write an Efficient Function to Convert a Binary Tree into its Mirror Tree
● Find the middle of a given linked list in C and Java
● Merge Sort for Linked Lists
● Print Right View of a Binary Tree
● Reverse Level Order Traversal
● Level order traversal in spiral form
● Remove duplicates from a sorted linked list
● K’th Smallest/Largest Element in Unsorted Array
● Smallest/highest element in the left/right side (Multiple time asked)
● Stock span problem
● Top View of a bst
● Sort an array by their frequency
● Validate if a given string is numeric. Examples:
"0" => true
" 0.1 " => true
"abc" => false
"1 a" => false
"2e10" => true
Return 0 / 1 ( 0 for false, 1 for true ) for this problem

Technical Interview Questions (Data Structures and


Algorithms)
● Implement LRU cache
● Find the numeric value of the integer passed as a string
● Search an element in an array rotated unknown number of times.

Follow for more content: https://www.linkedin.com/in/ankit5999/

Free DSA / Coding Course: https://youtube.com/workforwin

Telegram MAANG Preparation Group: https://t.me/codetoclub

Website to check for development: https://workforwin.com

You might also like