Sail E0 Webinar

MCQs

Total Questions : 10
Question 1. What is Powershell Scripting?
  1.    Type the commands in a text editor
  2.    Save the file with .ps1 extension
  3.    Execute the file in PowerShell
  4.    All of these
 Discuss Question
Answer: Option D. -> All of these




Question 2. The developer of Powershell is
  1.    Microsoft
  2.    Dell
  3.    HP
  4.    None of these
 Discuss Question
Answer: Option A. -> Microsoft




Question 3. What are two ways of extending a powershell?
  1.    PSSnapins
  2.    Modules
  3.    Both A and B
  4.    None
 Discuss Question
Answer: Option C. -> Both A and B




Question 4. What are the types of brackets used in PowerShell?
  1.    Parenthesis Brackets ()
  2.    Braces Brackets {}
  3.    Square Brackets []
  4.    All of the above mentioned
 Discuss Question
Answer: Option D. -> All of the above mentioned




Question 5. What are the types of format commands that can be used to Format data?
  1.    Format-Wide
  2.    Format-List
  3.    Format-Table
  4.    All of the above
 Discuss Question
Answer: Option D. -> All of the above




Question 6. Powershell was designed by the
  1.    Jeffrey Snover, Bruce Payette, James Truher
  2.    Thomson Elder
  3.    William
  4.    Andrew Nilson
 Discuss Question
Answer: Option A. -> Jeffrey Snover, Bruce Payette, James Truher




Question 7. Powershell was introduced in the year of
  1.    2005
  2.    2006
  3.    2012
  4.    2018
 Discuss Question
Answer: Option B. -> 2006




Question 8. What is the platform of Powershell?
  1.    .NET Framework
  2.    .NET Core
  3.    Both A and B
  4.    All of the above
 Discuss Question
Answer: Option C. -> Both A and B




Question 9. What are the ways to find all the sql services are on one server in PowerShell?
  1.    get-wmiobject win32_service l where-object {$_name-like sql"}
  2.    get-service sql
  3.    Both A and B
  4.    None
 Discuss Question
Answer: Option C. -> Both A and B




Question 10. Powershell Consists of different OS?
  1.    Windows 7
  2.    Windows Server 2008 R2
  3.    macOS 10.12
  4.    Ubuntu
  5.    All of these
 Discuss Question
Answer: Option E. -> All of these




Latest Videos

Latest Test Papers