0% found this document useful (0 votes)
10 views

Interview Questions

The document contains questions related to testing processes and methodologies. It asks about the candidate's education background, previous work experience, knowledge of software development lifecycles, testing types, defect tracking, test coverage, automation tools, and differences between key testing concepts like regression vs retesting and smoke vs sanity testing.

Uploaded by

Ranjit Singh
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

Interview Questions

The document contains questions related to testing processes and methodologies. It asks about the candidate's education background, previous work experience, knowledge of software development lifecycles, testing types, defect tracking, test coverage, automation tools, and differences between key testing concepts like regression vs retesting and smoke vs sanity testing.

Uploaded by

Ranjit Singh
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 4

1 2 3 4

Can you give your introduction Your Education Backgroung Which Year you have been passed out Your overall IT Experience

5 Previosuly you have been associated with which organization 6 Tell you about your previous project 7 Tell me the testing process that you followed in your project 8 Have you expereince in writing the test cases Tell me the testing techniques that you applied for writing the 9 test cases(Black BoX) 10 Explain SDLC 11 Explain STLC

12 13 14 15 16

So what are the different testing types Difference between Functional and System Testing Different Levels of Testing Difference between Verfication and Validation Difference between priority and Severity

17 Defect Life Cycle 18 Severity Types 19 Which testing tools that you have used You have said that you have expeience on working on Quality centre, can you please tell me where you used to write the test 20 case and execute them 21 How you used to track the defects 22 How do you ensure that you have covered all the requirements What are the things that you are looking from an organization 23 point of view 24 How quick you are in learning 25 Any experience in Healhcare domain 26 Difference between Regression and Retesting 27 Difference between Smoke and Sanity Testing 28 Difference between Build and Release 29 How do you tell that we can stop testing 30 What is test plan 31 Difference testing models

SQL Query to select only the distinct records

Query for update Query to sort a row Query to sort a row in descending order query to select top10 rows How do we select data from 2 tables

Boundary Value Analysis Equivalence Class Error Guessing

Manual and Automation Black Box Testing White Box Testing Regression Unit, Integration, System, UAT

New->Open->Assign->Fixed->Ready For Retest->Reopn>Closed Catastrophic->Major with work around->major with no work around->minor->Cosmetic

Waterfall, V-model, Spiral Model, Agile scrum

select distinct colname from tablename

Update tablename set colname="newvalue" where colname="somevalue" select * from tablenname orderby colname select * from tablename orderby colname desc select top10 * from tablename Joins

You might also like