Final study deck Flashcards

1
Q

Your customer identified that their current capacity indicators for major and critical capacity levels need to be modified. Which step must you take to solve this issue?

A) Go to Configuration > Capacity Categories and add or edit time slots.

B) Go to Configuration > Display and modify the “Quota Settings”.

C) Go to Configuration and add a new Capacity Category.

D) Go to Configuration > Business Rules and modify the Capacity intervals.

A

B) Go to Configuration > Display and modify the “Quota Settings”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What happens when you enable the assignment parameter “Limit work by points”?

A) If resources have shifts assigned to them with point values, routing will not assign activities whose cumulative point total exceeds the shift point value.

B) Routing will not assign a given activity if that activity’s point value exceeds the resource’s maximum personal point limit.

C) Routing will use each activity’s unique point value to prioritize assignment of higher point activities over lower point activities.

D) If a resource has a point value configured on their Resource Information screen, routing will limit assignment of additional activities if the cumulative point total exceeds the resource’s point limit

A

A) If resources have shifts assigned to them with point values, routing will not assign activities whose cumulative point total exceeds the shift point value.

Please read below —–
It limits the number of activities assigned to a resource based on the maximum points allowed within a resource’s shift. You must also enable Points Support in Business Rules.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which option is correct when “Sharing of the skill in Teamwork” is set to “Summary” for the technicians that have the option to share skills?

A) The team gets the total sum of work skill levels of all the team members.

B) The team gets the maximal work skill level of all the team members.

C) The team gets the total sum of work skill levels of just one of the team members.

D) The assigned work skill assigned to a member does not affect the skills of the team.

A

A) The team gets the total sum of work skill levels of all the team members.

Summary is everyone on the teams skill level combined
Maximal - highest persons skill on team
minimal - lowest persons skill on team
No sharing - team leaders skill level

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Your customer has technicians in the field and at times they need to move an activity to another technician using Collaboration. How do you enable this functionality for your customer?

A) Enable the “Allow activity move from non-scheduled pool to scheduled one” for the “Technician” User Type.

B) Enable the ‘Allow activity move via chat” for the “Technician” User Type.

C) Enable the “Allow activity reschedule / move to non-scheduled pool” for the “Technician” User Type.

D) Enable the “Allow inventory move via chat” for the “Technician” User Type.

A

B) Enable the ‘Allow activity move via chat” for the “Technician” User Type.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A company needs their field workers to be able to install inventory once an activity is in ‘Started’ status. Which screen configuration option supports this requirement?

A) Enable the ‘Install’ action within the Edit/View Activity context.

B) Enable the ‘Install’ action within the Inventory Grid context.

C) Enable the ‘Install’ action within the Add/Details Inventory context.

D) Enable the ‘Install’ action within the Start Activity context.

A

B) Enable the ‘Install’ action within the Inventory Grid context.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which three options are valid ‘Units of measure’ in a Resource Type’s ‘Load Threshold’ section, that are used to determine how the icons are displayed in the Dispatch Console based on the resource’s current load?

A) Hours

B) Travel time cost

C) Time percent

D) Number of activities

E) Working hours cost

F) Overtime cost

A

A) Hours

C) Time percent

D) Number of activities

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which statement is correct regarding Time Slots?

A) is a configured interval that defines when an activity has to be started

B) is the time window promised to the customer within which an activity must be finished

C) is the time window promised to the customer within which an activity must be finished; automatically assigned by the OFSC Routing Engine

D) is an interval that defines when an activity has to be started; automatically assigned by the OFSC Routing Engine

A

I think its A but i dunno
Time slots define when a technician should arrive and start an activity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Which two statements are true regarding the correlation between launch conditions and message scenarios within OFSC?

A) A given message scenario can only include one launch condition at a time.

B) A given message scenario can include multiple launch conditions simultaneously.

C) A given launch condition can only be assigned to one message scenario at a time.

D) A given launch condition can be assigned to multiple message scenarios simultaneously.

A

B) A given message scenario can include multiple launch conditions simultaneously.

C) A given launch condition can only be assigned to one message scenario at a time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The “Activity has not been started X minutes after ETA” display warning is set to 10 minutes. An activity’s ETA is 9:00, the current time is 9:20 and the activity has not yet been started.

Which warning will take place as a result of that configuration setting?

A) The activity turns red

B) The activity turns red, a Resource Tree warning appears, and a message scenario is launched (if configured).

C) The activity turns red and a Resource Tree warning appears.

D) A Resource Tree warning appears and a message scenario is launched (if configured).

A

D) A Resource Tree warning appears and a message scenario is launched (if configured).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A customer is planning on managing as many of their Oracle Field Service Cloud (OFSC) configuration elements as possible via the Metadata REST API. Which three objects can be both retrieved and created/modified via the Metadata API?

A) Properties

B) Applications

C) Capacity Areas

D) Capacity Categories

E) Organizations

A

B) Applications

C) Capacity Areas

D) Capacity Categories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A company wants its technicians to be able to look for and pick up activities within a 10-mile radius of their current location. What setting is required to support this 10-mile restriction?

A) Set the Center Point Home Zone radius in the route plan to 10 miles.

B) Set the Nearby Radius parameter on the Business Rules screen to 10 miles.

C) Enable the technician to select the “Show Resource Location on the Map” option in the map view in OFSC Mobility with a 10-mile filter selection.

