PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

what port must be opened on the firewalls so that the SSL LDAP traffic can pass through?

Gregory is a system administrator who oversees 15 Mac OS X servers for his company.
Three of his servers are at remote sites, but they still need to replicate and communicate with the
servers at the main office. Gregory wants to use SSL to protect the LDAP traffic between all
servers for security. For this to work properly, what port must be opened on the firewalls so that
the SSL LDAP traffic can pass through?

What category of disaster is best described as acts of terrorism, major thefts, sabotage, or labor disputes?

Organizations must assess the safety of their workplaces and consider the ability of a business to
continue despite risk impact. When assessing business continuity risks, the HR Professional must
consider several different types of disasters, their probability, and impact on an organization. What
category of disaster is best described as acts of terrorism, major thefts, sabotage, or labor
disputes?

What coould a developer using Apple’s Cocoa accomplish by using the following script?

What coould a developer using Apple’s Cocoa accomplish by using the following script?
NSURL *MyURL = [NSURL URLWithString:@”http://www.apple.com/”];
NSURL *urlContents = [myURL resourceDataUsingCache:YES];
if ([urlContents writeToFile:[@”~/Documents/applewebsite.html”
stringByExpandingTildeInPath]
atomically:YES])
{
// It was successful, do stuff here
} else {
// There was a problem writing the file
}


Page 232 of 555« First...102030...230231232233234...240250260...Last »