It - claymation artwork

IT Quiz for Beginners

13 – 31 Questions 10 min
This IT quiz focuses on core infrastructure skills such as networking, operating systems, security basics, and troubleshooting workflows that working technicians use every day. It is especially useful for help desk analysts, junior system administrators, and support engineers who want to validate and strengthen practical IT fundamentals.
1In an entry-level it quiz, you see a question asking which device forwards packets between different networks. Which component is it referring to?
2An operating system is responsible for managing both hardware resources and software processes on a computer.

True / False

3You are configuring a shared folder for interns so they can read onboarding documents but must not modify or delete them. For this kind of it test scenario, what is the most appropriate permission strategy?
4During an it quiz on SQL basics, you are asked which command removes rows that meet a specific condition from a table. Which command should you choose?
5Using HTTP instead of HTTPS is acceptable for transmitting login credentials as long as the internal network is trusted.

True / False

6A remote employee can resolve the hostname of an internal server, but ping to that host times out while other internal hosts respond normally. What is the most likely cause?
7Your company needs highly durable storage for large media files with minimal management effort, and this use case appears in an i t quiz on cloud storage patterns. Which type of cloud storage service is most appropriate?
8Your team is troubleshooting an internal web app that users report as slow to load. You suspect a network path problem. Which tools are most appropriate to diagnose network latency and routing issues? Select all that apply.

Select all that apply

9You are working on a feature branch named feature-login and want to switch your local Git workspace to that branch to run an it test suite. Which command should you run?
10Your company wants to deploy custom applications without managing servers or operating systems, and this scenario appears in an it quiz about cloud models. Which cloud service model best fits this need?
11A user reports they cannot reach a specific internal website, while other sites work. Arrange the following troubleshooting steps in the most logical order.

Put in order

1Check DNS resolution for the problematic site
2Review firewall or proxy rules affecting that site
3Verify the user's basic network connectivity
4Test connectivity to the site host using a network utility
12A report query against a large orders table is running slowly during your regular it test cycle. Which actions are likely to improve query performance? Select all that apply.

Select all that apply

13In a typical public cloud environment, using infrastructure-as-code tools helps keep environments reproducible and makes rollbacks easier.

True / False

14Two related tables must be updated together so that either both changes succeed or both are rolled back if a problem occurs. Which database feature should you use to guarantee this behavior?
15You are hardening the login flow for a new web application before rolling it out in an internal it test. Which measures improve the security of user authentication? Select all that apply.

Select all that apply

16A Linux application server suddenly reports 95 percent disk usage, and you find that most of the space is under /var/log. Services are still running and writing logs. What is the best immediate action to free space while preserving current logs?
17You are setting up an automated it test suite for a REST API that will run in your CI pipeline. Which practices will make the tests more reliable and maintainable? Select all that apply.

Select all that apply

18A microservice in production gradually consumes more memory until containers restart, affecting your it quizzes environment. You must diagnose the issue with minimal downtime. What is the most appropriate first step?
19You are designing access control for a microservice architecture that exposes internal APIs. Each service must authenticate callers and enforce fine-grained permissions per endpoint. Which design pattern best meets this requirement?

Frequent Errors on Intermediate IT Quiz Questions

Misreading protocol and port questions

Many learners rush through networking items and confuse protocols with their default ports. They mix up HTTP, HTTPS, SSH, FTP, DNS, and RDP values. Slow down and match each service to its standard port rather than guessing from memory under pressure.

Confusing OSI layers and real tools

Candidates often memorize the OSI model but miss how tools map to layers. For example, ping checks IP reachability at Layer 3, while Wireshark inspects packets at multiple layers. Tie each tool or device to a specific layer and function.

Mixing up IP, MAC, and hostnames

Questions that mention IP address, MAC address, and DNS name together often trigger wrong answers. Learners forget that IP is logical, MAC is physical, and DNS maps names to IPs. Identify which identifier the question actually targets before choosing a command or configuration step.

Overlooking least privilege in security items

Security scenarios frequently ask for the safest configuration. People choose options that are convenient instead of following least privilege. Prefer answers that grant the minimum rights, segment access, and use multi factor authentication rather than broad permissions.

Mishandling backup and recovery questions

Many confuse redundancy with backup. RAID and clustering improve availability but do not replace backups. For quiz items, classify each technology as backup, redundancy, or recovery objective, then choose the option that matches the stated requirement.

Ignoring question constraints

Scenario questions often specify limits such as “no budget for new hardware” or “remote users on slow links.” Learners select ideal but impossible solutions. Re read constraints and eliminate any option that violates those conditions, even if it is technically sound in other contexts.

