What We Are Learn On This Post
Einfochips interview Questions: The most important part of preparing for an interview is practice. Knowing what job interview questions you might be asked is essential – that way, you can craft your answers well in advance, and feel confident in your responses when the pressure is on.
Wouldn’t it be great if you knew exactly what interview questions are asked for the Test Engineer, QA for Manual & Automation Positions, We can’t read minds, unfortunately, but we’ll give you the next best thing: a list of previously asked Einfochips interview questions and answers.
Post On: | Einfochips Interview Questions |
Post Type: | Interview Questions |
Published On: | www.softwaretestingo.com |
Applicable For: | Freshers & Experience |
Get Updates: | Software Testingo Telegram Group |
We have tried to share some of the manual testing interview questions, selenium interview questions & testing interview questions also, but we are recommending spending some quality time to get comfortable with what might be asked when you go for the Einfochips interview.
Still, we need you are love and support to make this platform more helpful to our fellow testers. So it would be great if you will share your recent interview questions and experience with us. You Can share those details by connecting us at softwaretestingo.com@gmail.com.
eInfoChips Interview Questions [ Ahemdabad, India ]
Company Name: eInfochips
Company Location: Ahmedabad, India
Interview Dated: May 26, 2021
Updated on: 18.07.2021
1st round (May 26, 2021)
Interview – Technical round 1 /* eInfoChips – Technical Round : May 26, 2021 */
- Runtime Polymorphism
- Inheritance types
- Program to start the browser and navigate to google homepage.
- WebDriver driver = new ChromeDriver(); -> Why is WebDriver used?
- Achieve Multiple Inheritance? -> Multiple Parents, Single Child
- final keyword in Java?
- static usage?
- Locators
- What are XPath axes?
- Create XPath using preceding siblings concept
Ans: Page -> 2 button tags All attributes are the same. don’t know the location (parent/hierarchy) OK, Cancel<div> <input> <button>OK</button> </div> //button[text()='Ok']/preceding:input //button[text()='Ok']//preceding::input
- setSpeed()
- How to hit any web service
- Response status codes
- How to Pass Parameters in URL?
Programs:
- 2nd largest question -> int[] arr={10,11,81,69,1,32,65,41};
- String Anagram
- Swap without 3rd variable
Einfochips Selenium Automation Interview Questions
- Can we use XPath for Internet Explorer?
Ans: yes, we can use it. But as of now, we don’t have any specific tool to verify the XPath in IE as firepath in FF. - Which Repository we are using in selenium for the .xls sheet(To store and retrieve data from the .xls sheet )?
Ans: we can store it inside the project i.e. open the java project and copy the .xls file there and use it. - A different way to find out the web elements?
Ans: xpath(), tagName(), className(), linkText(), partialLinkText(), cssSelector(), id(), name(). - What is the command to open the Firefox Browser and URL?
Ans: WebDriver driver = new FirefoxDriver();
driver.get(“url”); or driver.navigate().to(“url”); - What is Hybrid Framework?
Ans: It is the combination of Data-driven, method-driven, modular-driven frameworks. - What is the difference between the Hybrid Framework and Function driven Framework?
Ans: In Function-driven few, we use the same functions/methods again and again by calling them in different modules. A Hybrid driven framework is the combination of Data-driven, method-driven, modular-driven frameworks. - When we use a CSS Selector?
Ans: it is used to find any web element on the web page. Sometimes it is better to use a CSS selector in place of XPath because of the performance point of view. - What are the difficulties faced by you using selenium?
Ans: Handling Popup; Mouse actions; identifying dynamic elements; integration with other tools. - What if the static keyword is removed from public static void main, what is the result or the output or error?
- How do u locate web elements on windows based applications?
- Diff between verify and assert?
- Difference between interface and abstract?
- What are smoke testing and sanity testing?
- When u perform smoke testing how do u favor it with the UAT team for further testing?
- Explain webdriver?
- Diff between CSS and XPath, why prefer XPath?
- Why use selenium webdriver over selenium RC?
- Explain the defect life cycle?
- How do U choose test cases to convert dem to automation scripts?
- How do u obtain data for automation?
- How to obtain all links present on a webpage?
Leave a Reply