Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Nityo Infotech Team. If you also belong to the team, you can get access from here

Nityo Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Nityo Infotech Automation Tester Interview Questions and Answers

Updated 25 Aug 2024

Nityo Infotech Automation Tester Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Aug 2023.

Round 1 - One-on-one 

(1 Question)

  • Q1. Selenium with java question

I applied via Naukri.com

Round 1 - One-on-one 

(1 Question)

  • Q1. Questions about Automation and Manual Testing
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion, notice period.

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the concepts. Be clear about previous project.

Automation Tester Interview Questions Asked at Other Companies

Q1. 1)Diffrence Between sanity and Smoke 2)What is regression Testing ... read more
asked in TCS
Q2. How to mouse hover an element? Write Xpath for an element? How to ... read more
Q3. How to validate that the URL loaded is correct or not?
asked in Deloitte
Q4. There is a table of students having column status with either pas ... read more
Q5. write the dynamic Xpath for the Date element in the cleartrip web ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java: Reverse a String, array, abstraction, interface, sum of digits of number

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics on Java and testing concepts
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Core java question but tricky, input output questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Where have you applied oops in automation framework
  • Ans. 

    I have applied OOPs concepts in automation framework by creating classes for different components, inheritance for reusability, and encapsulation for data protection.

    • Used classes to represent different components of the automation framework

    • Implemented inheritance for reusability of code

    • Utilized encapsulation to protect data within the classes

    • Applied polymorphism to allow objects to be treated as instances of their pare

  • Answered by AI
  • Q2. How to read data
  • Ans. 

    Data can be read using various methods such as file input/output, database queries, API calls, and web scraping.

    • Use file input/output operations to read data from text files, CSV files, Excel sheets, etc.

    • Execute database queries to retrieve data from relational databases like MySQL, Oracle, SQL Server, etc.

    • Make API calls to fetch data from web services or RESTful APIs.

    • Utilize web scraping techniques to extract data fro

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Program to find common elements from an array and store in list
  • Ans. 

    Program to find common elements from an array of strings and store in a list

    • Iterate through each element in the array

    • Use a HashMap to store the frequency of each element

    • Add elements with frequency greater than 1 to the list

  • Answered by AI
  • Q2. Collection framework , hashmap vs hastable
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse this word "I love automation" using java
  • Ans. 

    Reverse the word 'I love automation' using Java

    • Create a StringBuilder object and pass the word to be reversed as a parameter

    • Use the reverse() method of the StringBuilder class to reverse the word

    • Convert the reversed word back to a string using the toString() method

  • Answered by AI
  • Q2. Remove duplicate from array
  • Ans. 

    Remove duplicates from an array of strings

    • Create a new array to store unique strings

    • Iterate through the original array and add each string to the new array only if it hasn't been added before

    • Use a Set data structure to efficiently check for duplicates

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared always.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How to rad file from excel
  • Ans. 

    To read a file from Excel, you can use libraries like Apache POI or Openpyxl in Java or Python respectively.

    • Use Apache POI library in Java to read Excel files

    • Use Openpyxl library in Python to read Excel files

    • Identify the file path and sheet name to read specific data

    • Use appropriate methods like getRow() and getCell() to access data

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Different types of waits
  • Ans. 

    Different types of waits include implicit, explicit, and fluent waits in automation testing.

    • Implicit wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a specified frequency of checking.

    • Example: WebDriverWait in Selenium is an example of explicit w

  • Answered by AI
  • Q2. Multiple window handles
  • Ans. 

    Multiple window handles are used in automation testing to handle multiple browser windows or tabs simultaneously.

    • Use getWindowHandles() method to get all the window handles

    • Switch between window handles using switchTo().window(handle)

    • Close a specific window handle using driver.close()

    • Example: driver.getWindowHandles()

    • Example: driver.switchTo().window(handle)

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Sallary expected
  • Q2. Location preference

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for hcl tech..plenty of projects

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Hashmap code, java program

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Selenium exceptions Popup handling in selenium Dropdown handing POM Driver initialization in selenium
  • Q2. Oops concepts in java
  • Ans. 

    Oops concepts in Java refer to Object-Oriented Programming principles like Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability of a method to do different things based on the object it is acting upon.

    • Encapsulation: Bundling of data with the methods that operate on that data.

    • Abstraction: Hiding the implementatio...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discussions about salary & ID proof verification.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about the details in your resume.

Skills evaluated in this interview

Nityo Infotech Interview FAQs

How many rounds are there in Nityo Infotech Automation Tester interview?
Nityo Infotech interview process usually has 1-2 rounds. The most common rounds in the Nityo Infotech interview process are One-on-one Round and HR.
How to prepare for Nityo Infotech Automation Tester interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Nityo Infotech. The most common topics and skills that interviewers at Nityo Infotech expect are Automation, Selenium, Agile, Agile Methodology and Analytical skills.
What are the top questions asked in Nityo Infotech Automation Tester interview?

Some of the top questions asked at the Nityo Infotech Automation Tester interview -

  1. Questions about Automation and Manual Test...read more
  2. Selenium with java quest...read more

Tell us how to improve this page.

Nityo Infotech Automation Tester Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Information Technology Recruiter
189 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Desktop Support Engineer
136 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
133 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Executive
102 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Nityo Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview