多选题You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements 

题目
多选题
You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements are true?()
A

The stub will increase network traffic.

B

The Transfer Object will decrease data staleness.

C

The stub will increase the logic necessary in the JSPs.

D

In both cases, the JSPs can use EL expressions to get data.

E

Only the Transfer Object will need to use a Business Delegate.


相似考题

1.Angry customers tend to aim their dissatisfaction and complaints at staff members. If this happens to you, you should remember that they are actually expressing their dissatisfaction about the company and not about you as an individual. But if you wish to be successful in any business, then you have to learn how to handle angry customers. Listed below are a few guidelines to help you develop your own personal strategy for dealing with angry customers:Never argue back. You must stay calm and aim to satisfy the customer even in the most difficult situations. It is only by agreeing with their view point and suggesting a possible solution that you will resolve the situation and send the customer away happy.Use your ears more than your mouth. Make sure you listen more than you speak. By listening carefully, you will be able to understand why the customer is complaining, so that satisfactory steps can be taken.Show that you care: Use every opportunity to express your apology and understanding. You have to show that you will do everything within your power to try and resolve the situation. This exhibition of your concern will win the customer over. There will be a significant change in their behavior.Control your anger and be patient. Learn to relax and calm yourself. Having patience with your customers and with yourself will go a long way in winning over hostile customers.The above guidelines are very useful in helping you successfully tackle all kinds of difficult situations in life. If you follow them, you are on your way to succeeding in your career.21. Whom do angry customers tend to aim their dissatisfaction and complaints at?A. Staff members.B. Company managers.C. Those who accompany them.22. When a customer shouts rudely at you, you should().A. arg1e back and protect yourselfB. keep quiet and leave the customer aloneC. keep calm and listen carefully to the customer23. The underlined sentence “Use your ears more than your mouth” means().A. Your mouth is not more important for you than your ears.B. You should listen more than you speak.C. You should talk more than you listen.24. When dealing with an angry customer, which is NOT the right attitude?A. Be concerned.B. Be patient.C. Be amused.25. Which of the following statements is true according to the passage?A. When the customers complain, you neednt listen carefully.B. You neednt say sorry to those angry customers.C. You should relax yourself and try to understand the angry customers.

2.资料:Early Experiences If you've communicated a positive initial impression and customers decide to explore your product, can they discover the features and functions that help get them up to speed? Does your interface provide clear, streamlined paths free of unnecessary instructions, distracting visual elements, or unneeded features or functionality? Finally, how well does your product help customers get the benefits they want, or even lead them to benefits they were unaware of? Testing helps determine if customers find the terminology clear and jargon-free; whether the page and content is organized logically from their perspective; if processes-such as registration, checkout or upgrading-are efficient and easy to use; and if it's clear how to cancel a process or navigate to a specific function or location. Maturity Over time, discovering shortcuts and advanced functionality will help mature customers do their jobs more quickly. You'll want to test how these options are communicated and ensure that they address the needs of these customers without impacting the experience of other customers. Unless you test with actual users, your product team won't get a true perspective about what your product is like to use by the people who matter most the users themselves. This may seem obvious, but in many organizations, approximate customers-such as salespeople-are sometimes used to review products. After all, they have a lot of customer contact. But salespeople don't have the same motivations or context as customers. At best, this approach is risky. When you test with real users, usability tests ensure that all product stakeholders get a realistic, honest view of your product's effectiveness. If you have never watched a customer use your product, you might be in for a surprise. "Obvious" product assumptions may be challenged, or you might find that customers think differently about what value means to them. Whatever you discover, you'll unearth information to develop products that are more likely to be ones that your customers value.Which of the following is true?A.You should separate new and mature customers in testing your products. B.Approximate customers are equally valuable as real users. C.Salespeople have a lot of customer contact, so they have the same motivations as customers D.Usability test aims to please the customers

