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 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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Write a program using pythin
  • Ans. 

    Program to print 'Hello, World!' in Python

    • Use the print() function in Python to display text

    • Enclose the text in single or double quotes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's nice and godd to feel

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. About your experience.
  • Q2. Tell your experience
  • Ans. 

    I have 5 years of experience in QA roles, focusing on test automation, regression testing, and defect tracking.

    • Experience in test automation using tools like Selenium and JUnit

    • Proficient in regression testing to ensure software quality

    • Skilled in defect tracking and reporting using tools like Jira

    • Collaborated with development teams to resolve issues and improve product quality

  • Answered by AI
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 Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude questions were asked

Round 2 - Coding Test 

It had two questions on binary strings

Interview experience
3
Average
Difficulty level
-
Process Duration
4-6 weeks
Result
No response

I applied via Job Fair and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Aptitude Test 

General queries from lead code

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2023. There was 1 interview round.

Round 1 - HR 

(3 Questions)

  • Q1. Introduction , qualification,job role
  • Q2. Expected salary, working hours
  • Q3. Shift of working

Interview Preparation Tips

Interview preparation tips for other job seekers - They kept me wait about 3hrs then hr came and took 5 mins interview and said we will reschedule for technical round till now I didn't get any response or info regarding technical round its been 2-3months

I applied via Naukri.com and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mostly related to my profile of testing and work which I was doing in my current company.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Please make your hiring process fast.
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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Write a program using pythin
  • Ans. 

    Program to print 'Hello, World!' in Python

    • Use the print() function in Python to display text

    • Enclose the text in single or double quotes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It's nice and godd to feel

Skills evaluated in this interview

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.

People are getting interviews through

based on 1 Singsys Pte interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Engineer
63 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Software Developer
20 salaries
unlock blur

₹1.8 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.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