Certification Questions

Q:

You have a computer that runs Windows 7.
You need to confirm that all device drivers installed on the computer are digitally signed. What should you do?

A) At a command prompt, run Verify. B) At a command prompt, run Sigverif.exe.
C) From Device Manager, click Scan for hardware changes. D) From Device Manager, select the Devices by connection view.
 
Answer & Explanation Answer: B) At a command prompt, run Sigverif.exe.

Explanation:
Report Error

View Answer Report Error Discuss

11 5501
Q:

What multicast addresses does EIGRPv6 use?

A) FF02::A B) FF02::9
C) FF02::5 D) FF02::6
 
Answer & Explanation Answer: A) FF02::A

Explanation:

EIGRPv6's multicast address stayed very near the same. In IPv4 it was 224.0.0.10; now it is FF02::A (A = 10 in decimal notation)

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 5500
Q:

What is meant by same layer interaction

A) That a packet is forwarded to a different host that resides in the same layer of the Cisco three layer hierarchical model. B) That an interaction occurs within a single layer of a networking model and that no other layers or devices take any part in the interaction.
C) An interaction that progresses up or down only one level of a networking model. D) That two computers use a protocol defined at the same layer of a networking model to communicate with each other.
 
Answer & Explanation Answer: D) That two computers use a protocol defined at the same layer of a networking model to communicate with each other.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: CCENT

0 5476
Q:

The payback period can become an important issue when a large scope project is developed over several years. Maureen has been assigned the responsibility of calculating the payback period for her project that is to be completede in 3 years. The internal rate of return(IRR) is 7% and the annual savings will be $800,000 per year. The total cost is $4,000,000 and the rate of return during this time period is 3%. What is the payback period of Maureen's project?

A) 3 years B) 4 years
C) 5 years D) 13.3 years
 
Answer & Explanation Answer: C) 5 years

Explanation:

The payback period is how long it takes to recoup your investment. In this example, the cost was $4,000,000 and the savings was $800,000 per year. $4,000,000/$800,000 = 5. Therefore, Answer A, B and D are incorrect.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 5473
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 5455
Q:

When a router is connected to a Frame Relay WAN link using a serial DTE interface, how is the clock rate determined?

A) Supplied by the CSU/DSU B) By the far end router
C) By the clock rate command D) By the Physical layer bits stream timing
 
Answer & Explanation Answer: A) Supplied by the CSU/DSU

Explanation:

Clocking on a serial interface is always provided by the CSU/DSU (DCE device). However, if you do not have a CSU/DSU in your non-production test environment, then you need to supply clocking with the clock rate command on the serial interface of the router with the DCE cable attached.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 5448
Q:

On a systems development project, Richard needs two programmers. He knows John and Smith were able to create a program in 40 days similar to the one he wants to create on his project. He decides to use 40 days as his estimate. This is an example of what type of estimating?

A) Parametric modeling B) Analogous
C) Rule of thumb D) Fixed Rate
 
Answer & Explanation Answer: B) Analogous

Explanation:

Richard is using an estimate based on a project very similar to to his own with staff he will be using.  Answer A is incorrect because perametric modeling involves using a mathematical model to predict costs, such as dollars per line of code. Answer C is incorrect, although close; if the development project is a common item, such as putting down new flooring, a rule -of-thumb measurement can be used, although it is less accurate. Answer D is incorrect because it is not a form of estimating, but a type of pricing.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 5426
Q:

For which functions can you use MIGO?

A. Display a material document

B. Display a purchase order

C. Enter a goods receipt with reference

D. Enter a transfer posting without reference

Answer

Answer : A , C, D


 


Explanation: With the MIGO transaction, you can enter goods  movements (recei pts/issues and transfer postings) with and without reference to reference documents. You can also display and cancel  material documen ts (material documents cannot be deleted as they are used for the documentation of goods movements). You cannot process or
display purchase orders and reservations directly with  transaction MIGO ; it is only possible to display material documents.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP MM

4 5315