← certdrill.dev home

Fundamental IT Engineer Quiz

15 questions / 10 random questions

AI cloud IoT foundational theory algorithms and databases
Try a 10-question Fundamental IT Engineer quiz

Random questions, instant feedback, and review for missed questions.

Start quiz →

Included topics (15 questions)

Q1

Which is an appropriate example of supervised learning?

Answer: Learning classification or regression from data with correct labels

Supervised learning trains classification or regression models from data that includes correct labels.

Q2

Which is a representative example of unsupervised learning?

Answer: Clustering

Unsupervised learning finds structure in data without correct labels; clustering is a representative example.

Q3

Which set describes appropriate challenges of AI?

Answer: Bias, explainability, and overfitting

In Fundamental Information Technology Engineer topics, not only AI usage but also bias, explainability, and overfitting are likely to be tested.

Q4

Which description best matches IaaS?

Answer: Providing infrastructure such as virtual servers and storage as a service

IaaS means Infrastructure as a Service. Examples include virtual machines and storage.

Q5

Which description best matches SaaS?

Answer: Using completed applications over a network

SaaS means Software as a Service. Users consume applications as services, such as Google Workspace.

Q6

Which description best matches the cloud shared responsibility model?

Answer: Cloud providers and users share security and operational responsibilities

In cloud services, responsibility is divided between the provider and the user depending on the service model.

Q7

Which description best matches serverless computing, or FaaS?

Answer: Running functions in response to events while abstracting server management

In FaaS, such as AWS Lambda, functions run in response to events and much of the platform management is handled by the service.

Q8

Which statement correctly describes containers compared with virtual machines?

Answer: Containers share the OS kernel and isolate application runtime environments lightweightly

Containers share the host OS kernel and run applications with their dependencies isolated.

Q9

Which description best matches edge computing?

Answer: Processing data close to sensors or devices to reduce latency and traffic

In IoT and similar contexts, processing near devices helps improve real-time behavior and reduce communication volume.

Q10

Which description best matches the zero trust model?

Answer: Do not assume trust inside or outside the network; continuously authenticate, authorize, and verify

Zero trust emphasizes verifying each access rather than relying only on perimeter defense.

Q11

What is binary 1010 converted to decimal?

Answer: 10

Binary 1010 is 8 + 2 = 10. Base conversion is a standard FE topic.

Q12

Which description of logical AND is correct?

Answer: It is true only when both operands are true

AND is true only when both conditions are true. Also understand OR, NOT, and XOR.

Q13

Which condition is required for binary search?

Answer: The target data is sorted

Binary search repeatedly narrows the search range by half and assumes sorted data.

Q14

Which description of a foreign key in a relational database is correct?

Answer: A key that references a primary key or similar key in another table and represents relationships between tables

A foreign key represents a reference relationship between tables and helps maintain referential integrity.

Q15

Which configuration improves availability?

Answer: Using redundancy and failover configurations

Redundancy, failover, monitoring, and backups are effective for improving availability.

certdrill.dev is an independent, unofficial learning site and is not affiliated with LPI Japan, IPA, AWS, Microsoft Azure, or any exam provider. Questions and explanations are original content.