Tag Archives: service

Given: (Exhibit) What will secure this code from a potential Denial of Service condition?

Given:What will secure this code from a potential Denial of Service condition? A. After Line 4, add indexReader.close(). B. On Line 1, use try with resources when opening each dataReader. C. After Line 3, add dataReader.close(). D. On Line 3, enclose processData(dataReader) with try with resources. E. Before Line 1, check the size of dataFiles to make sure… Read More »

Which code fragment does a service use to load the service provider with a Print interface?

Which code fragment does a service use to load the service provider with a Print interface? A. private Print print = new com.service.Provider.PrintImpl(); B. private Print print = com.service.Provider.getInstance(); C. private java.util.ServiceLoader<Print> loader = new java.util.ServiceLoader<> (); D. private java.util.ServiceLoader<Print> loader = ServiceLoader.load (Print.class); Correct Answer: D

Given: (Exhibit) What will secure this code from a potential Denial of Service condition?

Given:What will secure this code from a potential Denial of Service condition? A. After Line 3, add dataReader.close(). B. On Line 1, use try with resources when opening each dataReader. C. After Line 4, add indexReader.close(). D. Before Line 1, check the size of dataFiles to make sure it does not exceed a threshold. E. On Line 3,… Read More »

Which of the following is an example of an edge service in OCI?

Which of the following is an example of an edge service in OCI? A. DNS Zone Management B. Virtual Machines C. OCI compute instances D. Oracle Data Guard Correct Answer: A The Oracle Cloud Infrastructure Domain Name System (DNS) service lets you create and manage your DNS zones. You can create zones, add records to zones, and allow… Read More »

An Oracle Field Service Cloud (OFSC) Enterprise customer has decided to provide their technicians with

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 what… Read More »

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

Which two statements are correct regarding Delivery Windows in Oracle Field Service Cloud (OFSC)? A. Delivery Windows are calculated for all Activity Types by default. B. Delivery Windows are enabled and calculated per Activity Type configurations. C. Delivery Windows are enabled per Resource Type calculations. D. Delivery Windows are configurable by size and granularity by Activity Type. E.… Read More »