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 is schema binding in SQL?
2 / 25
2. What is the purpose of the EXPLAIN command in SQL?
3 / 25
3. What is multivalued dependency in a database?
4 / 25
4. What is an example of a non-correlated subquery?
5 / 25
5. Which SQL function will return the current user ID?
6 / 25
6. What happens if you attempt to insert a record with a primary key that already exists in the table?
7 / 25
7. Which SQL statement is used to give someone access to a database?
8 / 25
8. How does the CASE statement work in SQL?
9 / 25
9. What is a composite key?
10 / 25
10. How do you perform a full outer join in SQL?
11 / 25
11. How can you create an index on multiple columns in SQL?
12 / 25
12. What is the impact of enabling full-text search on your database?
13 / 25
13. What does the HAVING clause do in conjunction with GROUP BY?
14 / 25
14. Which function is used to get the current date and time in SQL Server?
15 / 25
15. What is the difference between an INNER JOIN and a LEFT JOIN?
16 / 25
16. What is a materialized view?
17 / 25
17. What is the purpose of index fragmentation?
18 / 25
18. What is the output of the following SQL?
SELECT 1 + 1 AS x;
19 / 25
19. What output will be produced by this SQL command?
SELECT UNIX_TIMESTAMP();
20 / 25
20. What type of JOIN returns all rows from the left table and matched rows from the right table?
21 / 25
21. What is a default value in SQL?
22 / 25
22. What is the purpose of the JOIN clause in SQL?
23 / 25
23. What will be the output of the following SQL?
SELECT * FROM employees ORDER BY age DESC;
24 / 25
24. What does the GROUP BY clause do?
25 / 25
25. What is the default collation in MySQL for string comparison?