Add office photos
Employer?
Claim Account for FREE

Qualitest

3.7
based on 609 Reviews
Filter interviews by

Rajveer Construction Pvt Ltd Ranchi Jharkhand Interview Questions and Answers

Updated 23 Jul 2024
Popular Designations

Q1. Where you used oops concepts in your projects

Ans.

I have used OOPs concepts in my projects to create reusable code, improve code organization, and enhance code readability.

  • Used inheritance to create a base class with common functionalities and derived classes with specific functionalities

  • Implemented encapsulation to hide internal details of a class and expose only necessary information through methods

  • Utilized polymorphism to allow objects of different classes to be treated as objects of a common superclass

  • Applied abstraction...read more

Add your answer

Q2. how can you avoid merge conflicts in git

Ans.

To avoid merge conflicts in git, use branches effectively, communicate with team members, and regularly pull changes from the remote repository.

  • Create feature branches for each new feature or bug fix

  • Regularly pull changes from the remote repository to stay up to date with the latest changes

  • Communicate with team members about the files you are working on to avoid conflicting changes

  • Use tools like git rebase to integrate changes from one branch to another without creating unnec...read more

Add your answer

Q3. how can we convert array to arraylist

Ans.

Use Arrays.asList() method to convert array to ArrayList.

  • Use Arrays.asList() method to convert array to ArrayList.

  • Example: String[] array = {"apple", "banana", "orange"}; ArrayList list = new ArrayList<>(Arrays.asList(array));

Add your answer

Q4. what is stale element exception

Ans.

Stale Element Exception occurs when an element is no longer attached to the DOM.

  • Occurs when an element is located in the DOM, but it has been removed or modified

  • Commonly encountered in automated testing when trying to interact with elements that have changed

  • Can be resolved by re-locating the element or refreshing the page

Add your answer
Discover Rajveer Construction Pvt Ltd Ranchi Jharkhand interview dos and don'ts from real experiences

Q5. how can we access web table

Ans.

Web tables can be accessed using various methods like XPath, CSS selectors, and Selenium WebDriver commands.

  • Use XPath to locate the table element on the web page

  • Identify rows and columns within the table using XPath or CSS selectors

  • Use Selenium WebDriver commands to interact with the table data, such as getting text from cells or clicking on links within the table

Add your answer

Q6. Difference between regression and retest

Ans.

Regression testing is testing the entire application after changes, while retesting is testing specific areas affected by changes.

  • Regression testing involves testing the entire application to ensure that new changes have not affected existing functionality

  • Retesting focuses on testing specific areas that were affected by recent changes to ensure they are working as expected

  • Regression testing is usually automated to save time and effort

  • Retesting is often done manually to ensure...read more

Add your answer

Q7. define hooks in cucumber

Ans.

Hooks in Cucumber are blocks of code that run before or after each scenario in a feature file.

  • Hooks are used to set up preconditions and clean up after tests

  • They can be used to initialize test data, open/close browser, log in/out, etc.

  • Hooks can be defined at the global level or at the scenario level

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Automation Test Engineer Interview Questions from Similar Companies

3.7
 • 54 Interview Questions
3.7
 • 50 Interview Questions
3.8
 • 31 Interview Questions
4.2
 • 12 Interview Questions
3.9
 • 10 Interview Questions
3.8
 • 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
Get AmbitionBox app

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