One Automation 2013 Basic Certification Exam

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Asc2013
A
Asc2013
Community Contributor
Quizzes Created: 2 | Total Attempts: 153
| Attempts: 91 | Questions: 40
Please wait...
Question 1 / 40
0 %
0/100
Score 0/100
1.   It is possible to have a WorkFlow object, inside of a WorkFlow.

Explanation

It is possible to have a Workflow object inside of another Workflow because a Workflow object represents a sequence of tasks or actions that can be executed. Therefore, it is possible to include a Workflow object as one of the tasks or actions within another Workflow, creating a nested or hierarchical structure. This allows for more complex and modular workflows to be created, where smaller workflows can be combined to form larger workflows.

Submit
Please wait...
About This Quiz
One Automation 2013 Basic Certification Exam - Quiz


This is the Automic Certification Exam for V10 Basic Proficiency. The questions are a mix of multiple choice or true/false questions.

2. A VARA of type MULTI, can merge the contents of two other VARA's.

Explanation

A VARA of type MULTI allows for the merging of the contents of two other VARAs. This means that the data from both VARAs can be combined into a single VARA, providing a consolidated view of the information. This can be useful for various purposes, such as data analysis or reporting, where a unified dataset is required. Therefore, the statement "True" is correct.

Submit
3. An active Automation Engine consists of at least 1 CP and 1 WP.

Explanation

An active Automation Engine requires at least one Control Processor (CP) and one Workflow Processor (WP) to function properly. The CP is responsible for managing the overall execution of workflows and coordinating the activities of the WP. The WP, on the other hand, is responsible for executing the individual tasks within the workflows. Without both the CP and WP working together, the Automation Engine would not be able to automate and execute workflows effectively. Therefore, the statement is true.

Submit
4. The 'ESC' key can be used to deactivate or remove a previously invoked Search view?

Explanation

The ESC key can be used to deactivate or remove a previously invoked Search view. This means that if a user has performed a search and wants to exit or cancel the search, they can simply press the ESC key to deactivate or remove the search view. This functionality is commonly found in various software applications and websites to provide a quick and easy way for users to cancel their search and return to the previous state.

Submit
5. It is possible to specify Variables at a Workflow level, that can be passed down to Jobs within that Workflow.

Explanation

In a workflow, variables can be defined at the workflow level and then passed down to the jobs within that workflow. This allows for the sharing and reuse of variables across multiple jobs in the workflow, making it easier to manage and maintain the variables used in the workflow. By specifying variables at the workflow level, it provides a centralized location for managing and updating the variables, ensuring consistency and efficiency in the workflow execution.

Submit
6. A QUEUE object can be used as a "quantity limiter" or "throttle", to limit how many Jobs can run concurrently.

Explanation

A QUEUE object can be used as a "quantity limiter" or "throttle" to limit how many Jobs can run concurrently. This means that the QUEUE object can control the number of jobs that are allowed to run at the same time, ensuring that only a certain quantity of jobs are running concurrently. By setting a limit on the number of jobs that can run, it helps in managing resources effectively and preventing overload situations.

Submit
7. The Rollback tab is an object-specific tab that is available in every executable object that can be included in a Workflow.

Explanation

The Rollback tab is available in every executable object that can be included in a Workflow. This means that for any executable object, such as a task or a process, the Rollback tab will be present. This tab allows users to configure rollback actions that will be executed if the workflow encounters an error or fails. Therefore, the statement "The Rollback tab is an object-specific tab that is available in every executable object that can be included in a Workflow" is true.

Submit
8. A single JOB object is used multiple times within several WorkFlows. What is the best way to "turn off" or disable this JOB in every WorkFlow?

Explanation

To "turn off" or disable a JOB object in every WorkFlow, the best way is to uncheck the Active box on the Job object. This action will effectively deactivate the JOB and prevent it from being executed in any of the WorkFlows. By unchecking the Active box, the system will no longer consider the JOB as an active component in the WorkFlows, ensuring that it does not run when the WorkFlows are executed.

Submit
9. In the following screen shot, there is a magnifying glass symbol in the upper left of the GUI. What does this indicate or what is its purpose?

Explanation

The magnifying glass symbol in the upper left of the GUI is used for quick access to objects. It allows users to easily and quickly navigate to specific objects within the GUI without having to search for them manually. This feature enhances user efficiency and saves time by providing a convenient shortcut for accessing frequently used objects.

Submit
10. CTRL-F will invoke a SEARCH function, within multiple places in Automic.

