Add office photos
Engaged Employer

Amazon

4.1
based on 24.5k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

Dr. Reddy's Interview Questions and Answers

Updated 14 Sep 2024
Popular Designations

Q1. Given a sorted array of integers, find the frequency of 2 in the array in log(n) time.

Ans.

Find frequency of 2 in sorted array of integers in log(n) time.

  • Use binary search to find first and last occurrence of 2 in array.

  • Calculate frequency by subtracting last index from first index and adding 1.

  • Time complexity is O(log(n)).

View 39 more answers

Q2. Given an array of numbers, for each index of the array, find the maximum frequency integer to the right of the array.

Ans.

Find the maximum frequency integer to the right of each index in an array of numbers.

  • Create a frequency map of the array.

  • Iterate through the array and for each index, find the maximum frequency integer to the right using the frequency map.

  • If there are no integers to the right, return -1.

View 8 more answers

Q3. To reverse Linked List in pair of three.

Ans.

Reverse a linked list in pairs of three.

  • Create a function that takes the head of the linked list as input.

  • Traverse the linked list in pairs of three and reverse each pair.

  • Update the head of the linked list to the new head after reversing each pair.

  • Return the new head of the linked list.

View 6 more answers

Q4. Search a number in sorted rotated array.

Ans.

Search a number in sorted rotated array.

  • Use binary search to find the pivot point where the array is rotated

  • Determine which half of the array the target number may be in

  • Perform binary search on the appropriate half of the array to find the target number

View 4 more answers
Discover Dr. Reddy's interview dos and don'ts from real experiences

Q5. How do you handle tradeoffs

Ans.

I prioritize based on importance and impact, considering both short-term and long-term consequences.

  • Identify the key factors involved in the tradeoff

  • Evaluate the potential outcomes of each option

  • Consider the short-term and long-term implications

  • Communicate with stakeholders to gather input and perspectives

  • Make a decision based on the overall impact and importance

Add your answer

Q6. Explain about time management

Ans.

Time management is the process of planning and organizing how to divide your time between specific activities.

  • Prioritize tasks based on importance and deadlines

  • Set specific goals and deadlines for each task

  • Use tools like calendars and to-do lists to stay organized

  • Avoid multitasking and focus on one task at a time

  • Allocate time for breaks and relaxation to avoid burnout

Add your answer

Q7. Gfg easy problem

Ans.

The question is about solving an easy problem on GeeksforGeeks.

  • Read the problem statement carefully to understand the requirements.

  • Break down the problem into smaller subproblems if needed.

  • Implement the solution using the appropriate data structures and algorithms.

  • Test the solution with sample inputs to ensure correctness.

Add your answer

Q8. Your percentage

Ans.

My percentage is 85%.

  • I achieved an 85% overall grade in my last semester.

  • I consistently maintained an 85% average throughout my academic career.

  • My performance evaluation rated me at 85% for my work performance.

Add your answer

More about working at Amazon

Top Rated Mega Company - 2024
Top Rated Company for Women - 2024
Top Rated Internet/Product Company - 2024
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Dr. Reddy's

based on 19 interviews
3 Interview rounds
Coding Test Round - 1
Coding Test Round - 2
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Intern Interview Questions from Similar Companies

3.9
 • 19 Interview Questions
3.9
 • 16 Interview Questions
4.0
 • 15 Interview Questions
3.8
 • 13 Interview Questions
4.3
 • 11 Interview Questions
4.4
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter