Upload Button Icon Add office photos

Filter interviews by

Reflections Info Systems Software Tester Interview Questions, Process, and Tips

Updated 4 Jul 2021

Reflections Info Systems Software Tester Interview Experiences

1 interview found

I applied via LinkedIn and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

14 Questions

  • Q1. What is software testing. ?
  • Ans. 

    Software testing is the process of evaluating a software application to ensure it meets the specified requirements and functions correctly.

    • Software testing is essential for identifying defects and ensuring the quality of the software.

    • It involves executing test cases, comparing actual results with expected results, and reporting any discrepancies.

    • Different types of testing include functional testing, performance testing...

  • Answered by AI
  • Q2. Explain SDLC and STLC ,the stages in both.
  • Ans. 

    SDLC is the process of developing software, while STLC is the process of testing software.

    • SDLC (Software Development Life Cycle) is a framework that outlines the steps involved in developing software.

    • The stages in SDLC include requirements gathering, design, coding, testing, deployment, and maintenance.

    • STLC (Software Testing Life Cycle) is a subset of SDLC that focuses on testing activities.

    • The stages in STLC include t...

  • Answered by AI
  • Q3. About Agile methdology.
  • Q4. About unit testing,Retesting,Regression testing,integrity testing,sanity testing,smoke testing,system testing
  • Q5. Difference between verification and validation in testing With examples
  • Ans. 

    Verification ensures that the software meets the specified requirements, while validation ensures that the software meets the customer's needs.

    • Verification is a process of evaluating the software at various stages to ensure that it meets the specified requirements.

    • Validation is a process of evaluating the software at the end of the development process to ensure that it meets the customer's needs.

    • Verification is a stati...

  • Answered by AI
  • Q6. Explain Bug life cycle, then given a scenario and expalin in basis of the same
  • Q7. How to write Test cases..?
  • Ans. 

    Test cases should be written with clear objectives and steps to ensure software functionality and quality.

    • Identify the objective of the test case

    • Define the steps to execute the test case

    • Include expected results and actual results

    • Ensure test cases cover all possible scenarios

    • Use a consistent format for test case documentation

  • Answered by AI
  • Q8. Boundary value analysis with an example
  • Ans. 

    Boundary value analysis is a testing technique that focuses on testing the boundaries of input values.

    • It involves testing values at the upper and lower limits of valid input ranges

    • It also tests values just outside of those ranges

    • For example, if a system accepts values between 1 and 100, boundary value analysis would test values like 0, 1, 2, 99, 100, and 101

  • Answered by AI
  • Q9. White box and black box testing
  • Q10. Why do we need software testing..?
  • Ans. 

    Software testing is necessary to ensure the quality, reliability, and functionality of software.

    • Identify and fix bugs or defects in the software

    • Ensure the software meets the specified requirements

    • Validate the software's functionality and performance

    • Enhance user experience by identifying and resolving usability issues

    • Increase software reliability and reduce the risk of failures

    • Ensure compatibility with different platfor...

  • Answered by AI
  • Q11. Given some scenarios and tell them how will i test.
  • Q12. Test scenarios for gmail login page.
  • Ans. 

    Test scenarios for Gmail login page.

    • Verify successful login with valid credentials

    • Verify error message for invalid email or password

    • Verify error message for empty email or password fields

    • Verify forgot password functionality

    • Verify login page UI elements

  • Answered by AI
  • Q13. Explain QA and QC
  • Ans. 

    QA is the process of ensuring quality in the software development process, while QC is the process of ensuring quality in the final product.

    • QA focuses on preventing defects, while QC focuses on identifying and fixing defects

    • QA is a proactive process, while QC is a reactive process

    • QA involves reviews, inspections, and testing of processes, while QC involves testing of the final product

    • QA is a continuous process, while Q...

  • Answered by AI
  • Q14. Then she askd a ques that, i am given with test scenarios and have to do all test cases with the given scenarios, but you have only 15 days to do the testing but need more time, then what will i do..?

Interview Preparation Tips

