Upload Button Icon Add office photos
Engaged Employer

i

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

Broadway Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Broadway Infotech Qa Engineer and Manual Tester Interview Questions and Answers

Updated 12 Oct 2024

Broadway Infotech Qa Engineer and Manual Tester Interview Experiences

1 interview found

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 Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions, mcq based testing questions

Round 2 - One-on-one 

(3 Questions)

  • Q1. Defect Life cycle
  • Q2. Requirement Tracability Matrix
  • Q3. Equivalance Partitioning

Interview questions from similar companies

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

I was interviewed in Sep 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Gave me user story and asked me to write test cases
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Screening round with questions about my experience
Round 2 - Technical 

(4 Questions)

  • Q1. What is the difference between inner join and outer join?
  • Ans. 

    Inner join returns only the matching rows between two tables, while outer join returns all rows from both tables.

    • Inner join only includes rows with matching values in both tables

    • Outer join includes all rows from both tables, even if there are no matching values

    • Types of outer joins include left outer join, right outer join, and full outer join

  • Answered by AI
  • Q2. How would you test an ATM machine?
  • Ans. 

    To test an ATM machine, I would perform functional, security, and usability testing to ensure it operates correctly and securely.

    • Test the functionality of withdrawing cash, depositing cash, checking balance, transferring funds, etc.

    • Perform security testing to check for vulnerabilities such as card skimming, unauthorized access, etc.

    • Conduct usability testing to ensure the interface is user-friendly and intuitive for cus...

  • Answered by AI
  • Q3. Previous project details.
  • Ans. 

    I have worked on a project testing a mobile banking application for a major financial institution.

    • Performed functional testing to ensure all features worked correctly

    • Conducted regression testing after each new release

    • Collaborated with developers to troubleshoot and resolve issues

    • Created and executed test cases based on user stories

  • Answered by AI
  • Q4. What database did you use previously?
  • Ans. 

    I have previously used MySQL and MongoDB databases.

    • MySQL was used for relational database management system.

    • MongoDB was used for NoSQL database management system.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Explain Sanity.
  • Ans. 

    Sanity testing is a subset of regression testing that focuses on testing specific areas of the software after changes to ensure no major issues have been introduced.

    • Sanity testing is a quick and focused testing of specific functionalities to ensure they still work after changes.

    • It is usually performed before full regression testing to save time and effort.

    • Sanity testing is not exhaustive and does not cover all function...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. What is database
  • Ans. 

    A database is a structured collection of data that is organized in a way that allows for easy access, management, and retrieval.

    • A database typically consists of tables, which store data in rows and columns.

    • Data in a database is stored in a structured format, such as SQL databases or NoSQL databases.

    • Databases are used in various applications, such as storing user information, product data, and financial records.

    • Examples...

  • Answered by AI
  • Q2. Types of data base
  • Ans. 

    Types of databases include relational, NoSQL, object-oriented, and graph databases.

    • Relational databases store data in tables with rows and columns (e.g. MySQL, PostgreSQL)

    • NoSQL databases store data in non-tabular formats (e.g. MongoDB, Cassandra)

    • Object-oriented databases store data as objects (e.g. db4o)

    • Graph databases use graph structures for semantic queries (e.g. Neo4j)

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This is one of the best top company that's why I have choose this company. This company so many options are here holidays rools and regulations are there that's why I have choose thie company.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Networking
It configuration
Roger
WAN Technologies
Auto cad
DHCP&HSRP

Round 2 - Networking 

