Upload Button Icon Add office photos

Filter interviews by

Sygina Data Systems QA Tester Interview Questions and Answers

Updated 22 Nov 2020

Sygina Data Systems QA Tester Interview Experiences

1 interview found

QA Tester Interview Questions & Answers

user image Anonymous

posted on 6 Nov 2020

I applied via LinkedIn and was interviewed in Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Tell me about your self?
  • Q2. What was your role in the previous company?
  • Q3. Can u write a Testcase for a web that has username, password, cancel button and login button.
  • Ans. 

    Testcase for a web with username, password, cancel button and login button.

    • Enter valid username and password and click login button

    • Verify that user is successfully logged in

    • Enter invalid username and password and click login button

    • Verify that appropriate error message is displayed

    • Click cancel button and verify that user is redirected to the previous page

  • Answered by AI
  • Q4. Can you write a query to display the age of employees from highest to lowest and table has the following column names: EMP I'd, first name, last name and age.
  • Ans. 

    Query to display employee age from highest to lowest

    • Use SELECT statement to retrieve data from table

    • Use ORDER BY clause with DESC keyword to sort age in descending order

    • Specify the column names in SELECT statement

    • Example: SELECT EMP_Id, first_name, last_name, age FROM table_name ORDER BY age DESC

  • Answered by AI
  • Q5. What is regression testing? When and why we do should regression testing.
  • Ans. 

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

    • Regression testing is done after making changes to the software application.

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

    • It helps to identify any new defects introduced by the changes.

    • Regression testing can be done manually or using automated tools.

    • It should be d...

  • Answered by AI
  • Q6.  What testing process you used to follow in previous company.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was quite good, it lasted for 1 hour. The interviewer wanted to test both my knowledge and communication skills. The questions asked were related to my previous work experience and the basics of manual testing and SQL queries. Luckily I was able to answer most of the questions. Followed by technical round I had a managerial round too. Try to be calm and should apply presence of mind and please go through the JD thoroughly and recheck your resume to ensure that you are a best-fit for the position.

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Tell me about Oops concepts
  • Ans. 

    Oops concepts refer to Object-Oriented Programming principles such as 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 implementation det

  • Answered by AI
  • Q2. What do u know about manual and automation testing
  • Ans. 

    Manual testing involves human testers executing test cases without automation tools, while automation testing uses tools to execute test cases.

    • Manual testing requires human intervention to execute test cases and verify results

    • Automation testing involves using tools to automate test case execution and result verification

    • Manual testing is time-consuming and prone to human error

    • Automation testing is faster, more reliable,...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a detail-oriented QA Tester with experience in manual and automated testing.

    • Experienced in creating test cases and executing test plans

    • Proficient in using testing tools such as Selenium and Jira

    • Strong problem-solving skills and ability to communicate effectively with developers

  • Answered by AI
  • Q2. What is your contribution in your project
  • Ans. 

    I contributed to the project by conducting thorough testing, identifying bugs, and providing detailed reports.

    • Conducted various types of testing such as functional, regression, and performance testing

    • Identified and reported bugs using bug tracking tools like Jira

    • Collaborated with developers to resolve issues and retest fixes

    • Provided detailed test reports to stakeholders

  • Answered by AI
Round 2 - Coding Test 

Simple java programs

QA Tester Interview Questions & Answers

Cognizant user image Rajalaxmi Vasan

posted on 11 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SDLC and STLC Cucumber
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. SDC 1,2,3 and joines,sql
  • Q2. About your project and your self

Interview Preparation Tips

Interview preparation tips for other job seekers - work more on SQL query part
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Write a java program for given string
  • Ans. 

    Java program to reverse a given string

    • Use StringBuilder to reverse the string

    • Convert the string to StringBuilder, call reverse() method, and convert back to string

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Print string for given string
  • Ans. 

    Print the given string as an array of strings

    • Use a loop to iterate through each character of the string and print it as a separate string

    • Store each character in a separate element of an array and then print the array

    • Example: If the given string is 'hello', the output should be ['h', 'e', 'l', 'l', 'o']

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Selenium web driver and some questions related to action class
Round 4 - HR 

(1 Question)

  • Q1. Hr basic hr and managerial questions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Types of software testing?
  • Ans. 

    Types of software testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing: Testing individual components or modules of the software.

    • Integration testing: Testing how different modules work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements of the end users.

    • Regression tes...

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

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Performed after code changes to ensure that existing features still work as expected

    • Helps in identifying any new bugs introduced by recent code modifications

    • Automated tools like Selenium can be used for regression testing

    • Examples: Testing a login feature after adding a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare fundamentals of software testing

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It used to combination of 3 paper, english , apti , basic program question

Round 2 - Coding Test 

There will be some hacker round questions

Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join
  • Q2. Tell me something about yourself

QA Tester Interview Questions & Answers

Wipro user image Praveen Kumar R

posted on 4 Jul 2024

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

(1 Question)

  • Q1. Selenium version
  • Ans. 

    Selenium is an open-source automation tool used for testing web applications.

    • Selenium WebDriver is the latest version used for automating web browsers.

    • Selenium IDE is a record and playback tool for creating test scripts.

    • Selenium Grid is used for running tests in parallel across different machines and browsers.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Basic testing question
  • Q2. Scenario based questions

Sygina Data Systems Interview FAQs

What are the top questions asked in Sygina Data Systems QA Tester interview?

Some of the top questions asked at the Sygina Data Systems QA Tester interview -

  1. Can you write a query to display the age of employees from highest to lowest a...read more
  2. Can u write a Testcase for a web that has username, password, cancel button and...read more
  3. What is regression testing? When and why we do should regression testi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Sygina Data Systems interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

QA Tester Interview Questions from Similar Companies

TCS QA Tester Interview Questions
3.7
 • 6 Interviews
IBM QA Tester Interview Questions
4.1
 • 2 Interviews
View all
Software Engineer
12 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Developer
6 salaries
unlock blur

₹3.3 L/yr - ₹5.5 L/yr

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