更多“多选题You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements ”相关问题
  • 第1题:

    You run a Windows Defender scan on your computer system. The scan identifies one of your applications as having potentially unwanted behavior.  You need to continue to use the application. You also need to stop Windows Defender from alerting you about this application.  Which Windows Defender option should you use? ()

    • A、Ignore
    • B、Remove
    • C、Quarantine
    • D、Always Allow

    正确答案:D

  • 第2题:

    You are the network consultant from passguide.com. In which situation you will advice your customer to implement data centers?()

    • A、Protecting the business from information outages
    • B、Optimizing the efficiency with which IT operates
    • C、An increased need for specialized IT silos
    • D、IT systems grow fast

    正确答案:A,B,D

  • 第3题:

    You want to create a valid directory structure for your Java EE web application, and you want to put yourweb application into a WAR file called MyApp.war. Which two are true about the WAR file?()

    • A、At deploy time, Java EE containers add a directory called META-INF directly into the MyApp directory.
    • B、At deploy time, Java EE containers add a file called MANIFEST.MF directly into the MyApp directory.
    • C、It can instruct your Java EE container to verify, at deploy time, whether you have properly configured your application’s classes.
    • D、At deploy time, Java EE containers add a directory call META-WAR directly into the MyApp directory.

    正确答案:A,C

  • 第4题:

    You plan to move data from a flat file to a table in your database. You decide to use SQL*Loader direct pathload method to perform this task. The table in which you plan to load data is an important table having variousintegrity constraints defined on it.  Which constraints will remain enabled by default during this operation()

    • A、CHECK
    • B、UNIQUE
    • C、NOT NULL
    • D、PRIMARY KEY
    • E、FOREIGN KEY

    正确答案:B,C,D

  • 第5题:

    You work as a database administrator for Supportcenter.cn. You suspect that in one of your applications the customer table is being accessed by some unauthorized users. Which option would you use to monitor the queries being executed on the customer table?()

    • A、Monitor thealert.logfile
    • B、Enable server-side SQL tracing for user sessions
    • C、Enable fine-grained auditing for the customer table
    • D、Enable Fine-Grained Access Control (FGAC) for the customer table
    • E、Write a database trigger on the customer table on the SELECT event

    正确答案:D

  • 第6题:

    Your company uses a SQL Server 2005 database. Customer data from your trading partners is imported into the Customers table every night. You need to ensure that the customer record is updated if it already exists in the Customers table. If the record does not exist, the data needs to be inserted into the Customers table. What should you do?()

    • A、 Create a FOR trigger. 
    • B、 Create an INSTEAD OF trigger. 
    • C、 Create an AFTER trigger. 
    • D、 Create a DDL trigger.

    正确答案:B

  • 第7题:

    单选题
    You have 100 segments in the USERS tablespace. You get an alert that the USERS tablespace is running low on space. You decide to shrink some segments. Which option would you use to determine which segments to shrink?()
    A

    Segment Advisor 

    B

    SQL Tuning Advisor 

    C

    SQL Access Advisor 

    D

    Segment Resource Estimation 

    E

    Automatic Database Diagnostic Monitor (ADDM)


    正确答案: A
    解析: 暂无解析

  • 第8题:

    多选题
    You want to create a valid directory structure for your Java EE web application, and you want to put yourweb application into a WAR file called MyApp.war. Which two are true about the WAR file?()
    A

    At deploy time, Java EE containers add a directory called META-INF directly into the MyApp directory.

    B

    At deploy time, Java EE containers add a file called MANIFEST.MF directly into the MyApp directory.

    C

    It can instruct your Java EE container to verify, at deploy time, whether you have properly configured your application’s classes.

    D

    At deploy time, Java EE containers add a directory call META-WAR directly into the MyApp directory.


    正确答案: A,C
    解析: 暂无解析

  • 第9题:

    多选题
    You are the network consultant from passguide.com. In which situation you will advice your customer to implement data centers?()
    A

    An increased need for specialized IT silos

    B

    Protecting the business from information outages

    C

    IT systems grow fast

    D

    Optimizing the efficiency with which IT operates


    正确答案: C,D
    解析: 暂无解析

  • 第10题:

    问答题
    Practice 3  Discussion—about 5 minutes  In this part of the test you are given a discussion topic. You have 30 seconds to look at the task promptly, an example of which is below, and then about three minutes to discuss the topic with your partner. After that the examiner will ask you more questions related to the topic.  For two candidates  Satisfaction Survey  The company you work for has conducted a satisfaction survey. We all know customer satisfaction is essential to the survival of our businesses.  You have been asked to find out whether customers are satisfied.  Discuss the situation together, and decide:  ● how to find out whether the customers are satisfied  ● what to ask in a customer satisfaction survey.

    正确答案: 【参考范例】
    A: We all know customer satisfaction is essential to the survival of our businesses. How do you think we can find out whether our customers are satisfied?
    B: In my opinion, in order to find out whether our customers are satisfied or not, the best and most direct way is to ask them.
    A: Certainly many ways can be adopted to ask them whether they are satisfied with our company, our products, and the service they received. Can you name some common ways?
    B: Sure. we can ask them face-to-face when they are about to walk out of our store or office. In addition, we can also call them on the phone after their visits and ask how they feel about our products and service.
    A: Well. Good idea. Any other ways?
    B: Mail them a questionnaire is also an option. This technique has long been used, which turns out to be quite effective
    A: As far as I am concerned, we can ask certain questions in a customer satisfaction survey to get to know their expectations and to collect information about what need to be changed and what need to be maintained to increase their satisfaction.
    B: By all means basic customer satisfaction questions should be asked, like “ Are you satisfied with the service you received?” Still, we need to ask the customers loyalty questions, for instance “What are the chances of you recommending our products/services to others?” Plus, some research needs to be done to know what the customer like and don’t like about the products, services and the company.
    A: That is the point.
    Follow-up questions:
    (Q=question   A=answer)
    Q1: Do you think feedback from customers is the most important thing to consider? Why or why not?
    A: Yes, their feedback can reveal a lot and be very useful. You can improve your products’ quality accordingly. ﹨No, it is not wise to completely depend on that, since some customers may not take it seriously when answering questions.
    Q2: Is it essential to consider competitors’ products? Why or why not?
    A: Yes. By comparison, you can know the differences and try to do a better job. ﹨No, feedback from customers is more reliable
    Q3: Which is more important when aiming to improve customer services, staff training or customer satisfaction survey?
    A: I would say staff training is the fundamental way to improve customer services.﹨Customer satisfaction survey can be more effective in improving customer satisfaction.
    Q4: How often should you conduct a customer satisfaction survey?
    A: As is said, the most wise way is to conduct a customer satisfaction survey often enough to get the most information, to upset the customers, but not so often as to upset the customers”.
    Q5: Have you ever thought about what to do with the answers from a customer satisfaction survey?
    A: Yes. The answers from different customers need to be compiled and used to predict trends.﹨No, feedback alone is not enough and further research together with other surveys needs also to be conducted.
    解析: 暂无解析

  • 第11题:

    多选题
    You use Microsoft .NET Framework 4 to create a Windows Forms application. You add a new class named Customer to the application. You select the Customer class to create a new object data source. You add the following components to a Windows Form: A BindingSource component named customerBindingSource that is data-bound to the Customer object data source. A set of TextBox controls to display and edit the Customer object properties. Each TextBox control is data-bound to a property of the customerBindingSource component. An ErrorProvider component named errorProvider that validates the input values for each TextBox control. You need to ensure that the input data for each TextBox control is automatically validated by using the ErrorProvider component. Which two actions should you perform?()
    A

     Implement the validation rules inside the Validating event handler of each TextBox control by throwing an exception when the value is invalid.

    B

     Implement the validation rules inside the TextChanged event handler of each TextBox control by throwing an exception when the value is invalid.

    C

     Implement the validation rules inside the setter of each property of the Customer class by throwing an exception when the value is invalid.

    D

     Add the following code segment to the InitializeComponent method of the Windows Form.   this.errorProvider.DataSource = this.customerBindingSource;

    E

     Add the following code segment to the InitializeComponent method of the Windows Form.    this.errorProvider.DataSource = this.customerBindingSource.DataSource;    this.errorProvider.DataMember = this.customerBindingSource.DataMember;


    正确答案: C,D
    解析: 暂无解析

  • 第12题:

    多选题
    If you want to use the Java EE platform’s built-in type of authentication that uses a custom HTML page for authentication. Which two statements are true?()
    A

    Your deployment descriptor will need to contain this tag: CUSTOM.

    B

    The related custom HTML login page must be named loginPage.html.

    C

    When you use this type of authentication, SSL is turned on automatically.

    D

    You must have a tag in your deployment descriptor that allows you to point to both a login HTML pageand an HTML page for handling any login errors.

    E

    In the HTML related to authentication for this application, you must use predefined variable names fort he variables that store the user and password values.


    正确答案: A,E
    解析: 暂无解析

  • 第13题:

    If you want to use the Java EE platform’s built-in type of authentication that uses a custom HTML page for authentication. Which two statements are true?()

    • A、Your deployment descriptor will need to contain this tag: CUSTOM.
    • B、The related custom HTML login page must be named loginPage.html.
    • C、When you use this type of authentication, SSL is turned on automatically.
    • D、You must have a tag in your deployment descriptor that allows you to point to both a login HTML pageand an HTML page for handling any login errors.
    • E、In the HTML related to authentication for this application, you must use predefined variable names fort he variables that store the user and password values.

    正确答案:D,E

  • 第14题:

    You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements are true?()

    • A、The stub will increase network traffic.
    • B、The Transfer Object will decrease data staleness.
    • C、The stub will increase the logic necessary in the JSPs.
    • D、In both cases, the JSPs can use EL expressions to get data.
    • E、Only the Transfer Object will need to use a Business Delegate.

    正确答案:A,D

  • 第15题:

    You have a firewall filter applied in an inbound direction on a customer interface. You would like this filter to protect your network from a spoofed denial of service attack. Which action should be configured to accomplish your goal?()

    • A、then reject
    • B、then discard
    • C、then next filter
    • D、then silent-drop

    正确答案:B

  • 第16题:

    You are using flat files as the data source for one of your data warehousing applications. You plan to move the data from the flat file structures to an Oracle database to optimize the application performance. In your database you have clustered tables. While migrating the data, you want to have minimal impact on the database performance and optimize the data load operation. Which method would you use to load data into Oracle database?()

    • A、use the external table population
    • B、use the Oracle Data Pump export and import utility
    • C、use the conventional path data load of SQL*Loader utility
    • D、use the direct path data load of Oracle export and import utility

    正确答案:C

  • 第17题:

    Flashback Database is enabled in your Oracle 10g database. One of your database users erroneously purged an important table residing in his schema. The table was purged sometime between 10:00 P.M. and 10:30 P.M. The next day, you decide to flash back the database. Before you flash back the database, you want to ensure that you have all the necessary flashback data. Which dynamic performance view must you use to determine whether you have the required flashback data to recover the purged table?()

    • A、 V$DATABASE
    • B、 V$UNDOSTAT
    • C、 V$FLASHBACK_DATABASE_LOG
    • D、 V$FLASHBACK_DATABASE_STAT

    正确答案:C

  • 第18题:

    多选题
    Some data storage and transfer media have fixed-length physical records.  When the data records are short, more then one can be stored in a single, physical record to use the storage space efficiently. Consider this data:   1119 Smith 1120 Yvonne 1121 Albert 1130 Thomas   Which two statements can you use to load the data into the EMP table?()
    A

    A

    B

    B

    C

    C

    D

    D


    正确答案: C,A
    解析: 暂无解析

  • 第19题:

    问答题
    Directions:  Two months ago, you and some former classmates decided to go for an outing to the Summer Palace during the National Day holidays. As the organizer, you are to write an email message to remind the others of:  (1)when and where to meet,  (2)what to bring, and  (3)why they have to tell you in advance whether they will come.  Do not sign your own name at the end of the letter. Use “Li Ming” instead. You do not need to write the address.

    正确答案:
    To: Li Min, Zhang Xin, Yingying, Nancy, Lulu, Big bear, Kitty
    From: Li Ming
    Subject: Reminder for our Outing
    ①It’s finally time forour outing to the Summer Palace. ②All ready for the fun?③We’ll meetat 9:00 on October 2 (that’s next Saturday) outside the main entrance to the park. ④Don’t forget to bring your camera, and food for picnic.
    ⑤As it might be difficult to rent a boat during the tourist season, Lulu has promised to go early to rent the boats for us. ⑥If you plan to come, let me know in advance so that we know how many boats we’ll need.
    If you can’t make it on Saturday, please let me know before October the first. ⑧In case of an emergency, give me a call: 13813352665.
    解析:
    ①②介绍事由
    ③见面时间和地点
    ④所带物品
    ⑤计划安排
    ⑥事先告知是否参加及原因
    ⑦计划变动截止时间
    ⑧联系方式

  • 第20题:

    单选题
    Your company uses a SQL Server 2005 database. Customer data from your trading partners is imported into the Customers table every night. You need to ensure that the customer record is updated if it already exists in the Customers table. If the record does not exist, the data needs to be inserted into the Customers table. What should you do?()
    A

     Create a FOR trigger. 

    B

     Create an INSTEAD OF trigger. 

    C

     Create an AFTER trigger. 

    D

     Create a DDL trigger.


    正确答案: D
    解析: 暂无解析

  • 第21题:

    多选题
    You are designing an n-tier Java EE application. You have already decided that some of your JSPs willneed to get data from a Customer entity bean. You are trying to decide whether to use a Customer stubobject or a Transfer Object. Which two statements are true?()
    A

    The stub will increase network traffic.

    B

    The Transfer Object will decrease data staleness.

    C

    The stub will increase the logic necessary in the JSPs.

    D

    In both cases, the JSPs can use EL expressions to get data.

    E

    Only the Transfer Object will need to use a Business Delegate.


    正确答案: A,E
    解析: 暂无解析

  • 第22题:

    多选题
    You plan to move data from a flat file to a table in your database. You decide to use SQL*Loader directpath load method to perform this task. The table in which you plan to load data is an important tablehaving various integrity constraints defined on it.  Which constraints will remain enabled by default during this operation()
    A

    CHECK

    B

    UNIQUE

    C

    NOT NULL

    D

    PRIMARY KEY

    E

    FOREIGN KEY


    正确答案: C,B
    解析: 暂无解析

  • 第23题:

    多选题
    TestKing.com uses a SQL Server 2005 database. This database contains a trigger named trg InsertOrders, which fires when order data is inserted into the Orders table. The trigger is responsible for ensuring that a customer exists in the Customers table before data is inserted into the Orders table. You need to configure the trigger to prevent it from firing during the data import process. You must accomplish this goal while using the least amount of administrative effort. Which two Transact-SQL statements can you use to achieve this goal?()
    A

    ALTER TABLE OrdersDISABLE TRIGGER trg InsertOrders

    B

    DROP TRIGGER trg InsertOrders

    C

    DISABLE TRIGGER trg InsertOrders ON Orders

    D

    ALTER TRIGGER trg InsertOrders ON Orders NOT FOR REPLICATION


    正确答案: B,A
    解析: 暂无解析