D) Create an activity filter with the condition: radius = 10 and enable the technician to be able to use that activity filter in OFSC Mobility.

A

B) Set the Nearby Radius parameter on the Business Rules screen to 10 miles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A customer plans to use the Core REST API ‘bulkUpdate’ command for loading activities into Oracle Field Service Cloud (OFSC). Which two statements are correct regarding how OFSC processes these requests?
(Choose two.)

A) If no activity is found matching the key field value in the request, then a new activity will be created.

B) The request is processed as a single transaction, meaning if one activity fails to process, then the entire transaction fails.

C) If no activity is found matching the key field value in the request, then the transaction fails and returns an error.

D) The request is processed as multiple transactions, meaning one cloud fail while others process successfully

A

A) If no activity is found matching the key field value in the request, then a new activity will be created.

D) The request is processed as multiple transactions, meaning one cloud fail while others process successfully

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

An Oracle Field Service Cloud (OFSC) Enterprise customer has decided to provide their technicians with access to a map layer showing real-time traffic updates.

The User Type for those technicians has been updated with the ‘Use real-time traffic data’ feature enabled, and all activities will have resolved coordinates provided when they are created.

Which two statements are correct regarding that those technicians will experience when signed into the OFSC Core Application with that feature enabled?

A) When the technician completes an activity, only the travel duration to their next activity will be updated with real-time traffic data.

B) Upon route activation, the travel durations to all of the activities along their route will be updated with real-time traffic data.

C) Upon route activation, only the travel duration to their first activity will be updated with real-time traffic data.

D) When the technician completes an activity, the travel durations to the rest of the activities along their route will be updated with real-time traffic data.

A

C) Upon route activation, only the travel duration to their first activity will be updated with real-time traffic data.

D) When the technician completes an activity, the travel durations to the rest of the activities along their route will be updated with real-time traffic data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

condition-driven launch conditions use with PCC messages

A

ETA
delivery window start
service window start

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Your customer does not want to manage work zone assignments for each individual technician resource because all technicians can work in the same areas without bias or preference.

Which two options fulfill that customer requirement?

A) Create a single work zone group, with all zones included in the group, and assign it to the highest level in the resource tree.

B) Create a single work zone with no work zone keys and assign it to all resources

C) Deselect “work zone support” in the routing plan configuration screen for all routing plans.

D) Deselect “work zone support” in Business Rules to disable routing consideration of zones entirely.

E) Assign all work zones at the parent level in the Resource Tree.

A

A) Create a single work zone group, with all zones included in the group, and assign it to the highest level in the resource tree.

E) Assign all work zones at the parent level in the Resource Tree.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Your customer offers a “triple play” service where an installation requires three work skills: “Cable”, “Internet”, and “Phone”. To accommodate this service, a work skill group has been set up called “Triple Play”, and it includes each of those three skills with levels of 100.

This work skill group is assigned to all technicians, and it is also associated with a “Triple Play” capacity category. One of the technicians named Billy Bishop also has the “Cable” work skill individually assigned with a level of 50.

Which two statements are true effect this configuration has on activity assignments and capacity management?

A) An activity with a single work skill “Cable”, with a “Required” level of 100, can be automatically assigned to Billy Bishop.

B) An activity with a single work skill “Cable”, with a “Required” level of 100, will consume capacity, from the “Triple Play’ capacity category

C) An activity with a single work skill “Cable”, with a “Required” level of 100, will not be automatically assigned to Billy Bishop.

D) An activity with a single work skill “Cable”, with a “Required” level of 100, will not consume capacity from the “Triple Play” capacity category.

A

B) An activity with a single work skill “Cable”, with a “Required” level of 100, will consume capacity, from the “Triple Play’ capacity category

C) An activity with a single work skill “Cable”, with a “Required” level of 100, will not be automatically assigned to Billy Bishop.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Your customer noticed a message that sometimes appears when they are moving activities between resources. The message reads “Soft skill mismatch” and the customer wants it changed to read “Resource does not meet Preferable work skill level”.

Which option fulfills that requirement?

A) From the Glossary, update the wording for the “Soft skill mismatch” entry within the “Move Activity to Resource Alert” category.

B) From My Display, enable “Show Placeholder IDs”, then turn the Glossary Editor on. When the original message appears when moving an activity, click the ID of the message and modify it to the new terminology.

C) From the Glossary, update the wording for the “Soft skill mismatch” entry within the “Move Activity Result” category.

D) From the Glossary, update the wording for the “Soft skill mismatch” entry within the “Activity Warning” category.

A

A) From the Glossary, update the wording for the “Soft skill mismatch” entry within the “Move Activity to Resource Alert” category.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

A customer wants to integrate OFSC with their existing DBaaS instance. Which option lists the steps necessary to take to set up the real-time transfer of OFSC data directly into DBaaS?

A) Create an outbound integration channel for DBaaS, select the data set entities specifying ‘realtime’ as the data transfer option, then add fields to the entities.

B) Create an outbound integration channel for DBaaS, select the data set entities specifying ‘once daily’ as the data transfer option, then add fields to the entities.

C) Clone the Daily Extract outbound integration channel as a DBaaS channel, select the data set entities specifying ‘once daily’ as the data transfer option, then add fields to the entities.

D) Clone the Daily Extract outbound integration channel as a DBaaS channel, select the data set entities specifying ‘real-time’ as the data transfer option, then add fields to the entities.

