Open In App

Adobe Interview Experience (SheCodes 2020) | Product Intern

Improve
Improve
Like Article
Like
Save
Share
Report

Round 1 (Online Test) :

Platform: cocubes

The online test was divided into 4 sections:

  1. Cognitive Assessment (20 Q, 20 min): Questions based on comprehension, basic grammar, logical aptitude, and numerical aptitude.
  2. Technical Assessment(20 Q, 20 min): CS fundamentals, data structures, algorithms, OOPs, DBMS, OS, and Computer Networks.
  3. Coding Assessment (2 Q, 60 min): Questions similar to this –
  4. Gamified Assessment (3 tasks, 23 min): Memory-based and other mind games.

Round 2 (Interview) :

Platform: BlueJeans

Duration:  1 hr

The interview started with “Tell me about yourself” followed by an elaborate discussion on the recent position I had on my resume and the projects mentioned.

After that, she moved on to asking fundamental questions like:

  1. What are dangling pointers? : https://www.javatpoint.com/dangling-pointers-in-c
  2. Why do we use extern keyword? : https://www.geeksforgeeks.org/understanding-extern-keyword-in-c/
  3. How to declare array of pointers?: https://www.geeksforgeeks.org/difference-between-pointer-to-an-array-and-array-of-pointers/
  4. Pointer to an array: https://www.tutorialspoint.com/cplusplus/cpp_pointer_to_an_array.htm
  5. Create a variable dynamically. Where is dynamically and statically allocated memory stored? : https://www.geeksforgeeks.org/what-is-dynamic-memory-allocation/
  6. What do you mean by BST?
  7. How to find the height of BST?
  8. What are linked lists?
  9. What are the advantages and disadvantages of linked lists over other data structures?

Then I was asked 3 coding questions: (for each question we had a discussion on the time complexity too)

  1. Merge two sorted arrays with O(1) extra space: https://www.geeksforgeeks.org/problems/merge-two-sorted-arrays-1587115620/1
  2. Reverse an array in groups of given size: https://www.geeksforgeeks.org/problems/reverse-array-in-groups0255/1
  3. Reverse a linked list: https://www.geeksforgeeks.org/problems/reverse-a-linked-list/1 (To this, I gave an iterative solution)

Last Updated : 19 Aug, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads