最新的思科 微软 IBM Oracle HP 题库免费共享
又一个 WordPress 博客
-
1D0-538题库demo免费下载
Filed under CIWAug 3CIW认证1D0-538考试题库介绍
考试代号: 1D0-538
问题数量:112 Q&As
更新时间: 2009-09-19
注册地点: Prometric/Pearson VUE
题库全称:OBJECT ORIENTED ANALYSIS AND DESIGN TEST(JCERT)免费1D0-538题库Demo赏析
Exam : CIW 1D0-538
Title : OBJECT ORIENTED ANALYSIS AND DESIGN TEST (JCERT)1. The following interaction occurs during a requirements discussion:
End user: "The trader should be able to set up multiple stock trades to be submitted together."
Developer: "So, that’s like a queue that gets processed first-in, first-out, right?"
End user: "That’s right. Once the trade occurs, the stocks show up in the user’s portfolio."
Developer: "The portfolio is a container of the user’s stocks then?"
What terms should the analyst include in the related use cases?
A. Queue, container
B. Trade, container
C. Trade, portfolio
D. Trade, queue, portfolio, container
Answer: C2. An application project is being built that enables users to research stocks interactively over the Internet.
- Mary has been a stock analyst for years and understands how to use technical indicators, such as price movements, to determine when to buy and sell stocks.
- Sam has been a stock analyst for years and understands how to use techniques such as Price/Earnings (P/E) valuation and growth rates to determine when to buy and sell stocks.
- Harry is the company webmaster and knows a lot about the Internet.
- Denise is the manager in charge of the project and is ultimately authorized to decide what requirements are to be delivered in the different releases.
Who would be MOST effective to include in the use case writing sessions for this application?
A. Mary, Sam, Harry and Denise during requirements discussions.
B. Mary, Sam, and Harry during requirements discussions. Denise occasionally to approve the decisions.
C. Mary during requirements discussions that relate to technical trading techniques. Sam during discussions that relate to valuation trading techniques. Harry occasionally to answer technical feasibility questions. Denise as much as possible to make scope decisions in realtime.
D. Mary during requirements discussions that relate to technical trading techniques. Sam during discussions that relate to valuation trading techniques. Harry occasionally to answer technical feasibility questions. Denise occasionally to approve the decisions.
Answer: C3. Class A is dependent on class B if:
A. A sends a message to B.
B. A has a reference to B.
C. B is used as a parameter for a message sent by A.
D. B sends a message to A.
Answer: ABC4. Refer to the exhibit to answer the question.
Which packages should be placed in the Event Ticket Sales Processor that is pictured in the Deployment Diagram for the Ticketing System?
A. Credit Card Domain
B. Ticket Purchasing
C. Event Ticketing Domain
D. Ticket Purchasing Client
Answer: BC5. Which of the following is NOT a UML mechanism used to organize use cases?
A. Generalization
B. Override
C. Extend
D. Include
Answer: B6. A GUI prototype has been demonstrated to marketing personnel and end users for a project. During the demonstration, it became clear that the terminology used and computer skill level were not a good match for the end users, but marketing was thrilled with the state-of-the-art user interface designed. What steps should the analyst take?
A. Update the object model and GUI to match the end users’ terminology and continue with development.
B. Update the object model and GUI to match the end users’ terminology, redesign the GUI to be targeted to a less-skilled user, iterate on the prototype, explain the steps you are taking to marketing, and hold another demonstration session with end users and marketing.
C. Update the GUI to match the end users’ terminology, arrange training offerings to accompany the product release to enhance end user skills, support marketing in a roadtrip to client sites as well as conference demonstrations.
D. Update the GUI to match the end users’ terminology, continue with development, and support marketing in their trips to client sites as well as conference demonstrations.
Answer: B7. Classes should be grouped into packages by:
A. project team organization.
B. classes that are related to the same overall services.
C. classes that work together in the same interaction diagrams.
D. the class diagrams they appear in.
Answer: B8. Refer to the exhibits to answer the question.
Which one of the following labels should be used to describe lines 1, 2, 3?
A. Include, include, include
B. Include, include, extend
C. Include, extend, extend
D. Extend, include, extend
E. Extend, extend, include
Answer: C9. When scheduling project iterations based on use cases, which of the following are good candidates to consider for development in early iterations? Use cases that:
A. represent primary line-of-business processes.
B. involve new and risky technology.
C. involve well-established technologies.
D. impact the architectural design significantly.
Answer: ABD10. The following are the requirements for a Report-generation module in an application:
1.When new data is generated, the user-interface should be refreshed automatically to reflect the latest values
2.Multiple view types are possible
Which of the following Model and View interactions BEST satisfies the above requirements?
A. Establish subscribe/notify mechanism between view and model, with the model updating the view based upon the view type.
B. Establish a subscribe/notify mechanism between the view and model layers so that the views get notified of the change.
C. Develop intelligence within the model so that it decides which views are to be refreshed based on the view type.
D. Combine the view and model layers into a single entity so that the interactions are localized and notifications are instantaneous.
Answer: B11. Refer to the exhibit to answer the question.
The Acme Ticketing System is to be updated so customers can also purchase tickets directly via the Internet. Besides the Agent which already exists, which of the following are also actor(s) for the updated system?
A. Internet Browser
B. Customer
C. Customer, Ticketing System
D. Customer, Internet Browser
E. Customer, Internet Browser, Ticketing System
Answer: B12. On a large project, where it is important to architect the system so that teams can work relatively independently, what should the PRIMARY focus be?
A. Packages and their public interfaces.
B. Frameworks.
C. Smaller teams.
D. The use of interfaces.
Answer: A13. When writing the initial use cases for a project, it is MOST important to define:
A. The job title for each user of the system.
B. What user requirements will be fulfilled.
C. How user requirements will be fulfilled.
D. How external system interactions will be fulfilled.
Answer: B14. Each credit card service provider has its own interface that all client programs must use. What is the BEST way to design a system so that it may easily switch between multiple providers and add new providers as required, while keeping the complexity low?
A. Create an object with a common API for business objects to use. This object covers all credit card providers and routes requests from the business objects to the adaptor object of the designated credit card service provider, which handles the interface conversions.
B. Create an ordered collection of credit card service providers and have each try to handle the service requests from the business objects. If one cannot handle the request it passes the request to the next one until it is eventually handled or discarded.
C. Have the business objects communicate directly to the service providers using each service provider’s API.
D. Maintain a global pool of credit card service requests from the business objects. Each credit card service goes through the pool to find and claim the requests that it can handle. It then processes each request.
Answer: A15. Which of the following statements about designing an enterprise application is TRUE?
A. Due to the realities of a commercial system, performance requirements should be resolved in the analysis phase of the project.
B. A three or more tier architecture should be considered in order to facilitate scalability.
C. By definition, each use case represents a set of actions that are performed atomically; it therefore maps directly to a transaction.
D. In modelling a system that will have many concurrent users, collaboration diagrams are more useful than sequence diagrams.
Answer: B16. Consider the following statements from a domain expert on a project:
An automated bill-payment functionality needs to be added to our online banking application. The bank’s customer can make online bill payments to vendors (such as the electric company, telephone company, rental agency). Only vendors who have already signed up with the bank can be paid. There are two ways to make payments:
1.Specify a one-time payment for a specific amount, or
2.Establish regular payments to be made on a specific interval such as monthly or weekly.
Customers are notified of the details of successful payments via email. Their email addresses are already available.
Which of the following are requirements that MUST be reflected in use cases?
A. The customer must be given a choice of notification modes, via email or surface mail.
B. The customer must be given a choice of adding a new vendor to the bank’s list of payees.
C. The customer must be given a choice of payment modes, one-time payment mode and recurring payment mode.
D. When a payment attempt succeeds, the customer must be notified of the details via email.
Answer: CD17. Refer to the exhibits to answer the question.
There are new requirements to create seating configurations that are reusable, store those configurations in an external database, and automatically create a weekly event status report. What new use cases are necessary?
A. Create a seating configuration, Store seating configuration, Generate event status report.
B. Create a seating configuration, Generate event status report.
C. Create a seating configuration, Modify a seating configuration, Delete a seating configuration.
D. Store seating configuration, Generate event status report.
Answer: B18. When doing domain analysis, the class diagram should be drawn PRIMARILY to represent:
A. messages sent between objects.
B. implementation objects such as wrappers and devices.
C. business objects and implementation objects such as wrappers and devices.
D. business objects.
Answer: D19. In a well-designed layered architecture, which layers should know about which?
A. Model knows View and Persistence, View knows Model and Persistence
B. View knows Model, Model knows Persistence
C. View knows Model, Persistence knows View and Model
D. View knows Model, Model knows View and Persistence, Persistence knows Model
Answer: B20. An Interaction Diagram should be associated with:
A. a Use Case.
B. an Activity Diagram.
C. a CRC card.
D. a State Transition Diagram.
Answer: A免费下载1D0-538题库Demo
Examsoon提供最新的CIW Certified Instructor认证 1D0-538题库,其全名为:(OBJECT ORIENTED ANALYSIS AND DESIGN TEST(JCERT)). 在您决定是否购买之前 可以先下载1D0-538题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费1D0-538模拟测试题的下载链接
CIW 1D0-538学习指南
CIW Certified Instructor认证 1D0-538考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。CIW认证 1D0-538学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试1D0-538考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。CIW认证 1D0-538是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的1D0-538考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他1D0-538考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师1D0-538试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加1D0-538考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;
-
1D0-51B题库demo免费下载
Filed under CIWAug 3CIW认证1D0-51B考试题库介绍
考试代号: 1D0-51B
问题数量:60 Q&As
更新时间: 2009-09-20
注册地点: Prometric/Pearson VUE
题库全称:CIW v5 Foundations SDF Module免费1D0-51B题库Demo赏析
Exam : CIW 1D0-51B
Title : CIW v5 Foundations SDF Module1. Maria and her team are beginning to redesign a corporate Web site. The company owners want to keep the site’s navigation icons at the top of each page, and enable linked pages to appear in another section of the same browser window. Which XHTML technique does Maria suggest?
A. Pop-up JavaScript windows
B. Frameset layout with upper and lower frames
C. List elements <li> enclosed by <ol> container tags
D. Navigation icons in the top row of a table page structure
Answer: B2. Luis uses JavaScript code in his Web site’s home page. The script notifies Microsoft Internet Explorer 5.0 users of a possible usability problem. What does this script do?
A. Creates a cookie and redirects users to another page
B. Creates a variable and redirects users to another page
C. Performs server-side browser detection and creates a pop-up window alert
D. Performs client-side browser detection and creates a pop-up window alert
Answer: D3. Consider the following XHTML code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title> This is an HTML document </title>
</head>
<body>
This is a test page for the departmental Web page.
</body>
</html>
This code failed validation. Why?
A. Because the opening <head> tag is missing
B. Because the closing </meta> tag is missing
C. Because the <html> tag should use all-capital letters
D. Because the <body> tag must have a code statement
Answer: A4. James created an XHTML table to show his schedule for each week of the month. He organized the table in a standard calendar format, so that each day from Sunday to Saturday is the header for a vertical column, and each week of days is displayed horizontally as a row. Each scheduled activity appears in the table cell appropriate for the day it occurs. James wants to merge two table cells into one cell to show the IT Business Conference that he will attend from Tuesday to Wednesday in the third week. Which tag should James use for this merged cell?
A. <td colspan=?? IT Business Conference </td>
B. <td rowspan=?? IT Business Conference </td>
C. <th rowspan=?? IT Business Conference </th>
D. <table colspan=?? IT Business Conference </table>
Answer: A5. You have been asked to determine the download time for pages on your site. One page consists of the XHTML document, several image files, and a Flash presentation. These elements equal 84 kilobytes (KB) total. How long will it take for this page to be downloaded by a user with an Internet connection speed of 33.6 kilobits per second (Kbps)?
A. Approximately 5 seconds
B. Approximately 15 seconds
C. Approximately 20 seconds
D. Approximately 55 seconds
Answer: C6. Which of the following eventually becomes a site map?
A. A storyboard
B. A needs analysis
C. A scope diagram
D. A stakeholder meeting
Answer: A7. Consider the following XHTML code from a Web form:
How often do you want to be updated?<br/>
<select name="Frequency">
<option> Once a week </option>
<option> Once or twice a month </option>
<option> Once a month </option>
<option value="NotAtAll" > Never </option>
</select>
Which type of Web form field will this code create?
A. A group of check boxes
B. A group of radio buttons
C. A single-option select list
D. A scrolling multiple-select list
Answer: C8. Which of the following XHTML elements is always placed within the <head> section?
A. <html>
B. <body>
C. <meta>
D. <!DOCTYPE>
Answer: C9. You are using Cascading Style Sheets (CSS) to format your Web site. You created an external style sheet to apply the same look and feel to all your pages. Which tag will you use on each page to reference your external style sheet?
A. <link>
B. <style>
C. <body>
D. <span>
Answer: A10. Rolf’s Web site does not meet the W3C’s Web Content Accessibility Guidelines (WCAG). To make his site more accessible according to WCAG, which change could he make?
A. Remove all tables from site pages
B. Add a disclaimer to the home page
C. Create a text-only version of the site
D. Add more images and decrease text
Answer: C免费下载1D0-51B题库Demo
Examsoon提供最新的CIW Certified Instructor认证 1D0-51B题库,其全名为:(CIW v5 Foundations SDF Module). 在您决定是否购买之前 可以先下载1D0-51B题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费1D0-51B模拟测试题的下载链接
CIW 1D0-51B学习指南
CIW Certified Instructor认证 1D0-51B考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。CIW认证 1D0-51B学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试1D0-51B考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。CIW认证 1D0-51B是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的1D0-51B考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他1D0-51B考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师1D0-51B试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加1D0-51B考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;
-
1D0-541题库demo免费下载
Filed under CIWAug 3CIW认证1D0-541考试题库介绍
考试代号: 1D0-541
问题数量:91 Q&As
更新时间: 2009-10-13
注册地点: Prometric/Pearson VUE
题库全称:CIW v5 Database Design Specialist免费1D0-541题库Demo赏析
Exam : CIW 1D0-541
Title : CIW v5 Database Design Specialist1. Which pair of relational algebraic operations requires union compatibility?
A. Union and join
B. Selection and projection
C. Intersection and difference
D. Cartesian product and intersection
Answer: C2. Consider the Employee relation shown in the exhibit. A database manager wants to set up a view called Emp_Dept that allows users to find employees and their department ID numbers. Which SQL statement will accomplish this?
A. CREATE VIEW Emp_Dept
AS SELECT Last_Name, First_Name, Dept_ID
FROM Employee;
B. UPDATE VIEW Emp_Dept
AS SELECT *
FROM Employee;
C. UPDATE VIEW Emp_Dept
AS SELECT Last_Name, First_Name, Dept_ID
FROM Employee;
D. CREATE VIEW Emp_Dept
AS SELECT *
FROM Employee
WHERE ID = 0001
AND ID = 0002
AND ID = 0003
AND ID = 0004;
Answer: A3. Consider the relation shown in the exhibit. Which of the following SQL statements would properly remove all tuples for New York customers?
A. DELETE *
FROM Customers
WHERE Sales_Office = New York;
B. DELETE
FROM Customers
WHERE Sales_Office = ew York?WHERE Sales_Office = ?ew York?
C. DELETE *
FROM Customers
WHERE Sales_Office = ew York?WHERE Sales_Office = ?ew York?
D. DELETE
FROM Customers
WHERE Sales_Office NOT LIKE ew York? WHERE Sales_Office NOT LIKE ?ew York?
Answer: B4. What is the highest normal form of the relation(s) shown in the exhibit?
A. Second normal form
B. First normal form
C. Boyce-Codd normal form
D. Third normal form
Answer: A5. Consider the entity-relation (ER) diagram shown in the exhibit. When the logical database design phase is completed, which of the following is a valid DBDL description of the base relations for the ER diagram?
A. STUDENT(
Student_Number: integer NOT NULL
Name: variable length character string length 20 NOT NULL)
Primary Key Student_Number
CLASS(
Class_Num: integer NOT NULL
Class_Name: integer NOT NULL)
Primary Key Class_Num
B. STUDENT(
Student_Number: integer NOT NULL
Name: variable length character string length 20 NOT NULL)
Primary Key Student_Number
CLASS(
Class_Num: integer NOT NULL
Class_Name: integer NOT NULL)
Primary Key Class_Num
Foreign Key Class_Num References STUDENT
C. STUDENT(
Student_Number: integer NOT NULL
Name: variable length character string length 20 NOT NULL)
Primary Key Student_Number
STU_CLASS(
Student_Number: integer NOT NULL
Class_Num: integer NOT NULL)
Primary Key Student_Number
CLASS(
Class_Num: integer NOT NULL
Class_Name: integer NOT NULL)
Primary Key Class_Num
D. STUDENT(
Student_Number: integer NOT NULL
Name: variable length character string length 20 NOT NULL)
Primary Key Student_Number
STU_CLASS(
Student_Number: integer NOT NULL
Class_Num: integer NOT NULL)
Primary Key Student_Number, Class_Num
CLASS(
Class_Num: integer NOT NULL
Class_Name: integer NOT NULL)
Primary Key Class_Num
Answer: D6. Consider the relations shown in the exhibit. Which of the following SQL statements would enter data from the Customers relation into the Atlanta_Customers relation?
A. INSERT INTO Atlanta_Customers
VALUES(
SELECT *
FROM Customer s
WHERE Sales_Office = tlanta
B. INSERT INTO Atlanta_Customers
SELECT *
FROM Customers
WHERE Sales_Office = tlanta
C. INSERT INTO Atlanta_Customers
SELECT Cust_No, Cust_Name, Satisfaction_Rate, Sales_Rep_No
FROM Customers
WHERE Sales_Office = tlanta
D. INSERT INTO Atlanta_Customers
SELECT Cust_No, Cust_Name, Sales_Office, Sales_Rep_No
FROM Customers
WHERE Sales_Office = tlanta
Answer: C7. Several SQL operations are performed by User 1 to access the Fee information for Bowling in the Act_Fee relation (shown in the exhibit). The first access returns a fee of 50. An unrelated SQL operation by another user updates the Bowling fee to 60. The second access by User 1 returns a fee of 60. What problem has occurred?
A. Rollback
B. Deadlock
C. Dirty read
D. No problem has occurred.
Answer: D8. Consider the following database information:
domain s_id: integer
domain grd: fixed length character string length 1
STUDENT_GRADE(
Student_Number: s_id NOT NULL
Grade: grd )
Primary Key Student_Number
During which phase of the database design process would this information be developed?
A. Logical
B. Physical
C. Conceptual
D. Implementation
Answer: A9. Which three pieces of information did E.F. Codd describe as necessary to retrieve a data value from a relational database?
A. Attribute, domain, and tuple
B. Entity, relation name, and domain
C. Table name, primary key, and entity
D. Attribute, relation name, and primary key
Answer: D10. Consider the Information Engineering diagram shown in the exhibit. Which DBDL definition best describes this diagram?
A. BUILDING(Building_ID, Bldg_Name, Location, Room_Count)
Primary Key Building_ID
RESIDENT(R_ID, Room_Num, Res_Name, Building_ID)
Primary Key R_ID
B. BUILDING(Building_ID, Bldg_Name, Location, Room_Count)
Primary Key BUILDING
RESIDENT(R_ID, Room_Num, Res_Name, Building_ID)
Primary Key RESIDENT
C. BUILDING(Building_ID, Bldg_Name, Location, Room_Count)
Primary Key BUILDING
Foreign Key BUILDING(Building_ID) references RESIDENT(Building_ID)
RESIDENT(R_ID, Room_Num, Res_Name, Building_ID)
Primary Key RESIDENT
D. BUILDING(Building_ID, Bldg_Name, Location, Room_Count)
Primary Key Building_ID
RESIDENT(R_ID, Room_Num, Res_Name, Building_ID)
Primary Key R_ID
Foreign Key Building_ID references BUILDING(Building_ID)
Answer: D免费下载1D0-541题库Demo
Examsoon提供最新的CIW Other Certification认证 1D0-541题库,其全名为:(CIW v5 Database Design Specialist). 在您决定是否购买之前 可以先下载1D0-541题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费1D0-541模拟测试题的下载链接
CIW 1D0-541学习指南
CIW Other Certification认证 1D0-541考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。CIW认证 1D0-541学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试1D0-541考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。CIW认证 1D0-541是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的1D0-541考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他1D0-541考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师1D0-541试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加1D0-541考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;
-
1D0-570题库demo免费下载
Filed under CIWAug 3CIW认证1D0-570考试题库介绍
考试代号: 1D0-570
问题数量:120 Q&As
更新时间: 2009-09-27
注册地点: Prometric/Pearson VUE
题库全称:CIW v5 Security Professional Exam免费1D0-570题库Demo赏析
Exam : CIW 1D0-570
Title : CIW V5 Security Professional Exam1. Your Web browser issued a warning message that a certificate has not been signed by a recognized authority. This fact indicates that:
A.an attack is in progress.
B.the ensuing session will not be encrypted.
C.the Certificate Authority (CA) has revoked the certificate.
D.the browser does not recognize the Certificate Authority (CA).
Answer: D2. Which of the following is a main function of a company’s information security policy?
A.It obligates the IT department to basic services.
B.It defines basic responsibilities for all stakeholders.
C.It defines the responsibilities of employees and managers.
D.It defines basic responsibilities for executive management.
Answer: B3. The chief operations officer (COO) has questioned the need for end-user training. Which of the following is the most effective response?
A.Indicate that you will not be responsible for the next virus outbreak.
B.Remind the CEO about the last virus attack and the expense incurred.
C.Explain that the cost of end-user training is a fraction of the cost of the last security breach caused by end users.
D.Provide statistics that definitively show how end-user training reduces the likelihood of security breaches on the corporate network.
Answer: C4. Consider the following firewall rules:
Incoming traffic:
TCP Port 25: Denied
TCP Port 139: Denied
UDP Port 137: Denied
UDP Port 138: Denied
ICMP echo request: Denied
ICMP echo reply: Denied
Outgoing traffic:
TCP Ports 1024 through 65,535 to port 80: Denied
ICMP echo request: Denied
ICMP echo reply: Denied
TCP Port 139: Denied
UDP Port 137: Denied
UDP Port 138: Denied
All company production servers reside behind the corporate firewall. However, you discover that the Web server performance is very low. After sniffing the traffic to the Web server, you learn that the Web server is experiencing a distributed denial-of-service attack in which millions of ping packets are being directed at the server. Which is the most plausible explanation for this situation?
A.There is a flaw in the firewall rule set.
B.The attack is being conducted from an internal host.
C.The Web server has been infected with a Trojan horse.
D.The firewall is not configured to block ICMP packets generated by the ping command.
Answer: B5. A Linux system running Apache Server has received millions of SYN packets that it can no longer respond to, because the client’s operator is maliciously withholding the necessary reply packet. What is the most common solution for this problem?
A.Implement SSL.
B.Implement SYN cookie support.
C.Upgrade the TCP/IP stack with new software.
D.Upgrade the operating system to support IPsec.
Answer: B6. You and your team have created a security policy document that is 120 pages long. Which of the following techniques will help ensure that upper-level managers read the essential policy elements?
A.Including a sign-off sheet
B.Including an executive summary
C.Using bold type to emphasize essential elements
D.Using italic type to emphasize essential elements
Answer: B7. Which type of firewall provides a DMZ?
A.Dual-homed
B.Router-based
C.Single-homed
D.Screened-subnet
Answer: D8. Your supervisor asks you to recommend a firewall. The firewall must provide the following services:
The ability to filter specific traffic types (e.g., HTTP, SIP, POP3)
User authenticationWeb page caching for later use
Which type of firewall would you recommend?
A.Proxy
B.Stateful
C.Packet filter
D.Circuit-based
Answer: A9. Employee computers have been attacked repeatedly. The attacker appears to be working internally, and has been able to scan internal systems for weaknesses. Which of the following will best help you stop these attacks?
A.Installing Webcams
B.Upgrading antivirus software
C.Installing desktop firewalls
D.Establishing a regular auditing schedule
Answer: C10. What is the first step of a gap analysis?
A.Scan the firewall.
B.Review antivirus settings.
C.Review the security policy.
D.Review intrusion-detection software settings.
Answer: C11. Two routers in your company network require a firmware upgrade. Which of the following upgrade strategies will reduce downtime?
A.Conducting the upgrade while the routers are still running
B.Upgrading the routers using the latest upgrade software
C.Conducting the upgrade after rebooting the router
D.Upgrading the routers after business hours
Answer: D12. After consulting with the IT department, you have determined that a particular security solution is quite effective for protecting a particular resource, but not necessary due to the expense. Which of the following was conducted to enable this conclusion?
A.Risk analysis
B.Cost-to-benefit analysis
C.Physical security analysis
D.Resource priority analysis
Answer: B13. Consider the following sequence:
user1@zeppelin:/public$ su -
root@zeppelin:~# chmod 1777 /public
root@zeppelin:~# exit
Which of the following most accurately describes the result of this command?
A.Only the root user can create and delete files in the /public directory.
B.All users can create, delete and read files in the /public directory, but only root has execute permissions.
C.All users can create and read files in the /public directory, but only root can delete another user’s file.
D.Any user can create files in the / directory, but no user can delete a file in this directory unless root permissions are obtained.
Answer: C14. You have used an application called PGP to protect the contents of an e-mail message. Which technology is used to encrypt the key that protects the data in the e-mail message?
A.Symmetric-key encryption
B.Asymmetric-key encryption
C.Diffie-Hellman key exchange protocol
D.Advanced Encryption Standard (AES)
Answer: B15. A packet is being sent from one computer to the next. This packet is being processed by an application designed to encrypt sensitive data. One of the duties of this application is to ensure that a packet has not been altered by an intruder. Which type of encryption is this application most likely to use to achieve this goal?
A.One-time pad
B.Hash encryption
C.Symmetric-key encryption
D.Asymmetric-key encryption
Answer: B16. Which of the following is responsible for encrypting the data packets encapsulated in an SSL-enabled HTTP session?
A.One-way encryption
B.One-time pad (OTP)
C.Symmetric-key encryption
D.Asymmetric-key encryption
Answer: C17. Consider the following firewall rules:
Incoming traffic:
TCP Port 25
TCP Port 139: Denied
UDP Port 137: Denied
UDP Port 138: Denied
ICMP echo request: Denied
ICMP echo reply: Denied
Outgoing traffic:
TCP Ports 1024 through 65,535 to port 80: Denied
TCP Port 80: Denied
ICMP echo request: Denied
ICMP echo reply: Denied
TCP Port 139: Denied
UDP Port 137: Denied
UDP Port 138: Denied
All company production servers reside behind the corporate firewall. However, you discover that the Web server performance is very low. After sniffing the traffic to the Web server, you learn that the Web server is experiencing a distributed denial-of-service attack in which millions of ping packets are being directed at the server. Which of the following is the most plausible explanation for this situation?
A.There is a flaw in the firewall rule set.
B.The firewall is not configured to block ICMP packets generated by the ping command.
C.The attack is originating from a wireless access point (WAP) connected to the corporate network.
D.The attack is originating from a Web server that has not been properly updated, and which has been infected with a Trojan horse.
Answer: C18. You want to learn more about a security breach that was recently discovered in a Windows server. Which organization should you consult?
A.ISO
B.SANS
C.CERT
D.IETF
Answer: C19. A device that provides voice and fax services between your local LAN and the Internet has been installed in the DMZ of your network. However, you cannot send or receive faxes. Which of the following steps is most likely going to solve this problem, while still protecting your network resources?
A.Configure the fax device to use the T.441 protocol.
B.Configure your firewall to allow the T.38 protocol.
C.Move the fax device off the firewall and make it directly accessible to the Internet.
D.Configure your firewall to forward all UDP-based packets from the Internet to the company PBX.
Answer: B20. Company employees have noticed that the quality of voice calls on their Cisco IP phones is greatly reduced at various times during the day. After investigating the problem, you notice that the times when voice quality is reduced coincides with heavy e-mail traffic. Which of the following can you implement on the firewall to alleviate this problem?
A.Stateful inspection
B.Quality of Service (QoS)
C.Network address translation (NAT)
D.Resource Reservation Protocol (RSVP)
Answer: B免费下载1D0-570题库Demo
Examsoon提供最新的Security Analyst认证 1D0-570题库,其全名为:(CIW v5 Security Professional Exam). 在您决定是否购买之前 可以先下载1D0-570题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费1D0-570模拟测试题的下载链接
CIW 1D0-570学习指南
Security Analyst认证 1D0-570考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。CIW认证 1D0-570学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试1D0-570考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。CIW认证 1D0-570是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的1D0-570考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他1D0-570考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师1D0-570试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加1D0-570考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;

Recent Comments