IT Questions and Answers :)

Monday, May 14, 2018

Apple's Profile Manager is an example of what type of service?

Apple's Profile Manager is an example of what type of service?

  • MDM
  • ASM
  • APPL
  • DEP 

 
Apple's Profile Manager is an example of what type of service?

EXPLANATION

Apple's PRofile Manager is an example of a Mobile Device Management (MDM) service. Profile Manager can be used to control and distribute settings, apps and other content to Apple OSX and Apple iOS devices.

SOURCE

https://support.apple.com/profile-manager
Share:

Friday, May 11, 2018

Which of the following characters designates a class in CSS?

Which of the following characters designates a class in CSS?

  • #
  • !
  • .

 
 Which of the following characters designates a class in CSS?

EXPLANATION

The .class selector selects elements with a specific class attribute.  To select elements with a specific class, write a period (.) character, followed by the name of the class.

Definition and Usage

The .class selector selects elements with a specific class attribute.

To select elements with a specific class, write a period (.) character, followed by the name of the class.

You can also specify that only specific HTML elements should be affected by a class. To do this, start with the element name, then write the period (.) character, followed by the name of the class (look at Example 1 below).

HTML elements can also refer to more than one class (look at Example 2 below). 
Share:

In Windows, out of the following commands, which command line command will show you the last reboot time of your machine?

In Windows, out of the following commands, which command line command will show you the last reboot time of your machine?

  • net statistics workstation
  • netstat -a
  • get-uptime
  • uptime 

 
In Windows, out of the following commands, which command line command will show you the last reboot time of your machine?

EXPLANATION

The net statistics command displays the statistics log for the local Workstation or Server service, or the running services for which statistics are available. Used without parameters, net statistics lists the running services for which statistics are available.
The available parameters are:
workstation   : Displays statistics for the local Workstation service.
server   : Displays statistics for the local Server service.
net help   command   : Displays help for the specified net command.

https://technet.microsoft.com/en-us/library/bb490714.aspx

SOURCE

https://technet.microsoft.com/en-us/library/bb490714.aspx
Share:

Tuesday, May 8, 2018

Which type of backup site has the fastest recovery time?

Which type of backup site has the fastest recovery time?

  • Hot site
  • Cold site
  • Middle Site
  • Warm Site 

 
Which type of backup site has the fastest recovery time?

EXPLANATION

A hot backup site is a full duplicate of the source data center, so has the fastest recovery time but also the highest price tag. The warm site is a scaled-down hot site,
which includes basics like power, networking, and telecommunications that are active at all times. A cold site usually includes power and physical space when not in use, giving you the longest recovery window for the cheapest price.
Share:

Monday, May 7, 2018

In vSphere, what technology is used to perform a live migration of a VM to another host?

In vSphere, what technology is used to perform a live migration of a VM to another host?

  • Replication
  • VMotion
  • Cloning
  • Snapshots 

 
In vSphere, what technology is used to perform a live migration of a VM to another host?

EXPLANATION




VMware VMotion enables the live migration of running virtual machines from one physical server to another with no downtime, continuous service availability, and complete transaction integrity. It is transparent to users.



 www.mosaictec.com/tessera/what-is-vmotion.htm

Share:

Popular Posts