Upload Button Icon Add office photos

Filter interviews by

Singsys Pte QA Engineer Interview Questions, Process, and Tips

Updated 10 May 2023

Singsys Pte QA Engineer Interview Experiences

1 interview found

QA Engineer Interview Questions & Answers

user image Amber Sharma

posted on 10 May 2023

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 Apr 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 

(6 Questions)

  • Q1. Which of the following is NOT a type of Software Testing?
  • Ans. 

    Unit Testing

    • Unit Testing is a type of testing where individual components or units of a software are tested.

    • It focuses on verifying the functionality of each unit in isolation.

    • It is usually performed by developers during the development process.

    • Examples of unit testing frameworks include JUnit for Java and NUnit for .NET.

  • Answered by AI
  • Q2. What is the main purpose of smoke testing?
  • Ans. 

    Smoke testing is a preliminary testing technique to quickly identify major issues in a software build.

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

    • It is a high-level testing that focuses on the most important features of the application.

    • Smoke tests are usually executed after a new build or deployment to catch any showstopper bugs early.

    • The main purpose i...

  • Answered by AI
  • Q3. What is the main purpose of the Test Case?
  • Ans. 

    The main purpose of a Test Case is to verify that a specific functionality of the software is working correctly.

    • Test Cases ensure that the software meets the specified requirements

    • They help identify defects and ensure the software is reliable

    • Test Cases provide documentation for future reference and regression testing

    • They help in reproducing and fixing bugs

    • Examples: Testing login functionality, verifying calculations in

  • Answered by AI
  • Q4. Which of the following is an appropriate positive test case for a login system?
  • Ans. 

    Entering valid username and password and successfully logging in

    • Enter a valid username and password

    • Click on the login button

    • Verify that the user is successfully logged in

  • Answered by AI
  • Q5. Which of the following test cases is most appropriate for testing a login system?
  • Ans. 

    Test case with valid credentials and expected successful login is most appropriate for testing a login system.

    • Test with valid credentials

    • Test with invalid credentials

    • Test with blank credentials

    • Test with special characters in credentials

  • Answered by AI
  • Q6. Which of the following test cases is most appropriate for testing the security of a login system?
  • Ans. 

    Test case with invalid credentials and check for error message

    • Test with invalid username and password

    • Check for error message displayed

    • Test with SQL injection

    • Test with brute force attack

    • Test with session timeout

  • Answered by AI
Round 3 - Group Discussion 

HR giving a topic to discuss.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep learning.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Automation and mangerial

Interview Preparation Tips

Interview preparation tips for other job seekers - They will conduct the managerial round and then they will reject you without any reasons.

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Questions were regarding my engineering subjects
  • Q2.  Interviewer asked me a simple but complex programming question to solve
  • Q3. He asked me about my strength , other curriculum activities I participated in

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be calm and stick to question ,don't try to drag interviewer to any other topic
Try to be honest with interviewer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is JMeter?
  • Ans. 

    JMeter is an open-source tool used for performance testing and load testing of web applications.

    • JMeter allows testers to simulate heavy loads on servers, networks, or objects to test their strength and analyze overall performance.

    • It can be used to measure performance under different load types, such as stress testing, spike testing, and endurance testing.

    • JMeter supports various protocols like HTTP, HTTPS, FTP, JDBC, LD...

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Cucumber and Karate?
  • Ans. 

    Cucumber and Karate are testing frameworks used for behavior-driven development (BDD) and API testing, respectively.

    • Cucumber is a BDD tool that allows writing test cases in plain English using Gherkin syntax

    • Karate is an API testing tool that combines API testing, test doubles, performance testing, and UI automation in one framework

    • Both tools support automation testing and help in collaboration between technical and non

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the main responsibility of a QA Engineer?
  • Ans. 

    The main responsibility of a QA Engineer is to ensure the quality of software products by testing and identifying defects.

    • Creating test plans and test cases

    • Executing test cases and reporting defects

    • Collaborating with developers to resolve issues

    • Automating test cases using tools like Selenium

    • Performing regression testing to ensure software stability

  • Answered by AI
  • Q2. Ensure software quality through testing.
  • Ans. 

    Ensuring software quality through testing involves thorough testing of all functionalities to identify and fix any bugs or issues.

    • Create test cases to cover all functionalities of the software

    • Perform manual and automated testing to identify bugs

    • Regression testing to ensure new changes do not impact existing functionalities

    • Use tools like Selenium, JUnit, or TestNG for automated testing

    • Collaborate with developers to fix

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is the D/B verification and validation in QA?
  • Ans. 

    D/B verification and validation in QA refers to the process of ensuring that data in a database is accurate, complete, and consistent.

    • Verification involves checking if the data in the database matches the expected values or rules.

    • Validation involves ensuring that the data in the database meets the specified requirements and is reliable.

    • Examples include verifying that user information is correctly stored in a database a...

  • Answered by AI
  • Q2. Verification : ensures the product is being built correctly (meet design specifications). Validation : ensures the right product is built (meets user needs and requirements).

Interview Preparation Tips

Interview preparation tips for other job seekers - Network smartly; connections open door.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is rest assured
  • Ans. 

    Rest Assured is a Java library used for testing RESTful APIs.

    • Rest Assured is an open-source Java library that provides a domain-specific language for writing powerful, maintainable tests for RESTful APIs.

    • It simplifies the process of sending HTTP requests and validating responses.

    • Rest Assured can be integrated with popular testing frameworks like JUnit and TestNG.

    • It supports various authentication methods, request and r...

  • Answered by AI
  • Q2. What is json file
  • Ans. 

    JSON file is a lightweight data interchange format used to store and transmit data in a structured way.

    • JSON stands for JavaScript Object Notation.

    • It is easy for humans to read and write, and easy for machines to parse and generate.

    • JSON is language-independent and is commonly used in web development for APIs.

    • Example: {"name": "John Doe", "age": 30, "city": "New York"}

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Your Introduction
  • Q2. Technical and Project related questions
  • Q3. Your Framework related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Real time test cases

Singsys Pte Interview FAQs

How many rounds are there in Singsys Pte QA Engineer interview?
Singsys Pte interview process usually has 3 rounds. The most common rounds in the Singsys Pte interview process are Resume Shortlist, Technical and Group Discussion.
What are the top questions asked in Singsys Pte QA Engineer interview?

Some of the top questions asked at the Singsys Pte QA Engineer interview -

  1. Which of the following is NOT a type of Software Testi...read more
  2. Which of the following is an appropriate positive test case for a login syst...read more
  3. Which of the following test cases is most appropriate for testing the security ...read more

Tell us how to improve this page.

Singsys Pte QA Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Software Engineer
64 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Software Developer
21 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Digital Marketing Executive
8 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

React Native Developer
5 salaries
unlock blur

₹1.8 L/yr - ₹3.7 L/yr

Quaity Control Engineer
5 salaries
unlock blur

₹1.9 L/yr - ₹3 L/yr

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