-
Par passforsure dans Accueil le 29 Août 2009 à 04:381.In order to capture a user??s birth date, you define a composite control. The
following class declaration is used by you:
public class DataOfBoth composite control(
)
You must make sure that templates are supported by the Web control. Which code
segments should be used? (choose more than one)
To answer, move the appropriate code segments from the list of code segments to the
answer area.
Drag and drop question. Drag the items to the proper locations.
Correct Answers: 70-284 70-454 1Y0-A08
2.You are employed as an application developer in a company which is named Cer-tech.
You have a working knowledge of Visual Studio 2005 and a sound knowledge of the new
features of ASP.NET 2.0. Now you are in charge of the company network and provide
technical support for your company. The Cer-tech.com network consists of a single
Active Directory domain named Cer-tech.com. To meet the business needs, a Web site is
created, which has many predefined roles and associated users to keep security. In
order to administer these roles and user accounts, what action should you perform?
A: You should use the Web Site Administration Tool.
B: You should use the Code Access Administration tool.
C: You should use the Microsoft .NET Framework Configuration tool.
D: You should use the Code Access Security Policy tool.
E: You should use the ASP.NET IIS Registration tool.
Correct Answers: A
3.You work as a Web developer at Cer-tech.com. Cer-tech.com uses the Microsoft Visual
Studio .NET 2005 as their application development platform. The Cer-tech.com network
contains a Web server named Server03. Server03 hosts the Cer-tech.com intranet that
consists of several Web sites. You are in the process of redesigning the Web sites to
make their pages and controls consistent in design. You want to implement the style
changes to all the Web sites on Server03 without having to edit the individual pages
on every Web site. What should you do? (Choose all that apply.)
A:You need to assign a theme by setting the <%@ Page Theme="..." %> directive to the
name of the application theme.
B:You need to assign a theme by specifying the <pages theme="..." /> section in the
Web.config file.
C:You need to place a theme in the App_Themes directory. This should be done under the
application root directory.
D:You need to place a theme under an ASP.NETClientFiles folder under the ASP.NET
installation directory.
Correct Answers: B, C 70-290 BI0-132 1y0-a06
4.You work as a Web application developer at Cer-tech.com. Cer-tech.com uses Microsoft
Visual Studio .NET 2005 as its Web application development platform. Rory Allen is the
lead Web application developer at Cer-tech.com. You are a member of Rory Allen's team.
You develop a Web Form with a number of UI elements on it. After reviewing your code,
Rory Allen suggests that certain UI elements that do not require server-side
processing should be grouped into user controls. This will also allow you to
programmatically add or remove the UI elements from the page.
You need to create a Web control to group the UI elements that do not require server-
side processing but you want to retain the UI elements' style properties.
What should you do? (Choose all that apply)
A:You need to group the UI elements using System.Web.UI.WebControls.Literal.
B:You need to group the UI elements using System.Web.UI.TemplateControl.
C:You need to group the UI elements using System.Web.UI.HtmlControls.HtmlControl.
D:You need to group the UI elements using System.Web.UI.LiteralControl.
Correct Answers: D
5.You work as a Microsoft ASP.NET developer at Cer-tech.com. Cer-tech.com uses the
Microsoft Visual Studio .NET 2005 as their application development platform. You use a
Microsoft Windows XP Professional client computer named Computer01 as your development
computer. Internet Information Services (IIS) is installed on Computer01. You have
developed a custom control named ProductsGrid and a custom control named DropDownGrid
that will be used in the redevelopment of Cer-tech.com's e-Commerce Web application.
Both customs control are contained in an assembly named controls.dll. You need to add
the two custom controls to the Visual Studio toolbox. However, when you attempt to add
the custom controls to the Visual Studio toolbox, you can select the assembly that
contains in the Choose Toolbox Item dialog box, only the DropDownGrid control appears
in the select list. You need to add an attribute to the ProductsGrid control's class
definition to that it is listed in the Choose Toolbox Item dialog box. What code
segment should you use?
A: <ToolboxBitmap(GetType(ProductsGrid))>
B: <ToolboxItem(true)>
C: <ToolboxItemFilter("")>
D: <ToolboxData("<{0}:ProductsGrid></{0}:ProductsGrid>")>
Correct Answers: B 1y0-a09 310-202 xk0-002
6.You are employed as an application developer in a company which is named Cer-tech.
You have a working knowledge of Visual Studio 2005 and a sound knowledge of the new
features of ASP.NET 2.0. Now you are in charge of the company network and provide
technical support for your company. The Cer-tech.com network consists of a single
Active Directory domain named Cer-tech.com. For a Web application, a control named
ContosoUI is created by you. Now the control should be added to the toolbox of
Microsoft Visual Studio .NET. What should you do to achieve this? (choose more than
one)
A:The ContosoUI control should be created as a Web user control.
B:The ContosoUI control should be created as a Web Control Library.
C:You should browse to and choose ContosoUI.dll within the Visual Studio .NET toolbox.
D:You should browse to and choose ContosoUI.ascx within the Visual Studio .NET
toolbox.
Correct Answers: B, C
7.You are employed as an application developer in a company which is named Cer-tech.
You have a working knowledge of Visual Studio 2005 and a sound knowledge of the new
features of ASP.NET 2.0. Now you are in charge of the company network and provide
technical support for your company. The Cer-tech.com network consists of a single
Active Directory domain named Cer-tech.com. You create a Web application which
displays data by using a GridView control. Tables are dragged and dropped from the
Data Connections tree in Server Explorer to build the Web Forms for your Web
application. Now the Add Connection dialog box should be used to add a connection to
your data. The exhibit below shows the Add Connection dialog box. (Click the Exhibit
button.)
7.You use the .NET Data Provider to create the data source objects. Now you are asked
to configure that .NET Data Provide when you add the connection to your data.
What action should you perform to achieve this goal?
A: After clicking the Advanced button, you should change the Data Source property to
the target provider.
B: After clicking the connection and the Properties, you should change the Application
Name property to the target provider.
C: After clicking the Change button, you should change the data provider for the
selected data source.
D: After right-clicking the connection and clicking Properties, you should modify the
Provider property of the data connection.
E: After clicking the Advanced button, you should change the Application Name property
to the target provider.
Correct Answers: C
8.You work as a Web application developer at Cer-tech.com. Cer-tech.com uses Microsoft
Visual Studio .NET 2005 as its Web application development platform. Rory Allen is the
lead Web application developer at Cer-tech.com. You are a member of Rory Allen's team.
You develop a Web Form with a number of UI elements on it. After reviewing your code,
Rory Allen suggests that certain UI elements that do not require server-side
processing should be grouped into user controls. This will also allow you to
programmatically add or remove the UI elements from the page.
You need to create a Web control to group the UI elements that do not require server-
side processing but you want to retain the UI elements' style properties.
What should you do? (Choose all that apply)
A: You need to group the UI elements using System.Web.UI.WebControls.Literal.
B: You need to group the UI elements using System.Web.UI.TemplateControl.
C: You need to group the UI elements using System.Web.UI.HtmlControls.HtmlControl.
D: You need to group the UI elements using System.Web.UI.LiteralControl.
Correct Answers: D
9.You work as a Microsoft ASP.NET developer at Cer-tech.com. Cer-tech.com uses the
Microsoft Visual Studio .NET 2005 as their application development platform. You use a
Microsoft Windows XP Professional client computer named Computer01 as your development
computer. Internet Information Services (IIS) is installed on Computer01. You have
been instructed to develop a Web application that will support mobile devices. You
need to create a project for the Web application in Visual Studio .NET 2005. You must
be able to test and debug the Web application by using Microsoft Device Emulator 1.0.
What should you do?
A: Create an ASP.NET Web Site project and choose File System as the location for the
project.
B: Create an ASP.NET Web Site project and choose HTTP as the location for the project.
C: Create a Smart Device Application project and add mobile ASP.NET pages to the
project.
D: Create a Smart Device Console Application project and add mobile ASP.NET pages to
the project.
Correct Answers: A
10.You are employed as an application developer in a company which is named Cer-tech.
You have a working knowledge of Visual Studio 2005 and a sound knowledge of the new
features of ASP.NET 2.0. Now you are in charge of the company network and provide
technical support for your company. The Cer-tech.com network consists of a single
Active Directory domain named Cer-tech.com. To meet the business needs, a Web site is
created by you. This Web site stores users' active themes in user profile objects.
When the user logs on to the Web site, you have to apply their preferred themes. What
action should you perform?
A: In the PreLoad event handler, The Theme property of the Page object based on the
user profile.
B: The Theme property of the Page object has to be set based on the user profile in
the OnLoad event handler.
C: The Theme property of the Page object has to be set based on the user profile in
the PreInit event handler.
D: The Theme property of the Page object has to be set based on the user profile in
the InitComplete event handler.
Correct Answers: C
3 commentaires
-
Par passforsure dans Accueil le 25 Août 2009 à 09:321.Look at the picture.
You are the administrator of a Windows Server 2003 Service Pack 2 (SP2) computer named Server1. The LAN
connection TCP/IP properties on Server1 are configured to use a static IP address. An administrator
reports that Server1 is receiving incorrect results to a query for server2.fourthcoffee.com. You log on
to Server1 and run the ipconfig /flushdns command. You receive the following error message. You need to
start the appropriate service or services to ensure that Server1 can correctly resolve name resolution
queries.
You want to achieve this goal by using the minimum amount of administrative effort. Which service or
services should you start? To answer, select the appropriate service or services in the work area.
Hotspot question. Click on the correct location or locations in the exhibit.
Correct Answers: BI0-132 1y0-a06 1y0-a09
2.You work as the network administrator at Hi-Tech.com. The Hi-Tech.com network consists of a single
Active Directory domain named Hi-Tech.com. The Hi-Tech.com domain contains 10 Windows Server 2003 Service
Pack 2 (SP2) computers.
The domain controllers are configured as DNS servers, and each DNS server hosts an Active Directory-
integrated forward lookup zone named Hi-Tech.com. These DNS servers also host a reverse lookup zone named
192.168.1.x Subnet.
The properties of a scope that is configured for the Hi-Tech.com DHCP server is listed below:
1. An IP address range from 192.168.1.1 - 192.168.1.254
2. A subnet mask of 255.255.255.0
3. An exclusion range from 192.168.1.1 - 192.168.1.55
4. Scope options that include the assignment of a DNS server and a WINS server.
The existing servers are assigned static IP addresses within the 192.168.1.1 - 192.168.1.10 range.
You assign a static IP address to a new UNIX server named SERVER01.
You have received instruction from the CIO to create a new host (A) resource record for SERVER01. The
solution you choose must guarantee that the DNS servers will respond to reverse lookup queries against
the IP address for SERVER01, as well as maximize the security and availability of the A record for
SERVER03.
To accomplish this objective, drag the correct IP address to the appropriate space in the dialog box.
Drag and drop question. Drag the items to the proper locations.
Correct Answers:
3.You work as the network administrator at Hi-Tech.com. The Hi-Tech.com network consists of a single
Active Directory domain named Hi-Tech.com. All servers on the Hi-Tech.com network run Windows Server 2003
Service Pack 2 (SP2) and all client computers run Windows XP Professional. The Hi-Tech.com network
contains 1,500 client computers and a member server named SERVER35.
You install the DHCP server service on SERVER35. You want all client computers on the Hi-Tech.com network
to receive their IP addresses from SERVER35. You have also received instruction to place all the client
computers in the same subnet. You need to reserve 100 addresses for servers and printers that will not
receive their IP addresses from DHCP. In addition, you need to allow for future growth by configuring the
scope to host at least 3,800 client computers.
How should you configure the DHCP scope?
To answer, configure the appropriate option or options in the dialog box, and drag the appropriate IP
address or addresses and the appropriate subnet mask to the correct locations in the dialog box. (Not all
portions of the dialog box are active)
Drag and drop question. Drag the items to the proper locations.
Correct Answers: 310-202 xk0-002 1Y0-A05
4.Your company has two offices. Each office is configured as a separate subnet. The network contains a
single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). All client
computers run Windows XP Professional Service Pack 3 (SP3). Users report that they are unable to resolve
host names on the Internet. You verify that users can access all servers on both subnets. You need to
ensure that users can resolve names on the Internet. The solution must ensure that users can access
resources on the internal network. What should you configure?
A: all client computers to use the IP address of a DNS server on the Internet as the primary DNS server
B: all client computers to use the IP address of a DNS server on the Internet as the secondary DNS server
C: the internal DNS servers to use a forwarder
D: the internal DNS servers to use round robin
Correct Answers: C
5.Your network consists of a single Active Directory domain. You implement a new subnet. On the new
subnet, you install a new DHCP server that runs Windows Server 2003 Service Pack 2 (SP2). You create a
scope for the 192.168.10.0/24 network ID. You connect a new client computer named Client1 to the subnet.
Client1 runs Windows XP Professional Service Pack 3 (SP3). You discover that Client1 has an IP address of
169.254.10.22 and is configured to receive IP configurations automatically. You need to ensure that
Client1 receives an IP configuration from Server1. What should you do?
A: Activate the DHCP scope.
B: Create a reservation for Client1.
C: Enable BOOTP forwarding on the router.
D: Configure a DHCP Relay Agent on the subnet.
Correct Answers: A
6.Your network consists of a single Active Directory domain named nwtraders.com. All network servers run
Windows Server 2003 Service Pack 2 (SP2).
The relevant IP configuration for the network is configured as shown in the following table.
DC1 contains an Active Directory-integrated zone for nwtraders.com.
From Server2, you run the Ping 172.26.26.11 command and receive a request timed out error message. From
Server2, you run the Ping 172.16.16.129 command and receive a reply.
You need to ensure that you can join Server2 to the nwtraders.com domain.
What should you do?
A: Set the IP address to 172.16.16.2.
B: Set the subnet mask to 255.255.255.128.
C: Set the default gateway address to 172.16.16.129.
D: Set the preferred DNS server address to 172.16.16.130.
Correct Answers: C
7.You work as the network administrator at Hi-Tech.com. The Hi-Tech.com network consists of a single
Active Directory domain named Hi-Tech.com. All servers on the Hi-Tech.com network run Windows Server 2003
Service Pack 2 (SP2) and all client computers run Windows XP Professional. All client computers receive
their IP addresses from DHCP and all servers have static IP addresses.
Hi-Tech.com has its headquarters in Chicago and a branch office in Dallas. The two offices are connected
by a router and each office has a DHCP server. The DHCP servers are named SERVER37 and SERVER38.
The scopes on SERVER37 and SERVER38 are configured as shown in the following table.
7.SERVER37 is temporarily removed from the network for scheduled maintenance. While SERVER37 is offline,
client computers on both offices continue to receive correct IP address assignments from SERVER38.
When maintenance on SERVER37 is complete, you reconnect SERVER37 to the network and restart it. The next
day, several Hi-Tech.com users report that they receive error messages stating that a duplicate IP
address exists on the network when they start their client computers.
You have received instruction to ensure that these error messages do not appear when maintenance for a
DHCP server takes place. You also need to ensure that your solution does not affect the current DHCP
functionality.
What should you do?
A: On both SERVER37 and SERVER38, configure a superscope that includes the DHCP scopes on both SERVER37
and SERVER38.
B: Configure the router that connects the two offices to block all broadcasts.
C: On SERVER37, modify the ChicagoScope to include addresses 10.1.16.0 through 10.1.27.254.
On SERVER38, modify the DallasScope to include addresses 10.2.16.0 through 10.2.27.254.
D: On SERVER38, modify the ChicagoScope to include addresses 10.1.16.0 through 10.1.27.254.
On SERVER37, modify the DallasScope to include addresses 10.2.16.0 through 10.2.27.254.
Correct Answers: C 70-270 70-272 70-293 70-297
8.You are the network administrator for your company. The network contains a Windows Server 2003 Service
Pack 2 (SP2) Web server named WebServer1. WebServer1 is connected to the Internet by means of a dedicated
link. You are responsible for monitoring the bandwidth utilization of WebServer1. You run a System
Monitor log on WebServer1, which monitors the Bytes Total/sec counter on the Network Interface object.
The sample rate for the counter is set to 15 seconds. The log is archived once each day.The size of the
System Monitor log is becoming too large for the available disk space. You need to reconfigure the System
Monitor log settings to reduce the amount of data that is captured.What should you do?
A: Retain the current counter, but set the sample rate to 5 seconds.
B: Retain the current counter, but set the sample rate to 60 seconds.
C: Change the counter to Total Bytes, and set the sample rate to 15 seconds.
D: Change the counter to Current Bandwidth, and set the sample rate to 60 seconds.
Correct Answers: B
9.Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service
Pack 2 (SP2). You have a VPN server named Server1. You have an Internet Authentication Service (IAS)
server named Server2. You need to ensure that all VPN connections to Server1 are authenticated by
Server2. Which two actions should you perform? (Each correct answer presents part of the solution. Choose
two.)
A:From the Internet Authentication Service snap-in on Server2, create a new RADIUS client.
B:From the Internet Authentication Service snap-in on Server2, create a new remote access policy.
C:From the Routing and Remote Access snap-in, configure Server1 to use RADIUS accounting.
D:From the Routing and Remote Access snap-in, configure Server1 to use RADIUS authentication.
Correct Answers: A, D
10.You are the administrator of a Windows Server 2003 Service Pack 2 (SP2) computer named Server1.
Server1 is an FTP server located in the company's internal network. Administrators report an increased
amount of FTP traffic to Server1.
You need to configure Server1 to achieve the following goals:
Identify the media access control (MAC) address of any computer that is performing FTP transfers from
Server1.
Find out the exact FTP commands that were executed.
Ensure that you do not disrupt the operation of Server1.
What should you do?
A: Configure a performance alert to write an event to the application event log whenever the number of
established FTP connections exceeds 1.
B: Use a Network Monitor filter to capture IP traffic from any computer to Server1.
C: Run the finger command on Server1 to identify the source of the FTP requests.
D: Run the arp command on Server1 to identify the source of the FTP requests.
Correct Answers: B
1 commentaire
-
Par passforsure dans Accueil le 20 Août 2009 à 03:091.______government regulation specifies which patient information must be kept
private, how companies must secure the information, and the standards for
electronic communication between medical providers and insurance companies. Also
it was enacted by the U.S. Congress in 1996. According to the Centers for Medicare
and Medicaid Services (CMS) website, Title I of HIPAA protects health insurance
coverage for workers and their families when they change or lose their jobs. Title
II of HIPAA, known as the Administrative Simplification (AS) provisions, requires
the establishment of national standards for electronic health care transactions
and national identifiers for providers, health insurance plans, and employers
Please Input correct Answer here:
Correct Answers: HIPAA 1Y0-A05 220-602 642-515
2.____government regulation opens up an opportunity to sell a Cisco Security
Solution to companies that collect financial information. It is also known as the
Gramm-Leach-Bliley Financial Services Modernization Act, Pub.L. 106-102, 113 Stat.
1338, enacted 1999-11-12, is an Act of the United States Congress which repealed
part of the Glass-Steagall Act, opening up competition among banks, securities
companies and insurance companies. The Glass-Steagall Act prohibited a bank from
offering investment, commercial banking, and insurance services.
Please Input correct Answer here:
Correct Answers: GLB Act
3.Which item is the great majority of software vulnerabilities that have been
discovered?
A: Stack vulnerabilities
B: Software overflows
C: Heap overflows
D: Buffer overflows
Correct Answers: D
4.The enable secret password appears as an MD5 hash in a router's configuration
file,whereas the enable password is not hashed (or encrypted, if the password-
encryption service is not enabled). What is the reason that Cisco still support
the use of both enable secret and enable passwords in a router's configuration?
A: The enable password is used for IKE Phase I, whereas the enable secret password
is used for IKE Phase II.
B: The enable password is considered to be a router's public key, whereas the
enable secret password is considered to be a router's private key.
C: Because the enable secret password is a hash, it cannot be decrypted.
Therefore, the enable password is used to match the password that was entered, and
the enable secret is used to verify that the enable password has not been modified
since the hash was generated.
D: The enable password is present for backward compatibility.
Correct Answers: D 70-270 70-272 70-293
5.You are Cisco Security Advanced Sales Specialist in pass4sure.com. Which two
factors should you take into consideration when evaluating the cost of downtime?
A:how many compromised servers
B:how long server downt
C:how long to rebuild servers
D:how much lost average revenue per hour
Correct Answers: B, D
6.The SDN is the most widely deployed network-admissions-control strategy,
supporting organizations of all sizes as well as multiple access methods,
including wireless, remote, LAN, WAN, and guest access.
A: TRUE
B: FALSE
Correct Answers: B
7.For the following statements, which one is perceived as a drawback of
implementing Fibre Channel
Authentication Protocol (FCAP)?
A: It is restricted in size to only three segments.
B: It requires the implementation of IKE.
C: It relies on an underlying Public Key Infrastructure (PKI).
D: It requires the use of netBT as the network protocol.
Correct Answers: C
8.Which name is of the e-mail traffic monitoring service that underlies that
architecture of IronPort?
A: IronPort M-Series
B: E-Base
C: TrafMon
D: SenderBase
Correct Answers: D
9.The Adaptive Identification and Mitigation services architecture of the Cisco
ASA 5500 Series allows businesses to adapt and extend the security services
profile through highly customizable flow-specific security policies. These
policies tailor security needs to application requirements while providing
performance and security services when and where they are needed. It is the Cisco
ASA 5500 Series "adaptive" in terms of the principal characteristics of the Cisco
SDN strategy.
A: TRUE
B: Cisco Security MARS
Correct Answers: A 70-297 70-431 70-433
10.Which protocol will use a LUN as a way to differentiate the individual disk
drives that comprise a target device?
A: iSCSI
B: ATA
C: SCSI
D: HBA
Correct Answers: C
aucun commentaire
-
Par passforsure dans Accueil le 7 Août 2009 à 02:521.Drop
Drag and drop question. Drag the items to the proper locations.
Correct Answers: 642-456 220-602 642-892
2.Drop
Drag and drop question. Drag the items to the proper locations.
Correct Answers:
3.The Acme Rocket Corporation is interested in deploying an IP
telephony solution for their R&D facility and two remote test sites.
The R&D facility has approximately 450 employees and will require a
Cisco CallManager. Each of the test sites has 75 employees, and each
test site will require a Cisco CallManager Express. Acme Rocket
Corporation currently has an IP WAN connecting these sites.
Which two of these services and signaling protocols need to be deployed
on the IP WAN for this solution to function properly? (Choose two.)
A:SIP call signaling protocol
B:H.323 call signaling protocol
C:MGCP call signaling protocol
D:QoS services for call setup and RTP streams
E:QoS services for RTP streams
F:A SIP proxy to support H.450.x protocols
Correct Answers: B, D
4.All IP Phones on subnet 10.200.10.1 are failing during registration.
Troubleshooting reveals that the Phones are not receiving an IP
address. Which is the most likely problem and solution?
A: Problem: DHCP lease time is set too short.
Solution: Increase lease time.
B: Problem: DHCP server is on a different subnet.
Solution: Set up an IP helper address.
C: Problem: DHCP address range is too small.
Solution: Increase address range.
D: Problem: DHCP service options are incorrect.
Solution: Set up a gateway in option 06.
Correct Answers: B
5.Which two commands need to be added to this configuration to allow IP
Phones in subnet 10.100.1.0 to register with Cisco CallManager Express
at address 10.10.1.1? (Choose two.)
A:ip helper address 10.10.1.1 under interface FastEthernet0/0.100
B:option 150 ip 10.10.1.1 under dhcp pool Phones
C:default-router 10.100.1.1 under dhcp pool Phones
D:subnet prefix-length 24 under dhcp pool Phones
E:encapsulation dot1q 10 native under interface FastEthernet0/0.10
Correct Answers: B, C 642-873 640-822 350-018
6.Refer to the exhibit. Which two of the following statements are true?
(Choose two.)
A:Extension 1010 will be able to call 911 but will not be able to call
other IP phones.
B:Only extension 1012 will be able to call extension 1013.
C:Extension 1013 will be able to call all numbers.
D:Extension 1012 can only be called by Executives or external callers.
Correct Answers: B, C
7.You have configured a new user in CUE, but when you use the command
show user detail username BSmith you see an error in the E.164 phone
number. What two steps are required to resolve this issue? (Choose
two.)
A:The username BSmith needs to be deleted, and then the user needs to
be reentered with the correct E.164 phone number.
B:The username edit command needs to be used to correct the E.164
number.
C:The mailbox BSmith can be edited with the mailbox BSmith command.
D:The no voicemail mailbox owner username BSmith command needs to be
executed.
Correct Answers: A, D 70-432 70-294 642-691 642-383
8.Your IT manager wants you to configure CUE to use the GUI interface.
Which two configuration steps must be executed? (Choose two.)
A:An NTP server must be set up.
B:An HTTP server must be configured on the IOS router.
C:GUI files must be installed in router flash.
D:SIP dial peers must be set to route calls to CUE.
E:GUI config must be specified during initial configuration steps.
Correct Answers: B, C
9.Which user configuration method will allow specific users to be
imported into CUE from CME?
A: CUE Initialization Wizard
B: CLI as a user
C: CLI as an administrator
D: GUI web pages
Correct Answers: A
10.Your IP telephony manager wants you to configure an FXS port on a
voice-enabled router with these requirements:
1) It supports ground-start signaling.
2) Calling name is James Smith.
3) Calling number is 408-555-1212.
4) Ring frequency is 25hz.
5) Ring cadence is for Germany.
Which configuration will meet these requirements?
A: voice-port 1/0/0
signal ground-start
cptone DE
ring frequency 25
station-id name James Smith
station-id number 4085551212
B: voice-port 1/0/0
description extension 555-1212, name "James Smith"
signal ground-start
ring cadence DE
ring frequency 25
C: voice-port 1/0/0
description extension 555-1212, name "James Smith"
ring cadence Germany
ring frequency 25
station-id name James Smith
station-id number 5551212
D: voice-port 1/0/0
signal ground-start
cadence Germany
frequency 25
station-id name James Smith
station-id number 4085551212
Correct Answers: A
aucun commentaire
-
Par passforsure dans Accueil le 4 Août 2009 à 09:481.Exhibit
Hotspot question. Click on the correct location or locations in the
exhibit.
Correct Answers: 70-432 70-294 642-691 642-383
2.Exhibit
Hotspot question. Click on the correct location or locations in the
exhibit.
Correct Answers:
3._____protocol is used to monitor and provide control information
about the quality of an RTP session.
Please Input correct Answer here:
Correct Answers: RTCP
4.Cisco IP phone use_____ protocol to indicate to the switch how much
power is needed.
Please Input correct Answer here:
Correct Answers: CDP
5.What is the default VTP mode on Cisco switches?
A: Master
B: Client
C: Backup
D: Server
Correct Answers: D
6.A telephone numbering plan is a plan for allocating telephone number
ranges to countries, regions, areas and exchanges and to non-fixed
telephone networks such as mobile phone networks. Dial plans should not
be confused with numbering plans. A closed numbering plan, such as
found in North America, features fixed length area codes and local
numbers. An open numbering plan, as found in assorted countries that
have not yet standardized, features variance in length of area code or
local number, or both. The rules for dialing the numbers assigned by
the numbering plan vary by defining which digits need not always be
dialed (codes) and digits that must always be dialed (local number).
What is a numbering plan?
A: numbering plan defines the path from one endpoint to another
B: numbering plan defines the calling privileges of an endpoint
C: numbering plan defines how digits are manipulated in processing a
call.
D: numbering plan defines the endpoint addressing used in a voice
system
Correct Answers: D 642-873 640-822 350-018
7.You are CCNA VOICE associate in pass4sure.com. When you place a call
to 2000, phones 1 and 2 are paged. When you place a call to 2001 pages
phones 3 and 4. What command is missing so that a call to 2002 pages
all phones1,2,3,4?
A: paging group 20 21
B: paging group 10 20
C: paging group all
D: paging group 2000 2001 2002
Correct Answers: A
8.You are CCNA VOICE associate in pass4sure.com. You place a phone call
from ext1234 to ext 2010. Which inbound dial peer on P4S-CMERouter1
will be matched?
A: None, the call will drop
B: default dial peer 30
C: voip dial peer 30
D: default dial peer
Correct Answers: D
9.You are CCNA VOICE associate in pass4sure.com. What is the purpose of
access code 9 based on the following information?
A: The access code 9 connects a caller to the operator when they press
9 on their phone keypad.
B: This is a level 1 security
C: The access code 9 is the access code that internal users must use to
make PSTN calls.
D: he access code 9 is required when interfacing with a traditional PBX
system
Correct Answers: C 642-456 220-602 642-892
10.What protocol needs to be enabled on an ATA if an analog telephone
is connected to the ATA?
A: MGCP
B: SCCP
C: H323
D: SIP
Correct Answers: B
aucun commentaire
Suivre le flux RSS des articles
Suivre le flux RSS des commentaires


