Certification Questions

Q:

Which indicator must be set in the purchase order item so that the GR/IR clearing account is not posted to during invoice entry?

A. Goods receipt indicator: not set or GR non-valuated indicator:set

B. Goods receipt indicator: set or GR non-valuated indicator: not set

C. Goods receipt indicator: set or GR non-valuated indicator: set

D. Goods receipt indicator: not set or GR non-valuated indicator: not set

Answer

Answer : C ,D

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM

4 6208
Q:

You have a Class B network and need 29 subnets. What is your mask?

Answer

A default Class B is 255.255.0.0. A Class B 255.255.255.0 mask is 256 subnets, each with 254 hosts. We need fewer subnets. If we used 255.255.240. 0, this provides 16 subnets. Let's add one more subnet bit. 255.255.248.0. This is 5 bits of subnetting, which provides 32 subnets. This is our best answer A/21

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

7 6183
Q:

What type of RJ45 UTP cable do you use to connect a PC's COM port to a router or switch console port?

A) Straight - through B) Crossover cable
C) Crossover with a CSU/DSU D) Rolled
 
Answer & Explanation Answer: D) Rolled

Explanation:

To connect to a router or switch console port, you would use an RJ45 UTP rolled cable.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

2 6173
Q:

All hosts in the networks have been operational for several hours when the DHCP server goes down. What happens to the hosts that have obtained service from the DHCP server?

A. The hosts will not be able to communicate with any other hosts.
B. The hosts will continue to communicate normally for a period of time.
C. The hosts will be able to communicate with hosts outsides their own network
D. The hosts will only be able to communicate with other hosts by IP address not by host name

Answer

Answer : B


 


Explanation : Dynamic Host configuration Protocol – DHCP – assigns an IP address to a client for a limited period of time, this address is then saved in a database. When the DHCP Server goes down, that client can still use the allocated IP address for a limited period of time.

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

0 6131
Q:

What is the output after compile and run the following code ?

int Output = 10;
boolean b = false;
if((b == true) && ((Output += 10) == 20))
{
System.out.println("We are equal " + Output);
}
else
{
System.out.println("Not equal! " + Output);
}

A) Compilation and output of "We are equal 10" B) Compilation and output of "Not equal! 10"
C) Compilation error, attempting to perform binary comparison on logical data type D) Compilation and output of "Not equal! 20"
 
Answer & Explanation Answer: B) Compilation and output of "Not equal! 10"

Explanation:

The output will be "Not equal! 10". Please note that && is logical AND operator. If first operand before (&&) is false then the other operand will not be evaluated. This illustrates that the Output +=10 calculation was never performed because processing stopped after the first operand was evaluated to be false. If you change the value of b1 to true, processing occurs as you would expect and the output would be "We are equal 20".

Report Error

View Answer Report Error Discuss

Filed Under: Oracle Certification
Job Role: Analyst

6 6083
Q:

Which organizational levels play a role in the maintenance of vendor master data?

A. Company Code

B. Purchasing organization

C. Plant

D. Client

Answer

Answer: A ,B , C, D


 


Explanation: In the vendor master record, a distinction is made between data that is valid client-wide and data that is specific to company codes and purchasing organizations. In addition, you have the option of entering data at the plant and vendor subrange levels.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM

5 6040
Q:

Which layer chooses and determines the availability of communicating partners along with the resources necessary to make the connection, coordinates partnering applications, and forms a consensus on procedures for controlling data integrity and error recovery?

Answer

The application layer is responsible for finding the network resources broadcast from a server and adding flow control and error control (if the application developer chooses)

Report Error

View answer Workspace Report Error Discuss

Subject: CCNA

1 6022
Q:

The standard delivery clients in a R/3 system are

A. client 000 and 001

B. client 001, 000 , training client 999

C. client 000, 001 and 002

D. client 001, 000,002 and training client 999

Answer

Answer : A

Report Error

View answer Workspace Report Error Discuss

Subject: SAP FI

10 5926