Upload Button Icon Add office photos

Filter interviews by

Mindfire Solutions Manual Tester Interview Questions, Process, and Tips

Updated 19 Jan 2024

Mindfire Solutions Manual Tester Interview Experiences

1 interview found

Manual Tester Interview Questions & Answers

user image Anonymous

posted on 19 Jan 2024

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

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Have you worked in any water fall methodology or agile, explain the working process
  • Ans. 

    Yes

    • Waterfall methodology is a linear approach where each phase is completed before moving to the next.

    • Agile methodology is an iterative approach where requirements and solutions evolve through collaboration.

    • Waterfall follows a sequential process while Agile follows an incremental process.

    • Waterfall is suitable for projects with well-defined requirements, while Agile is adaptable to changing requirements.

    • In Waterfall, te...

  • Answered by AI
  • Q2. Difference between sanity and smoke testing
  • Ans. 

    Sanity testing is a narrow and focused testing to ensure basic functionality, while smoke testing is a broader and shallow testing to check major functionalities.

    • Sanity testing is performed after receiving a software build to quickly check if it is stable enough for further testing.

    • Smoke testing is performed to verify if the major functionalities of the software are working fine.

    • Sanity testing is a subset of regression...

  • Answered by AI
  • Q3. Difference between verification an validation
  • Ans. 

    Verification is the process of evaluating a system or component to determine whether it meets specified requirements. Validation is the process of evaluating a system or component during or at the end of the development process to determine whether it satisfies the specified requirements.

    • Verification focuses on the process of reviewing, inspecting, and testing the software to ensure that it meets the specified requirem...

  • Answered by AI
  • Q4. Write some testcases on working of ball point pen
  • Ans. 

    Testcases for working of a ball point pen

    • Verify that the pen writes smoothly on different surfaces

    • Check if the pen's ink is visible and does not smudge

    • Ensure that the pen's cap can be easily removed and secured

    • Test the durability of the pen by applying pressure while writing

    • Validate that the pen's ink does not leak or dry out

  • Answered by AI
  • Q5. What kind of manual testing can be done flipkart application
  • Ans. 

    Various types of manual testing can be done on the Flipkart application.

    • Functional testing to ensure all features and functionalities are working correctly.

    • Usability testing to evaluate the user-friendliness of the application.

    • Compatibility testing to check if the application works on different devices and browsers.

    • Performance testing to assess the application's response time and stability under different loads.

    • Securit...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Coding Test 

Asked SQL queries along with other JAVA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Test scenarios for testing Whatapp application
  • Ans. 

    Test scenarios for testing WhatsApp application

    • Verify sending a text message

    • Test sending multimedia files (images, videos)

    • Check group chat functionality

    • Test voice and video call features

    • Verify message encryption and security measures

  • Answered by AI
  • Q2. Program explaining OOPS concepts
  • Ans. 

    OOPS concepts are the foundation of object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

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

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(6 Questions)

  • Q1. Oops Concepts of Java
  • Ans. 

    Oops Concepts of Java are fundamental principles of object-oriented programming.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • 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.

    • Abstraction: Hiding the implementation details and showing only the necessary fe

  • Answered by AI
  • Q2. How to validate that the URL loaded is correct or not?
  • Ans. 

    To validate the correct URL loaded, check the current URL in the browser.

    • Get the current URL from the browser using driver.getCurrentUrl() method in Selenium.

    • Compare the current URL with the expected URL to validate correctness.

    • Use assertions or conditional statements to confirm if the URL is correct.

    • Consider handling any redirects or dynamic URLs that may affect validation.

    • Utilize regular expressions for more flexible

  • Answered by AI
  • Q3. Alert handling in selenium
  • Ans. 

    Alert handling in Selenium involves handling pop-up alerts, confirmation alerts, and prompt alerts.

    • Use driver.switchTo().alert() method to handle alerts

    • To accept an alert, use alert.accept() method

    • To dismiss an alert, use alert.dismiss() method

    • To get text from an alert, use alert.getText() method

    • To send text to a prompt alert, use alert.sendKeys() method

  • Answered by AI
  • Q4. How to perform Mouse actions
  • Ans. 

    Mouse actions can be performed using Selenium WebDriver by using Actions class

    • Create an instance of Actions class

    • Use methods like moveToElement, click, doubleClick, contextClick, dragAndDrop, etc.

    • Perform the desired action by calling the respective method on the Actions object

  • Answered by AI
  • Q5. How to read data from an XL file using selenium
  • Ans. 

    You can read data from an Excel file using Apache POI library in Selenium.

    • Use Apache POI library to interact with Excel files

    • Create a FileInputStream object to read the Excel file

    • Create a Workbook object to represent the Excel file

    • Get the desired sheet from the Workbook

    • Iterate through rows and cells to read data

  • Answered by AI
  • Q6. Waits in selenium
  • Ans. 

    Waits in Selenium are used to make the automation script wait for a certain condition to be met before proceeding.

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

    • Explicit Wait: Waits for a certain condition to be met before proceeding.

    • Fluent Wait: Waits for a condition with a defined maximum amount of time.

    • Thread.sleep(): Pauses the execution for a specified amount of time.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Manual Testing Concept Current Project Automation Testing Concept
