What We Are Learn On This Post
ITC Infotech 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 ITC Infotech interview questions and answers.
Post On: | ITC Infotech 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 ITC Infotech 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.
ITC Infotech Pune Interview Questions
Company Name: ITC Infotech
Company Location: Bangalore, India
Updated on: 16.03.2020
- How do we delete cookies from the local file system? (Basically, at the time of opening the browser, cookies must not be present even in local).
- How to copy array elements from one array to another array, without using for loop.
- What are matrix parameters in REST API and how do we validate using REST-ASSURED?
- How do we submit files as payload using REST-ASSURED?
ITC Infotech Testing Interview Questions [ 24.02.2021 ]
Company Name: Itc Infotech
Company Location: Bangalore, India
ITC Infotech interview question Which I attended yesterday.
Selenium
- What is remotewebDriver
Answer: It’s a class that implements webdriver, javascriptexecutor, Takesscreenshot. It provides implementation and features to interact with HTTP elements using JSON wire protocol. It internally converts all scripts to a put/post/delete request. - How request created
Answer:
A. for each driver. get a sessionId is created using HttpHandshake protocol.
B. HTTP request created to encode command(script)
C. HTTP response created to execute HTTP request in step B
D. the response is decoded and return. - A scenario was given and I have to suggest which wait is applicable
- Explicit wait with syntax.
- What is a timeouts class or interface?
Ans: it’s an inner presence in the webdriver interface - About XPath
Design pattern:
Ask about page object and page factory and then project discussion.
Cucumber:
- Very basic question
- What is a scenario?
- What is a scenario outline?
- Runner class.
- Given a scenario write their method
Java:
- Throw and throws difference.
- List and set difference.
- Why array list performance is low.
- The reason is when capacity reached the max.
- Each time a new ArrayList is created and all data from the previous list is copied to the new ArrayList so its performance degrades.
- A class having the same method with the same signature only return type is different: my answer was a compile-time error
- About duplicate keys in hashmap
- Null insertion in hashmap:
- Keys allowed for empty hashmap(cant add more element as it throws npe) — need to check it.
value: allowed without any restriction - How to make ArrayList thread-safe.
Ans: Using the synchronized list of the collection class. - Diff between ArrayList and vector
- One string comparison question
ITC Infotech Java & Testing Interview Questions
Selenium
- How to handle dynamic object
- How to work with a button that is in a div tag and you have to click without using XPath
- JVM is a dependent or independent platform
- How many Test script you write in a day
- Describe your framework
- How to parameterized your JUnit
- How to handle SSL security
- How to handle window pops
- Difference between implicit and explicit
- What are the types of assertion and what is an assertion in JUnit
Java
- JVM is a dependent or independent platform
- Difference between hashmap and hash set, set and LinkedList, ArrayList, and vector list linked hash set, and HashSet
- Abstract and interface
- Throw and throws
- How to split
- Checked and unchecked exception
- How to work with ajax application
- Why string is immutable
- What is the return type of getwindowhandles();
- What are the types of assertion and what is an assertion in java?
ITC Infotech Selenium Automation Interview Questions
- Write & explain your framework
- Explain batch testing
- What is parameterization explain with an example?
- Can v create an object for an interface?
- Explain the interface example?
- Write a java program for integers reverse
- How do you group d test cases explain with an example?
- Write XML code for grouping test cases
- How is the string immutable? Explain with example
- What is the use of PageFactory.initElements? Can we implement it using PageFactory.initElements or @FindBy?
- How do we clean the Maven environment?
- A particular list of buttons is there? Write the XPath for it?
- How do you configure testNG? What do you write in the .bat file?
Leave a Reply