Add office photos
Employer?
Claim Account for FREE

BlueStacks

3.7
based on 74 Reviews
Filter interviews by

Dr. Reddy's Interview Questions and Answers

Updated 15 Jun 2024

Q1. Move Zeroes to End

Given an unsorted array of integers, adjust the array such that all zeroes are moved to the end while preserving the order of non-zero elements.

Input:

The input provided consists of multiple...read more

Add your answer

Q2. Java Reflection and how it works

Ans.

Java Reflection is a feature that allows a program to examine or modify its own structure at runtime.

  • Java Reflection provides a way to inspect and manipulate classes, methods, fields, and constructors at runtime.

  • It allows you to access private fields and methods, bypassing encapsulation.

  • You can dynamically create instances of classes, invoke methods, and access fields using Reflection.

  • Example: Class clazz = Class.forName("com.example.MyClass");

  • Example: Method method = clazz.g...read more

Add your answer

Q3. Virtual Functions in C++

Ans.

Virtual functions in C++ allow for dynamic binding and polymorphism.

  • Virtual functions are declared in a base class and can be overridden in derived classes.

  • They allow for dynamic binding, meaning the function to be called is determined at runtime.

  • Virtual functions enable polymorphism, where objects of different classes can be treated as objects of a common base class.

  • Example: class Animal { virtual void speak() { cout << "Animal speaks"; } }; class Dog : public Animal { void ...read more

Add your answer

Q4. Vertical Order Traversal Problem Statement

Given a binary tree, return the vertical order traversal of the values of the nodes in the tree.

In a vertical order traversal, for each node at position (X, Y), (X-1,...read more

Add your answer
Discover Dr. Reddy's interview dos and don'ts from real experiences

Q5. Use selenium to automate sign In testcase on a website

Ans.

Automate sign in test case on a website using Selenium

  • Use Selenium WebDriver to open the website

  • Locate the username and password fields using locators like ID, name, class, etc.

  • Enter valid credentials into the fields

  • Click on the sign in button

  • Verify successful sign in by checking for expected elements on the next page

Add your answer

Q6. How to mobile testing

Ans.

Mobile testing involves testing mobile applications on various devices to ensure functionality and performance.

  • Understand the requirements and functionalities of the mobile application

  • Test on different devices, operating systems, and network conditions

  • Perform functional, usability, performance, and security testing

  • Use emulators and simulators for testing in addition to physical devices

  • Automate testing processes to increase efficiency

  • Consider factors like screen size, resoluti...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Dr. Reddy's

based on 6 interviews
Interview experience
4.0
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 343 Interview Questions
3.5
 • 307 Interview Questions
4.0
 • 158 Interview Questions
4.2
 • 156 Interview Questions
4.2
 • 153 Interview Questions
View all
Top BlueStacks Interview Questions And Answers
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