A

A) Create an outbound integration channel for DBaaS, select the data set entities specifying ‘realtime’ as the data transfer option, then add fields to the entities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

A company has a policy in which all of their technicians’ working days will begin once they arrive at their first jobs, and end at the office depot after their last jobs. Resource ‘start’ locations are set to their home addresses and ‘end’ locations are set to the office depot address.

What Resource Type settings ensure that routing will support this requirement?

A) ‘Working Time includes the Travel Time to the first activity’ and ‘Working Time does not include the Travel Time from the last activity to the Resources End Locations’ are selected.

B) ‘Working Time does not include the Travel Time to the first activity’ and ‘Working Time includes the Travel Time from the last activity to the Resources End Location’ are selected.

C) ‘Working Time does not include the Travel Time to the first activity’ and ‘Working Time does not include the Travel Time from the last activity to the Resources End Location’ are selected.

D) ‘Working Time includes the Travel Time to the first activity’ and ‘Working Time includes the Travel Time from the last activity to the Resources End Location’ are selected.

A

B) ‘Working Time does not include the Travel Time to the first activity’ and ‘Working Time includes the Travel Time from the last activity to the Resources End Location’ are selected.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

*A customer has a requirement that as part of the process of a resource completing an activity, a report in .PDF format containing the activity completion details be generated automatically.

How can this be correctly achieved?

A) Configure the custom report within a Dashboard and retrieve it via the Core API at the time of activity completion

B) Develop a javascript plug-in to generate the .PDF report at the time of activity completion.

C) Add the custom report to a Dashboard in OFSC, where it can be scheduled and downloaded.

D) Add the ‘create_report’ action to the ‘End Activity’ screen context and configure it to generate in .PDF format.

A

A) Configure the custom report within a Dashboard and retrieve it via the Core API at the time of activity completion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

Which statement is true regarding Travel Areas in OFSC?

A) A Travel Area can be assigned to a bucket or a resource.

B) Travel Areas define a company’s serviceable geography and are made up of groups of work zones.

C) Travel between work zones within different Travel Areas will not be calculated for statistical use.

D) A given work zone can be assigned to multiple Travel Areas.

E) Statistics are calculated using the travels between Travel Areas.

A

B) Travel Areas define a company’s serviceable geography and are made up of groups of work zones.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

A company needs their mobile workers to be able to see which unassigned activities are located within a specific radius of their own location so that they can potentially assign and perform those jobs if they happen to have time along their routes.

Which option addresses that configuration requirement?

A) Add the ‘Nearby Activities’ action to the Activity List context for the mobile workers’ User Type and set the specific radius via the ‘Nearby Radius’ parameter on the Business Rules screen.

B) Enable the ‘Nearby Activities’ screen within the Main Menu context for the mobile workers’ User Type and set the specific radius via the ‘Nearby Radius’ parameter on the Business Rules screen.

C) Enable the ‘Nearby Activities’ screen within the Main Menu context for the mobile workers’ User Type and set the specific radius via the ‘Nearby Radius’ parameter on the Display screen.

D) Add the ‘Nearby Activities’ action to the Activity List context for the mobile workers’ User Type and set the specific radius via the ‘Nearby Radius’ parameter on the Display screen.

A

A) Add the ‘Nearby Activities’ action to the Activity List context for the mobile workers’ User Type and set the specific radius via the ‘Nearby Radius’ parameter on the Business Rules screen.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which two Resource Type roles offer the ability for routing to assign activities?
(Choose two.)

A) Field Resource

B) Tool

C) Bucket

D) Vehicle

E) Organization Unit

A

A) Field Resource

C) Bucket

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Which two default attributes serve as stand-alone keys for work zones?

A) Completion Code

B) Service Code

C) Zip code

D) Fault code

E) Travel area

F) City

A

C) Zip code

F) City

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

Which option must you select when you are associating a preconfigured calendar to a resource that is made up of a combination of shifts and nonworking time?

A) Add working time to a resource’s calendar.

B) Add a shift override to a resource’s calendar.

C) Add a work schedule to a resource’s calendar.

D) Add a shift to a resource’s calendar.

A

C) Add a work schedule to a resource’s calendar.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

A customer is using the following within the “get_capacity” request of the SOAP Capacity API.

<date>2017-05-10</date>

<date>2017-05-15</date>

<location>general</location>

Given the body of the request, which statement is true regarding the dates that will be returned in the response?

A) The customer will obtain results for dates May 10th and May 15th.

B) The customer will obtain results for dates between May 10th and May 15th, both inclusive.

C) The customer will obtain results for dates between May 10th and May 15th, excluding May 15th.

D) Only if there is quota available, the customer will obtain results for dates between May 10th and May 15th.

A

B) The customer will obtain results for dates between May 10th and May 15th, both inclusive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

Your customer is using SLAs for some Activity Types. The <sla_window_start> parameter is empty when sending those activities to OFSC via API. Which statement is true?</sla_window_start>

A) OFSC will set the start date depending on the Customer contract rules set within OFSC.

B) OFSC will use the Activity Creation Date as the SLA start.

C) OFSC always uses the Activity Creation Date as the SLA start date.

D) OFSC will use available capacity to determine the most suitable start date.

E) OFSC will not create the activity, and an error will be returned in the API response.

A

