



































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
PURE CERTIFIED FLASHARRAY IMPLEMENTATION SPECIALIST EXAM PREP 2026 FULL EXAMINATION
Typology: Exams
1 / 75
This page cannot be seen from the preview
Don't miss anything!




































































◉ Minimum of 2, maximum of 4. Not supported to serve multiple geographic regions or disparate networks within client organization. Answer: How many VPN tunnels does ServiceNow support and why ◉ Through Self-service form in customer support system called HI. Typically takes 2 weeks. Answer: How do you submit a request VPN? ◉ No, connection is established over HTTPS and is thus encrypted, no VPN needed. Answer: VPN Needed for Traffic into ServiceNow? ◉ VPN for LDAP. Answer: Recommended that customers implement LDAPS (LDAP over SSL) v. standard LDAP (non-encrypted). Standard LDAP integration communicates over TCP on port 389. LDAPS communicates over TCP on 636 and requires a digital certificate which must be uploaded to instance. VPN to be used if LDAP instead of LDAPS ◉ VPN for JDBC & Web Services. Answer: Recommended to install MID Server inside network, MID server will communicate with instance over HTTPS
◉ VPN for email integration. Answer: Not supported if ServiceNow is configured to utilize mail.service-now.com for SMTP and POP3, utilizes opportunistic TLS. If incoming server supports TLS, traffic is encrypted. If not, uses regular SMTP without encryption. Supported if customer's mail server is being used ◉ Levels of Contextual Security. Answer: Several layers before an end user has the capability to perform CRUD (create, read, update, delete) operations on a table
◉ Access Control Wildcard Rule. Answer: Selection of the wildcard symbol from the name drop down list on the access control form means that the rule in question applies to all fields on the selected table except for those with explicit rules ◉ ACL Evaluation order. Answer: Most specific to least - Starts at field, then goes to table ◉ Field ACL rule evaluation order. Answer: Find first matching:
◉ Three main security modules. Answer: • System Properties > Security - can set default behavior for no ACLs
◉ From most specific to least specific processing orders define matching criteria For record rules a table and field rule will be searched for both are evaluated First rule to match for both is evaluated for each processing level (if parent_table.field matches, it won't go to next level for field). Answer: How are ACL rules matched? ◉ Any passed rule will allow access. Answer: What happens if there are multiple ACL rules at the same processing level? ◉ • User is denied access to all fields in the table even if the user previously passed a field ACL rule
context to encrypt the field. Answer: What happens when a user has one encryption context and there is no data in an encrypted field ◉ If the user has the matching context, the form displays the field. Answer: What happens when a user has one encryption context and there is data in an encrypted field ◉ Form displays the field and when the user enters data, field is encrypted using currently selected context. Answer: If a user has multiple encryption contexts and there is no data in an encrypted field ◉ User will have access to the field if they have the matching context. Encrypted field always uses the original encryption context to encrypt changes to the field. Prevents users with multiple contexts from changing field context. Answer: User has multiple encryption contexts and there is data in the field ◉ Encrypting attachments. Answer: Users with >=1 encryption contexts will get Encrypt File checkbox. If they have >1, they are asked to confirm the context. ◉ Hover over the encryption (lock) icon and it will display. Answer: How to identify which encryption context a field or attachment is using
◉ g_user Object Properties. Answer: Do NOT use to apply security - easily defeated using developer tools built into browsers ◉ security_admin. Answer: Who can create ACL rules? ◉ • Match the object against field ACL rules.
How does ServiceNow limit the visibility of data during an integration? ◉ • Conditional expressions
◉ Only used when ServiceNow connects to YOU. Answer: VPN connection is used when? ◉ ITIL users will only be able to see App and module but nothing with CRUD allowed. Answer: When creating an Application, tables, fields; and only giving ITIL users access to Application and module, which is true about permissions? ◉ Both have to be true to make the insert. Answer: What happens when there is a low level ACL and a field level ACL on a table? ◉ Data Policy. Answer: How would you best make sure that Data is kept in a uniform Manner? ◉ Object. Answer: At what Level are "ACLs" applied? ◉ Elevated Privilege. Answer: What is the Raised Permissions feature called? ◉ Quick Start Security (ACL). Answer: What plugin gives ability to quickly set best practice ACLs
_____ Tracks all upgrades made to an instance. Each record examined during an upgrade is tracked and the action taken on that record is tracked as the disposition ◉ Uncheck the "run business rules" attribute. Answer: To improve performance of an import set ◉ Client Transactions used for performance analysis. Answer: Enhances the system logs by providing more information on the durations of transactions between the client and the server. By providing information on how time was spent during the
transaction, performance issues can be tracked down to the source by seeing where the time is being consumed. ◉ Client transaction functionality. Answer: Steps to disable _____
Make as few calls to server as possible Do not make synchronous calls using g_form.getReference() Use jslog to debug Use try/catch to find runtime errors Use appropriate debug strategies for UI type ◉ Global Business Rules v. Script Includes. Answer: • Both allow creation of reusable javascript
◉ Network latency and throughput. Answer: Time for the network to pass your request to the server and the response back ◉ Instance cache. Answer: Amount of system resources available for processing ◉ • Ping