Open In App

Adobe Interview Experience (On-Campus)

Last Updated : 07 Jul, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

Round 1- Online Technical Test: Including aptitude questions and Technical based MCQs and 1 Coding Ques. Paper was of Total Marks:- 30.

Round 2- Online-interview round: They had asked me about my project. Then they asked me some questions about computer networks. 

  • Difference between HTTP and HTTPS.
  • Layer for HTTP and HTTPS
  • How to HTTPS is secure? What is used to secure it?
  • How data is encrypted in HTTPS?
  • UDP and TCP difference?

Then they had given me one coding ques which was-

  • Given an integer array of nums sorted in non-decreasing order, return an array of the squares of each number sorted in non-decreasing order.
Input:- nums = [-4,-1,0,3,10]
Output:- [0,1,9,16,100]


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads