IT Questions and Answers :)

Thursday, September 3, 2020

On Microsoft Windows, how many workstations can an authenticated user join to the domain by default?

On Microsoft Windows, how many workstations can an authenticated user join to the domain by default?

  • Unlimited
  • 10
  • 1
  • None 
On Microsoft Windows, how many workstations can an authenticated user join to the domain by default?

 

EXPLANATION

By default, an authenticated user can add 10 workstations to the domain.
This default was implemented to prevent misuse, but can be overridden by an administrator by making a change to an object in Active Directory using ADSIedit.  https://support.microsoft.com/en-us/kb/243327
Share:

Monday, August 31, 2020

In Microsoft Dynamics AX - what is a BOM?

In Microsoft Dynamics AX - what is a BOM?

  • Building Off Memory
  • Bill Of Materials
  • Bill Of Manufacturing
  • Bob Of Murrays 
In Microsoft Dynamics AX - what is a BOM?

 EXPLANATION

The correct answer is Bill Of Materials (BOM)
BOMs) and formulas are a central part of the definition of products and product variants within Dynamics 365.

This clarifies what components are needed in order to make an item beginning to end when manufacturing a product end-to-end.

SOURCE

https://docs.microsoft.com/en-us/dynamics365/supply-chain/production-control/bill-of-material-bom
Share:

Friday, August 21, 2020

Which of the following is not a backup category ?

Which of the following is not a backup category ?

  • Image backup
  • Half system backup
  • All of the mentioned
  • Full system backup 

 
Which of the following is not a backup category ?

EXPLANATION

An image backup creates a complete copy of a volume

SOURCE

http://www.sanfoundry.com/cloud-computing-questions-answers-cloud-backup-solutions/
Share:

Tuesday, August 18, 2020

In Windows 7 or greater, how do you run an application as a different user without switching the account?

In Windows 7 or greater, how do you run an application as a different user without switching the account?

  • Shift+RightClick
  • CTRL+LeftClick
  • CTRL+R
  • SHIFT+R 

 EXPLANATION

Right-clicking on a file or folder brings up a context-sensitive menu, but sometimes that menu doesn't show all your options. Hold down the Shift key when you right-click to find hidden but useful commands like running an application as a different user.

SOURCE

https://lifehacker.com/5804483/open-hidden-menu-options-with-the-shift-and-right-click-shortcut
Share:

Monday, August 17, 2020

PowerShell is built on which of the following?

PowerShell is built on which of the following?

  • Java
  • Bash
  • .NET
  • C++ 


EXPLANATION

PowerShell is built on top of .NET, and is capable of accessing and utilizing its built-in functionality directly.

Like C++ and Java, PowerShell uses a C-like syntax.
PowerShell borrows many concepts from the *NIX shell "bash", but it is not based on it.

SOURCE

Share:

Friday, August 14, 2020

In a basic client program, which of the following UNIX system calls is used to create an endpoint for communication with a server program in C?

In a basic client program, which of the following UNIX system calls is used to create an endpoint for communication with a server program in C?

  • socket()
  • connect()
  • fork()
  • bind() 

 

EXPLANATION

int sockfd;
sockfd = socket(AF_INET, SOCK_STREAM, 0);

SOURCE

http://man7.org/linux/man-pages/man2/socket.2.html
Share:

Wednesday, August 12, 2020

If i wanted to find the Windows 10 Spotlight Lock Screen Pictures... Where would you find them?

If i wanted to find the Windows 10 Spotlight Lock Screen Pictures... Where would you find them?

  • C:\Users\[USERNAME]\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager\LocalState\Asset
  • C:\Windows\Web\Screen
  • C:\Windows\Web\Wallpaper
  • C:\ProgramData\Microsoft\Windows\SystemData 

EXPLANATION

C:\Users\[USERNAME]\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager\LocalState\Asset is the correct answer... given 100 characters to work with. Since the backgrounds are downloaded, stored and overwritten.. they are stored here.
C:\ProgramData\Microsoft\Windows\SystemData is where the lock screen can be changed or overwritten, given permission.
C:\Windows\Web\Screen is the location of the windows prelogin screen background.
And C:\Windows\Web\Wallpaper is where default windows 7 wallpapers for your desktop are saved.

SOURCE

https://www.laptopmag.com/articles/find-windows-10-lock-screen-pictures
Share:

Popular Posts