Certified Automation Professional (CAP) Exam Questions

The International Society of Automation (ISA) provides sample Certified Automation Professional (CAP) Exam Questions and answers for engineers who are planning to get certification from ISA.

Certified Automation Professional Exam Questions

Certified Automation Professional (CAP) Exam Questions

CAP Question 1

A set of new, 4-20mA gage pressure transmitters has been wired to an analog input card in an existing PLC system, and you are tasked with scaling the raw input values in the PLC logic. This analog card has the following characteristics:

  • Unsigned, 14-bit analog data format
  • Eight (8) channels, 0-20mA inputs
  • Single-ended inputs
  • No channel diagnostics
  • Data stored internally in integer “counts,” from 0 up to the maximum 14-bit value

After reviewing these specifications, you determine the correct equation to program into the PLC to determine the current process values from the new transmitters is (where Engineering Units Value at 20 mA = EU100% and Engineering Units Value at 4 mA = 0 psig):

a. Analog Value in Eng Units=[EU100%-(Raw Counts-3277)] ÷ 4096

b. Analog Value in Eng Units=[(Raw Counts-819) × EU100%] ÷ 6048

c. Analog Value in Eng Units=[(Raw Counts-3277) × EU100%] ÷ 13106

. Analog Value in Eng Units=[(Raw Counts+1637) ÷ EU100%] × 16384

Answer

The correct answer is C . To scale the analog input, calculate the “% of the raw counts range” that is represented by the analog input, and multiply by the EU100% range, since the EU0% value is 0.

For a 14-bit input with no sign bit or diagnostics bit, the maximum number of counts is (2^14 – 1), or 16383. Since the analog input card raw counts are for a 0-20mA signal, we need to determine the number of raw counts that represents a 4-20mA signal. 4mA is 20% of the 0-20mA range, so the raw counts that correspond to a 4-20mA signal: (20% x 16383) = 3277 counts at 4mA and 16383 counts at 20mA. Therefore, the span of raw counts is (16383 – 3277) = 13106 counts.

Therefore, the percent of range of the current analog value is = (Raw Counts – 3277) / 13017. Multiplying by EU100% gives us the scaled analog input value.

CAP Question 2

Which one of the following flow sensors naturally generates a pulsed output as a representation of the flow rate:

A. orifice plate with differential pressure transmitter

B. thermal mass flowmeter

C. turbine meter

D. magnetic flowmeter

Answer

The correct answer is C , “turbine meter.” Turbine meters almost universally use a magnetic pickup to determine the number of rotations of the spinning turbine element. Each time a magnetized blade passes the pickup sensor, a pulse is generated. The volumetric flow rate can be determined by counting the number of pulses in a unit of time.

Answers A, B, and D are not correct; each of these flowmeter types generally produces an electrical signal, with a magnitude that is proportional to flow rate. Each of these flowmeter types could be outfitted with a transmitter capable of transmitting pulses, but only the turbine meter from the choices above naturally generates pulses (with frequency proportional to flow rate).

CAP Question 3

If a hacker intercepts and changes set point data traveling over an industrial network, which basic security property is affected?

A. integrity
B. functionality
C. availability
D. defensibility

Answer

The correct answer is A, integrity. Data integrity implies that the data received is the same (value, format, quality) as the data sent. If a hacker is successful in changing set point data as that data travels over the network, the hacker has compromised integrity of the data, since it is no longer the same when received as when sent.

Answer B is incorrect, because functionality is not a basic security property.

Answer C is incorrect, because the problem statement did not address the availability of data. It appears that only the value of the set point (data integrity) was affected.

Answer D is incorrect, because defensibility is not a basic security property, but rather a measure of the vulnerability of a system.

CAP Question 4

The fastest “electronic” method to bring a DC motor to a full stop is to use:

A. regenerative braking

B. mechanical braking

C. ramp to stop

D. coast to stop

Answer

The correct answer is A. In regenerative braking, all of the motor’s energy is fed directly back into the AC power line. This is accomplished through the use of “reverse-connected” SCRs, which allow the drive to conduct current in the opposite direction and oppose the rotation of the motor, bringing it to a quick stop.

Answer B is incorrect, because mechanical braking is not an electric method for braking a DC motor. This is a mechanical method, which uses friction to stop the motor shaft once power has been removed.

Answer C, ramp to stop, is an electronic means of stopping a motor over a longer period of time. A high-wattage bank of resistors transforms the rotating energy into heat, thereby dissipating the voltage generated by the motor, slowly bringing the motor to a stop.

Answer D, coast to stop, is the slowest way to stop a motor, and is accomplished by simply removing the motor current and allowing inertia to bring the motor to a stop.

CAP Question 5

In the maintenance sequence, the technician often knows what the needed resources are before going to fix the device or equipment, as in a known transmitter failure. The technician’s challenge is to restore the device to service as quickly as possible. Which definition below, according to the maintenance sequence, defines the quantity “restore time”?

A. repair time + time to close work order

B. repair time + testing time

C. time to troubleshoot/diagnose/isolate + travel time + repair time

D. repair time and restore time are the same quantity

