Certification Questions

Q:

Which tool should you use to authorize a RIS server in Active Directory?

A) The DHCP administrative tool B) The DNS administrative tool
C) Active Directory Users and Computers D) Active Directory Sites and Services
 
Answer & Explanation Answer: A) The DHCP administrative tool

Explanation:

You must use the DHCP administrative tool to authorize a RIS server in Active Directory.

Report Error

View Answer Report Error Discuss

0 2019
Q:

How can you redirect print jobs to a different print device?

A) Copy the print jobs from one printer to another printer B) Assign the printer to a port that is connected to a different type of print device.
C) Cancel all of the print jobs, then delete the printer. Create a new printer with the same name, and assign it to a different port. D) Assign the printer to a port that is connected to another identical print device.
 
Answer & Explanation Answer: D) Assign the printer to a port that is connected to another identical print device.

Explanation:

You need to assign the printer to a different port that is connected to the same type of print device.

Report Error

View Answer Report Error Discuss

0 2013
Q:

At which point can goods issue be posted if qualitiy inspection is configured with Sales&Distribuiton?

A. Upon acceptance of the inspection lot.

B. Upon completing the delivery.

C. Upon creating the transfer order.

D. Upon confirming the picking quantities.

Answer

Answer : A

Report Error

View answer Workspace Report Error Discuss

Subject: SAP SD

0 2013
Q:

You are setting up a computer for students to use to practice exercises for their certification exams. You want to configure the computer so that users can boot into both Windows 98 and Windows 2000 Professional. You want to ensure that students can access all drive resources from either operating system. What should you do?

A) Create a single FAT32 partition. B) Create a single NTFS volume.
C) Configure one NTFS volume, and one extended FAT32 partition. D) Configure a dynamic volume.
 
Answer & Explanation Answer: A) Create a single FAT32 partition.

Explanation:
Report Error

View Answer Report Error Discuss

0 2011
Q:

You ASP.NET application manages order entry data by using a DataSet object named EXorderEntry. The EXorderEntry object includes two DataTable objects named orderNames and OrderDetails. A ForeignKeyConstraint object named orderDetailsKey is defined between the two DataTable objects.


You attempt to delete a row in orderNames while there are related rows in OrderDetails, and an exception is generated.What is the most likely cause of the problem?

A) The current value of OrderDetails.KeyDeleteRule is Rule.Cascade. B) The current value of OrderDetails.KeyDeleteRule is Rule.SetNull.
C) The current value of OrderDetails.KeyDeleteRule is Rule.SetDefault. D) The current value of OrderDetails.KeyDeleteRule is Rule.None.
 
Answer & Explanation Answer: D) The current value of OrderDetails.KeyDeleteRule is Rule.None.

Explanation:

The rule enumeration indicates the action that occurs when a ForeignKeyConstraint is enforced.None specifies that no action will occur, but exceptions are generated. This is what has occurred in this scenario.

 

Incorrect Answers:

 

A: Cascade specifies that all rows containing that value are also deleted.

B: SetNull specifies that values in all child columns are set to null values.

C: SetDefault specifies that all child columns be set to the default value for the column.

Report Error

View Answer Report Error Discuss

0 2005
Q:

Differentiate a MAC address and an IP address and describe how and when each address type is used in a network?

Answer

A MAC address is a hexadecimal number identifying the physical connection of a host. MAC addresses are said to operate on layer 2 of the OSI model. IP addresses, which can be expressed in binary or decimal format, are logical identifiers that are said to be on layer 3 of the OSI model. Hosts on the same physical segment locate one another with MAC addresses, while IP addresses are used when they reside on different LAN segments or subnets. Even when the hosts are in different subnets , a destination IP address will be converted to a MAC address when the packet reaches the destination network via routing.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

1 2004
Q:

[CO-OM-CCA] When a cost center is created, certain basic data must be entered. Which of the following are needed when creating a cost center.

A. Assignment to company code          B. Validity period

C. Assignment to cost element            D. Selection of activity unit

E. Cost center category

Answer

Answer : A , B , E

Report Error

View answer Workspace Report Error Discuss

Subject: SAP CO

0 2004
Q:

What is the purpose of SQL Profiler in SQL server?

Answer

SQL profiler is a tool to monitor performance of various stored procedures. It is used to debug the queries and procedures. Based on performance, it identifies the slow executing queries. Capture any problems by capturing the events on production environment so that they can be solved.

Report Error

View answer Workspace Report Error Discuss

1 2004