CSLB General Building (B) — All Questions
← Back to practice25 questions
Why is it important to maintain accurate, up-to-date documentation such as network diagrams and asset inventories?
- a.It speeds troubleshooting and supports consistent, informed decisions✓
- b.It increases the monitor refresh rate
- c.It encrypts all network traffic
- d.It replaces the need for backups
Accurate documentation helps technicians understand the environment quickly, reducing troubleshooting time and supporting good decisions. It does not encrypt traffic, change hardware behavior, or substitute for backups.
In a formal change-management process, what should be prepared in case a change causes unexpected problems in production?
- a.A louder alarm
- b.A rollback (back-out) plan✓
- c.A brighter display
- d.A faster CPU
A rollback or back-out plan defines how to revert a change safely if it fails, minimizing downtime. It is a core part of responsible change management and unrelated to hardware upgrades or alarms.
Which safety practice protects sensitive electronic components from static discharge while a technician works inside a computer?
- a.Wearing rubber-soled shoes only
- b.Working on a carpet
- c.Using an anti-static (ESD) wrist strap connected to ground✓
- d.Turning up the room heat
An ESD wrist strap connected to ground equalizes charge and prevents static from damaging components. Carpet actually increases static risk, and shoe type or room temperature does not provide reliable ESD protection.
According to standard change management, what must typically happen before a significant change is implemented in a production environment?
- a.Nothing; changes are made immediately
- b.Only the technician's verbal note
- c.A social media post
- d.Documented request, risk analysis, and approval by the change board✓
Significant changes generally require a documented request, risk assessment, and formal approval before implementation to control impact. Making changes without review or approval undermines stability and accountability.
Which document defines the acceptable ways employees may use company computers, networks, and internet access?
- a.Acceptable Use Policy (AUP)✓
- b.Bill of materials
- c.Network diagram
- d.Purchase order
An Acceptable Use Policy specifies permitted and prohibited uses of company IT resources. A network diagram maps topology and a bill of materials lists parts, neither of which governs user behavior.
When handling a customer's confidential data during a repair, which behavior best respects privacy and professional conduct?
- a.Sharing interesting files with coworkers
- b.Accessing only what is necessary and keeping the data confidential✓
- c.Posting screenshots online
- d.Copying personal photos for yourself
Professionals should access only the data required for the task and keep customer information confidential. Sharing, posting, or copying personal data violates privacy expectations and ethical standards.
Which fire extinguisher class is appropriate for electrical fires involving energized equipment?
- a.Class A (ordinary combustibles)
- b.Class B (flammable liquids)
- c.Class C (electrical)✓
- d.Class K (cooking oils)
Class C extinguishers are rated for fires in energized electrical equipment and use a non-conductive agent. Class A is for ordinary combustibles and Class B for flammable liquids, which are unsafe on live electrical fires.
Which scripting file type is native to Windows and commonly used to automate administrative tasks with cmdlets?
- a..sh (Bash)
- b..py (Python) only
- c.VBScript only
- d..ps1 (PowerShell)✓
PowerShell scripts (.ps1) use cmdlets and are the native automation language for Windows administration. Bash (.sh) is native to Linux/Unix. Python and VBScript can be used but .ps1 is the Windows-native choice described.
What is the primary purpose of a knowledge base or ticketing system in an IT support environment?
- a.To track issues and share documented solutions for consistency✓
- b.To overclock the CPU
- c.To replace the firewall
- d.To encrypt hard drives
A knowledge base and ticketing system record incidents and proven solutions, enabling consistent, efficient support and knowledge sharing. They do not perform encryption, overclocking, or firewall functions.
When lifting a heavy piece of equipment such as a large UPS or printer, which technique reduces the risk of injury?
- a.Bend at the waist and twist while lifting
- b.Lift with your legs, keep your back straight, and hold the load close✓
- c.Lift as quickly as possible
- d.Carry it one-handed
Proper lifting means bending the knees, keeping the back straight, using the leg muscles, and holding the load close to the body. Bending at the waist and twisting greatly increases the chance of back injury.
Which document is typically required before disposing of batteries, toner cartridges, or other chemicals to ensure proper handling?
- a.A network diagram
- b.An acceptable use policy
- c.A Safety Data Sheet (SDS)✓
- d.A change request form
A Safety Data Sheet (SDS) provides handling, storage, and disposal guidance for hazardous materials like batteries and toner. Network diagrams and change requests do not address chemical safety or disposal.
Which regulated data type requires special handling under privacy rules and should never be exposed carelessly during support work?
- a.Public marketing brochures
- b.Open-source code
- c.Press releases
- d.Personally identifiable information (PII) and healthcare data (PHI)✓
PII and PHI are protected categories subject to privacy regulations and must be safeguarded from unauthorized disclosure. Public brochures, open-source code, and press releases are not confidential regulated data.
In change management, what is the purpose of documenting the 'scope' of a proposed change?
- a.To define exactly what will and will not be affected✓
- b.To increase the clock speed
- c.To disable the firewall
- d.To brighten the display
Defining scope clarifies which systems, users, and processes the change affects and which it does not, guiding testing and communication. It has nothing to do with clock speed, firewalls, or display brightness.
Which environmental control helps protect data-center equipment from damage caused by static electricity and overheating?
- a.Storing equipment in direct sunlight
- b.Maintaining proper temperature and humidity levels✓
- c.Removing all air filtration
- d.Increasing dust accumulation
Controlled temperature and humidity reduce both overheating and static-discharge risk, protecting equipment. Excess heat, sunlight, dust, or overly dry air all increase the likelihood of hardware damage.
What is a key reason to use a change board or approval step rather than letting any technician change production systems freely?
- a.It makes the CPU faster
- b.It removes the need for backups
- c.It reviews risk and reduces unplanned outages✓
- d.It encrypts the network
A review or approval step evaluates risk, dependencies, and timing, reducing the chance of unplanned outages from uncoordinated changes. It does not affect CPU speed, backups, or encryption directly.
Which basic scripting construct repeats a block of instructions until a condition is met, and is fundamental to automation?
- a.A comment
- b.A variable
- c.A file path
- d.A loop✓
A loop repeats instructions until a condition is satisfied, letting a script automate repetitive work. A variable stores a value and a comment documents code, but neither performs repetition on its own.
When a customer becomes upset during a support interaction, which professional communication practice is most appropriate?
- a.Listen actively, stay calm, and avoid arguing or being defensive✓
- b.Interrupt and raise your voice
- c.Blame the customer
- d.Walk away without explanation
Active listening, staying calm, and not arguing help de-escalate tension and maintain professionalism. Interrupting, blaming, or abandoning the customer damages trust and violates good conduct standards.
Which purpose does a 'bill of materials' (BOM) or asset inventory serve in IT operations?
- a.It measures Wi-Fi signal strength
- b.It lists components or assets and their details for tracking and procurement✓
- c.It encrypts the hard drive
- d.It configures the firewall
A bill of materials or asset inventory itemizes components or devices with relevant details, supporting tracking, procurement, and lifecycle management. It does not measure signal strength or configure security controls.
Under change management, why should a change include a documented 'end-user acceptance' or verification step after implementation?
- a.To increase RAM automatically
- b.To disable logging
- c.To confirm the change works as intended and the issue is resolved✓
- d.To overclock the GPU
Verifying end-user acceptance confirms the change achieved its goal and did not introduce new problems before the change is closed. It does not alter hardware or logging by itself.
Which environmental and safety consideration applies when using compressed air to clean dust from a computer?
- a.Shake and heat the can first
- b.Spray directly into spinning fans at full speed
- c.Use it while the unit is powered on and open
- d.Use short bursts, keep the can upright, and hold fans still to avoid over-spinning✓
Compressed air should be used in short bursts with the can upright, and fans should be held still so they do not over-spin and get damaged. Powering on the unit or forcing fans to spin can cause damage or injury.
What is the main benefit of following a standardized incident-response and documentation procedure during a security event?
- a.Consistent handling, proper evidence preservation, and clear communication✓
- b.Faster internet speeds
- c.Brighter monitors
- d.Lower electricity bills
A standardized procedure ensures incidents are handled consistently, evidence is preserved for possible investigation, and stakeholders are informed. It is unrelated to internet speed, display brightness, or utility costs.
When disposing of old electronics, which approach aligns with environmental regulations and responsible practice?
- a.Throw them in regular household trash
- b.Recycle through certified e-waste programs and follow local regulations✓
- c.Bury them in a backyard
- d.Burn them to save space
Certified e-waste recycling handles hazardous components properly and complies with regulations. Household trash, burying, or burning electronics can release toxic materials and violate environmental laws.
Which practice best supports accountability when multiple technicians manage the same systems over time?
- a.Using one shared, undocumented login
- b.Skipping all records
- c.Keeping a change log and updated documentation of who changed what and when✓
- d.Deleting logs weekly
A change log and current documentation record who made each change and when, supporting accountability and troubleshooting. Shared undocumented logins and deleted logs destroy the audit trail and hinder accountability.
Before performing maintenance that may cause downtime, what professional step should a technician take regarding affected users?
- a.Say nothing and hope no one notices
- b.Change the wallpaper first
- c.Disable their accounts permanently
- d.Communicate the planned maintenance window and expected impact in advance✓
Notifying affected users of the maintenance window and expected impact sets expectations and reduces disruption complaints. Staying silent or disabling accounts is unprofessional and harms trust.
Which practice best protects customer privacy when a technician must step away from a workstation that displays sensitive information?
- a.Leave it unlocked for convenience
- b.Increase the brightness
- c.Post the password nearby
- d.Lock the screen so credentials are required to resume✓
Locking the screen prevents unauthorized viewing or use of sensitive data while the technician is away. Leaving it unlocked or posting the password exposes confidential information and violates privacy best practices.