1z0-465 3/4

Description

Preguntas de la 41 a la 60
Miguel Angel
Quiz by Miguel Angel, updated more than 1 year ago
Miguel Angel
Created by Miguel Angel almost 10 years ago
703
1

Resource summary

Question 1

Question
Your customer has linked products and dispositions together on their site. On the agent’s incident workspace the list of dispositions is not being filtered. Select the two actions that will assist in troubleshooting this issue.
Answer
  • Your customer's agents must log out and log back in.
  • The Auto Build product disposition links is not selected.
  • The incident workspace does not have a filter workspace rule assigned.
  • The enable product disposition linking is not selected.
  • The client has not refreshed the incident in the incident workspace.

Question 2

Question
When an incident is opened, your customer would like to have different workspaces open based on the six products that can be selected when an incident is submitted from the Ask A Question customer portal page. When designing the workflow used to complete this requirement, which three elements are necessary?
Answer
  • Entry Point
  • Load
  • Set Fields
  • Decision
  • Workspace

Question 3

Question
Your customer has asked that all incidents be “scanned” for words that may revolve around product defects and injures so that they can alert their risk management team of any possible product issues or liability. The customer accepts that 100% accuracy is not available, and accepts that they will be false positives and a margin for error. They have provided you he following words to be “scanned”: - Mouth, Jaw, Cheek, Jowl, Chin, Oral, Palate The customer requires the following: - Match whole words only - All valid words must be preceded with a space. - All valid words must be spelled correctly. - All words must be directly followed by a meta character ( , . ' " ; : {space} ! ? & ) not including the parenthesis You decide to use a regular expression to search for these words in all incoming emails. ^mouth [ , | . | ’ | ” | ; | : | | ! | ? | & ] | \ jaw [| , | . | ‘ | “ | : | ! | &] | \ cheek [ , | ‘ | ; | : || ! | ? | &] | \ jowl [ , | . | ‘ | ; | | !| ? | &] | \ chin$ [ , | . | ‘ | “ | ; | | ! | ? | & ] | \ oral [ , | . | ‘ | “ | : | | ? | & ] | \ pallate [ , | . | ‘ | “ | : | | ! | ? | &] | \ Identify the three words that will be correctly matched to this regular expression.
Answer
  • Mouth
  • Jaw
  • Cheek
  • Jowl
  • Chin
  • Oral
  • Palate

Question 4

Question
When using standard reports within the Analytics module there is a limit to what can be edited in each report. Select the two items that are editable on a standard report.
Answer
  • Schedules
  • Report Heading
  • Non Selectable Filters
  • Column Headings
  • Graphs
  • Permissions

Question 5

Question
Which three expressions use proper syntax?
Answer
  • If (incidents.assgn_acct_id IS NULL, ‘Not Assigned’, 0)
  • Date_diff(incidents.closed, incidents.created)
  • If(incidents.assign_group_id = 100460, ‘With Support’, ‘Not with Suport’)
  • Sum(if(incidents.status_id < > 2, 1, 0))
  • Avg(incidents.c&times_opened)

Question 6

Question
Select the six actions that initiate the business rules engine to run its configured logic.
Answer
  • A customer asks a question on the end user portal.
  • An agent edits contacts, incidents, organizations, or tasks.
  • A customer updates their contact details via the end-user pages.
  • An agent edits an opportunity.
  • The rules engine is updated.
  • A customer adds more information to their incident via the end-user pages
  • An agent creates or edits an answer.
  • An administrator compiles the rules engine.

Question 7

Question
In which two sections of the Customer Portal is the Guided Assistance widget available for end customers?
Answer
  • Ask a Question
  • The answers list page only
  • Any page the customer wants it placed
  • The answers detail page
  • The popular answers list page
  • They are only available when using smart assistant

Question 8

Question
Identify which option describes a valid use of the disposition field.
Answer
  • Describe the topic of knowledgebase answers
  • Describe the classification of incidents
  • The customer selected the nature of the question
  • Describe the status of the customer question

Question 9

Question
Your customer ships packages directly to customers using a track able shipping method. When an order is shipped, a tracking number is saved in an incident custom field. In order to quickly respond to customer’s questions about shipping status, your customer has requested that a hyperlink control be available on the incident workspace that will load the tracking details of the package associated with the incident when clicked. The custom field details are below: - Name: Tracking ID - Data Type: Text Field - Usage: Plain Text - Default Value: Null - Size of Field: 13 - Column Name: tracking_id - Custom Field ID: 87 The URL customer has provided for tracking is https://widgetshippers.com/trackyourpackage?id= Of the available options, select the one that satisfies your customer’s request.
Answer
  • https://widgetshippers.com/trackyourpackage?id=incidents.c$tracking_id
  • https://widgetshippers.com/trackyourpackage?id=c$tracking_id
  • https://widgetshippers.com/trackyourpackage?id=$p_icf_87
  • https://widgetshippers.com/trackyourpackage?:id=incidents.c$tracking_id
  • https://widgetshippers.com/trackyourpackage?id=$icf_c&tracking_id

Question 10

Question
Your customer wants agents to automatically receive an incident private note that explains how to handle specific responses from customers. These incidents would be identified by specific terms in the subject line. Select three steps needed to accomplish this.
Answer
  • Use an Incident Business Rule to append standard text to the uncommitted response buffer.
  • Add a workspace rule that checks for identified terms in the subject line.
  • Create Standard Text with instructions.
  • Use an Incident Business Rule to append standard text to Customer Thread.
  • Add the Standard Text as Private Note to Thread in the workspace rule.

Question 11

Question
Your customer has five different incidents queues: - Help - Tier 2 - Escaped - Accounting - VIP The Help and VIP queues have the quickest response goals. Which two configurations will ensure that an agent’s profile pulls incidents assigned these queues first using a single agent profile?
Answer
  • Create an agent profile to only work these two queues.
  • Add all five queues to the agent’s profile.
  • Add all five queues to the agent’s profile with Helper and VIP being the first two in the list.
  • Use the First Due Pull Policy
  • Use the Strict Priority Pull Policy

Question 12

Question
You have created a custom widget for a customer portal page, and the widget needs to be styled based on your customer’s branding guidelines. Identify the location where the CSS file must be placed within the file structure.
Answer
  • \euf\development\widgets\custom\{widget name}\
  • \euf\rightnow\widgets\standard\{Widget name}\
  • \euf\assets\css\{widget name}\
  • \euf\assets\themes\{theme name}\widgetCss

Question 13

Question
Your customer wants to put the information in the “answer” section of their knowledgebase article as more important than the information in the “subject” section. What two system configuration settings can be modified to increase the value of the phrases in the “answer” versus the “subject” during a search from either customer portal of the agent desktop?
Answer
  • SRCH_ATTACH_WEIGHT
  • SRCH_SUBJECT_WEIGHT
  • SRCH_BODY_WEIGHT
  • SRCH_KEY_WEIGHT
  • SRCH_PROD_WEIGHT
  • SRCH_CAT_WEIGHT
  • SRCH_DESC_WEIGHT

Question 14

Question
Your customer has over a thousand answers in their knowledgebase. The keyword search report shows that some end customers are searching, using a misspelled word returning zero results. The client does not want to edit all the answers to fix this situation. Choose the option that will fix your customer's issue.
Answer
  • Add the misspelled words to a custom field.
  • Add the misspelled words to the answer keyword.
  • Add the misspelled words to the stop word list.
  • Add the misspelled words to the alias file.

Question 15

Question
Incident #120703-002539 was submitted on Tuesday, July 3, 2012 at 1:00 pm. At what time the initial Response Due (incidents.rel_due) field be stamped using the response requirements shown?
Answer
  • At what time the initial Response Due (incidents.rel_due) field be stamped using the response requirements shown?
  • Tuesday, July 3, 2012 at 9:00 pm
  • Wednesday, July 4, 2012 at 12:00 pm
  • Thursday, July 5, 2012 at 12:00 pm
  • Thursday, July 5, 2012 at 1:00 pm
  • Saturday, July 7, 2012 at 12:00 pm

Question 16

Question
Your customer requested that you create a new report and make it available in the agent’s navigation set. You create the report and add it to the agent’s navigation set. However, the agents cannot see the new report. Select three actions you must perform to identify the reason the report does not display for the agents.
Answer
  • Request the agents to log off and log back on.
  • Check the Customize Navigation Sets selection.
  • Review the navigation set in the profile to ensure it matches the navigation set you updated.
  • Validate the Analytics permissions set for the report
  • Review the filters in the report to ensure the Assign field selection is set to Logged In.
  • Verify that profile permissions in Service has a check for “Read” under Incidents.

Question 17

Question
Your customer’s site consists of four business units using four different interfaces. To avoid any configuration changes affecting other business units they have created four test environments for all system changes to be deployed and tested for each business unit before moving and changes into production. Following the standard deployment method, how many deployments (excluding the copy between environments) must take place for the changes to be live in production, if they are customer portal changes for each of the four interfaces on each of the four environments?
Answer
  • 28
  • 30
  • 32
  • 34
  • 36
  • 38
  • 40

Question 18

Question
After an implementation of a Chinese Knowledge base, your customer notices there are some search terms that are not found when searching through the knowledgebase under any use case. You have verified that there are answers for the search terms being searched, but you also verify that answers are not being returned correctly. Identify the configuration change you would make to mitigate this problem.
Answer
  • Update the answer keyword
  • Verify that all selections of the target answer(s) contain the search terms you’re looking for.
  • Create hidden div tags inside the answer’s question section to promote the matching of a given target search term that isn’t being matched.
  • Create entries for the word and its syntax in the dictionary file.
  • Create alias and thesaurus entries with the correct target search terms.

Question 19

Question
Your customer is using standard statuses, status types, and the standard agent “My Inbox” report. Which two incident status types will show up in the agent’s “My Inbox” report?
Answer
  • Solved
  • Unresolved
  • Waiting
  • Updated

Question 20

Question
Select the two statements that describe reasons why you would link products to categories.
Answer
  • It simplifies reporting on answers and incidents products and categories
  • It allows filtered product and category lists when creating answers
  • It allows filtering of product and category menus on customer portal pages
  • It allows filtering of product and category menus on incident workspaces
Show full summary Hide full summary

Similar

Fusion HCM Essencials
Essam Sakr
Midterm 2 (Chapter 5 - 13)
Yorria Raine
120-1057-21: Oracle Project Management Cloud 2021 Implementation Essentials - Full
Daniel Cloud
1Z0-062 Oracle Admin Exam
Abdullah Albyati
Select statement
Felipe Farías
Oracle OCI 1Z0-997-21
Jorge Luis Hidalgo Herrera
ARCS_V2
Preston Oakes
Tuning de Banco de Dados Oracle
Diego Melo
Indexes
souravi sinha
Outer Joins
souravi sinha
Oracle Database SQL Language Reference
Jason Shanks