Explanation

The statement is true because CTRL-F is a keyboard shortcut that is commonly used to invoke the search function in many applications, including Automic. This allows users to quickly search for specific keywords or phrases within multiple places in Automic, making it easier to locate and access the desired information.

Submit
11. Which is correct for a properties of a task (Job), within a Workflow.

Explanation

The correct answer is "All of the Above" because all of the mentioned options are correct for the properties of a task within a workflow. A task can have an earliest start time, which allows it to be scheduled to start at a specific time. It can also specify calendar criteria, which means it can be scheduled based on specific dates or days of the week. Pre-conditions can be established for a task, which means certain conditions must be met before the task can be executed. Lastly, a task can be put on hold or set a breakpoint, which means its execution can be paused or stopped temporarily.

Submit
12. All executable objects MUST be started within a QUEUE object.

Explanation

This statement is true because in a computing system, all executable objects, such as processes or threads, need to be started within a queue object. A queue is a data structure that follows the "first-in, first-out" principle, meaning the objects are processed in the order they are added to the queue. By starting executable objects within a queue object, it ensures that they are executed in a sequential and organized manner, preventing any conflicts or concurrency issues.

Submit
13. Pre and Post Conditions are only available as task properties within a Workflow

Explanation

Pre and Post Conditions are task properties within a Workflow. They define the conditions that must be satisfied before and after the execution of a task. These conditions help to ensure that the task is executed correctly and that any necessary dependencies or requirements are met. Therefore, the statement that Pre and Post Conditions are only available as task properties within a Workflow is true.

Submit
14. A CLIENT_QUEUE object is automatically created when a new client is created.

Explanation

When a new client is created, an associated CLIENT_QUEUE object is automatically created. This suggests that the system has a mechanism in place to handle client requests and manage them in a queue. This ensures that clients are serviced in the order they arrive, allowing for efficient and organized handling of client interactions.

Submit
15. In the Explorer view in the above screen shot, the 'Search' field allows for searching based on object name only.

Explanation

The explanation for the given correct answer is that in the Explorer view shown in the screenshot, the 'Search' field does not only allow for searching based on object name. It is possible to search based on other criteria such as object type, date modified, or any other relevant attribute. Hence, the statement that the 'Search' field allows for searching based on object name only is false.

Submit
16. Within a NOTIFICATION object, it is possible to specify a specific EMAIL recipient, based on Calendar Day and Time.

Explanation

Within a NOTIFICATION object, it is possible to specify a specific EMAIL recipient based on Calendar Day and Time. This means that the notification can be programmed to send an email to a specific recipient at a specific day and time. This feature allows for more customized and targeted notifications, ensuring that the right person receives the notification at the right time.

Submit
17. The only way to Automate the activation of a task, is to add it to a SCHEDULE object.

Explanation

The statement is false because there are multiple ways to automate the activation of a task, not just by adding it to a SCHEDULE object. Other methods include using triggers, event-based activation, or using a workflow or automation tool.

Submit
18. If a SCHEDULE object is Stopped, and submit times within the Schedule are missed - the Schedule will assume it should "catch up" and run the tasks that missed their submit windows.

Explanation

The given statement is false. If a SCHEDULE object is stopped and submit times within the schedule are missed, the schedule will not automatically "catch up" and run the tasks that missed their submit windows. The schedule will only run the tasks according to their scheduled submit times, and any missed tasks will not be executed unless manually rescheduled.

Submit
19. What is the Maximum amount of Slots that can be defined for a QUEUE Object?

Explanation

The maximum amount of slots that can be defined for a QUEUE object is 999999.

Submit
20. Once a message has completely scrolled off of the MESSAGE window in the User-Interface, it is not possible to retrieve and view these old messages from within the User-Interface.

Explanation

It is possible to retrieve and view old messages from within the User-Interface even after they have completely scrolled off of the MESSAGE window.

Submit
21. The ECC (Enterprise Control Center) is an alternate way to access Automic, when the Automation-Engine CP & WP processes are down.

Explanation

The statement is false because the ECC (Enterprise Control Center) is not an alternate way to access Automic when the Automation-Engine CP & WP processes are down. The ECC is a web-based user interface that provides centralized control and monitoring of Automic processes, but it still relies on the Automation-Engine CP & WP processes to be functioning properly in order to access and manage the automation environment.

Submit
22. Which two tabs within a JOB object, must be visitied - to specify the vales required to run a job?

Explanation

