Administering a SQL Database Infrastructure - PP Questions

Administering a SQL Database Infrastructure - PP Questions

Professional Development

63 Qs

quiz-placeholder

Similar activities

SharePoint Practice Test-S21

SharePoint Practice Test-S21

Professional Development

60 Qs

Mulesoft Practice Test

Mulesoft Practice Test

Professional Development

59 Qs

Content Title

Content Title

Professional Development

63 Qs

KFIN_Tech_Screening_Test_Python_103_Jan'24

KFIN_Tech_Screening_Test_Python_103_Jan'24

Professional Development

60 Qs

Network and Security Foundations

Network and Security Foundations

University - Professional Development

66 Qs

FC0-U61(758) Quiz 12

FC0-U61(758) Quiz 12

Professional Development

66 Qs

Overall programming tests

Overall programming tests

Professional Development

60 Qs

Azure Fundamentals

Azure Fundamentals

Professional Development

67 Qs

Administering a SQL Database Infrastructure - PP Questions

Administering a SQL Database Infrastructure - PP Questions

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Liam McConnel

Used 1+ times

FREE Resource

63 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which one of these statements is incorrect?

To connect to SQL Server, the principal must supply information that matches the credential data held by SQL Server.

In a Windows-based environment, administrators can enable policies for Windows users that enforce password complexity and expiration. SQL Server can enforce similar restrictions for SQL Server logins.

The trusted server application model is commonly used in large-scale enterprise applications, websites, and Internet services.

You can only reset passwords using the ALTER LOGIN Transact-SQL statement.

There are two levels at which you configure Azure Firewall Rules: Server and Database.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Put the following steps in order by numbering each to indicate the correct order.

(1)Import SQL PowerShell module.

(2)Use the SQL PowerShell provider to navigate to an SMO object.

(3)Assign an SMO object to a variable.

(4)Discover the object’s properties using Get-Member.

(5)Amend a property.

(6)Apply the amendment using the Alter method.

(1)Use the SQL PowerShell provider to navigate to an SMO object.

(2)Import SQL PowerShell module.

(3)Discover the object’s properties using Get-Member.
(4)Assign an SMO object to a variable.

(5)Amend a property.

(6)Apply the amendment using the Alter method.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What advantages are there to using PowerShell with Microsoft Azure?

Advantages include being able to create standard, tested scripts to set up identical databases or virtual machines.

PowerShell can be used to play video games
PowerShell can be used to create 3D animations
PowerShell can be used to design websites

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

True or false? PowerShell providers offer an alternative to using SQL Server Management Objects.

FALSE

TRUE

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is an SMO object?

An object with which part of SQL Server can be managed programmatically.

The top level object in the SQL Server hierarchy.

Part of the Windows operating system.

A SQL Server feature that improves performance.

A SQL PowerShell provider.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Can you name three ways of getting information about a cmdlet?

Using Get-Help cmdlet,
Using Get-Command cmdlet,
Using Get-Member cmdlet

Using Get-Info cmdlet,
Using Get-Command cmdlet,
Using Get-Member cmdlet

Using Get-Help cmdlet,
Using Get-Info cmdlet,
Using Get-Member cmdlet

Using Get-Help cmdlet,
Using Get-Command cmdlet,
Using Get-Info cmdlet

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When would you use a PowerShell provider?

To access a data store such as SMO objects, the file system, or the registry. The SQL PowerShell provider is included with the SQLPS module. You must import it before you can access SMO objects.

To create a new programming language
To design a new operating system

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?