B) OFSC will use the Activity Creation Date as the SLA start.

28
Q

Which two statements are correct regarding Delivery Windows in Oracle Field Service Cloud (OFSC)?

A) Delivery Windows are enabled per Resource Type calculations.

B) Delivery Windows are calculated for all Activity Types by default.

C) Delivery Windows are enabled and calculated per Activity Type configurations.

D) Delivery Windows are configurable by size and granularity as a global setting in OFSC.

E) Delivery Windows are configurable by size and granularity by Activity Type.

A

C) Delivery Windows are enabled and calculated per Activity Type configurations.

D) Delivery Windows are configurable by size and granularity as a global setting in OFSC.

29
Q

Which two statements are correct regarding activity duration estimations?

A) An activity’s estimated duration will never change if the activity gets reassigned from one technician to another.

B) Historical data is not relevant for any activity duration calculations.

C) The durations of completed activities are the only ones used for future estimations.

D) An Activity Type’s “default duration” is applied when there are not enough learned statistics to use for estimations.

E) Travel statistics can influence activity duration estimations.

A

D) An Activity Type’s “default duration” is applied when there are not enough learned statistics to use for estimations.

C) The durations of completed activities are the only ones used for future estimations.

30
Q

A customer wants to create a message scenario that, when launched, sends an email to the address of the immediate parent of the resource the activity is assigned to within the Oracle Field Service Cloud (OFSC) organizational hierarchy.

Which describes the correct message scenario configuration to support this requirement?

A) In the Step Info section of the message scenario, select Recipient: ‘Customer’, Delivery Channel: ‘Email’.

B) In the Step Info section of the message scenario, select Recipient: ‘Resource’, Delivery Channel: ‘Email1.

C) In the Step Info section of the message scenario, select Recipient: ‘Use static address’, Delivery Channel: ‘Email’; In the Message Pattern section, enter the resource’s email address property label.

D) In the Step Info section of the message scenario, select Recipient: ‘Dispatcher’, Delivery Channel ‘Email’.

A

B) In the Step Info section of the message scenario, select Recipient: ‘Resource’, Delivery Channel: ‘Email1.

31
Q

*Your customer wants their technicians to see the same activity data in their Service within their Activity List in OFSC Mobility. Which configuration supports this requirement?

A) Add the “Activity” property to the Request Grid context in Mobility.

B) Add the appropriate activity properties to the “Identify service request by” identifier context.

C) Add the appropriate activity properties to the Request Grid context in Mobility.

D) Add the “Activity” property to the “Identify service request by” identifier context.

A

D) Add the “Activity” property to the “Identify service request by” identifier context.

32
Q

A company has technicians in a local Austin office in the United States, which has been configured as a bucket within Oracle Field Service Cloud (OFSC).

They want all of their technicians to be able to work within the AUSTIN_SOUTHWEST work zone, but also need just the technicians Sandra Bernstein and Larry Johnson to be able to work within the AUSTIN_NORTHWEST work zone as well.

Which work zone configuration option meets these requirements?

A) Assign the AUSTIN_SOUTHWEST work zone to the Austin bucket.

B) Assign the AUSTIN_SOUTHWEST work zone to the Austin bucket and also set the AUSTIN_NORTHWEST work zone individually on Sandra Bernstein and Larry Johnson’s resource records.

C) Assign the AUSTIN_SOUTHWEST work zone to the Austin bucket and also set the AUSTIN_NORTHWEST and the AUSTIN_SOUTHWEST work zones individually on Sandra Bernstein and Larry Johnson’s resource records.

D) Assign both the AUSTIN_SOUTHWEST and the AUSTIN_NORTHWEST work zones to the Austin bucket.

A

C) Assign the AUSTIN_SOUTHWEST work zone to the Austin bucket and also set the AUSTIN_NORTHWEST and the AUSTIN_SOUTHWEST work zones individually on Sandra Bernstein and Larry Johnson’s resource records.

33
Q

A scheduler has created center-points for the technicians located in a regional office. The requirement is for these technicians to predominantly stay strictly within the 5- mile radius when receiving Job assignments.

Which configuration puts the most restrictions on the radius for the technicians?

A) Home zone radius = 5 miles with overstep weight 4

B) Home zone radius = 5 miles with overstep weight 600

C) Home zone radius = 5 miles with overstep weight 2000

D) Home zone radius = 5 miles with overstep weight 9999

A

D) Home zone radius = 5 miles with overstep weight 9999

34
Q

Your customer wants to integrate OFSC with Oracle Knowledge Advanced Cloud.

What are the two main steps that must be taken as part of the integration process to allow Oracle Knowledge Advanced Cloud content to be accessed from the OFSC application?

A) Field personnel must be assigned Service Cloud access via the Service Portal interface.

B) The administrator or web developer must configure the Oracle Service Cloud Customer Portal to use the appropriate pages and widgets for displaying Oracle Knowledge Advanced features in the OFSC user interface.

C) The administrator must configure the Oracle Knowledge access settings in OFSC.

D) The administrator or web developer must configure the Service Portal to display the Oracle Knowledge Advanced features.

E) The administrator or web developer must configure an OIC platform instance to bridge the Oracle Service Cloud and OFSC instances.

A

B) The administrator or web developer must configure the Oracle Service Cloud Customer Portal to use the appropriate pages and widgets for displaying Oracle Knowledge Advanced features in the OFSC user interface.

