Selenium Interview Questions

+5 votes

Selenium Interview Questions:-

As the number of websites are increasing, the number of vacancy for Selenium Tester is increasing. For those who are appearing for job interviews this will be the place to get your last revision done.

Everyone is requested to please contribute your part of question which you think is important and is not covered here.

Jan 9, 2019 in Career Counselling by Sradha
• 1,760 points
4,404 views
Here are few question on Basic java cracking these Selenium java questions interviewer would be impressed and next set of question would be asked some easy questions , Below are the Java Questions with answers question Selenium Webdriver will be updating the the same link which has questions on Selenium Webdriver the most frequently asked. question with answer will be posted

I personally created. questionaire for the corporate interview conducted

Will post on which areas you need to concentrate in Selenium

https://kirankanumuri.blogspot.com/2019/06/selenium-interview-questions.html

14 answers to this question.

+4 votes

To all those preparing for Selenium Interview, here is a blog that cover Top 35 questions asked in an Interview. In this blog, you will find almost every topic necessary for Cracking a Selenium based Interview.

Top Selenium Interview Questions And Answers You Must Prepare In 2019|Edureka Blog

All the best to everyone.

Comment the questions you think are Important and not covered in the blog below. We will get it added.

answered Jan 9, 2019 by Edureka
• 4,220 points
Thank you @Edureka, blog by @vardhan was really helpful and the way he had answered all the questions was amazing. Everything in such simple language and with real time examples.

Thank you soo much
Thanks @Edureka, that helped me a lot.
+2 votes
I attended an Interview and I prepared from here https://selenium-by-arun.blogspot.com/2017/05/selenium-interview-questions.html

They have descent number of questions covered. All the best people
answered Jan 9, 2019 by Zunaid
+2 votes
https://mindmajix.com/selenium-interview-questions

good number of questions covered and really helpful for me.

All the best. :)
answered Jan 9, 2019 by Sushant Kumar
Very useful information, May be very good for the Selenium interview
+2 votes
The best website to prepare for your interview.

https://www.softwaretestingmaterial.com/selenium-interview-questions/

Questions covered are from basic to advanced level. This website helped me a lot for my last minute revisions. Hope you too get benefit out from this.

All the best.
answered Jan 9, 2019 by Arnav Kumar
0 votes
Q. How do you handle network latency in selenium?

A. You can use driver.manage().timeouts().pageLoadTimeout(); to handle your network latency in selenium.
answered Jan 9, 2019 by Raj
0 votes

How to get the dimensions of a web element in selenium?

You can use the following commands to get the height and the width.

driver.findElement(By.xpath(“xpath of webelement ”)).getSize().getWidth();
driver.findElement(By.xpath(“xpath of webelement ”)).getSize().getHeight()
answered Jan 9, 2019 by tushar
+1 vote

This was a question asked in one of the interviews that I attended last week.

How to take screenshots in selenium?

File scrFile = ((TakesScreenshot)driver).getScreenshotAs(OutputType.FILE);
FileUtils.copyFile(scrFile, new File("C:\\screenshot1.jpg"));
answered Jan 9, 2019 by hemant
0 votes

What is the difference between single slash(/) and double slash(//)?

A single slash (/) is used for creating XPaths with absolute paths beginning from the root node.

Double slash (//) is used for creating relative XPath to start selection from anywhere within the root node.

This is a very important question that is asked very often in Selenium Testing Interview.

answered Jan 9, 2019 by singh nisha
0 votes
The best of the Selenium questions I could find is here. More than 200 questions with answers are mentioned on this page. It covers all basic, intermediate, and advanced-level topics and focusing on programming languages like Java and Python.

- https://www.techbeamers.com/latest-selenium-interview-questions-and-answers/
answered Jan 17, 2019 by manju
@manju the content of the blog is really good. Thank you for the contribution.
+1 vote
Baics of Core Java - Mandatory for a Selenium Automation Engineer

How do you handle AJAX Objects wait time - Fluent wait

Hierarchy of MAVEN project

What Maven POM.xml has - Answer dependencies,plugin,Project Name,Artifact id , Sure fire plugin ( for running JUNIT or Test NG tests

What is Test ng

What is maven
answered Jun 12, 2019 by Kiran
Thank you Kiran, for sharing these questions. Can you share some more topics or questions which could be important for Selenium Interview?
0 votes

Hi All,

I got 100 Selenium Interview Questions and Answers list from Google Search. These Questions and answers are written by Artoftesting. Read these few question on Selenium through the given below link -

Selenium Interview Questions

Thanks!

answered Jul 19, 2019 by Rajnish
• 140 points
Hi @Rajnish, thank you for sharing these questions.
+2 votes

Just check this list to get more latest Selenium interview questions that will help you append your extant Selenium knowledge as well as check how well you fare against an array of Selenium interview questions thrown right at you https://hackr.io/blog/selenium-interview-questions

answered Aug 9, 2019 by Arjun Kumar
Hey Arjun, thanks for sharing these questions. You can also contribute by answering various questions on selenium or add any questions you have on community.
+1 vote

Here are the top 50 Selenium Interview Questions and Answers 2019

answered Dec 13, 2019 by Arun
• 160 points
0 votes

List of Selenium interview questions asked in companies that have been recently asked in different companies from freshers and 2 to 3 years experienced candidates.

These questions asked in companies will help you to know how to prepare for interview for selenium automation testing?. All these interview questions are important for fresher and 2 to 3 years of experience and always asked in Selenium interviews.

answered May 15, 2020 by DEEPAK KUMAR GUPTA

Related Questions In Career Counselling

+3 votes
3 answers

IMPORTANT selenium interview questions

Some of the interview questions for Selenium ...READ MORE

answered May 31, 2019 in Career Counselling by Pooja
1,417 views
+16 votes
6 answers
+11 votes
7 answers

“IMPORTANT” interview questions for DevOps

Hello everyone here is an updated blog ...READ MORE

answered Jan 17, 2019 in Career Counselling by Edureka
• 4,220 points
3,262 views
+2 votes
3 answers

**Important** Apache Spark Interview Questions (Bank)

Hi Priyaj I have this one question What is ...READ MORE

answered Aug 22, 2018 in Career Counselling by bug_seeker
• 15,520 points
1,697 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,616 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,571 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,629 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,517 views
+7 votes
20 answers

Let's keep this thread for discussing Java Interview questions & Experience

Hello everyone here is an updated blog ...READ MORE

answered Jan 17, 2019 in Career Counselling by Edureka
• 4,220 points
4,924 views
+11 votes
6 answers
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP