Exam PCSAE All QuestionsBrowse all questions from this exam
Question 33

An engineer's organization system is registered in the following manner: . The engineer created a new indicator type for detecting systems using regex. The engineer would now like the username to be created as a separate `˜User' indicator automatically once a system is found.

What is the most efficient way for the engineer to achieve this?

    Correct Answer: C

    The most efficient way for the engineer to achieve automatically creating a 'User' indicator from the username part of the system indicator is to create a new indicator type for the internal username and set a formatting script to extract only the username. This approach focuses directly on isolating the username component from the registered system identifier using a script designed for that purpose, ensuring accurate and consistent extraction.

Discussion
randomnametesterOption: C

C is best answer. System message does not start with dash so it will not come up in regex of D

rmuruganOption: D

D seems the best answer

piipoOption: C

C is Correct