PrepAway - Latest Free Exam Questions & Answers

Author: admin

What code would you use to complete your task?

Domain.com has been contracted by the local hospital to create an application that forwards private
patient information to various insurance providers.
The patient information is sent via a secured VPN to ensure confidentiality.
You also need to guarantee data integrity, and verify that the patient data originated from the local hospital.
To achieve this objective, you elect to utilize asymmetric encryption and a digital signature technology.
What code would you use to complete your task?

Which code segment should you use?

You are developing a method to decrypt data that was encrypted with the TripleDESAlgorithm. <
The method accepts the following parameters:
The byte array to be decrypted, which is named cipherMessage The key, which is named key
An initialization vector, which is named iv
You need to decrypt the message by using the TripleDES class and place the result in a string.
Which code segment should you use?

What is the right output?

Domain.com wants you to develop an application that handles passes for Domain.com’s parking lot.
The application has to store and retrieve vehicle information in a contiguous list that allows for advanced navigation techniques.
You have already written and executed the following code:
Vehicle v1, v2, v3, v4, v5;
v1 = new Vehicle (“1M2567871Y91234574”, “Nissan Silvia”, 1996);
v2 = new Vehicle (“1H2569122493456960”, “Honda Civic”, 1999);
v3 = new Vehicle (“1F2569106891234589”, “Mitsubishi Lancer”, 2001);
v4 = new Vehicle (“1F7969122491234589”, “Mazda MX7”, 1998);
v5 = new Vehicle (“1T2569122493456123”, “Toyota Supra”, 2000);
A = Nissan, Honda, Mitsubishi, Mazda, Toyota
B = Nissan, Mazda, Mitsubishi, Honda, Toyota
C = Nissan, Mazda, Mitsubishi, Toyota, Honda
D = Nissan, Mitsubishi, Mazda, Honda, Toyota
What is the right output?

Which code segment should you use?

You write the following code segment to call a function from the Win32 Application Programming Interface (API) by using platform invoke.
string personName = “N?el”;
string msg = “welcome ” + personName + “to club”!;
bool rc = User32API.MessageBox(0, msg, personName, 0); You need to define a method prototype that can best marshal the string data.
Which code segment should you use?

What should you do?

You are developing an application that makes use of a Queue class object named MyQueue.
This Queue class object will be used to store messages sent by the user during application run time.
You would like to access the message at the beginning of the queue, prior to processing the user messages, without removing it.
What should you do?


Page 914 of 1,478« First...102030...912913914915916...920930940...Last »