IT Questions and Answers :)

Wednesday, April 24, 2019

What do you dial to bring up the IMEI number on a mobile phone?

What do you dial to bring up the IMEI number on a mobile phone?

  • #69#*
  • *#123#
  • *#06#
  • #044*# 

What do you dial to bring up the IMEI number on a mobile phone?

EXPLANATION

Every phone or Mobile Broadband device has a unique 15 digit code, called an IMEI number. You might need to find your IMEI number if you want to unlock your device to use with other networks, or for some
insurance policies. You can find your IMEI in the following ways: by entering *#06# on your phone's call screen.

SOURCE

http://support.three.co.uk/SRVS/CGI-BIN/WEBISAPI.dll/,/?New,Kb=Mobile,Ts=Mobile,T=CaseDoc,Case=Obj(6589)
Share:

Which operating system for Exchange 2019 is unsupported:

Which operating system for Exchange 2019 is unsupported:

  • Windows Server 2008 R2
  • Windows Server 2012 R2
  • All of them
  • Windows Server 2012 
Which operating system for Exchange 2019 is unsupported:

EXPLANATION

The supported operating system for Exchange 2019 is only Windows Server 2019 Standard or Datacenter. Windows Server 2019 Core edition is
also fully supported and recommended.

SOURCE

https://docs.microsoft.com/en-us/exchange/plan-and-deploy/system-requirements?view=exchserver-2019#operating-system
Share:

Tuesday, April 23, 2019

In CSS, which one of these symbols is the child selector?

In CSS, which one of these symbols is the child selector?

  • -
  • +
  • >
In CSS, which one of these symbols is the child selector?

EXPLANATION

The greater-than symbol ">" is the child selector in CSS and is written between two elements, the first element being the parent and the second element being the child. From the W3Schools website,
"The child selector selects all elements that are the immediate children of a specified element."

SOURCE

https://www.w3schools.com/css/css_combinators.asp

Share:

Monday, April 22, 2019

What is the command to restart IIS services on the command line?

What is the command to restart IIS services on the command line?

  • iisrestart
  • iisreset
  • iisrecycle
  • iisrefresh 

What is the command to restart IIS services on the command line?

EXPLANATION

An IIS server can be restarted without rebooting the entire machine by running the iisreset command on the command line.  There is a button on the IIS management console that can also do this; additionally, you can manually restart the services involved.


Take IISReset as a suite of commands that helps you manage IIS start / stop etc.
Which means you need to specify option (/switch) what you want to do to carry any operation.
Default behavior OR default switch is /restart with iisreset so you do not need to run command twice with /start and /stop.
Hope this clarifies your question. Check this MS DOS help picture you will understand.



Share:

I have some private servers on my premises, also I have distributed some of my workload on the public cloud, what is this architecture called?

I have some private servers on my premises, also I have distributed some of my workload on the public cloud, what is this architecture called?

  • Hybrid Cloud
  • Private Cloud
  • Public Cloud
  • Virtual Private Cloud 

 
I have some private servers on my premises, also I have distributed some of my workload on the public cloud, what is this architecture called?

EXPLANATION

This type of architecture would be a hybrid cloud. Why? Because we are using both, the public cloud, and your on premises servers i.e the private cloud. To make this hybrid architecture easy to use, wouldn’t it be better if your private and public cloud were all on the same
network(virtually). This is established by including your public cloud servers in a virtual private cloud, and connecting this virtual cloud with your on premise servers using a VPN(Virtual Private Network).

SOURCE

https://www.edureka.co/blog/interview-questions/top-aws-architect-interview-questions-2016/
Share:

Popular Posts