C) The administrator must configure the Oracle Knowledge access settings in OFSC.

35
Q

A dispatcher needs to be able to quickly see which contractor technicians working an 8 AM – 5 PM shift have started working for the current day. How do you configure the system to support this requirement?

A) Configure a resource filter with the conditions: ‘Resource Type in Contractor’, ‘Shift in 8 AM – 5 PM’, and ‘Activated is not null’ for use within the List/Time/ Map/Daily views.

B) Configure the Resources list to ensure that values for the ‘Show/Hide Resources with Activated Queues’ and ‘Resource Type’ filters can be selected.

C) Enable the Messages report within a Dashboard, which can be filtered by the ‘Activate’ launch condition and ‘Resource Type’ for the current date.

D) Create a step within a Message Scenario to set an ‘Activated’ custom property for the resource whenever the 8 AM – 5 PM shift is assigned.

A

A) Configure a resource filter with the conditions: ‘Resource Type in Contractor’, ‘Shift in 8 AM – 5 PM’, and ‘Activated is not null’ for use within the List/Time/ Map/Daily views.

36
Q

A supervisor notices that some of the actions and status changes of technicians that work an 11 PM - 4 AM shift are being included in the next day’s daily extract file. The supervisor must have those actions included in the previous day’s daily extract.

What must be configured to enable those actions to be included in the previous day’s daily extract?

A) Set the Overnight work value to 4 hours past midnight on the Business Rules screen.

B) Set the BICS Settings on the Daily Extract screen to reflect the previous day.

C) Add the “Shift” property to the resource daily extract configuration.

D) Add the “Activity by Statuses” report to the Schedule Report menu item.

A

A) Set the Overnight work value to 4 hours past midnight on the Business Rules screen.

37
Q

A customer has the following Outbound Integration Channel requirements for data associated with the Activity Fields entity;

  • For the Daily Extract channel, include the fields Activity ID, Activity Date, Activity Status, Customer Name, and the Activity Resolution Reason Code custom property.
  • For the BICS channel, include the same fields, but the columns associated with the Activity ID and Activity Status fields should be Appointment ID and Appointment Status respectively.
  • For the DBaaS channel, include the fields and naming conventions listed for the BICS channel, but also add the fields Resource ID and Route ID.

Which approach must be taken to accomplish these goals?

A) Create one Outbound Integration Channel for the Daily Extract and BICS, and a second, separate one for the DBaaS channel.

B) Explain to the customer that it cannot be done; the fields for each entity must be consistent across the different channels.

C) Create separate Outbound Integration Channels for each, specifying the different field and naming convention requirements.

D) Create a Single Outbound Integration Channel to be shared between all three; change the c names and add the additional fields for each integration as appropriate

A

C) Create separate Outbound Integration Channels for each, specifying the different field and naming convention requirements.

38
Q

Your customer wants help configuring a message scenario that, when launched, populates a proper* (A_TIME) with the time the message was created (message_time_of_creation).

What must be entered in the subject and body of the message pattern to support this requirement?

A) The message subject should be: A.TIME.
The message body should be: {message_time_of_creation}.

B) The message subject should be: message_time_of_creation. The message body should be: A^TIME.

C) The message subject should be: {message_time_oLcreation}. The message body should be: {A_TIM£}.

D) The message subject should be: {A_TIME}.
The message body should be: {message_time_of_creation}.

E) The message subject should be: {A_TIME}.
The message body should be: message_time_of_creation.

A

D) The message subject should be: {A_TIME}.
The message body should be: {message_time_of_creation}.

39
Q

A new Activity Type Group called ‘Low Priority Work1 has been created in Oracle Field Service Cloud (OFSC) and a number of Activity Types from the ‘Customer’ group have been moved into this new group.

You have been tasked to change the Time Slot for these Activity Types to ‘All-Day’ because they are low priority. How do you configure this via the Activity Types screen?

A) Select the first Activity Type within the group, click ‘Modify’ and set Time Slot to ‘All-Day’. Then use the ‘Clone’ function to update the remaining Activity Types.

B) Select the Activity Types within the group, and then click Time Slot and choose ‘AllDay’.

C) Modify the ‘Low Priority Work’ group and set the Time Slot to ‘All-Day’.

D) For every Activity Type you need to modify, click the ‘Modify’ action and select the ‘All-Day’ Time Slot for them.

A

D) For every Activity Type you need to modify, click the ‘Modify’ action and select the ‘All-Day’ Time Slot for them.

40
Q

Which two statements are correct regarding String and Integer property types?

A) Integer property types can be used for check box elements, whereas String property types can be used for phone numbers or email addresses

B) Both property types can contain alphanumeric characters and punctuation

C) Both property types can contain Geolocation elements

D) Both property types can include regular expressions

A

A) Integer property types can be used for check box elements, whereas String property types can be used for phone numbers or email addresses

D) Both property types can include regular expressions

41
Q

A customer wants to ensure that their OFSC users’ passwords are unique and as secure as possible Which four options are available in OFSC for making passwords unique?

A) Password must contain special symbols.

B) Password must contain letters.

C) Password must not contain personal details.

D) Password must not contain more than X characters.

E) Password must differ from old password.

F) Password must contain upper and lowercase letters.

A

A) Password must contain special symbols.

C) Password must not contain personal details.

E) Password must differ from old password.

