Certification Questions

Q:

You have a computer named Computer1 that runs Windows Vista and a computer named Computer2 that runs Windows 7. You plan to migrate all profiles and user files from Computer1 to Computer2.


You need to identify how much space is required to complete the migration.
What should you do?

A) On Computer1 run Loadstate c:\store /nocompress B) On Computer1 run Scanstate c:\store /nocompress /p
C) On Computer2 run Loadstate \\computer1\store /nocompress D) On Computer2 run Scanstate \\computer1\store /nocompress /p
 
Answer & Explanation Answer: B) On Computer1 run Scanstate c:\store /nocompress /p

Explanation:
Report Error

View Answer Report Error Discuss

8 4850
Q:

Iam looking to estimate the cost on a project, but I don't want to spend a lot of time on a  detailed analysis. I really want a ballpark figure. What options do I have?

A) None - Cost estimating requires details to be accurate B) Use the cost of similar projects
C) Use a rule-of-thumb or per-square-foot estimate D) Add up the costs on the WBS
 
Answer & Explanation Answer: B) Use the cost of similar projects

Explanation:

Although it is less accurate than adding up individual costs from the WBS, it is less time consuming. The trade-off is accuracy. Answer A is incorrect because to do a more accurate cost estimate, you need to delve into details. Answer C is tempting also, and possible, except we don't really know if the project in question can use perametric modeling . Answer D is incorrect because it takes the most time, but it is most accurate.

Report Error

View Answer Report Error Discuss

Filed Under: PMP Certification

0 4814
Q:

Which of the following protocols uses both TCP and UDP?

A) FTP B) SMTP
C) Telnet D) DNS
 
Answer & Explanation Answer: D) DNS

Explanation:

DNS uses TCP for zone exchanges between servers and UDP when a client is trying to resolve a hostname to an IP address.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

1 4791
Q:

A network administrator needs to configure a router with a distance-vector protocol that allows classless routing. Which of the following satisfies those requirements?

A) IGRP B) OSPF
C) RIPv1 D) EIGRP
 
Answer & Explanation Answer: D) EIGRP

Explanation:

In this question, we're calling EIGRP just plain old distance vector. EIGRP is an advanced distance-vector routing protocol, sometimes called a hybrid routing protocol because it uses the characteristics  of both distance-vector and link-state routing protocols.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 4789
Q:

You need to configure a router for a Frame Relay connection to a non-Cisco router. Which of the following commands will prepare the WAN interface of the router for this connection?

A) Router (config-if) #encapsulation frame-relay q933a B) Router (config - if) #encapsulation frame-relay ansi
C) Router (config - if) #encapsulation frame-relay ietf D) Router (config - if) #encapsulation frame-relay cisco
 
Answer & Explanation Answer: C) Router (config - if) #encapsulation frame-relay ietf

Explanation:

If you have a Cisco router on one side of a Frame Relay network and a non-Cisco router on the otherside, you would need to use the Frame Relay encapsulation type of IETF. The default is Cisco encapsulation, which means that a Cisco router must be on both sides of the Frame Relay PVC.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

1 4778
Q:

Which of the following DB2 data types CANNOT be used to contain the date an employee was hired?

A) CLOB B) TIME
C) VARCHAR D) TIMESTAMP
 
Answer & Explanation Answer: B) TIME

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: IBM Certification

11 4778
Q:

Convert 10100010111101011001110110001011 2 to dotted decimal.

Answer

Convert to dotted hexadecimal first, and then convert each hexadecimal number pair to decimal.

A2.F5.9D.8B then 162.245.157.139

Report Error

View answer Workspace Report Error Discuss

Subject: CCNP

14 4778
Q:

Which command will create a dynamic pool named Todd that will provide you with 30 global addresses?

A) ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.240 B) ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224
C) ip nat pool todd 171.16.10.65 171.16.10.94 net 255.255.255.224 D) ip nat pool Todd 171.16.10.1 171.16.10.254 net 255.255.255.0
 
Answer & Explanation Answer: B) ip nat pool Todd 171.16.10.65 171.16.10.94 net 255.255.255.224

Explanation:

The command ip nat pool name creates the pool that hosts can use to get onto the global internet. What makes option B correct is that the range 171.16.10.65 through 171.16.10.94 includes 30 hosts, but the mask has to match 30 hosts as well, and that mask is 255.255.255.224 . Option C is wrong because there is a lowercase t in the pool name. Pool name are case sensitive.

Report Error

View Answer Report Error Discuss

Filed Under: CCNA

0 4706