To specify the values required to run a job, the user needs to visit the ATTRIBUTES and PROCESS tabs within a JOB object. The ATTRIBUTES tab allows the user to define the specific attributes or properties of the job, such as the job name, description, and any input/output files. The PROCESS tab, on the other hand, is where the user can define the actual steps or processes that need to be executed as part of the job. By visiting both of these tabs, the user can provide all the necessary information and configurations needed to successfully run the job.

Submit
23. To schedule tasks, every task (JOB or WorkFlow) must specify a Calendar and keyword.

Explanation

In order to schedule tasks, it is not necessary for every task to specify a Calendar and keyword. This statement is false.

Submit
24. Within a Workflow, what does the color status 'Purple' indicate?

Explanation

The color status 'Purple' within a Workflow indicates that the task is started in Rollback mode.

Submit
25. Which statements are true relative to a VARA of type 'Static'?

Explanation

A VARA of type 'Static' does not consist of a 'Key' and 4 'Values'. It is not only used to run a SQL command. It is not only available in client-0. Therefore, none of the above statements are true relative to a VARA of type 'Static'.

Submit
26. In a Workflow, which task properties tab would you define and set a "Time Checkpoint"?

Explanation

In the General task properties tab of a Workflow, you can define and set a "Time Checkpoint". This tab allows you to specify various general properties for the task, such as its name, description, priority, and other settings. The "Time Checkpoint" feature can be used to track the time at which the task reaches a certain milestone or checkpoint during the workflow execution.

Submit
27. What type of object is required to specify the FTP Address, Userid and Password for a RA FTP Job?

Explanation

A Connection Object is required to specify the FTP Address, Userid, and Password for a RA FTP Job. This object allows the user to establish a connection to the FTP server and provide the necessary credentials for authentication. It provides the necessary methods and properties to interact with the FTP server, such as uploading and downloading files. This object is specifically designed for managing FTP connections and is the correct choice for specifying the required information for a RA FTP Job.

Submit
28. For a Job that uses a PROMPT object and that Job is launched via a SCHEDULE object - the User will be prompted for input at runtime.

Explanation

The statement is false because when a Job uses a PROMPT object and is launched via a SCHEDULE object, the user will not be prompted for input at runtime. The purpose of the PROMPT object is to allow the user to provide input before the Job is executed. However, when the Job is scheduled to run automatically via the SCHEDULE object, there is no opportunity for the user to provide input at runtime. Therefore, the user will not be prompted for input in this scenario.

Submit
29. When specifying Conditions for a task in a WorkFlow, it is possible to specify an 'Action' without a corresponding 'Condition'.

Explanation

In a workflow, it is possible to specify an "Action" without a corresponding "Condition" when specifying conditions for a task. This means that an action can be performed without any specific condition needing to be met. This allows for flexibility in the workflow, as certain actions may not require a condition to be executed.

Submit
30. Which Workflow types can be created? Select all that apply.

Explanation

The given question asks about the types of workflows that can be created. The correct answer options are STANDARD, IF, and FOREACH. These are all valid types of workflows that can be created in various workflow management systems. VARA and LOOP are not mentioned as options in the question, so they are not included in the correct answer.

Submit
31. To automatically restart a failed job within a Workflow, you can use the 'Result' tab.

Explanation

The given statement is false. To automatically restart a failed job within a Workflow, you cannot use the 'Result' tab. There may be other ways or features available within the Workflow system to handle failed jobs and restart them automatically, but the 'Result' tab is not one of them.

Submit
32. Which statement is true relative to specifying task 'Alias name'?

Explanation

The statement that is true relative to specifying task 'Alias name' is that a script variable can be used in an Alias name. This means that instead of using a fixed name for the Alias, a dynamic value can be assigned to it using a script variable. This allows for flexibility and customization in the naming of the Alias based on the specific requirements of the task or workflow.

Submit
33. Which is true relative to "Prompt" objects? Select all that apply.

Explanation

The value entered from a prompt can be accessed as a variable, allowing the user to input a value that can be used in the execution of the job. Selections from a prompt can also be the contents of a VARA, meaning that the user can choose from a list of options provided by the prompt, and that selection can be used as the contents of a VARA (variable array). Therefore, both statements are true.

Submit
34. Which statements are true, for what a FILTER object is used for. Select all that apply.

Explanation

A FILTER object is used to react to the content of the Automic report and to react to the content of an output file. It allows for filtering and processing of data based on specific criteria or conditions.

Submit
35. All Conditions are evaluated by the Automation Engine, before a task is executed.

