InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What do you think by Nested Triggers? |
|
Answer» What do you think by Nested Triggers? |
|
| 2. |
Where is the username and password stored in SQL Server? |
|
Answer» Where is the username and password stored in SQL SERVER? |
|
| 3. |
What is alternative of TOP keyword in SQL Server? |
|
Answer» What is alternative of TOP keyword in SQL SERVER? |
|
| 4. |
Name all the standard trace templates by SQL Server Profiler? |
|
Answer» Name all the standard trace templates by SQL Server Profiler? |
|
| 5. |
Can you please mention the different set operators available in SQL? |
|
Answer» Can you PLEASE mention the different set operators AVAILABLE in SQL? |
|
| 6. |
Name the case manipulation functions in SQL? |
|
Answer» Name the case MANIPULATION functions in SQL? |
|
| 7. |
Can we linked SQL Server with other servers? |
|
Answer» Can we LINKED SQL Server with other servers? |
|
| 8. |
Can we add CPU to SQL Server if yes then describe? |
|
Answer» Can we add CPU to SQL Server if yes then describe? |
|
| 9. |
How to disable overwrite instead of inserting text while typing in SQL? |
|
Answer» How to disable overwrite instead of inserting text while typing in SQL? |
|
| 10. |
Name the different third party tools used in SQL Server and reason? |
|
Answer» Name the different third party tools used in SQL Server and reason? |
|
| 11. |
What are the virtual tables in triggers? |
|
Answer» What are the virtual tables in TRIGGERS? |
|
| 12. |
Can we hide instance of SQL Server if yes then how? |
|
Answer» Can we HIDE instance of SQL Server if yes then how? |
|
| 13. |
Define two ways to insert NULL values in column in relation? |
|
Answer» DEFINE two ways to INSERT NULL values in COLUMN in RELATION? (1)Implicitly NULL:-Implicitly NULL values can be inserted by omitting a column from the column LIST (2)Explicitly NUL:-Explicitly NULL values can be inserted by specifying the NULL keyword in the VALUES clause |
|
| 14. |
Do you knows the new indexes come in version 2005 of SQL Server? |
|
Answer» Do you knows the new INDEXES come in version 2005 of SQL Server? |
|
| 15. |
How can we recompile a stored procedure at run time in SQL Server? |
|
Answer» How can we recompile a stored procedure at RUN time in SQL Server? |
|
| 16. |
How a dynamic SQL can be executed? |
|
Answer» How a dynamic SQL can be EXECUTED? |
|
| 17. |
What is "nolock" in SQL Server its benefits and drawback? |
|
Answer» What is "nolock" in SQL Server its benefits and drawback? |
|
| 18. |
How to check its active or passive nodes in SQL? |
|
Answer» How to check its active or passive NODES in SQL? |
|
| 19. |
Is it possible to create a Primary Key without a clustered index? |
|
Answer» Is it POSSIBLE to create a Primary Key without a clustered index? |
|
| 20. |
Different encryption mechanisms in SQL Server? |
|
Answer» DIFFERENT encryption mechanisms in SQL Server? We use encryption for security of data in the database in SQL Server. Below are the different encryption mechanism USED in SQL Server:- (1)Transact-SQL FUNCTIONS (2)Asymmetric KEYS (3)Symmetric keys (4)Certificates (5)Transparent Data Encryption |
|
| 21. |
Do you knows the size of Null value in SQL Server? |
|
Answer» Do you knows the size of Null value in SQL Server? |
|
| 22. |
Define the main steps in Data Modeling? |
|
Answer» Define the main steps in DATA MODELING? |
|
| 23. |
Is it possible to take backup of Resource DB in SQL and how? |
|
Answer» Is it possible to take backup of RESOURCE DB in SQL and how? |
|
| 24. |
Write down a sql query to get all triggers in database? |
|
Answer» Write down a SQL query to get all TRIGGERS in DATABASE? |
|
| 25. |
What is INFORMATION_SCHEMA Database and why use this? |
|
Answer» What is INFORMATION_SCHEMA Database and why use this? |
|
| 26. |
Some facts about the SQL All operator? |
|
Answer» Some facts about the SQL All operator? |
|
| 27. |
Name the different types of SQL Server backups? |
|
Answer» Name the different TYPES of SQL Server backups? |
|
| 28. |
Process to run SQLCMD in a Docker Container? |
|
Answer» Process to run SQLCMD in a Docker CONTAINER? |
|
| 29. |
difference between procedure and function |
|
Answer» (1)The major difference between procedure and function is that function return value that should be only single and function can pass any no of parameter but come out only ONE value only USING return statement. |
|
| 30. |
How to start a SQL Server Container in Docker? |
|
Answer» How to START a SQL Server Container in Docker? |
|
| 31. |
different types of databases in sql |
|
Answer» (1)The Master database holds information for all databases located on the SQL Server instance and is the glue that holds the engine together. Because SQL Server cannot start without a FUNCTIONING master database, you must administer this database with care. |
|
| 32. |
Define N in nvarchar and in nchar? |
|
Answer» Define N in nvarchar and in nchar? |
|
| 33. |
difference between drop and truncate command |
|
Answer» Truncate Command removes all ROWS from a table, but the table structure, all RELATIONSHIPS, CONSTRAINTS remain in the Database. |
|
| 34. |
Best practice while doing SQL Maintenance plan? |
|
Answer» Best practice while doing SQL Maintenance plan? |
|
| 35. |
Difference Between Update Lock and Exclusive Lock |
|
Answer» When Exclusive Lock is on any processes no other lock can be placed on that row or table. Every other process have to wait till Exclusive Lock is complete its tasks. |
|
| 36. |
What are new function to be add in security in new upcoming version of SQL Server 2022? |
|
Answer» What are new function to be ADD in security in new upcoming version of SQL SERVER 2022? |
|
| 37. |
Some important information about Docker and SQL? |
|
Answer» Some important information about Docker and SQL? |
|