Upload Button Icon Add office photos
Engaged Employer

i

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

Netomi Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Netomi Sdet Automation Test Engineer Interview Questions and Answers

Updated 26 Nov 2024

Netomi Sdet Automation Test Engineer Interview Experiences

2 interviews found

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Basic array questions

Round 2 - Technical 

(2 Questions)

  • Q1. Must know about automation technologies and their basic implementations
  • Q2. DSA questions and Scenario based coding

Interview Preparation Tips

Topics to prepare for Netomi Sdet Automation Test Engineer interview:
  • array
  • Loops
  • Hashmaps
Interview preparation tips for other job seekers - be prepared for writing code for scenario bases testcases
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Framework development on Amazon.in

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How to handle alert in selenium and methods
Q4. How to take screenshot and project framework
Q5. What is software testing life cycle

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java Oops concepts,Strings,exceptions,Collections,Selenium concepts,java programs,sql queries

Interview Questionnaire 

10 Questions

  • Q1. About your automation framework
  • Q2. How to handle drop-down
  • Ans. 

    To handle drop-down, identify the element, select the option, and verify the selection.

    • Identify the drop-down element using locators like ID, class, or XPath.

    • Use Selenium's Select class to select the desired option.

    • Verify the selection using assertions or by getting the selected option's text.

    • Handle dynamic drop-downs using wait statements or JavaScriptExecutor.

    • Test for edge cases like empty options or duplicate values

  • Answered by AI
  • Q3. How to handle frame
  • Ans. 

    Frames are used to divide a web page into multiple sections. They can be handled using various methods.

    • Use switchTo() method to switch to the frame

    • Use defaultContent() method to switch back to the main content

    • Use frame() method to locate the frame by index, name, or WebElement

    • Use parentFrame() method to switch to the parent frame

    • Use getWindowHandle() method to get the handle of the current window

  • Answered by AI
  • Q4. Basics concept of oop
  • Q5. Basic SQL querry
  • Q6. Question on reportNG and extent report
  • Q7. Question on testNG annotation
  • Q8. Question on dataprovider annotation
  • Q9. Ask me how you can handle windows using getwindowhandles command with code
  • Q10. String concept in java
  • Ans. 

    String is a sequence of characters in Java.

    • Strings are immutable in Java.

    • String class provides various methods for manipulating strings.

    • Strings can be concatenated using the '+' operator.

    • Strings can be compared using the 'equals()' method.

    • Strings can be converted to character arrays using the 'toCharArray()' method.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. They asked to write SQL query of group ,join ,max salary etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Hands on SQL query experience require for etl testing

I applied via Approached by Company and was interviewed before Feb 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about project details
Round 2 - Technical 

(1 Question)

  • Q1. What you will do if your project got rejected by customer
  • Ans. 

    I will analyze the reasons for rejection and work with the team to address the issues and improve the project.

    • Analyze the feedback from the customer to understand the reasons for rejection

    • Identify the areas of improvement and work with the team to address them

    • Re-test the project to ensure the issues have been resolved

    • Communicate the improvements to the customer and seek their feedback

    • Take corrective actions to ensure s

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Tell me some challenges you faced while you do Test
  • Ans. 

    Test challenges include lack of resources, unclear requirements, and time constraints.

    • Lack of resources such as hardware, software, or personnel can hinder testing efforts.

    • Unclear requirements can lead to misunderstandings and incorrect testing.

    • Time constraints can limit the amount of testing that can be done.

    • Integration testing can be challenging when multiple systems are involved.

    • Regression testing can be time-consum...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. What are your salary expectations?

Interview Preparation Tips

Topics to prepare for LTIMindtree Senior Test Engineer interview:
  • Selenium +java
Interview preparation tips for other job seekers - Please update your skills and communication
Update your strength on projects which you have been worked

I applied via Monster and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical selenium and architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be ready with technical knowlage

I applied via Referral and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Get() and Navigate() difference
  • Ans. 

    Get() and Navigate() are methods in web automation. Get() loads a new web page, while Navigate() can navigate back and forth in the browser history.

    • Get() is used to load a new web page by providing the URL as a parameter.

    • Navigate() can be used to navigate back and forth in the browser history using methods like GoBack() and GoForward().

    • Get() is a simpler method and is commonly used to load initial web pages.

    • Navigate() ...

  • Answered by AI
  • Q2. 2. what is synchronization
  • Ans. 

    Synchronization is the process of coordinating multiple threads or processes to work in a synchronized manner.

    • Synchronization ensures that multiple threads or processes do not interfere with each other while accessing shared resources.

    • It involves the use of locks, semaphores, and monitors to control access to shared resources.

    • Synchronization can improve the performance and efficiency of multi-threaded or multi-process ...

  • Answered by AI
  • Q3. 3. findelement and findelements difference
  • Ans. 

    findElement and findElements are methods in Selenium to locate web elements on a page.

    • findElement returns the first matching element on the page, while findElements returns a list of all matching elements.

    • findElement throws a NoSuchElementException if no matching element is found, while findElements returns an empty list.

    • Both methods take a locator strategy (such as ID, class name, or XPath) as an argument.

    • Example: Web...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic of java and selenium

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. About yourself Service Virtualization
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and workplace discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Medium difficulty
Great experience
Good workplace

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

Netomi Interview FAQs

How many rounds are there in Netomi Sdet Automation Test Engineer interview?
Netomi interview process usually has 1-2 rounds. The most common rounds in the Netomi interview process are Technical and Coding Test.
What are the top questions asked in Netomi Sdet Automation Test Engineer interview?

Some of the top questions asked at the Netomi Sdet Automation Test Engineer interview -

  1. must know about automation technologies and their basic implementati...read more
  2. DSA questions and Scenario based cod...read more
  3. Framework development on Amazon...read more

Tell us how to improve this page.

Netomi Sdet Automation Test Engineer Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more
Netomi Sdet Automation Test Engineer Salary
based on 4 salaries
₹10 L/yr - ₹24 L/yr
23% more than the average Sdet Automation Test Engineer Salary in India
View more details

Netomi Sdet Automation Test Engineer Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

4.5

Job security

4.5

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Data Analyst
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Development Engineer II
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Netomi with

Freshworks

3.5
Compare

Zoho

4.3
Compare

HCLTech

3.5
Compare

TCS

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