Explanation

The statement is incorrect. Not all conditions are evaluated by the Automation Engine before a task is executed. In some cases, the conditions may not be evaluated at all, depending on the configuration or settings of the Automation Engine. Therefore, the correct answer is False.

Submit
36. Select the statements that apply to "Output Registration". Select all that apply.

Explanation

Output Registration allows users to register output files generated by a job within the User Interface. Registered output files can be opened and accessed within the User Interface. Additionally, these registered files are immediately available after the job execution. Therefore, the statements "Registered output files can be opened within the User Interface" and "Registered files are immediately available after Job execution" apply to Output Registration.

Submit
37. For an EVENT object, the object to be activated - is specified on the PROCESS tab.

Explanation

The statement is false because for an EVENT object, the object to be activated is not specified on the PROCESS tab. The object to be activated is typically specified on the TRIGGER tab for an EVENT object.

Submit
38. It is possible to modify the CLIENT_QUEUE object and increase available queue slots.

Explanation

The statement is false because the question states that it is possible to modify the CLIENT_QUEUE object and increase available queue slots. However, in reality, the ability to modify the object and increase the queue slots would depend on the specific implementation and design of the CLIENT_QUEUE object. Without any further information, we cannot assume that it is possible to modify the object and increase the queue slots.

Submit
39. In the Activities Window if a task is "waiting for queue slot" within a stopped Queue, you can do "Ignore Queue limit" to get the task to run.

Explanation

In the Activities Window, if a task is "waiting for queue slot" within a stopped Queue, you cannot do "Ignore Queue limit" to get the task to run.

Submit
40. For the VARA object below, select the statements that are True.

Explanation

The given answer is correct. It states that the VARA object is of type FILELIST, which means it is a variable array that contains a list of files. Additionally, it mentions that the VARA provides a value list when it is accessed, indicating that when the VARA is used, it returns a list of values.

Submit
View My Results

Quiz Review Timeline (Updated): Nov 28, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Nov 28, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Oct 03, 2013
    Quiz Created by
    Asc2013
Cancel
  • All
    All (40)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
  It is possible to have a WorkFlow object, inside of a WorkFlow.
A VARA of type MULTI, can merge the contents of two other VARA's.
An active Automation Engine consists of at least 1 CP and 1 WP.
The 'ESC' key can be used to deactivate or remove a previously invoked...
It is possible to specify Variables at a Workflow level, that can be...
A QUEUE object can be used as a "quantity limiter" or...
The Rollback tab is an object-specific tab that is available in every...
A single JOB object is used multiple times within several WorkFlows....
In the following screen shot, there is a magnifying glass symbol in...
CTRL-F will invoke a SEARCH function, within multiple places in...
Which is correct for a properties of a task (Job), within a Workflow.
All executable objects MUST be started within a QUEUE object.
Pre and Post Conditions are only available as task properties within a...
A CLIENT_QUEUE object is automatically created when a new client is...
In the Explorer view in the above screen shot, the 'Search' field...
Within a NOTIFICATION object, it is possible to specify a specific...
The only way to Automate the activation of a task, is to add it to a...
If a SCHEDULE object is Stopped, and submit times within the Schedule...
What is the Maximum amount of Slots that can be defined for a QUEUE...
Once a message has completely scrolled off of the MESSAGE window in...
The ECC (Enterprise Control Center) is an alternate way to access...
Which two tabs within a JOB object, must be visitied - to specify the...
To schedule tasks, every task (JOB or WorkFlow) must specify a...
Within a Workflow, what does the color status 'Purple' indicate?
Which statements are true relative to a VARA of type 'Static'?
In a Workflow, which task properties tab would you define and set a...
What type of object is required to specify the FTP Address, Userid and...
For a Job that uses a PROMPT object and that Job is launched via a...
When specifying Conditions for a task in a WorkFlow, it is possible to...
Which Workflow types can be created? Select all that apply.
To automatically restart a failed job within a Workflow, you can use...
Which statement is true relative to specifying task 'Alias name'?
Which is true relative to "Prompt" objects? Select all that apply.
Which statements are true, for what a FILTER object is used...
All Conditions are evaluated by the Automation Engine, before a task...
Select the statements that apply to "Output Registration". Select...
For an EVENT object, the object to be activated - is specified on...
It is possible to modify the CLIENT_QUEUE object and increase...
In the Activities Window if a task is "waiting for queue slot" within...
For the VARA object below, select the statements that are True.
Alert!

Advertisement