IT資格を学ぶ、killtestブログ

killtestブログは世界最も最新のITテスト問題集を提供いたします!

Citrix CCIA 1Y0-222

2010-07-03 11:19:39 | 日記
Citrix CCIA 1Y0-222

1.Which of the following statements is true?
A.When an access center has multiple MetaFrame XP farms configured, each application will have the
farm name appended to it.
B.When an access center has multiple MetaFrame XP farms configured, each farm can have an
application published with the same display name.
C.When an access center has multiple MetaFrame XP farms configured, File Type Association must be
defined for published applications from the access center properties.
D.When an access center has multiple MetaFrame XP farms configured, each farm must have unique
published applications. Multiple instances of a published application are not allowed.
Correct:B

2.In an organization, all users currently access the MetaFrame XP server from the address of
192.168.10.10 from the internal network. They are implementing the Web Interface for MetaFrame
XP external users and have placed the web server in the DMZ. Clients that are external will need to
use the alternate IP address when connecting to the MetaFrame XP server. What is required on the
MetaFrame XP server to return the alternate address of 210.0.0.4 when clients connect through the
Web Interface for MetaFrame XP?
A.ALTADDR /SET 210.0.0.4
B.ALTADDR /SET 192.168.10.10
C.ALTADDR /SET 210.0.0.4 :1494
D.ALTADDR /SET 192.168.10.10 :1494
Correct:A

3.You have published Adobe Acrobat on two servers, Server1 and Server2. You want to attach an
existing load evaluator to the application. After logging into the Management Console for
MetaFrame XP, what should your next step be?
A.select the Servers node
B.select the Load Evaluators node
C.expand the Servers node and select Server1
D.expand the Application node and select Acrobat
Correct:D

4.What is ICA Browsing?
A.A service that is used to determine how many users are logged into the server farm.
B.A process in which an ICA Client transmits data to located MetaFrame Servers on the network.
C.A network extension of Component Object Model (COM), which enables interprocess communication
across a network.
D.A messaging infrastructure and a development tool for creating distributed, loosely-coupled, messaging
applications for the MetaFrame server farm.
E.A communication link between ICA Client and MetaFrame servers that ICA Client establishes to run
applications.
Correct:B

5.When attempting to run QUERYDC, you receive an error message indicating that the command
is not recognized. What can you do to resolve this issue?
A.reconfigure the data store correctly
B.ensure that you are a Citrix administrator
C.logon to the server as the local administrator
D.copy the utility from the server CD to the MetaFrame XP server
Correct:D

6.Which function can be accomplished within the Management Console for MetaFrame XP?
A.set the number of idle sessions
B.enable LAN adapters for ICA traffic
C.install Installation Manager Packages
D.create Installation Manager Packages
E.only allow connections to published applications
Correct:C

7.If Installation Manager is to be used to deploy applications to every server in the server farm,
what must be installed on each MetaFrame XP server?
A.Installer
B.Packager
C.Management Console for MetaFrame XP
D.Installation Manager Plug-In
Correct:A

8.Which of the following circumstances calls for the installation of the pass-through ICA Win32
Program Neighborhood Client?
A.if one wishes to set up an ICA Client download Web site on a Windows-based Web server
B.if one wishes to ensure that all Clients access the farm using the same ICA Client name
C.if one wishes to give users who run other ICA Clients access to the features of Program Neighborhood
D.if one wishes to give the user the ability to programmatically control the appearance and behavior of the
ICA Win32 Client
Correct:C

9.You are a new administrator of a Citrix server farm. You have installed ten applications for
explicit user access. Users are complaining that one application does not work correctly when
choosing the CTRL - F2 sequence within the application. You should instruct the users to _____.
A.update the ICA client and retest
B.edit the Hotkeys tab in the ICA client
C.run the application in a seamless window
D.change the MetaFrame XP server keyboard mapping file
Correct:B

10.What are the two types of applications to which ICA clients can connect?
A.published videos
B.server applications
C.seamless applications
D.published applications
Correct:B D

Lpi LPIC Level2 117-201

2010-07-03 10:06:22 | 日記
Lpi LPIC Level2 117-201

1. Which bash option will prevent your from overwriting a file with a > ?
A. set o safe
B. set o noglob
C. set o noclobber
D. set o append
E. set o nooverwrite
Answer: C

2. The system utility that automatically creates new log files and moves old ones is called what?
A. newlog
B. mvlog
C. rotatelog
D. lgrotate
Answer: D

3. Which one of the following lines from /etc/X11/xorg.conf indicates that fonts can be found on a font
server?
A. FontPath =server
B. Fonts unix/:7100
C. FontPath unix/:7100
D. Fonts =server
F. Fontserver= servername
Answer: C

4. You have just set up the X Display Manager as your default display manager. What file should you edit
to change the default background for it?Select the best response
A. /etc/X11/xdm/Xsetup
B. /etc/X11/prefdm
C. /etc/X11/xorg.conf
D. /etc/X11/xdm.conf
Answer: A

5. Which two statments about crontab are true?
A. Every user may have their own crontab
B. Changing a crontab requires a reload/restart of the cron daemon
C. The cron daemon reloads crontab files automaticlly when necessary
D. hourly is the same as 0****
E.A cron daemon must run for each existing crontab
Answer: AC

6. Which of the following find commands will print out a list of suid root files in /usr?
A. find /usr uid 0 perm +4000
B. find usr root + mode + s /usr
C. find type suid username root d /usr
D. find /usr Is \*s\* -u root
E. find /usr suid perm + 4000
Answer: A

7. To test a shell script called myscript,the environment variable FOOBAR must be removed temporarily.
How can this be done? Select the best respose
A. unset v FOOBAR
B. set a FOOBAR =
C. env u FOOBAR mycript
D. env i FOOBAR myscript
Answer: C

8. In the following command and its output?
Echo $$
12942
What is 12942?
Select the best respose
A. the process ID of the echo command
B. the process ID of the current shell
C. the process ID of the last command executed
D. the process ID of the latest backgrounded command
Answer: B

9. Which command will set the local machine s timezont to UTC?
A. cat UTC > /etc/timezone
B. In s /usr/share/zoneinfo/UTC /etc/localtime
C. date timezone =UTC
D. mv /usr/timezone/UTC /etc
Answer:B

10. Which file, when using sendmail or a similar MTA system, will allow a user to redirect all their mail to
another address and is confiurable by the user themselves?
A. /etc/alias
B. /etc/mail/forwarders
C. ~/.aliass
D. ~/.forward
Answer: D