Interview preparation tips for other job seekers - I was able to answer most of the questions and she was satisfied with my answer.The question i don't know was expalined by her to me.Technical interview was very friendly.All questions is based on manual testing ,she only asked 2 questions from automation testing.
I was cleared the technical round and on the same day i had HR round.
HR round was easy and i had answerd all the questions he asked and at last he said that they will reach me with the feed back, after 3 days i tried to contact them through calls and email but they don't attend the call and give reply to the mail.

Skills evaluated in this interview

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

It was good. Interviewer are very supportive in nature.

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is STLC? What is Bug life cycle?
  • Q2. Tell me about your project?
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion part

Software Tester Interview Questions & Answers

HyScaler user image Nabasmita Mohapatra

posted on 7 Feb 2024

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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is STLC? What is defect life cycle?
  • Ans. 

    STLC stands for Software Testing Life Cycle. Defect life cycle is the process of identifying, reporting, and resolving defects in software.

    • STLC is a series of activities performed during the testing process.

    • It includes test planning, test design, test execution, and test closure.

    • Defect life cycle consists of various stages like identification, logging, triaging, fixing, retesting, and closure.

    • Defects are reported, trac...

  • Answered by AI
  • Q2. What are assess modifiers in java?
  • Ans. 

    Access modifiers in Java control the visibility and accessibility of classes, methods, and variables.

    • There are four access modifiers in Java: public, private, protected, and default.

    • Public access modifier allows unrestricted access from any class.

    • Private access modifier restricts access to only within the same class.

    • Protected access modifier allows access within the same package or subclasses.

    • Default access modifier (n...

  • Answered by AI
  • Q3. What is garbage value?
  • Ans. 

    Garbage value is an unpredictable or random value that is stored in a variable when it is not assigned a specific value.

    • Garbage values occur when a variable is declared but not initialized.

    • They can be caused by uninitialized variables, memory leaks, or accessing uninitialized memory.

    • Garbage values can lead to unexpected behavior and bugs in software.

    • Example: int x; // x may contain a garbage value until assigned a spec

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Dec 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. Manual testing,SQL,java
Round 3 - HR 

(1 Question)

  • Q1. Hr questions and technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - I am sanobar I am from bijapur I am looking for both testing and development.

I applied via Referral

Round 1 - Aptitude Test 

Attitude,reasoning

Round 2 - Group Discussion 

Topics in explain

Interview Preparation Tips

Interview preparation tips for other job seekers - Introduce yourself ,work, salary,educational details and habits
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic english , Maths (distance, speed, ratio, probability)

Round 2 - One-on-one 

(3 Questions)

  • Q1. What are different tests
  • Ans. 

    Different tests in software testing include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing focuses on testing individual components or modules of the software.

    • Integration testing checks if different modules work together correctly.

    • System testing validates the entire system against the requirements.

    • Acceptance testing ensures that the software meets the user's expectations.

    • Other ty...

  • Answered by AI
  • Q2. Give examples on test cases
  • Ans. 

    Test cases are scenarios designed to validate the functionality of a software application.

    • Testing login functionality with valid credentials

    • Testing login functionality with invalid credentials

    • Testing password reset functionality

    • Testing search functionality with different input values

  • Answered by AI
  • Q3. Basic testing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - learn basic testing topics and be confident prepare well for aptitude interview is very easy but aptitude is a little difficult, good company for fresher but low salary

Skills evaluated in this interview

Software Tester Interview Questions & Answers

HyScaler user image Nabasmita Mohapatra

posted on 7 Feb 2024

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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is STLC? What is defect life cycle?
  • Ans. 

    STLC stands for Software Testing Life Cycle. Defect life cycle is the process of identifying, reporting, and resolving defects in software.

    • STLC is a series of activities performed during the testing process.

    • It includes test planning, test design, test execution, and test closure.

    • Defect life cycle consists of various stages like identification, logging, triaging, fixing, retesting, and closure.

    • Defects are reported, trac...

  • Answered by AI
  • Q2. What are assess modifiers in java?
  • Ans. 

    Access modifiers in Java control the visibility and accessibility of classes, methods, and variables.

    • There are four access modifiers in Java: public, private, protected, and default.

    • Public access modifier allows unrestricted access from any class.

    • Private access modifier restricts access to only within the same class.

    • Protected access modifier allows access within the same package or subclasses.

    • Default access modifier (n...

  • Answered by AI
  • Q3. What is garbage value?
  • Ans. 

    Garbage value is an unpredictable or random value that is stored in a variable when it is not assigned a specific value.

    • Garbage values occur when a variable is declared but not initialized.

    • They can be caused by uninitialized variables, memory leaks, or accessing uninitialized memory.

    • Garbage values can lead to unexpected behavior and bugs in software.

    • Example: int x; // x may contain a garbage value until assigned a spec

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Sep 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is smoke and sanity testing
  • Ans. 

    Smoke testing is a subset of regression testing that focuses on testing the critical functionalities of an application. Sanity testing is a subset of regression testing that focuses on testing the specific changes made to an application.

    • Smoke testing is performed to ensure that the most critical functionalities of an application are working as expected.

    • It is usually performed after a build is deployed to check if the a...

  • Answered by AI
  • Q2. What is regression testing, testing
  • Ans. 

    Regression testing is the process of retesting modified software to ensure that the existing functionalities are not affected.

    • Regression testing is performed after making changes to the software to ensure that the modifications have not introduced new bugs or issues.

    • It involves re-executing previously executed test cases to verify that the existing functionalities still work as expected.

    • Regression testing helps in iden...

  • Answered by AI
  • Q3. Black Box and what Box testing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics technical questions for manual Testing, test cases writing , test scenarios

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Jan 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. Basic concepts of testing, sdlc, stlc, regression, sanity and smoke, api testing..
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic questions about sql, and projects i worked on and other hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The HR i contacted was unprofessional. If you are from bfsi domain then you have chances.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. What is mannual software
  • Ans. 

    Manual software testing is the process of manually testing software for defects without the use of automation tools.

    • Manual testing involves testers executing test cases by hand to identify bugs and issues.

    • It is time-consuming and requires human intervention for each test step.

    • Manual testing is often used for exploratory testing, usability testing, and ad-hoc testing.

    • Examples of manual testing include regression testing

  • Answered by AI
  • Q2. What is advantages and disadvantges manual testing
  • Ans. 

    Manual testing allows for human intuition and creativity but can be time-consuming and prone to human error.

    • Advantages of manual testing include human intuition and creativity in identifying issues, flexibility to adapt test cases on the fly, and cost-effectiveness for small projects.

    • Disadvantages of manual testing include time-consuming nature, potential for human error, difficulty in reproducing test cases, and lack ...

  • Answered by AI
  • Q3. What is software
  • Ans. 

    Software is a set of instructions that tell a computer how to perform specific tasks or functions.

    • Software is a collection of programs, data, and instructions that enable a computer to perform tasks.

    • It can be categorized into system software (e.g. operating systems) and application software (e.g. word processors).

    • Examples of software include Microsoft Windows, Adobe Photoshop, and Google Chrome.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - hr

Skills evaluated in this interview

Reflections Info Systems Interview FAQs

What are the top questions asked in Reflections Info Systems Software Tester interview?

Some of the top questions asked at the Reflections Info Systems Software Tester interview -

  1. What is software testing...read more
  2. Why do we need software testing...read more
  3. Difference between verification and validation in testing With examp...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Reflections Info Systems interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Senior Software Engineer
45 salaries
unlock blur

₹4.4 L/yr - ₹13.2 L/yr

Software Engineer
37 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

Data Engineer
12 salaries
unlock blur

₹2 L/yr - ₹5.7 L/yr

System Analyst
12 salaries
unlock blur

₹5.5 L/yr - ₹11.5 L/yr

Machine Learning Engineer
11 salaries
unlock blur

₹3 L/yr - ₹11.7 L/yr

Explore more salaries
Compare Reflections Info Systems 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