F) Password must contain upper and lowercase letters.

42
Q

You are creating a new String property for field technicians to capture a customer’s email address and want to be sure that any entries are in a valid format. Which step is required to force a valid email address?

A) Enter an appropriate regular expression to validate entries.

B) Add a property hint that explains the proper format.

C) Enter the appropriate XSL transformation code to force valid entries.

D) Choose “Email” from the GUI drop-down list.

A

A) Enter an appropriate regular expression to validate entries.

everything that I’ve read just says “Email” from GUI drop-down list is clickable, not read/write.

43
Q

Your customer requires the option for supervisors to “supervise” Junior engineers as they are performing certain activities.

For this functionality, you have created a new “Supervision” internal activity to manually link these activities so they start at the same time by different resources.

Which option is a valid way to configure this?

A) Create a new (related) Link Template with default values.

B) Create a new (simultaneous) Link Template with default values.

C) Create a new (related) Link Template with “Different Resources” Assignment Constraint.

D) Create a new (simultaneous) Link Template with “Different Resources” Assignment Constraint.

A

D) Create a new (simultaneous) Link Template with “Different Resources” Assignment Constraint.

Creating a related link template could be used more for QA, follow up after initial appt.

44
Q

A customer wants to change the information that displays in the Collaboration window when an activity is dragged into it. What needs to be modified to ensure that the preferred activity properties appear?

A) the ‘Activity hint’ context

B) the ‘Identify activity by’ context

C) the ‘Activities’ context

D) the ‘Activity details in chat’ context

A

D) the ‘Activity details in chat’ context

45
Q

Which two customer requirements are solved using work skills?

A) Activity assignments do not result in overtime.

B) Activities that have building access restrictions are only routed to resources that have access to the building.

C) The expertise required to perform an activity

D) The expertise of a resource

A

C) The expertise required to perform an activity

D) The expertise of a resource

46
Q

A customer has chosen to override learned activity durations for a period of time, after which they will revert bads; to having Oracle Field Service Cloud (OFSC) provide duration estimations based on learned behavior.

Which statement is accurate regarding how the statistics override option works?

A) An activity duration overrides can be applied for a type of activity even if a given resource has not yet completed an activity of that type.

B) Even though an activity duration override is in effect, OFSC still compiles statistically learned values from reported field activities.

C) OFSC will begin updating statistically learned values from reported field activities once the override has stopped.

D) Activity duration overrides can only be started or stopped manually within the OFSC Core Application.

A

C) OFSC will begin updating statistically learned values from reported field activities once the override has stopped.

47
Q

A dispatcher notices that there are a lot of yellow dots within the resource trace route on the map of their technicians. Upon investigation, they find out that their technicians occasionally have to stop for about five minutes to verify the equipment in their truck en-route to a customer site.

It is determined that this Is acceptable behavior and should not be flagged on the resource trace. Which configuration setting will ensure that these 5-minute stops along the route do not result in yellow dots displaying on the Map view?

A) Set the ‘Departure/Parking time = 15 minutes’ on the Statistics configuration screen.

B) Set ‘Resource is considered idle if remains at the same location for more than 15 minutes and does not have started activity’ on the Business Rules configuration screen.

C) Deselect ‘Use durations reported to enhance company-wide estimations’ setting on the Resource Type configuration screen.

D) Set ‘Resource is considered to be at the activity location if the distance to it is less than 100 meters’ on the Business Rules configuration screen.

A

B) Set ‘Resource is considered idle if remains at the same location for more than 15 minutes and does not have started activity’ on the Business Rules configuration screen.

48
Q

You need to configure a property to display a list of a customer’s current subscribed services on your technician’s mobile device in an easily readable table format. How do you accomplish this?

A) Create a String property and use a Regular Expression to set the format of the table.

B) Create a File property and use a Regular Expression to set the format of the table.

C) Create a String property and use the Regular Expression and XSL Transformation fields.

D) Create a String or File property and use the Regular Expression and XSL Transformation fields.

E) Create a File property and use the Regular Expression and XSL Transformation fields.

A

C) Create a String property and use the Regular Expression and XSL Transformation fields.

49
Q

Your customer identified that their current capacity indicators for major and critical capacity levels need to be modified. Which step must you take to solve this issue?

A) Go to Configuration > Capacity Categories and add or edit time slots.

B) Go to Configuration > Display and modify the “Quota Settings”.

C) Go to Configuration > Business Rules and modify the Capacity intervals.

D) Go to Configuration and add a new Capacity Category.

A

B) Go to Configuration > Display and modify the “Quota Settings”.

50
Q

The Display setting “Idle Time Minimum” is set to 5 mins. What is the consequence of this setting?

A) The mobile resource’s alert panel will show an alert for occurrences of idle time estimated to exceed 5 mins in duration on the route.

B) Idle time estimated to be below 5 mins in duration will not be shown as idle time on the OFSC Mobility time view.

C) Idle time that exceeds 5 mins in duration that is prior to an activity will cause that activity to show a red “jeopardy” color in OFSC Mobility.

D) Idle time that is estimated to be less than 5 mins in duration in the OFSC Mobility time view will be shown as 5 mins in duration.

A

B) Idle time estimated to be below 5 mins in duration will not be shown as idle time on the OFSC Mobility time view.

51
Q

