MSSQL Interview Question Clustering- Part1
Will Indian Rupee Cross 55??
Cluster environment is prevalent not only in big organizations but also medium and small. This is observed that in "Sql Server DBA Interview" the interviewer tests candidates with cluster questions. You will always be in the good books of your interviewer if you know at least basic info about cluster.
Q1- What is the status of services on passive node for failover cluster in SQL server?
Ans - SQL services will be in manual and stopped. Cluster service will be in automatic and started mode on both the nodes.
Q2- Can you move the resources after pausing the node?
Ans - Yes resources can be moved after pausing the node. But we can't move them back till the node is paused.
Q3- Where is the prevent failback option?
Ans - This is the resource group property. It doesn't allow the resources to move back to the preferred node once the node is ready to take the connections after failover.
Q4 - How does the failover happen? What checks are performed to ensure that another node is up?
Ans -
LooksAlive - The node which host the SQL server resources is verifed whether this node (server) is up
IsAlive - The node which host the SQL server resources is verifed whether the SQL service is up or not. Basically running SELECT @@SERVERNAME
/*************
/*************
Along with technical
learning I would like to share some great articles for anyone interested in the
betterment of his/her family life
- Quality time with kids: Let's have a Quality Audit
- Parental guidance how to control your kid in elementary school not obeying teacher
- Parental guidance for child development post terrible twos
- Parental guidance on how to handle child when they show their first infatuation at elementary school
- How to Handle fit of temper by fixing baby screen time
- Are Words Important
*****************/
Q5 What will happen if you try to start the fultext service on the passive node.
Ans: This can be started on both the nodes as this doesn't have any dependecy on SQL service or any resource which is possessed by active node.Q5 What will happen if you try to start the fultext service on the passive node.
Reader of This blog also showed their interest in following blogs:
- SQL Server DBA “Interview Questions And Answers”
- SQL Azure Interview Questions and Answers Part – 1
- SQL Azure Interview Questions and Answers Part – 2
- Powershell Interview Questions and Answers
Along with technical
learning I would like to share some great articles for anyone interested in the
betterment of his/her family life
- Parental guidance how to control your kid in elementary school not obeying teacher
- Parental guidance for child development post terrible twos
- Parental guidance on how to handle child when they show their first infatuation at elementary school
- How to Handle fit of temper by fixing baby screen time
- Are Words Important
http://tuitionaffordable.webstarts.com
Comments
Post a Comment