Upload Button Icon Add office photos
Premium Employer

i

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

Innominds Software Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Innominds Software Senior Automation Test Engineer Interview Questions, Process, and Tips

Updated 15 Feb 2023

Innominds Software Senior Automation Test Engineer Interview Experiences

1 interview found

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

I applied via Naukri.com

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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. What is software Test life Cycle and Bug Life cycle?
  • Ans. 

    Software Test Life Cycle (STLC) is a sequence of activities carried out to ensure quality in software testing. Bug Life Cycle is a process followed by the testing team to track and manage bugs found during testing.

    • STLC includes planning, designing, executing, and reporting of tests.

    • Bug Life Cycle includes bug identification, reporting, assigning, fixing, retesting, and closing.

    • STLC ensures that the software meets the r...

  • Answered by AI
  • Q2. What is pull request in git? how do you commit code ? how do you resolve merge conflicts ?
  • Ans. 

    Pull request is a feature in git that allows developers to review and merge code changes.

    • A pull request is created when a developer wants to merge their changes into the main branch

    • Other developers can review the changes and leave comments or suggestions

    • Once the changes are approved, the pull request can be merged into the main branch

    • To commit code, use the 'git commit' command with a message describing the changes mad...

  • Answered by AI
  • Q3. Python : (1) what is recursion ? Give example ? (2)what are the different data types in python? (3)What is negative indexing in python ? (4) How exception is handled in python ? (5) what is with st...
  • Ans. 

    Python interview questions covering recursion, data types, exception handling, memory management, and more.

    • Recursion is a function that calls itself. Example: factorial function.

    • Python data types include integers, floats, strings, lists, tuples, and dictionaries.

    • Negative indexing allows you to access elements from the end of a list or string. Example: my_list[-1] returns the last element.

    • Exceptions are handled using tr...

  • Answered by AI
  • Q4. (1) what is chmod 644 example.txt permission ? (2) what is the use of xpath? (3) how will you find an element by xpath and by css in selenium ?
  • Ans. 

    Answers to technical questions for Senior Automation Test Engineer position.

    • chmod 644 example.txt permission means the owner has read and write access, while others have only read access.

    • XPath is a language used to locate elements in an XML document or HTML page.

    • To find an element by XPath in Selenium, use the findElement() method with the By.xpath() locator. For example: driver.findElement(By.xpath("//input[@id='usern...

  • Answered by AI
  • Q5. (1) write a list comprehension to print a list from 1 to 10 (2) write a program to check if a given positive integer is a power of two (3) create a fibonacci series of 100 using recursive function (4) wri...
  • Ans. 

    A technical interview question for Senior Automation Test Engineer involving list comprehension, power of two, fibonacci series, missing numbers, and character count.

    • Use range() function to generate a list from 1 to 10 in list comprehension

    • Check if the given integer is a power of two by using bitwise AND operator

    • Use recursion to create a fibonacci series of 100

    • Find missing numbers from a list by comparing it with a ran...

  • Answered by AI
Round 3 - Technical 

(4 Questions)

  • Q1. What is a generator ? Have you used it in real time?
  • Ans. 

    A generator is a function that returns an iterator object. It generates a sequence of values on the fly.

    • Generators are used to create iterators for lazy evaluation of a sequence of values.

    • They are memory efficient as they generate values on the fly instead of storing them in memory.

    • Generators are used in Python for creating infinite sequences, reading large files, and processing data in chunks.

    • Example: def my_generator...

  • Answered by AI
  • Q2. What is a lambda function? Give a example
  • Ans. 

    A lambda function is a small anonymous function that can take any number of arguments and return a single value.

    • Lambda functions are also known as anonymous functions or closures.

    • They are often used as arguments for higher-order functions, such as map, filter, and reduce.

    • Example: lambda x: x**2 defines a lambda function that takes one argument and returns its square.

  • Answered by AI
  • Q3. Print a list of odd index elements from list1 and even index elements from list2 and print the thrid list with the result set of both. list1 = [3,6,9,12,15,18,21] list2 = [4,8,12,16,20,24,28]
  • Ans. 

    Print odd index elements from list1 and even index elements from list2 and combine them into a third list.

    • Loop through both lists and use conditional statements to append the elements to the third list.

    • Use the modulo operator to check for odd/even index.

    • Final list should contain [6, 4, 12, 12, 18, 20].

  • Answered by AI
  • Q4. Write a python program to print the repititve characters in a list which should exclude integers input = ['a','a',4,4,'b','c','a'] output = {'a':3}
  • Ans. 

    Python program to print repetitive characters in a list excluding integers

    • Use a dictionary to store the count of each character

    • Iterate through the list and check if the character is a string and not an integer

    • Print the characters with count greater than 1

  • Answered by AI
Round 4 - One-on-one 

(3 Questions)

  • Q1. This is F2F with director. Asked me about the CI/CD
  • Q2. Some Basic questions on Selenium like How do you launch a browser instance? What are xpaths? Project structure ? About Sprint Cycle
  • Q3. Some python basics on list, dict

Interview Preparation Tips

Topics to prepare for Innominds Software Senior Automation Test Engineer interview:
  • Python
  • GIT
  • Selenium
  • RobotFramework
Interview preparation tips for other job seekers - Go through Python and Selenium Basics. Have knowledge on CI/CD.
Be careful in F2F. I don't have positive experience in director round. He's kind of mean.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on selenium, Rest Api, Java ,Sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare according to the Job description mentioned in the mail

Interview Questionnaire 

2 Questions

  • Q1. 1. My interview it has been scheduled by one consultancy. I interviewed with ITC Infotech on June 9th 2018.
  • Q2. Interviewer was very cool and supportive guy. I maximum tried gave an answers for below questions.. 1. Interviewer asked me about SD. 2. About roles and responsibilities as a Senior automation test enginee...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Initially HR called me and asked about experience. There was 1 technical round in which they ask some basic coding questions and programs on online compiler. And last 1 managerial round happend
  • Q2. In python some List, String and Dictionary related problems. and 2-3 small programs on coding
Round 2 - One-on-one 

(1 Question)

  • Q1. In Manager round they ask me one scenario of ATM logic and ask to write 1 program for it

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic concepts

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Java OOPS concepts Selenium questions
  • Q2. Difference between abstract class and Interface
  • Ans. 

    Abstract class is a class that cannot be instantiated and can have both abstract and non-abstract methods. Interface is a collection of abstract methods and constants.

    • Abstract class can have constructors while interface cannot

    • A class can implement multiple interfaces but can only inherit from one abstract class

    • Abstract class can have instance variables while interface cannot

    • Abstract class is used for code reusability w...

  • Answered by AI
  • Q3. How do you handel windows,frames in selenium
  • Ans. 

    Windows and frames can be handled in Selenium using switchTo() method.

    • Use driver.switchTo().window() to switch between windows.

    • Use driver.switchTo().frame() to switch between frames.

    • To switch back to the default content, use driver.switchTo().defaultContent().

  • Answered by AI
  • Q4. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution.

    • Selenium throws exceptions when it encounters errors during test execution

    • Common exceptions include NoSuchElementException, TimeoutException, and StaleElementReferenceException

    • Handling exceptions is important for creating stable and reliable test scripts

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on basics of java & selenium

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2023. There were 2 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 Resume tips
Round 2 - One-on-one 

(3 Questions)

  • Q1. Api Testing with Rest API
  • Ans. 

    API testing with Rest API involves testing the functionality, performance, and security of API endpoints.

    • Understand the API documentation to identify endpoints, parameters, and expected responses

    • Test different HTTP methods like GET, POST, PUT, DELETE

    • Verify response codes, headers, and payload data

    • Perform boundary value analysis and negative testing

    • Use tools like Postman or RestAssured for automation testing

    • Validate aut...

  • Answered by AI
  • Q2. Programs on Java
  • Q3. Framework and project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviwer interviewd for 1 hour and not shortlisted as I dont have a skill which I didnt mentioned anywhere in my resume.

Skills evaluated in this interview

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

Round 1 - Technical 

(2 Questions)

  • Q1. Explain about automation project you worked on
  • Q2. Wap in java to reverse string, exceptional handling, waits in selenium,
  • Ans. 

    Java code to reverse a string with exception handling and waits in Selenium

    • Use StringBuilder to reverse the string

    • Use try-catch block for exception handling

    • Use implicit or explicit waits in Selenium for synchronization

    • Example: String originalString = "hello"; StringBuilder reversedString = new StringBuilder(originalString).reverse();

    • Example: try { // code that may throw exception } catch (Exception e) { // handle excep

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Day to day activities, explain any challenging task you faced
Round 3 - HR 

(1 Question)

  • Q1. Nothing much than salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident on selenium topics and manual testing topics and little bit of java knowledge is enough

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. 1. Tell me about yourself 2. About project and skills that i have 3. Based the above, they are asking the questions 4. most of them are not direct questions, example they didn't asked what is interface and...
  • Q2. Tell me yourself, about automation role that you are playing in your company, framework related questions, CI CD tools exposure

Interview Preparation Tips

Topics to prepare for Mphasis Senior Automation Test Engineer interview:
  • All java concepts
  • java programs
  • selenium concepts
Interview preparation tips for other job seekers - Preparation and practice is key mantra to crack the interview.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Code to print the no of Times the letters present in a string
  • Ans. 

    Code to count the occurrences of each letter in a string and print the result

    • Iterate through each character in the string

    • Use a dictionary to store the count of each letter

    • Print the count of each letter at the end

  • Answered by AI
  • Q2. What are the ways to start a Appium server
  • Ans. 

    Appium server can be started using command line, programmatically in code, or using Appium desktop app.

    • Start Appium server using command line by running 'appium' command

    • Start Appium server programmatically in code using Appium server programmatically in code using AppiumDriverLocalService class

    • Start Appium server using Appium desktop app by launching the app and starting the server

  • Answered by AI
  • Q3. How to run tests parallel for mobile devices
  • Ans. 

    Tests can be run parallel for mobile devices using test automation frameworks like Appium or Espresso.

    • Use test automation frameworks like Appium or Espresso to run tests parallel for mobile devices

    • Leverage cloud-based testing platforms like Sauce Labs or BrowserStack for parallel testing on multiple devices

    • Implement parallel test execution using tools like TestNG or JUnit in combination with Appium or Espresso

    • Utilize d...

  • Answered by AI
  • Q4. How do you automate otp in mobile
  • Ans. 

    Automating OTP in mobile involves using automation tools to interact with the OTP input field and validate the received OTP.

    • Use automation tools like Appium or Espresso to interact with the OTP input field

    • Extract the OTP from the message received on the mobile device

    • Validate the extracted OTP with the OTP input field

    • Handle scenarios where OTP validation fails

  • Answered by AI
  • Q5. What are desired capabilities
  • Ans. 

    Desired capabilities are a set of properties or attributes that define the behavior of a browser or mobile device in Selenium automation testing.

    • Desired capabilities are key-value pairs that are used to configure the WebDriver instances in Selenium.

    • They can be used to set properties like browser name, version, platform, and other settings.

    • For example, setting 'browserName' to 'chrome' will launch the Chrome browser dur

  • Answered by AI
  • Q6. How do you tell appium to run tests on ios or Android devices
  • Ans. 

    To run tests on iOS or Android devices using Appium, specify the platformName capability in desired capabilities.

    • Specify platformName capability as 'iOS' for iOS devices and 'Android' for Android devices

    • Include other necessary desired capabilities like deviceName, platformVersion, appPackage, appActivity, etc.

    • Example: capabilities.setCapability('platformName', 'iOS');

  • Answered by AI
  • Q7. How to set up automation for ios devices
  • Ans. 

    Setting up automation for iOS devices involves using tools like Appium and Xcode for testing mobile applications.

    • Install Xcode on your Mac machine

    • Set up Appium for iOS automation

    • Connect your iOS device to the Mac machine

    • Create test scripts using Appium for iOS apps

    • Execute the test scripts on the connected iOS device

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Selenium related questions
  • Q2. Sql queries update
Contribute & help others!
anonymous
You can choose to be anonymous

Innominds Software Interview FAQs

How many rounds are there in Innominds Software Senior Automation Test Engineer interview?
Innominds Software interview process usually has 4 rounds. The most common rounds in the Innominds Software interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in Innominds Software Senior Automation Test Engineer interview?

Some of the top questions asked at the Innominds Software Senior Automation Test Engineer interview -

  1. (1) write a list comprehension to print a list from 1 to 10 (2) write a program...read more
  2. Python : (1) what is recursion ? Give example ? (2)what are the different da...read more
  3. What is a generator ? Have you used it in real ti...read more

Recently Viewed

INTERVIEWS

HCLTech

10 top interview questions

INTERVIEWS

EPAM Systems

10 top interview questions

INTERVIEWS

Capgemini

No Interviews

INTERVIEWS

HCLTech

No Interviews

INTERVIEWS

Tech Mahindra

No Interviews

INTERVIEWS

HCLTech

No Interviews

SALARIES

HCLTech

INTERVIEWS

Tech Mahindra

No Interviews

INTERVIEWS

Infosys

20 top interview questions

INTERVIEWS

GEA Group

10 top interview questions

Tell us how to improve this page.

Innominds Software Senior Automation Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Innominds Software Senior Automation Test Engineer Salary
based on 5 salaries
₹11 L/yr - ₹18 L/yr
At par with the average Senior Automation Test Engineer Salary in India
View more details

Innominds Software Senior Automation Test Engineer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
445 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
388 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
214 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
168 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer
158 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Innominds Software with

Persistent Systems

3.5
Compare

LTIMindtree

3.8
Compare

Mphasis

3.4
Compare

TCS

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