|
Question 1. Consider the following program code: @array - ( "Y", "W", "X"); @array = sort (@array); unshift(@array, "Z"); print($array[0]); What is the output of this code? A. W B. X C. Y D. Z Answer: D Question 2. Consider the following program code: $i – "15"; LOOP: for(; $i < 25; $i++) { if ($i % 2) { next LOOP; } print("$i "); } What is the result of executing this program code? A. The code will output the following: 15 2 4 6 8 10 12 14 16 18 20 22 24 B. The code will output the following: 15 17 19 21 23 25 C. The code will fail at line 2 because $i is not initialized. D. The code will output the following: 16 18 20 22 24 Answer: D Question 3. Which of the following choices demonstrates the correct syntax to pass the argument $arg2 to the subroutine get pass? A. get pass($arg2); B. call &get pass($arg2); C. sub &get pass($arg2); D. call get pass($arg2); Answer: A Question 4. Consider the following program code: @array - ("ALPHA", "beta", "GaMmA"); @array = sort (@array); print ("@array"); What is the output of this code? A. beta GaMmA ALPHA B. ALPHA GaMmA beta C. ALPHA beta GaMmA D. beta ALPHA GaMmA Answer: B Question 5. Consider the following package definition: package Convert; Which one of the following statements should immediately follow the given package definition to create a valid module? A. 1; B. use; C. sub; D. module Convert Answer: A Question 6. Consider the program code: $string - "BOBBY"; $string =~ s/^BO[^0][^0][^0]/ROBERT/; $string =~ s/^\w{2,}B(.*)/G$1RUDE/; $string =~ s/^[R|B]0(.*)/$1/; $string -~ s/^....$/JOHN/; print $string; A. The code will output the following: BOBBY B. The code will output the following: GERTRUDE C. The code will output the following: JOHN D. The code will output the following: ROBERT Answer: B Question 7. Which one of the following statements will add the symbol table for a package into the including package's symbol table? A. include Package; B. require Exporter; C. require Package; D. export Package; Answer: B Question 8. Consider the following code: %chars = ("a", "100", "b", "90", "c", "80"); Which one of the following choices will reverse the key/value pairing of the code? A. reverse(%chars); B. &chars = reverse(%chars); C. reverse(%chars) = &chars; D. invert/%chars); Answer: B Question 9. Consider the following command: per1 runme.pl arg1 arg2 arg3 Given this command issued on the command line, what is the value of @ARGV? A. arg1 B. runme.pl C. arg1 arg2 arg3 D. 2 Answer: C Question 10. The file handle INPUT is associated with the file represented by $file. Which statement will close the file handle INPUT? A. close (INPUT, $file); B. close INPUT; C. INPUT(close, $file); D. close(INPUT); Answer: D Question 11. Given the following statement: for ($count-0; $count < 5; $count++) {print $count "} What will be the output from the given statement? A. 1 2 3 4 5 B. 5 10 15 20 25 C. 1 2 3 4 D. 0 1 2 3 4 Answer: D Question 12. Consider the following program code: $var - 10; package Alpha; $var - 20; { package Beta; $var = 30; } package Gamma; $var = 40; { print $var; } What is the output of this code? A. 10 B. 20 C. 30 D. 40 Answer: D Question 13. Consider that a file named test.txt contains this line of text: One line of test text. What is the output of the following lines of code? $file = "test.txt"; open (OUT, "<$file") || (die "cannot open $file: $!"); seek(OUT, 15, 0); read(OUT, $buffer, 5); print $buffer . "\n"; print tell(OUT); A. t text 20 B. t tex 19 C. t text 19 D. t tex 20 Answer: D Question 14. Consider the following code: %hashA - ("alpha", "beta", "gamma", "albpa"); %hashA = reverse(%hashA); print $hashA{"alpha"}; What is the result of executing this code? A. The code outputs the following: alpha B. The code outputs the following: beta C. The code outputs the following: gamma D. The code fails at line 3. Answer: D Question 15. Consider the following command: perl1 runme.pl arg1 arg2 arg3 Given this command issued on the command line, what is the value of $#ARGV? A. 0 B. 1 C. 2 D. 3 Answer: C
|
Question 1. The owner of Import Retailers, Ltd intends purchasing 10 new client computers with Microsoft Windows XP Professional preinstalled for each new showroom. The owner wants to enroll these licenses in Software Assurance and wants to know by when he must enroll these licenses in Software Assurance. What would you reply? A. 15 days after purchase. B. 30 days after purchase. C. 90 days after purchase. D. 2 months after purchase. E. 6 months after purchase. Answer: C Question 2. You need to propose the best software-license acquisition model for Import Retailers, Ltd. What should you do? (Choose all that apply.) A. Propose that head office obtain all licenses for all offices and showrooms through an Open Business agreement. B. Propose that head office obtain all licenses for all offices and showrooms through an Original Equipment Manufacturer (OEM) channel. C. Propose that the showrooms in Melbourne and Auckland obtain their own hardware. D. Propose that the showrooms purchase their own hardware with Windows XP Professional preinstalled. E. Propose that the company enroll new licenses in Software Assurance. Answer: B, D Question 3. Import Retailers, Ltd needs a technology solution that will meet the company's expansion needs. What should Import Retailers, Ltd do? A. Install another Windows Server 2003 computer at head office. B. Install Windows Server 2003 on IR-SR01. C. Install Terminal Server on IR-SR01. D. Install Microsoft Office on all client computers and remove Terminal Server access. Answer: B Question 4. Which of the following Terminal Server licensing solutions should Import Retailers, Ltd use? A. Windows Server license, Windows Server client access licenses (CALs) and Terminal Server client access licenses (CALs). B. Windows Terminal Server license and Windows XP Professional license. C. Windows XP Professional license and Terminal Server External Connector. D. Windows Server client access licenses (CALs) and Terminal Server client access licenses (CALs). E. Windows Terminal Server External Connector and Windows Terminal Server license. Answer: A Question 5. Which of the following can Import Retailers, Ltd. use to manage its Microsoft software licenses? A. https://eopen.microsoft.com and a personal tracking system. B. https://licensing.microsoft.com. C. https://update.microsoft.com. D. https://www.microsoft.com/update and https://licensing.microsoft.com. Answer: A Explanation: https://eopen.microsoft.com can be used for Open Business purchases but a personal tracking system would be required for retail and OEM license purchases Question 6. You need to propose the best Terminal Server client access licensing (CAL) solution for Import Retailers, Ltd. What should you do? A. Propose that the company obtains a Terminal Server User Client Access License (CAL) for every user that must access Terminal Server. B. Propose that the company obtains a Terminal Server User Client Access License (CAL) for every user that uses Windows 2000 Professional or Windows XP Professional devices to access Terminal Server. C. Propose that the company obtains a Terminal Server Device Client Access License (CAL) for every device that is able to access Terminal Server. D. Propose that the company obtains a Terminal Server Device Client Access License (CAL) for every Windows 2000 Professional or Windows XP Professional devices that is used to access Terminal Server. Answer: C Question 7. You need to propose the best volume licensing solution for Import Retailers, Ltd. What should you propose? A. An Open Business agreement and Original Equipment Manufacturer (OEM) licensing. B. An Open Business and Open Volume agreement. C. A Select License agreement. D. An Open Value Companywide Option agreement. Answer: A Question 8. Which of the following business goals will be met by standardizing the client computers? A. Reducing the company's costs of software upgrades. B. Increasing the company's return on investment (ROI). C. Optimizing the cash flow and business expansion of the company. D. Minimizing the company's need for dedicated IT personnel. Answer: D Question 9. You need to propose the best solution to upgrade the Microsoft Office licenses that were obtained through Full Package Product (FPP) and Original Equipment Manufacturer (OEM) channels. What should you do? A. Propose that the company obtain version upgrades for the Full Package Product (FPP) licenses through a retail channel. B. Propose that the company obtain version upgrades for the Full Package Product (FPP) and Original Equipment Manufacturer (OEM) licenses through a retail channel. C. Propose that the company obtain a version upgrades for Microsoft Office through the Open Business agreement. D. Propose that the company obtain new Microsoft Office licenses through the Open Business agreement. Answer: D Topic 6, Stanford Finance, Scenario You work as a Microsoft licensing specialist at ITCertKeys.com. ITCertKeys.com has a customer named Stanford Finance. Company Background Stanford Finance is a small but growing company that specializes in securing loans for small businesses. The company is based in Houston and has 62 employees of which 12 are part-time employees. Existing Network The current network has a single Microsoft Small Business Server 4.5 server computer named SF-SR01 and a total of 56 Windows 98 client computers. Microsoft Office 97 Professional is installed on each client computer. Each full-time employee has their own client computer while the part-time employees share 6 client computers between them. A senior employee named Rory Allen serves works in the Human Resources (HR) department. Rory Allen's duties include managing the IT resources of the company. Current Licensing Solution Stanford Finance purchases all its software and software licenses from a local retailer in Houston. The company has a limited IT budget and has a server refresh cycle of five years. The current server refresh cycle is about to end. Business Goals Stanford Finance intends to establish a branch office in Dallas and will hire an additional 15 employees for the Dallas office. With the imminent establishment of the office, Stanford Finance needs to simplify the management of the company's client computers. With the current server refresh cycle ending, Stanford Finance needs to upgrade hardware and software on SF-SR01. The company also needs to purchase 15 new client computers for the Dallas office. The company has the IT budget to upgrade SF-SR01and purchase the client computers. Rory Allen has suggested the company standardize all client computers on the latest versions of Microsoft Windows and Microsoft Office. He also suggested the company remain current with the latest client software.
Copyright © 2004 CertsBraindumps.com Inc. All rights reserved.