A Company has a policy that “Gas Leak” and “Repair” Activity Types must be scheduled immediately to the nearest field resource. In addition, the company needs to ensure that the system routes gas leaks with a higher priority than repairs.

What configuration must be used to support this requirement?

A) Create a route plan with the cost of not assigning set higher for “Gas Leak” than “Repair” and set the run schedule to Run Routing = Recurrent and Interval = 1 min.

B) Set the Activity Priority in the Business Rules screen to Property = Activity Type, Urgent = Gas Leak, Repair. Set the route plan run schedule = immediately.

C) Set a message step that updates the Resource ID property on the activity with the ID of the closest resource to the job when the activity is added to the bucket.

D) Set the Activity Priority in the Business Rules screen to Property = Activity Type, Urgent = Repair, Gas Leak. Set the route plan run schedule = immediately.

A

A) Create a route plan with the cost of not assigning set higher for “Gas Leak” than “Repair” and set the run schedule to Run Routing = Recurrent and Interval = 1 min.

52
Q

Which option enables a user to enter a value of their choice when creating a filter for use within the OFSC management views?

A) Ensure that the assigned User Type has read/write access to the Filters configuration screen.

B) Select the “Dynamic” option when specifying the filter conditions.

C) Ensure that the filter is listed in the Restrictions and Filters section of the assigned User Type.

D) Deselect the “Dynamic” option when specifying the filter conditions.

A

B) Select the “Dynamic” option when specifying the filter conditions.

53
Q

Which two statement are correct regarding activity assignment via Collaboration?
(Choose two.)

A) An activity dragged and dropped into a Collaboration chat with a resource can be automatically assigned without the resource having to accept it.

B) An activity broadcasted via Collaboration as part of any type of routing plan schedule gets assigned to the first technician to accept it.

C) An activity dragged and dropped into a Collaboration chat with a resource must be accepted by that resource in order for it to be assigned.

D) An activity broadcasted via Collaboration as part of an Immediate routing plan schedule gets assigned to the first technician to accept it.

A

C) An activity dragged and dropped into a Collaboration chat with a resource must be accepted by that resource in order for it to be assigned.

D) An activity broadcasted via Collaboration as part of an Immediate routing plan schedule gets assigned to the first technician to accept it.

54
Q

Your customer is currently closing booking automatically for their Capacity Categories but they want to be able to close booking per work zone because some of their work zones require additional work preparations.

Which step is required to enable this functionality?

A) Under Quota > View > Configuration, enable “Allow closing booking on work zone level” for every capacity-enabled bucket.

B) Under Business Rules, enable “Allow closing booking on work zone level”.

C) If “Work Zone support” is enabled on Business Rules, there are no additional steps required to enable closure of booking per work zone.

D) Under Resource & Bucket Info, enable “Allow closing booking on work zone level” for every capacity-enabled bucket.

A

A) Under Quota > View > Configuration, enable “Allow closing booking on work zone level” for every capacity-enabled bucket.

55
Q

A company has a policy that even if they route a full day’s work to a technician, they would only like to reveal the next two activities on the technician’s route on their mobile device.

How do you use filters to satisfy this requirement?

A) Create an activity filter with “Position in route < 2” and set the filter in the Restriction and Filters tab for the User Type of the technician.

B) Create an activity filter with “Activity location < 2” and set the filter in the Restriction and Filters tab for the User Type of the technician.

C) Create an activity filter with “Pending Activity Order in 1,2” and set the filter in the Restriction and Filters tab for the User Type of the technician.

D) Create an activity filter with “Activity Scheduled in 1,2” and set the filter in the Restriction and Filters tab for the User Type of the technician.

see Answer.

A

Create an activity filter with
Resource: Resource Type in Technician
Activity Schedule? is not empty
Pending Activity Order >= 0
Pending Activity Order <= 2

56
Q

A customer is currently closing booking automatically by capacity category within all of their Capacity Areas, but they also want to be able to close booking per work zone because some of their work zones require additional preparations.

Which step is required to enable this functionality?

A) On the Resources screen for each Capacity Area, enable the ‘Allow closing of booking on work zone level’ feature.

B) If ‘Work Zone support’ is enabled on the Business Rules screen, there are no additional steps required to enable closure of booking per work zone.

C) On the Quota Configuration screen for each Capacity Area, enable the ‘Allow closing of booking on work zone level’ feature.

D) On the Business Rules screen, enable ‘Allow closing of booking on work zone level’.

A

C) On the Quota Configuration screen for each Capacity Area, enable the ‘Allow closing of booking on work zone level’ feature.

57
Q

A customer has a few back office workers that need to be able to move certain activities to field technicians regardless of whether those technicians have the corresponding work skills that the jobs require or not.

Which configuration option ensures that those workers have the ability to override potential work skill mismatches when moving activities to field technicians?

A) Enable the ‘Ignore work zones / work skills mismatch on activity moves’ feature for the User Type (s) that those back office workers are assigned.

B) Enable the ‘Ignore work zones / work skills mismatch on activity moves’ feature for the Activity Type(s) that require the override ability.

C) Enable the ‘Ignore work zones / work skills mismatch on activity moves’ feature for the Resource Type(s) that those back office workers are assigned.

D) Enable the ‘Ignore work zones / work skills mismatch on activity moves’ feature for the Resource Type(s) of the field technicians to which the activities could be moved.

A