Answer

The correct answer is C, “time to troubleshoot/diagnose/isolate + travel time + repair time.” The restore time includes all activities required to diagnose and repair the device. This includes diagnosing the problem, isolating the device from the system, travelling to the device, and repairing the device. Repair time includes removing/repairing/replacing the device, aligning/adjusting/calibrating the device, and testing/restarting the device.

Answer A is not correct, as work order closure is not required to restore a device to service. Cleanup, work order closure, and return to shop are activities that occur after the restore time period.

Answer B is not correct, because testing time is included in the repair-time activities.

Answer D is not correct, because restore time requires additional activities to be completed beyond the repair-time activities, as described above.

CAP MCQ

The method by which the tasks and hazards associated with a machine or process are analyzed is known as:

A. Risk assessment.
B. Machine assessment.
C. Risk reduction.
D. Risk abatement.

To test controller tuning or prototype new control strategies offline, the model should be a(an):

A. Tie-back (loopback) simulation.
B. Artificial neural network.
C. Dynamic process simulation.
D. Steady state process simulation.

The temperature measurement with the BEST repeatability and resolution is the:

A. Thermocouple.
B. Resistance temperature detector (RTD).
C. Dial thermometer.
D. Capillary system.

Which of the following is NOT a variable speed drive setup parameter?

A. Acceleration rate.
B. Motor winding type.
C. Output frequency.
D. Maximum speed.

A complete test plan for system integration testing MUST include:

A. Comments for the application programmer.
B. Multiple test cases for each mode of operation.
C. At least five test cases for each test.
D. Expected results for each test case.

Frequency of maintenance should be determined by:

A. Failure rates of components.
B. Availability of personnel and parts.
C. Management targets for efficiency and productivity.
D. Effectiveness of maintenance personnel.

Also Read : HART Communication Protocol Overview

Using Modbus, what is the MAXIMUM level of precision available?

16-bits

How is PID defined in the phrase “PID control loop“?

Proportional Integral Derivative.

When developing HMI (human-machine interface) screens, it is recommended the quantity of items an operator has to remember is less than:

7 Screens

The average person cannot respond to signals more frequent than one every:

300 milliseconds

The graphic display for a distillation column in a refining train would BEST fit in the HMI Display hierarchy at which level?

Group

What ISA RP12.4 (NFPA 496) defined type of pressurization system will reduce the classification within an enclosure from Division 1 to nonhazardous?

Type X

Given the following diagram what is the transfer function for C(s)/R(s)

transfer function

To MINIMIZE the effect of feed upsets to the top of a distillation column, the flow feed forward signal should be connected to a tray temperature controller output that then directly manipulates a(n):

Reflux controller

What is the MOST appropriate technique for modeling linear relationships for a large number of correlated inputs where the equations are unknown?

Multivariable statistical process controls

Also Read : Reading Electrical Schematics

What is the recommended limitation in meters for the length of a “fast Ethernet” (100 Megabits/second) segment on twisted pair cable?

100

According to NFPA (National Fire Protection Association) Electrical Standards for Industrial Machinery, which of the following actions is NOT acceptable for emergency operations?

Resetting an emergency stop circuit to initiate a restart

MOST initial project budgetary cost estimates have an acceptable margin of error of plus or minus:

30%

Which of the following standards applies to the development of embedded software for a SIL 3 certified safety system?

IEC61508

Which of the following protection techniques is acceptable for equipment located in a Class I, Division 1 area?

Explosion-proof apparatus and intrinsic safety

Which of the following control valve body styles is MOST likely to develop blockage in a paper pulp slurry service?

Globe

Given R= Ρ L/A What is the resistance of 1,000 ft of copper wire (specific resistance  = 10.37) given a cross-sectional area of 10370 cmil and a wire temperature of 20°C?

1 Ω

An application includes a VFD that implements a V/Hz method of torque control while maintaining a fixed V/Hz ratio. The motor has a nameplate rating of 460 volts and 60Hz. If the drive is operating at 30Hz, what percent of rated torque will the motor MOST likely develop?

100%

Also Read : Electric Drives and Traction Interview Questions

If diagnostic software flags a controller as having high process variability when its output is hitting a low limit, the MOST probable cause is a(n):

Oversized control valve

Which of the following MUST be performed to reveal a normally undetected fault in a safety system?

Proof test

The peak performance demonstrated in an operating unit should be based on a(n):

Review of cost sheets and historian data with operations

To simultaneously optimize an interacting dead-time dominant process with multiple constraints, one should use a (n):

Model predictive control

Which of the following control strategies works to measure disturbances and compensate for them before they cause the controlled variable to deviate from the set point?

Feedforward

Gathering requirements is critical to the success of an automation project because they:

Define the purpose, scope, and objectives.

Which of the following is NOT a benefit of using an agenda for discussions?

An agenda allows everyone equal participation

What is required to find the MOST efficient operating points that are highly dependent on complex shifting process conditions, such as equipment fouling?

Real-time optimization with a detailed process model

Which of the following contract types places the PRIMARY risk with the supplier?

Fixed price

