PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What is the option you should take?

You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You have been instructed to create a new program for ABC.com. The program should be able to
affect integer values, which may be positive or negative and be greater than twelve characters.
You have to make sure that you are able to store this type of variable.
What is the option you should take?

Which of the following statements are TRUE with regards to these differences?

You work as a senior network technician at ABC.com. ABC.coms network is TCP/IP-based.
ABC.com has configured their network to support both IPv4 and IPv6. You are explaining the
differences between IPv4 and IPv6 to a class of ABC.coms trainee technicians.
Which of the following statements are TRUE with regards to these differences? (Choose all that
apply.)

What line of code should be inserted?

You are employed as a developer at ABC.com. You make use of C# and ASP.NET for
development purposes.
You have been instructed to create a new application that should include a recursive method that
computes the factorial of a number.
You have written the following code for the method:
01: public static int Factorial(int n)
02: {
03: if (n == 0)
04: {
05: return 1;
06: }
07: else
08: {

09:
10: }
11: }
You have to insert suitable code at line 09 to make sure that the proper outcome is reached.
What line of code should be inserted?

Which of the following is TRUE with regards to the DHCP Relay Agent?

You work as a network designer at ABC.com. ABC.coms network is TCP/IP-based.
You are designing a network that will have two subnets, named Subnet A and Subnet B,

connected to a router. To save cost, ABC.com wants you to make use of an existing router that
cannot be configured to support BOOTP.
Subnet A will host a DHCP server, while Subnet B will have a DHCP Relay Agent configured.
Which of the following is TRUE with regards to the DHCP Relay Agent? (Choose two.)