A) Enable the ‘Ignore work zones / work skills mismatch on activity moves’ feature for the User Type (s) that those back office workers are assigned.

58
Q

Which three Resource Type Roles can share work skills, inventory, and geolocation in teamwork?

A) Vehicle

B) Bucket

C) Organization Unit

D) Field Resource

E) Tool

A

A) Vehicle

D) Field Resource

E) Tool

59
Q

When creating a filter for use within the List/Time/Map/Daily screens in Oracle Field Service Cloud (OFSC), which option specifically enables a user interacting with the filter on those screens to enter a value of their choice?

A) Select the ‘Contains’ operator option when specifying the filter conditions.

B) Select the ‘Is not empty’ option when specifying the filter conditions.

C) Select the ‘In’ operator option when specifying the filter conditions.

D) Select the ‘Dynamic’ option when specifying the filter conditions.

A

D) Select the ‘Dynamic’ option when specifying the filter conditions.

60
Q

A field technician has been assigned a scheduled, but not-ordered activity that they need to perform later in a given day. Their company has a policy that requires their technicians to perform some advance testing as an administrative task prior to beginning work on these types of activities.

Which option enables them to account for their time performing these tasks?

A) Add a new ‘Prework’ custom property to the ‘Edit/View activity’ context in Oracle Field Service Cloud (OFSC).

B) Select the ‘Prework’ action from within the activity record in Oracle Field Service Cloud (OFSC).

C) Create a ‘start-before’ link template between the preliminary work and the scheduled work.

D) Create a ‘start-after’ link template between the preliminary work and the scheduled work.

A

A) Add a new ‘Prework’ custom property to the ‘Edit/View activity’ context in Oracle Field Service Cloud (OFSC).

61
Q

An Oracle Field Service Cloud (OFSC) Enterprise customer has decided to provide their technicians with access to a map layer showing real-time traffic updates.

The User Type for those technicians has been updated with the ‘Use real-time traffic data’ feature enabled, and all activities will have resolved coordinates provided when they are created.

Which two statements are correct regarding that those technicians will experience when signed into the OFSC Core Application with that feature enabled?

A) When the technician completes an activity, only the travel duration to their next activity will be updated with real-time traffic data.

B) Upon route activation, the travel durations to all of the activities along their route will be updated with real-time traffic data.

C) When the technician completes an activity, the travel durations to the rest of the activities along their route will be updated with real-time traffic data.

D) Upon route activation, only the travel duration to their first activity will be updated with real-time traffic data.

A

C) When the technician completes an activity, the travel durations to the rest of the activities along their route will be updated with real-time traffic data.

D) Upon route activation, only the travel duration to their first activity will be updated with real-time traffic data.

62
Q

You want to create a new Activity Type. Which three features are disabled when you select “Multi-day activity” or “enable segmenting or extended duration” ?

A) enable “day before trigger”

B) support of preferred resources

C) support of time slots

D) calculate activity duration using statistics

E) enable “not started” trigger

F) support of links

A

A) enable “day before trigger”

D) calculate activity duration using statistics

E) enable “not started” trigger

63
Q

Identify three examples of how filters are utilized within Oracle Field Service Cloud.

A

Filters have two primary uses—first, filters narrow down lists of activities or resources within the workspace area, based on defined fields and values. These filters are used within the Time, List, and Map views, providing an ad hoc reporting capability. Second, filters within routing plans predefine the information that determines how routing distributes activities across available resources.

64
Q

A company has just expanded it’s serviceable area in Europe to include coverage in Germany. As a result, many new users will need the OFSC interface screens to display in German.

Which of the following statements is correct about OFSC’s capabilities for addressing this new requirement?

A) Once Germany is added as an “Available Country” from the Business Rules configuration screen, then the corresponding translations can be viewed and modified via the Glossary.

B) Translations to OFSC native fields can be made using the Glossary export/import functionality, but custom properties can only be translated by exporting/importing the Properties list.

C) Translations to OFSC native fields and custom properties can be made using either the Properties or Glossary export/import functionality.

D) Once Germany is added as a “Language” from the Display configuration screen, then the corresponding translations can be viewed and modified via the Glossary.

A

D) Once Germany is added as a “Language” from the Display configuration screen, then the corresponding translations can be viewed and modified via the Glossary.

65
Q

A customer requires that their dispatchers have the ability to modify activity start and end times for their technicians via the Core Manage interface when necessary.

Which option enables that ability?

A) Verify that access to Mobility is enabled within the Dispatcher User Type.

B) Enable the “Allow action time adjustment in Manage” feature within the Add Activity/Activity Details context.

C) Enable the “Allow action time adjustment in Manage” feature for the Dispatcher User Type.

D) Enable the “Allow activity reorder inside the route” feature within the Dispatcher User Type.

A

Enable the “Allow action time adjustment in Manage” feature for the Dispatcher User Type.

66
Q

Your customer does not want to manage work zone assignments for each individual technician resource because all technicians can work in the same areas without bias or preference.

Which two options fulfill that customer requirement?

A) Deselect “work zone support” in the routing plan configuration screen for all routing plans.

B) Deselect “work zone support” in Business Rules to disable routing consideration of zones entirely.

C) Create a single work zone group, with all zones included in the group, and assign it to the highest level in the resource tree.

D) Create a single work zone with no work zone keys and assign it to all resources

E) Assign all work zones at the parent level in the Resource Tree.

A