Add office photos
Engaged Employer

Globant

3.9
based on 802 Reviews
Filter interviews by

10+ EMEDI PHARMACEUTICAL Interview Questions and Answers

Updated 23 May 2024
Popular Designations

Q1. How to remove repeated words from output in string without using predefined methods.

Ans.

Removing repeated words from a string without using predefined methods.

  • Split the string into an array of words

  • Create an empty array to store unique words

  • Loop through the array of words and check if the word is already in the unique words array

  • If the word is not in the unique words array, add it

  • Join the unique words array back into a string

Add your answer

Q2. How to navigate to other tab in selenium? How to do work on different frame?

Ans.

To navigate to other tab in Selenium, switch to the desired window handle. To work on different frame, switch to the frame using its name or index.

  • To navigate to other tab, use driver.switchTo().window() method

  • To work on different frame, use driver.switchTo().frame() method

  • To switch back to default content, use driver.switchTo().defaultContent() method

  • To switch to frame using name or id, use driver.switchTo().frame("frameName") or driver.switchTo().frame("frameId")

  • To switch t...read more

Add your answer

Q3. 1.Difference Between Const,Var,Char. 2.Oop's concept with example 3.JavaScript is async or sync language and explain the reason. 4.How to create a simple object in JavaScript. 5.Find element and Find Elements d...

read more
Ans.

Answers to common interview questions for Automation Test Engineer position.

  • Const is used for constant values that cannot be reassigned, var is used for variable declaration, and char is a data type for storing characters in programming languages.

  • OOPs concepts include inheritance, encapsulation, polymorphism, and abstraction. Example: Inheritance allows a class to inherit properties and methods from another class.

  • JavaScript is an asynchronous language, meaning it can execute ...read more

Add your answer

Q4. How to scroll in mobile using automation?

Ans.

Scrolling in mobile can be done using swipe or touch actions.

  • Use swipe or touch actions to scroll in mobile automation

  • For swipe action, use swipe method with start and end coordinates

  • For touch action, use press and move methods with start and end coordinates

  • Example: driver.swipe(startX, startY, endX, endY, duration)

  • Example: TouchAction(driver).press(startX, startY).moveTo(endX, endY).release().perform()

Add your answer
Discover EMEDI PHARMACEUTICAL interview dos and don'ts from real experiences

Q5. How to take screenshot in selenium?

Ans.

To take a screenshot in Selenium, use the getScreenshotAs() method.

  • Create an object of the TakesScreenshot interface

  • Use the getScreenshotAs() method to capture the screenshot

  • Save the screenshot to a desired location using the File class

Add your answer

Q6. Selenium webdriver definition and implementation.

Ans.

Selenium WebDriver is a tool used for automating web application testing. It provides a programming interface to interact with web elements.

  • Selenium WebDriver is an open-source tool used for automating web application testing

  • It provides a programming interface to interact with web elements

  • It supports multiple programming languages such as Java, Python, C#, etc.

  • It can automate testing on various browsers such as Chrome, Firefox, Safari, etc.

  • It can interact with different types...read more

Add your answer

Q7. Print output in form of pyramid.

Ans.

Print a pyramid using an array of strings as output.

  • Use nested loops to print each row of the pyramid.

  • Calculate the number of spaces and asterisks needed for each row.

  • Start with a single asterisk and increase by two for each row.

Add your answer

Q8. What is Inheritance? Polymorphism?

Ans.

Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class. Polymorphism allows objects of different classes to be treated as objects of a common superclass.

  • Inheritance allows for code reusability by defining a new class based on an existing class.

  • Polymorphism enables flexibility in programming by allowing objects to be treated as instances of their parent class.

  • Example of inheritance: Class B inheriting from C...read more

Add your answer

Q9. What is Type coercion?

Ans.

Type coercion is the process of converting one data type to another in programming.

  • Type coercion can happen implicitly or explicitly in programming languages.

  • Implicit type coercion occurs when the language automatically converts data types during operations.

  • Explicit type coercion occurs when the programmer manually converts data types using functions or operators.

  • Example: In JavaScript, the addition operator (+) can perform implicit type coercion by converting a number to a s...read more

Add your answer

Q10. API Error code with explaination?

Ans.

API error codes are unique identifiers used to indicate specific errors in an API response.

  • API error codes are typically numeric or alphanumeric codes that correspond to specific errors in the API.

  • Each error code should have a corresponding explanation in the API documentation to help developers understand the issue.

  • Examples of API error codes include 400 Bad Request, 401 Unauthorized, and 404 Not Found.

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

Interview Process at EMEDI PHARMACEUTICAL

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

Top Automation Test Engineer Interview Questions from Similar Companies

3.7
 • 58 Interview Questions
3.7
 • 54 Interview Questions
3.6
 • 50 Interview Questions
3.5
 • 16 Interview Questions
4.2
 • 12 Interview Questions
3.3
 • 10 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