Upload Button Icon Add office photos

Filter interviews by

Innobits Solutions Software Testing Intern Interview Questions and Answers

Updated 4 Jun 2022

Innobits Solutions Software Testing Intern Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in May 2022. 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. My interview was on manual testing. So they asked me about bug life cycle,performance testing,sdlc,stlc etc and some basic questions from sql
Round 3 - Behavioral 

(1 Question)

  • Q1. He asked me all the practical questions like how to write a bug report and how to make test case and test scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is easy.Anyone can crack it

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about framework
  • Q2. Basic Selenium and Java questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about all topics on CV
  • Q2. Managerial Questions
Round 3 - HR 

(2 Questions)

  • Q1. Why am I choosing Cognizant
  • Q2. Salary discussion and policies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain your framework, API fundamentals
  • Q2. Exception handling in selenium, error codes in api testing etc
  • Q3. Synchronization handling in code
  • Q4. Oops concepts used in project
  • Q5. Agile process and terminologies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. What are the principles of testing?
  • Ans. 

    The principles of testing involve thorough planning, clear objectives, systematic approach, documentation, and validation.

    • Thorough planning is essential to identify test objectives, scope, resources, and timelines.

    • Clear objectives help in defining what needs to be tested and the expected outcomes.

    • A systematic approach ensures that tests are conducted in a structured manner to achieve reliable results.

    • Documentation of t...

  • Answered by AI
  • Q2. What is the method to swap two numbers without using inbuilt functions?
  • Ans. 

    Swapping two numbers without using inbuilt functions can be achieved using arithmetic operations.

    • Create a temporary variable to store one of the numbers.

    • Assign the value of the first number to the second number.

    • Assign the value of the temporary variable to the first number.

  • Answered by AI
Round 2 - Coding Test 

Write a number swap program without using built-in functions.

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

I applied via Naukri.com and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Find out the repeated numbers in a string.

Round 2 - Technical 

(2 Questions)

  • Q1. How to do parallel testing
  • Q2. Explain about the Automation Framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well on Java question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Find Xpath for given webpage?
  • Q2. Explain about Java OOPS concepts?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me your roles and responsibilities
  • Ans. 

    As a Specialist Tester, my roles include designing test plans, executing test cases, identifying bugs, and collaborating with developers.

    • Designing test plans based on project requirements

    • Executing test cases to ensure software functionality

    • Identifying and documenting bugs for developers to fix

    • Collaborating with developers to resolve issues and improve software quality

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Tell me about your project and your role in the project and explain how your testing tools helps in your project
  • Ans. 

    I worked on a project to develop a mobile application for a retail company. My role was to conduct testing using tools like Selenium and JIRA.

    • Developed a mobile application for a retail company

    • Conducted testing using Selenium and JIRA

    • Identified and reported bugs to the development team

    • Collaborated with developers to ensure bug fixes were implemented correctly

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Basic Selenium and Java questions
Frequency counter code in Java
Gmail login Automation

Round 2 - Behavioral 

(2 Questions)

  • Q1. Why looking for another job
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic work environment.

    • Looking for opportunities to expand my skill set and knowledge in automation testing

    • Seeking a more collaborative team environment to enhance my learning and development

    • Interested in working on cutting-edge technologies and projects to further my career

  • Answered by AI
  • Q2. Expected salary
  • Ans. 

    Negotiable based on experience and responsibilities

    • Salary expectations are based on industry standards, experience, and responsibilities of the role

    • Research average salaries for Qa Automation Testing Engineers in the specific location

    • Consider benefits, bonuses, and other perks in addition to base salary

    • Be prepared to discuss salary range during negotiation

  • Answered by AI
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via Referral and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain HashMap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store key-value pairs in an array.

    • Keys in a HashMap must be unique, but values can be duplicated.

    • HashMap allows for quick retrieval of values based on keys.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. Is Cucumber Data Driven Framework?
  • Ans. 

    Yes, Cucumber is a Data Driven Framework.

    • Cucumber allows for writing test cases in plain English using Gherkin syntax

    • Data can be stored in external files like Excel, CSV, or JSON and easily integrated into test scripts

    • Scenarios can be parameterized to run with different test data sets

  • Answered by AI
  • Q3. Explain Apium and PT
  • Ans. 

    Appium is an open-source tool for automating mobile applications, while PT stands for Page Object Model Testing.

    • Appium is used for automating mobile apps on iOS and Android platforms.

    • It supports multiple programming languages like Java, Python, and Ruby.

    • Page Object Model Testing (PT) is a design pattern used in test automation to create an object repository for web elements on a web page.

    • PT helps in reducing code dupli...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Accenture Qa Automation Testing Engineer interview:
  • HashMaps
Interview preparation tips for other job seekers - Accenture name is big but they are hiring for some other role and select people from other role in the interview, my interviewer was also very rude

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was Average.......,....

Round 2 - Coding Test 

Medium level of difficulties

Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a QA Automation Testing Engineer with 5 years of experience in creating and executing test cases for software applications.

    • 5 years of experience in QA Automation Testing

    • Proficient in creating and executing test cases

    • Strong knowledge of automation tools like Selenium and JUnit

    • Experience in testing web and mobile applications

    • Familiar with Agile methodology

  • Answered by AI
  • Q2. Tell me about your family
  • Q3. How was your day

Innobits Solutions Interview FAQs

How many rounds are there in Innobits Solutions Software Testing Intern interview?
Innobits Solutions interview process usually has 3 rounds. The most common rounds in the Innobits Solutions interview process are Resume Shortlist, Technical and Behavioral.
What are the top questions asked in Innobits Solutions Software Testing Intern interview?

Some of the top questions asked at the Innobits Solutions Software Testing Intern interview -

  1. He asked me all the practical questions like how to write a bug report and how ...read more
  2. My interview was on manual testing. So they asked me about bug life cycle,perfo...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Implementation Engineer
5 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Quality Assurance Specialist
5 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Business Analyst
4 salaries
unlock blur

₹7 L/yr - ₹9 L/yr

HR Recruiter
4 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

QA Analyst
4 salaries
unlock blur

₹3 L/yr - ₹3.6 L/yr

Explore more salaries
Compare Innobits Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview