Welcome to Femtosoft Technologies
9884668421
Note: After the timer finishes counting down, the exam will be submitted automatically
✅ Total Questions: (25 Questions)✅ Exam Duration: (10 Minutes)
✅ Exam Type: MCQs
✔ Use a laptop/desktop with a stable internet connection.✔ Recommended browsers: Chrome, Firefox, Edge (latest versions).✔ Ensure your webcam & microphone are working (if required).
🖊 Fill in the Exam Registration Form Correctly
⚠️ Incorrect details may result in delays or disqualification.
📌 Ensure all answers are submitted before the timer ends.📌 Once submitted, you cannot change your responses.📌 After passing, your certificate will be automatically generated with your registered name.
🎉 Congratulations on your success!
🎯 Stay focused and give your best! Good luck!
The number of attempts remaining is 2
Please fill all the required fields carefully, information provided will be used in offer letter and Completion Certificate.
1 / 25
1. What keyword do you use to prevent the execution of multiple transactions in SQL Server?
2 / 25
2. How can you return only distinct values based on multiple columns in SQL?
3 / 25
3. What type of indexing is best for read operations on large tables?
4 / 25
4. When would you use a CROSS JOIN in SQL?
5 / 25
5. How can you find the total number of records in a table, excluding NULL values?
6 / 25
6. How can you remove all records from a table without removing the table itself?
7 / 25
7. What is the purpose of the INNER JOIN in SQL?
8 / 25
8. When is it appropriate to use a temporary table?
9 / 25
9. What type of join returns matching rows from each table based on the join condition?
10 / 25
10. What is multivalued dependency in a database?
11 / 25
11. What is a composite key?
12 / 25
12. What is dynamic SQL?
13 / 25
13. How do you ensure that multiple SQL statements are executed as a single transaction?
14 / 25
14. What is the difference between TRUNCATE and DELETE statements?
15 / 25
15. What potential issue could arise from using cursors in SQL?
16 / 25
16. What is the purpose of indexing in a database?
17 / 25
17. How do you create a user-defined function in SQL Server?
18 / 25
18. Which of these statements is TRUE about SQL?
19 / 25
19. Which SQL statement is used to add a new column to an existing table?
20 / 25
20. What will be the output of the following query?
SELECT * FROM users WHERE age NOT BETWEEN 18 AND 30;
21 / 25
21. What does the CLONE command do in SQL?
22 / 25
22. Which SQL statement will display the structure of a database table?
23 / 25
23. Which of the following statements is true regarding a SQL View?
24 / 25
24. What is the purpose of the PROCEDURE in SQL?
25 / 25
25. What does the GROUP BY clause do in SQL?