Entellitrak Certified Administrator Program Practice Exam, Exams of Technology

This course focuses on administrative tasks in Entellitrak. Participants will learn system setup, user management, workflow configuration, security, and maintenance. Labs simulate enterprise deployments for hands-on practice.

Typology: Exams

2025/2026

Available from 12/04/2025

shilpi-jain-1
shilpi-jain-1 🇮🇳

4.2

(5)

29K documents

1 / 10

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Entellitrak Certified Administrator Program Practice Exam
Question 231. **When a calculated field uses the expression `value1 / value2`,
under which condition will the system raise a “Division by zero” error?**
A) When `value2` is null for any record.
B) When `value1` is negative.
C) When `value2` equals zero for any record.
D) When both values are strings.
Answer: C
Explanation: Division by zero is undefined; if the divisor (`value2`) evaluates to
zero, the calculation fails with an error.
Question 232. **Which of the following is the recommended way to change the
default language for a user’s interface?**
A) Edit the user’s profile and set the “Preferred Language” field.
B) Modify the server’s operating system locale.
C) Change the global system setting “Date Format”.
D) Restart the web application server.
Answer: A
Explanation: The user’s profile contains a language preference that determines UI
localization.
Question 233. **In Entellitrak, a “Transition” that has the property “Automatic =
true” will:**
pf3
pf4
pf5
pf8
pf9
pfa

Partial preview of the text

Download Entellitrak Certified Administrator Program Practice Exam and more Exams Technology in PDF only on Docsity!

Question 231. When a calculated field uses the expression value1 / value2, under which condition will the system raise a “Division by zero” error? A) When value2 is null for any record. B) When value1 is negative. C) When value2 equals zero for any record. D) When both values are strings. Answer: C Explanation: Division by zero is undefined; if the divisor (value2) evaluates to zero, the calculation fails with an error. Question 232. Which of the following is the recommended way to change the default language for a user’s interface? A) Edit the user’s profile and set the “Preferred Language” field. B) Modify the server’s operating system locale. C) Change the global system setting “Date Format”. D) Restart the web application server. Answer: A Explanation: The user’s profile contains a language preference that determines UI localization. Question 233. In Entellitrak, a “Transition” that has the property “Automatic = true” will:

A) Execute automatically when its source activity is completed, without user interaction. B) Require manual confirmation before proceeding. C) Disable the source activity. D. Delete the case after execution. Answer: A Explanation: Automatic transitions fire immediately upon meeting conditions, moving the case to the next activity. Question 234. When configuring a View, the “Group By” option is used to: A) Aggregate rows based on one or more fields, showing summary rows. B) Change the UI theme of the view. C. Schedule a background job. D. Encrypt the displayed data. Answer: A Explanation: Group By creates grouped results, often with aggregate functions like count or sum. Question 235. Which of the following best describes the impact of enabling “Global Session Timeout = 30 minutes”? A) Users will be automatically logged out after 30 minutes of inactivity. B. The system will purge all audit logs older than 30 minutes. C. All scheduled jobs will run every 30 minutes.

Answer: A Explanation: Workflow transitions must explicitly include actions to change field values; missing this step leaves the status unchanged. Question 238. Which of the following is the correct way to allow a group of users to receive email notifications for a specific event? A) Add the group to the “Recipients” list of the email notification action in the event handler. B. Change the global email server address. C. Increase the server’s memory allocation. D. Delete the event handler. Answer: A Explanation: Event handlers define recipients; adding a group ensures all its members receive the notification. Question 239. When a view includes a column that displays a “Boolean” attribute, the default UI representation is: A) A checkbox indicating true/false. B. A dropdown list with “Yes/No”. C. A plain text “True” or “False”. D. An icon of a lock. Answer: A

Explanation: Boolean fields are rendered as checkboxes for intuitive true/false selection. Question 240. Which of the following best explains why a “Full‑Text Search” might return no results even though matching records exist? A) The search index has not been rebuilt after recent data changes. B. The server’s CPU is overloaded. C. The user’s password is expired. D. The UI theme is set to high contrast. Answer: A Explanation: Full‑text indexes must be refreshed to include newly added or modified content; otherwise matches are missed. Question 241. A Data Object is marked as “Audited”. Which of the following statements is true? A) Every insert, update, and delete operation on its records is recorded in the audit tables. B. The object’s data is automatically encrypted. C. The object becomes read‑only for all users. D. The object’s records are automatically archived after 30 days. Answer: A Explanation: Auditing captures all data manipulation actions for compliance and traceability.

Question 244. If a View’s “Page Size” is set to 25 but the user sees only 5 rows, the most probable cause is: A) The View’s “Maximum Results” property is set to 5, limiting total rows returned. B. The server’s disk is full. C. The user’s browser is in incognito mode. D. The database collation is case‑sensitive. Answer: A Explanation: “Maximum Results” caps the total number of rows, overriding the page size. Question 245. Which of the following best describes the purpose of the “System Scheduler → Job Dependencies” feature? A) To define that a job should only run after one or more other jobs have completed successfully. B. To change the UI language of the scheduler page. C. To encrypt job definitions. D. To assign user passwords to jobs. Answer: A Explanation: Job dependencies ensure proper execution order among scheduled tasks.

Question 246. When a Form includes a “Rich Text” field, which of the following is true about the stored data? A) The content is saved as HTML markup in a text column. B. The content is stored as a binary BLOB. C. The content is automatically converted to plain text. D. The content is encrypted by default. Answer: A Explanation: Rich text fields preserve formatting by storing HTML markup. Question 247. A user reports that a dropdown list shows options in an unexpected order. Which configuration should be checked to control the ordering? A) The “Sort Order” attribute on the reference data table or view. B. The server’s CPU clock. C. The global date format. D. The user’s password policy. Answer: A Explanation: Reference data can define a sort order column that determines how options appear. Question 248. Which of the following is the correct way to grant a user the ability to delete records of a specific Data Object? A) Assign a role that includes the “Delete” permission on that Data Object.

D. Debug mode deletes all audit records. Answer: A Explanation: Verbose debug logs capture extensive internal details, potentially revealing sensitive data if not properly secured.