What type of SQL queries will be asked in the Testing
interview?
Answers were Sorted based on User's Feedback
Answer / prema
If the application needs to be tested on Database (you can
say back end testing)then they will ask you about the SQL
querries. Again it depends on the application type how much
deep they test you on SQL. We can divide Sql in to two
catagagerious. 1.DML (Data manipulation language) and 2. is
DDL (Data definition language)
For basic back end testing they might check you on DML
Queries like SELECT, UPDATE, INSERT,DELETE,GROUP BY,LIKE ,
BETWEEN,JOINS INNER JOIN, OUTER JOIN, LEFT INNER JOIN. RIGHT
INNER JOIN.
DDL CREATE, ALTER, DROP.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / qa
They asked me once if I knew what was a join? and then they asked me what is a lesser join?
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / swati
INSRT COMMOND,UPDATE COMMOND,ALL THOSE COMMOND THAT IS
USEFUL WHICH R USE TO HANDLE THE DATA BASE
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raji.dude
Hi, Thanks for ur response.
If anyone can help me on the same with more answers.
Rajesh.
| Is This Answer Correct ? | 1 Yes | 2 No |
how do you know the testcases writing completed
What r the properties of Radio Button and Table Grid?How do we test Table Grid?
1Testing process followed in your company … 3. Testing Methodology 4. Where u maintains the Repositories? 5. What is CVS? 6. Bug Tool used? 7. How will you prepare traceability matrix if there is no Business Doc and Functional Doc? 8. How will you validate the functionality of the Test cases, if there is no business requirement document or user requirement document as such… 9. Testing process followed in your company? 10. Tell me about CMM LEVEL -4 …what are steps that to be followed to achieve the CMM -IV standards? 11. What is Back End testing? 14. How will u write traceability matrix? 15. What is CVS and why it is used? 16. What will be specified in the Defect Report…? 17. What is Test summary Report…? 18. What is Test Closure report…? 21. What are the Testing methodologies that u have followed in your project ? 22. What kind of testing that u have been involved in and explain about it…. 24. What is joins and what are the different types of joins in SQL and explain the same? 25. What is Foreign Key in SQL…?
What type of risk analysis u did in a banking projects...? Give an example...?
What is the type of the testing to check the availability of a website 24 * 7?
What is Component Testing? How to do Component Level Testing?
what are the minimum requirements to start testing ?
What is difference between windows application and Web Application?
14.What is function point breakdown?
What are the advantages of Automated Testing?
What is the difference between Integration Testing and System Testing ?
Write TestCases for ATM Machine ?