(2 Questions)

  • Q1. What is ip address
  • Ans. 

    An IP address is a unique numerical label assigned to each device connected to a computer network.

    • IP addresses are used to identify and locate devices on a network.

    • There are two types of IP addresses: IPv4 (e.g. 192.168.1.1) and IPv6 (e.g. 2001:0db8:85a3:0000:0000:8a2e:0370:7334).

    • IP addresses can be static (manually assigned) or dynamic (assigned by a DHCP server).

  • Answered by AI
  • Q2. What Is networking
  • Ans. 

    Networking is the practice of connecting computers and other devices together to share resources and information.

    • Networking involves setting up connections between devices using cables or wireless technology.

    • It allows devices to communicate with each other and share resources such as files, printers, and internet access.

    • Networking can be done locally within a home or office (LAN) or over a larger geographical area (WAN...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Cyber security

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. One logical reserve string program in java oops concept manual testing questions selenium method

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a good interview. Interviewr asked me related my skills and about my project details
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Jun 2023. 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 

(2 Questions)

  • Q1. How to find Xpath of the elements?
  • Ans. 

    Xpath of elements can be found using browser developer tools or automated testing tools.

    • Use browser developer tools like Chrome DevTools to inspect elements and generate Xpath

    • Automated testing tools like Selenium WebDriver can also generate Xpath for elements

    • Xpath can be based on element attributes like id, class, name, etc.

    • Xpath can also use element hierarchy to locate elements

  • Answered by AI
  • Q2. All about selenium with Java?
Round 3 - HR 

(2 Questions)

  • Q1. Why are you leaving your previous org?
  • Q2. Explain your last project?

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Mar 2023. 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 

(1 Question)

  • Q1. What is regression testing
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after changes are made to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to catch any defects or bugs that may have been introduced by the changes

    • It can be automated to save time and effort

    • Examples include testing after bug fixes

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

(1 Question)

  • Q1. What is SQL in details
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • SQL commands include SELECT, INSERT, UPDATE, DELETE, and more

    • It is used in various database management systems such as MySQL, Oracle, and SQL Server

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Assignment 

Assignment is very easy to understand the person

Round 3 - Technical 

(4 Questions)

  • Q1. What is sanity testing
  • Ans. 

    Sanity testing is a quick and shallow testing to ensure that the application is stable enough for further testing.

    • It is a subset of regression testing

    • It is performed after a new build or changes to the code

    • It checks for major functionalities and critical features

    • It is not exhaustive and does not cover all possible test cases

    • It helps to save time and effort by identifying major issues early on

  • Answered by AI
  • Q2. What is smoke testing
  • Ans. 

    Smoke testing is a preliminary testing technique to check if the critical functionalities of the software are working fine.

    • It is a quick and shallow testing technique

    • It is performed to ensure that the build is stable enough for further testing

    • It is usually performed after every build

    • It helps in identifying critical defects early in the testing cycle

    • Example: Testing the login functionality of a website after a new build

  • Answered by AI
  • Q3. What are the functions of testing
  • Ans. 

    The functions of testing are to identify defects, improve quality, and ensure the software meets requirements.

    • Identify defects and errors in the software

    • Improve the quality of the software

    • Ensure the software meets the specified requirements

    • Validate and verify the software functionality

    • Reduce the risk of software failure

    • Provide feedback to developers for improvement

    • Ensure compliance with industry standards and regulatio

  • Answered by AI
  • Q4. What is difference between somke and sanity testing
  • Ans. 

    Smoke testing is a quick and shallow test to check if the basic functionalities of the software are working. Sanity testing is a more thorough test to check if the major functionalities of the software are working after a change.

    • Smoke testing is done to check if the software is stable enough for further testing

    • Sanity testing is done to check if the changes made to the software have not affected the major functionalitie...

  • Answered by AI
Round 4 - Aptitude Test 

Apitude testing is the person is fitted or not the job

Interview Preparation Tips

Interview preparation tips for other job seekers - asak a essay questions for freshers
Higher more freshers

Skills evaluated in this interview

Broadway Infotech Interview FAQs

How many rounds are there in Broadway Infotech Qa Engineer and Manual Tester interview?
Broadway Infotech interview process usually has 2 rounds. The most common rounds in the Broadway Infotech interview process are Aptitude Test and One-on-one Round.
What are the top questions asked in Broadway Infotech Qa Engineer and Manual Tester interview?

Some of the top questions asked at the Broadway Infotech Qa Engineer and Manual Tester interview -

  1. Requirement Tracability Mat...read more
  2. Equivalance Partition...read more
  3. Defect Life cy...read more

Tell us how to improve this page.

Broadway Infotech Qa Engineer and Manual Tester Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Senior Software Engineer
12 salaries
unlock blur

₹8.6 L/yr - ₹16 L/yr

Quality Analyst
12 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Senior Software Developer
11 salaries
unlock blur

₹5.8 L/yr - ₹11 L/yr

Software Developer
10 salaries
unlock blur

₹2.5 L/yr - ₹4.5 L/yr

UI Developer
9 salaries
unlock blur

₹2 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Broadway 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