If you need an enclosure that resists corrosion and provides protection for outdoor use, dust, and hose-directed water, which type of enclosure would you select?

Type 4x (NEMA 4x)

According to the NFPA 79, the standard wire colors for line voltage, AC control currents, DC control circuits, and interlock circuits are respectively shown as:

Black, Red, Blue, Yellow

Using Modbus, what is the MAXIMUM level of precision available?

16-bits

Which fuse has the quickest response to over currents?

Single-element

Considering a 60 Hz power source, at what speed does a four-pole synchronous motor run?

1800 RPM

When a large automation project makes significant changes to plant operations, it is BEST to perform operator training:

After acceptance testing and prior to the startup phase

If an exothermic reactor can run-away in manual, then the temperature controller should be tuned with a(n):

Closed loop

An increase in which setting can compensate for a thermowell lag time?

Rate time

Also Read : P&ID Guidelines for Pressure Safety Valves

A Bill of Materials for purchase of cable on a project is created by completing a material:

Take off

If the distance in a sheet line from the thickness gauge to the manipulated diebolt actuators is 200 meters and the speed is 4 meters per second, then the dead time from the transportation delay for thickness control is __50___ seconds.

Answer Not Available, Share via comments

Most AC motors operate on the principle of:

Induction

To minimize electrical interference when AC power and DC signal wiring meet in a control panel, it is BEST to:

Cross the wires at 90 degrees.

In a motion control application, which of the following signal types would be able to indicate both direction and velocity?

±10 V

Which of the following statements about fuzzy logic controllers is true?

A  fuzzy logic controller is tuned by adjusting the scale factors

A Markov model is used to determine successful system operation as a function of operating time interval. The resulting computation indicates system

Steady-state availability

What is the uptime for this automation system if it runs 24 hours a day, 365 days a year?

99.66%

Also Read : Pressure Transmitter Troubleshooting Tips

A control circuit within Field Control Panel #1 (FCP-1) in your facility is malfunctioning, and you must initiate a work order to have a technician troubleshoot the circuit. FCP-1 contains a PLC, terminal blocks, circuit breakers and fuses, and various other control equipment, of which none exceeds 120vac. The technician will be working on energized electrical conductors and circuit parts and performing voltage testing on the live circuits. On the work order, you will be required to state under which NFPA 70E-2009Standard for Electrical Safety in the WorkplaceHazard/Risk Category this work activity falls.

Per NFPA 70E-2009 Standard for Electrical Safety in the Workplace, what Hazard/Risk Category should be defined for the above task?

  Hazard/Risk Category 1

Common terms used to quantify dangerous failures include which of the following?

probability of failure on demand (PFD), risk reduction factor (RRF), and safety availability (SA)

What is the primary pitfall in using this ROI ratio to make a decision as to whether or not to invest in an automation project?

It ignores the time value of money.

Cavitation occurs in liquid flow when:

fluid pressure drops below the liquid’s vapor pressure, and the vapor pressure is below the outlet pressure

Which of the following statements describes a database record?

A Single row of information in a table

Which of the following is not part of receipt verification?

Comparison of loop checks to loop diagrams

Which type of communications error protection and correction uses a complex polynomial that results in a frame check sequence being added to a message?

cyclic redundancy check

Translation of data between a networking service and an application, including character encoding, data compression, and encryption/decryption” is the responsibility of which layer of the open system interconnection (OSI) model?

Presentation

Which of the following security risks is LEAST likely to disrupt operations at a geothermal power plant and result in an emergency situation?

Email viruses

Which of the following statements describes an advantage of a self-study workbook for operator training?

Provides all participants with a common baseline of knowledge

What is the significance of the field bus intrinsic safety concept (FISCO)?

It simplifies the rules governing energy storage in field cables and makes more power available to the field bus trunk

A final report on a highly visible automation project will be distributed to senior leaders and several operations managers. In preparing this report, an engineer would be well served to:

“include an executive summary, and, as appropriate, use bulleted lists in the narrative

Which statement accurately characterizes both the NPV and IRR methods for evaluating automation system capital investments?:

They both adjust cash flows over time for the time value of money

The definition of ALARM includes which of the elements?

Operator Action is required.

A two-wire loop with a loop power supply of 26 V has a 200-ohm load resistor and a 50-ohm loop resistance. If the maximum current in the loop is 20 mA, what is the voltage drop and how much voltage will be across the transmitter at 20 mA?

5 V drop and 21 V across the transmitter at 20 mA

A project manager prepares a work breakdown structure (WBS) identifying each major task and related subtasks required to fulfill the project objective. Subtasks are further reduced into units and subunits with associated cost projects and assigned responsibilities. This activity occurs during which phase of a project’s life cycle in the ISA CAP program’s model?

Project definition

Also Read : Top 1000 Instrumentation Engineering Objective Questions

Reference : ISA CAP Exam

Don't Miss Our Updates
Be the first to get exclusive content straight to your email.
We promise not to spam you. You can unsubscribe at any time.
Invalid email address

1 thought on “Certified Automation Professional (CAP) Exam Questions”

Leave a Comment