Printable IT Fundamentals Quiz Cheat Sheet

How to use this IT cheat sheet

Use this sheet before or after your IT quiz session to refresh key facts. Print it or save as a PDF so you can review offline.

Common TCP and UDP ports

  • 20, 21 FTP data, FTP control
  • 22 SSH, secure remote shell and tunneling
  • 23 Telnet, insecure remote shell
  • 25 SMTP mail transfer
  • 53 DNS queries and zone transfers
  • 80 HTTP web traffic
  • 110 POP3 mail retrieval
  • 143 IMAP mail retrieval
  • 443 HTTPS encrypted web traffic
  • 445 SMB file and printer sharing on Windows
  • 3389 RDP remote desktop

OSI model quick reference

  1. Layer 7 Application Protocols such as HTTP, SMTP, FTP, DNS.
  2. Layer 6 Presentation Encryption and data formats such as TLS, SSL.
  3. Layer 5 Session Session setup and teardown between hosts.
  4. Layer 4 Transport TCP, UDP, ports, reliability, flow control.
  5. Layer 3 Network IP addressing, routing, ICMP.
  6. Layer 2 Data Link MAC addresses, switches, VLANs.
  7. Layer 1 Physical Cables, radio signals, connectors.

Core troubleshooting commands

  • ping Test basic IP reachability.
  • tracert / traceroute Show path and where packets stop.
  • ipconfig / ifconfig View interface addresses and gateways.
  • nslookup / dig Test DNS name resolution.
  • netstat Display listening ports and active connections.
  • tasklist / ps Show running processes.

Security and backup essentials

  • MFA Adds a second factor to passwords such as app prompt or token.
  • Least privilege Grant only permissions that a user or service needs.
  • Full backup Copies all selected data.
  • Incremental backup Copies changes since the last any type backup.
  • Differential backup Copies changes since the last full backup.

Worked IT Quiz Question Examples with Step Explanations

Example 1: Choosing the right troubleshooting command

Question: A user can reach sites by IP address but not by name. Which tool should you run first on the client?

Step 1: Identify the failing component. Access by IP works, so connectivity and routing likely function. The failure occurs when translating hostnames to IP addresses. That points to DNS.

Step 2: Match tools to DNS. Options might include ping, ipconfig, nslookup, and tracert. Only nslookup directly tests DNS name resolution.

Step 3: Confirm reasoning. Ping could fail for other reasons and does not isolate DNS. Ipconfig shows DNS settings but does not test them. Tracert checks path to an IP. The best first tool is nslookup.

Example 2: Selecting a backup strategy

Question: A small office wants to minimize backup time on weekdays but accepts longer restore time. Which backup schedule fits?

Step 1: Translate requirements. Short backup windows matter more than quick restores. That favors backups that copy only a small amount of data each day.

Step 2: Compare types. Full backups copy everything and take longest to run. Differential backups grow larger each day until the next full. Incremental backups copy only data changed since the last backup of any type.

Step 3: Apply to scenario. Incremental backups minimize daily backup duration. Restores require last full backup plus each incremental. That trade off matches the requirement. The correct schedule is weekly full backup with daily incremental backups.

Use this same structured approach on every IT quiz item. Clarify the requirement, link concepts to tools or methods, then test each option against the scenario.

IT Quiz Skills Assessment FAQ

Common Questions About This IT Quiz

What topics does this IT quiz actually cover?

The quiz focuses on core information technology skills at an intermediate level. You can expect questions on networking basics, TCP and UDP ports, operating system administration, command line troubleshooting, security fundamentals, user account management, and practical backup and recovery concepts.

Who is the ideal audience for this IT test?

This quiz fits help desk technicians, desktop support staff, junior system administrators, and students in IT support or networking programs. It assumes some hands on experience with common tools and operating systems, not complete beginners, but it does not require advanced certification level depth.

How hard is the IT quiz and how should I use the results?

Difficulty sits between entry level trivia and formal certification exams. Treat your score as a skills snapshot. Review each missed question, map it to a topic such as DNS or backups, then build a short study plan focusing on those weak areas before retaking the quiz.

How much time do I need to complete the quiz modes?

You can select from three modes. The quick mode uses 13 questions for a short practice burst. The standard mode uses 19 questions and fits a typical study session. The full mode uses 31 questions and gives a broader sample of your IT skills.

How can I prepare to improve my IT quiz score?

Practice with basic CLI networking tools, review common ports and OSI layers, and study user and group management tasks on your primary operating system. Work through real troubleshooting scenarios at work or in a lab, then return to the quiz and compare your new results against your previous attempt.