QUESTIONS WITH ANSWERS GRADED A+
◉ What happens when you uninstall the Repository workspace
application? Answer: It unhides hidden functionality and reverts the
workspace to a standard workspace charged at normal data
subscription rates.
◉ How is workspace usage activity monitored? Answer: Via
Relativity reporting.
◉ What is the consequence of modifying default limited
functionality in the RelativityOne document repository workspace?
Answer: All data will be billed at the full data storage amount.
◉ What option must be selected when using ARM for a workspace in
repository mode? Answer: Include Extended Workspace Data.
◉ What is recommended for users who should have permission to
perform operations in the RelativityOne repository workspace?
Answer: Create a Relativity Processing Repository Group and assign
it to a very small number of users.
,◉ What should you ensure before installing the Repository
application into a workspace? Answer: All applications that you
need are installed in the workspace.
◉ What happens when you convert a review workspace to a
repository? Answer: RelativityOne does not delete anything; all
work product is retained but hidden from view.
◉ What occurs when converting back from repository to review?
Answer: Any previously-hidden review work product is restored to
its original state.
◉ When will tabs for newly installed applications appear if the
Repository Workspace is already installed? Answer: After the next
execution of the Repository Workspace Billing Agent.
◉ Does Relativity use the POST operator? Answer: No, but you can
mimic this functionality by reversing the order of the terms and
using the PRE operator.
◉ What happens when a word has more than 32 characters in
dtSearch? Answer: dtSearch truncates the word and only indexes the
first 32 characters for a match.
,◉ What is the effect of including a wildcard after the 32nd character
in dtSearch? Answer: You will get the same results as if you omitted
the wildcard.
◉ How can you search for all 32-character words in dtSearch?
Answer: Use the regular expression ##.{32}.
◉ What is the recommendation regarding short month formats in
Relativity? Answer: Stick with the full name of the month to avoid
errors.
◉ What are examples of full month names to use in Relativity?
Answer: January, February, etc.
◉ What do Boolean operators include in a proximity search in
dtSearch? Answer: Noise words.
◉ What are considered noise words in dtSearch? Answer: Connector
words like 'and' and 'not'.
◉ What must you do to make dtSearch index files with noise words?
Answer: Remove these words from the list.
, ◉ How can you use NOT in a proximity search in dtSearch? Answer:
Use the operator NOT W/N, NOT Within N words.
◉ What is a keyword search in dtSearch? Answer: An SQL full text
search that queries individual fields.
◉ How do keyword searches differ from dtSearch when using the
NOT operator? Answer: Keyword searches do not return the same
results when querying across multiple fields.
◉ What is the default order of precedence for dtSearch? Answer:
Evaluates OR expressions before AND expressions.
◉ How does the order of precedence differ in a keyword search?
Answer: Evaluates AND expressions before OR expressions.
◉ Is fuzzy searching supported in Search Terms Reports (STR)?
Answer: No, fuzzy searching is not supported.
◉ How can you perform fuzzy searching in dtSearch? Answer: Use
the Dictionary function to perform fuzzy searching.
◉ What should you do after performing fuzzy searching to include
terms in STR? Answer: Add the desired terms to the STR.