Verified Q&A (Grade A+)
Prepare for your certification with this comprehensive CJE Benchmark Exam V1 &
V2 study guide, featuring over 400 real exam questions and detailed, verified answers.
This guide provides in-depth coverage of high-yield topics including correctional law,
facility security protocols, inmate management, and emergency response procedures.
Fully updated for the 2026 testing cycle, these materials are designed to bridge
knowledge gaps and help you secure an A+ grade on your proctored assessment.
1. A master Jenkins node is responsible for which of the following?
A. Executing all build scripts by default.
B. Scheduling build jobs and dispatching builds to agents for execution.
C. Storing only the source code of the project.
D. Managing the physical hardware of the agent nodes.
Answer: B. Scheduling build jobs and dispatching builds to agents for execution.
Rationale: The master serves as the control plane, handling the UI and orchestration,
while agents perform the actual work.
2. A nurse is assessing a client with a chest tube. Which finding requires
immediate intervention?
A. Constant bubbling in the water seal chamber.
B. Intermittent bubbling in the water seal chamber during expiration.
C. 50 mL of serosanguinous drainage in the last hour.
D. Fluctuating fluid level in the water seal chamber with breathing.
Answer: A. Constant bubbling in the water seal chamber.
,Rationale: Constant bubbling indicates a system leak; intermittent bubbling or tidaling
(fluctuation) is a normal finding.
3. In Jenkins, what is the purpose of "Build Discarder"?
A. To stop a build that has been running too long.
B. To prevent a job from running if the previous build failed.
C. To limit the number of old builds or days to keep builds to save disk space.
D. To delete the source code from the agent after a build.
Answer: C. To limit the number of old builds or days to keep builds to save disk space.
Rationale: Without discarding old builds, Jenkins will eventually run out of disk space on
the master.
4. A nurse is preparing to administer a blood transfusion. What is the most
critical action to ensure client safety?
A. Checking the client's vital signs every 5 minutes throughout the bag.
B. Verifying the blood product and client identity with another RN.
C. Ensuring the blood is at room temperature before hanging.
D. Using a 22-gauge IV for administration.
Answer: B. Verifying the blood product and client identity with another RN.
Rationale: Dual-verification is the primary defense against life-threatening hemolytic
transfusion reactions.
5. Which Jenkins feature allows you to define multiple steps that can run in
parallel?
A. The series block.
B. The parallel block within a stage.
C. The concurrent directive.
D. The multitask plugin.
Answer: B. The parallel block within a stage.
,Rationale: Declarative pipelines use the parallel directive to execute different
branches of a stage simultaneously.
6. A client presents with a rigid, board-like abdomen and severe pain. The nurse
should suspect:
A. Acute appendicitis.
B. Bowel perforation/Peritonitis.
C. Irritable bowel syndrome.
D. Chronic constipation.
Answer: B. Bowel perforation/Peritonitis.
Rationale: A board-like abdomen is a classic "surgical" sign indicating inflammation of
the peritoneal lining, often due to a rupture.
7. How can you secure sensitive information like passwords or API keys in a
Jenkinsfile?
A. Writing them directly into the script.
B. Using Jenkins Credentials and the withCredentials wrapper.
C. Storing them in a text file on the agent's desktop.
D. Hardcoding them in the config.xml file.
Answer: B. Using Jenkins Credentials and the withCredentials wrapper.
Rationale: Jenkins Credentials store secrets encrypted, and wrappers mask them in
console logs.
8. Which laboratory result is the highest priority for a client receiving
Spironolactone?
A. Sodium 136 mEq/L.
B. Potassium 5.8 mEq/L.
C. Glucose 110 mg/dL.
D. Creatinine 1.0 mg/dL.
Answer: B. Potassium 5.8 mEq/L.
, Rationale: Spironolactone is a potassium-sparing diuretic; a level of 5.8 indicates
hyperkalemia, risking cardiac arrest.
9. What is a "Multibranch Pipeline" in Jenkins?
A. A pipeline that builds multiple different software projects.
B. A pipeline that automatically creates a job for each branch found in a source code
repository.
C. A job that executes builds on different operating systems at once.
D. A job that requires multiple users to approve it.
Answer: B. A pipeline that automatically creates a job for each branch found in a source
code repository.
Rationale: It scans the SCM and manages jobs for each branch that contains a
Jenkinsfile.
10. A client with deep vein thrombosis (DVT) reports sudden chest pain and
shortness of breath. What is the nurse's first action?
A. Assess the client's leg for increased swelling.
B. Apply supplemental oxygen and notify the provider.
C. Administer an extra dose of Heparin.
/D. Prepare the client for a stat X-ray.
Answer: B. Apply supplemental oxygen and notify the provider.
Rationale: These symptoms suggest a Pulmonary Embolism (PE), a life-threatening
complication of DVT.
11. What does the "Fingerprinting" feature in Jenkins help with?
A. Identifying which user started a build.
B. Tracking the usage of artifacts across different jobs and builds.
C. Biometric security for logging into the dashboard.
D. Monitoring the CPU usage of an agent.
Answer: B. Tracking the usage of artifacts across different jobs and builds.