Without adding so many paragraphs, since you are looking for fragmentation, you can below procedure.
You can create it in the same database.
You can create it in the same database.
If you are preparing for SQL Server interview, it would be better if you prepare few mock interviews. Although, SQL Server is vast and employer might ask you questions based on their requirement, but still you can prepare some of the commonly asked questions.
1. What are the different types of SQL Server backups?
2. Explain the difference between a full backup and a differential backup.
3. How can you improve the performance of a slow-running query?
4. What is a deadlock, and how can you resolve it in SQL Server?
5. What are SQL Server indexes, and what types are there?
6. How do you monitor and optimize database performance in SQL Server?
7. Explain the concept of isolation levels in SQL Server.
8. What is the purpose of SQL Server Agent, and how do you use it?
9. Describe the differences between clustered and non-clustered indexes.
10. How would you handle database corruption?
11. What is the SQL Server Profiler, and how is it used?
12. How do you perform database replication in SQL Server?
13. What are the different types of SQL Server recovery models?
14. How can you secure a SQL Server database?
15. Explain the difference between a stored procedure and a function in SQL Server.
16. What is the use of the `DBCC` command in SQL Server?
17. How do you manage database connections and sessions in SQL Server?
18. What is a SQL Server view, and how does it differ from a table?
19. How do you migrate a database from one SQL Server instance to another?
20. What is the purpose of SQL Server Integration Services (SSIS)?
21. How do you handle data archiving in SQL Server?
22. What are SQL Server Always On Availability Groups, and how do they work?
23. What is the purpose of SQL Server Management Studio (SSMS)?
24. How do you implement SQL Server auditing?
25. What are the common performance tuning techniques in SQL Server?
These questions cover a broad range of topics including backups, indexing, performance tuning, security, replication, and more. Preparing for these questions can help demonstrate a solid understanding of SQL Server administration.