What is the purpose of a predefined template on the FortiAnalyzer?
What is the purpose of a predefined template on the FortiAnalyzer? A. It specifies the report layout which contains predefined texts, charts, and macros B. It specifies report settings which contains time period, device selection, and schedule C. It contains predefined data to generate mock reports D. It can be edited and modified as required […]
You are using RAID with a FortiAnalyzer that supports software RAID, and one of the hard disks on FortiAnalyze
You are using RAID with a FortiAnalyzer that supports software RAID, and one of the hard disks on FortiAnalyzer has failed. What is the recommended method to replace the disk? A. Downgrade your RAID level, replace the disk, and then upgrade your RAID level. B. Perform a hot swap. C. Clear all RAID alarms and […]
Which daemon is responsible for enforcing raw log file size?
Which daemon is responsible for enforcing raw log file size? A. logfiled B. oftpd C. sqlplugind D. miglogd
Which two methods are the most common methods to control and restrict administrative access on FortiAnalyzer?
Which two methods are the most common methods to control and restrict administrative access on FortiAnalyzer? (Choose two.) A. Virtual domains B. Administrative access profiles C. Trusted hosts D. Security Fabric Reference: https://docs2.fortinet.com/document/fortianalyzer/6.0.0/administration-guide/219292/administrator-profiles https://docs2.fortinet.com/document/fortianalyzer/6.0.0/administration-guide/581222/trusted-hosts
If a hard disk on FortiAnalyzer that supports hardware RAID fails, what can be done on FortiAnalyzer?
If a hard disk on FortiAnalyzer that supports hardware RAID fails, what can be done on FortiAnalyzer? A. Shut down FortiAnalyzer and replace the disk. B. Run execute format disk to format and restart the FortiAnalyzer device. C. No need to do anything because the disk will self-recover. D. Hot swap the disk Reference: https://community.fortinet.com/t5/FortiAnalyzer/Technical-Note-How-to-swap-Hard-Disk-on-FortiAnalyzer/ta-p/194997?externalID=FD41397#:~:text=If%20a%20hard%20disk%20on,process%20known%20as%20hot%20swapping
Which clause is considered mandatory in SELECT statements used by the FortiAnalyzer to generate reports?
Which clause is considered mandatory in SELECT statements used by the FortiAnalyzer to generate reports? A. FROM B. ORDER BY C. LIMIT D. WHERE
A retail company wants to limit who can see the financial information in their reports to executives and store
A retail company wants to limit who can see the financial information in their reports to executives and store managers. The LookML Developer creates a user attribute called leadership with the value “000” for executives and “999” for store managers. The developer creates three access grant objects and one dimension: How should the developer ensure […]
A LookML developer has written the following persistent derived table.
A LookML developer has written the following persistent derived table. It references orders_rollup, another persistent derived table that also rebuilds with the same SQL trigger value. Which change is needed to guarantee that user_facts will always rebuild with the latest data from orders_rollup? A. Change the sql_trigger_value parameter of user_facts to select the current date […]
The daily_forecast Explore used by the sales team needs to be cached for 24 hours.
The daily_forecast Explore used by the sales team needs to be cached for 24 hours. All other Explores used by the sales team need to be cached for one hour. What is a scalable way to configure this caching logic? A. Define two datagroups for the model. Apply persist_with at the model level with the […]
A user is seeing an error in the Explore that indicates the primary key defined for a one-million-row table is
A user is seeing an error in the Explore that indicates the primary key defined for a one-million-row table is not unique. How can the developer use SQL Runner to troubleshoot quickly? A. Create a query that selects all the fields from the table, and sort by primary key. B. Create a query that selects […]