Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added my Adobe Experience #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions CompanyWise/Adobe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
Adobe Product Development **Internship** On-Campus (NIT Raipur) by **Shushriya Swarnkar**

**2019**

**Round-1(Online Test):**

Platform- Hackerrank
There were some 12-20 MCQ questions(no negative marking) based on Probability, Linear Algebra, OOPS, Debugging, etc.

Coding Question:

You have an infinite supply of n kinds of umbrellas the ith umbrella can save s(i) people from rain, using a minimum number of umbrellas you have to save k people(exactly). Print the minimum number of umbrellas or "-1" if its impossible. 0\<n, k\<=1000

Pseudo Code:

[Spiral Traversal of a Matrix](https://leetcode.com/problems/spiral-matrix/)

Essay Type Question:

What is IoT? Describe its impact on the future.

**Round-2(Telephonic Interview):**

Duration- 45 min approx.

The interview began with the interviewer asking me to introduce myself. We had a small discussion about my past internship and projects that I had mentioned in my resume. Then he asked me my first question:
1. Imagine you have to build a program for the Snake and Ladders game. How will you plan it? Which data structure will you use? Explain the approach in detail.
2. He asked me about stack. What is stack? What is LIFO? What are the operations performed by stack and their time complexities? Then he asked me the following question:

[Minimum in a stack in O(1)](https://www.geeksforgeeks.org/design-a-stack-that-supports-getmin-in-o1-time-and-o1-extra-space/)

3. Suppose you are given a database of students' details such as Name, Roll Number, Individual Subject marks(say Physics, Chemistry, Maths). Write a SQL query to:

- Find maximum total marks and who scored it.
- Find the student who stood second in class, third in class and so on.

**Other Questions:**

1. [Must do coding Questions for Adobe](https://www.geeksforgeeks.org/must-coding-questions-company-wise/?ref=lbp#adobe)
2. [Adobe archives](https://www.geeksforgeeks.org/tag/adobe/)