Round 2 - Technical 

(1 Question)

  • Q1. Manual Testing Concept SQL Queries Automation testing question like locator, framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Clear with Basic Concept

I applied via Company Website and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is the life cycle of cargo ?
  • Ans. 

    Cargo life cycle involves various stages from production to delivery.

    • Production of goods

    • Packaging and labeling

    • Loading onto transportation

    • Transportation to destination

    • Unloading and storage

    • Customs clearance

    • Delivery to end customer

  • Answered by AI
  • Q2. What is the ASM message ?
  • Ans. 

    ASM message stands for Application System Message.

    • ASM messages are used to communicate between different software applications.

    • They are used to exchange data and commands.

    • ASM messages can be sent synchronously or asynchronously.

    • They are commonly used in distributed systems.

    • Examples of ASM messages include HTTP requests and responses, SOAP messages, and JMS messages.

  • Answered by AI
  • Q3. Difference between IATA and airline and its relationship?
  • Ans. 

    IATA is a trade association for airlines while airlines are companies that operate flights. They have a business relationship.

    • IATA stands for International Air Transport Association and is a trade association for airlines.

    • Airlines are companies that operate flights and provide air transportation services to passengers and cargo.

    • IATA sets standards and regulations for the airline industry and provides services to its me...

  • Answered by AI
  • Q4. How to test the application in under work pressure ?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Practically Learn cargo life cycle .
2. Go through the IATA messages format and it’s working ?
3. Clear the manual testing concept ?

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. What is testing
  • Ans. 

    Testing is the process of evaluating a system or software to identify defects or errors.

    • Testing involves executing a program or system with the intent of finding bugs or issues.

    • It is done to ensure that the software meets the specified requirements and functions as expected.

    • Testing can be manual or automated, depending on the complexity and requirements of the software.

    • Types of testing include functional testing, perfo...

  • Answered by AI
  • Q2. What is defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, and verifying software defects.

    • Defect is identified by testers during testing phase

    • Defect is reported to the development team

    • Development team fixes the defect

    • Fixed defect is retested by testers

    • If defect is not resolved, it goes through the cycle again

    • Once defect is resolved, it is closed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good interview good office location is nice. product is good and awesome

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Feb 2017. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Manger round - qns on sql
  • Q2. Salray and all

Interview Preparation Tips

Round: Test
Experience: Testing

Skills: Communication, Body Language, Problem Solving, Leadership, Decision Making Skills
Duration: <1 week

Mindfire Solutions Interview FAQs

How many rounds are there in Mindfire Solutions Manual Tester interview?
Mindfire Solutions interview process usually has 1 rounds. The most common rounds in the Mindfire Solutions interview process are Technical.
What are the top questions asked in Mindfire Solutions Manual Tester interview?

Some of the top questions asked at the Mindfire Solutions Manual Tester interview -

  1. Have you worked in any water fall methodology or agile, explain the working pro...read more
  2. What kind of manual testing can be done flipkart applicat...read more
  3. Difference between sanity and smoke test...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
DE Shaw Interview Questions
3.8
 • 119 Interviews
View all
Senior Software Engineer
376 salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Software Engineer
149 salaries
unlock blur

₹4 L/yr - ₹13.9 L/yr

Senior Software Test Engineer
110 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

Software Developer
49 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Senior Software Developer
47 salaries
unlock blur

₹5.1 L/yr - ₹18.6 L/yr

Explore more salaries
Compare Mindfire Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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