2025 Information Processing Engineer Practical Exam Difficulty - Theory Problems (Latest 2 Sessions Reflected)

Information Processing EngineerPractical Exam 2025 2nd Session
Read in about 4 min read
Published: 2025-07-31
Last modified: 2025-07-31
View count: 34

Summary

Analyzes the difficulty of theory problems in the Information Processing Engineer practical exam, helping to understand the perceived difficulty through high/medium/low difficulty past problems. Also provides difficulty comparison tables by 2025 exam sessions.

Information Processing Engineer Practical Exam Theory Problem Examples by Difficulty Level

For those who want to experience the difficulty of the Information Processing Engineer practical exam, we provide past problems divided into high, medium, and low difficulty levels. By solving theory problems at different difficulty levels, you can gauge how much time you should invest in theory problems.

High Difficulty - Information Processing Engineer Practical Exam Past Problems

❗️High difficulty problems are new types or past problem variations that are challenging, or difficult types among theory problems.

Past Questions
ProblemGiven a host address of 223.13.234.132 and subnet mask of 255.255.255.192, what values go in the parentheses? The network address of this host is 223.13.234.( (1) ). The number of available host addresses in this network, excluding network and broadcast addresses, is ( (2) ).
Your Answer
Correct AnswerReveal Answer

This problem is a variation of past problems. Subnet mask-related problems tend to feel more difficult compared to other past problem variations.

However, if you understand the concepts of subnet masks and IP addresses well, this was an easily solvable problem.

Information Processing Engineer practical exam theory problems can be solved easily even when they correspond to "high" difficulty.

Subnet mask and subnetting related post

Medium Difficulty - Information Processing Engineer Practical Exam Past Problems

❗️Medium difficulty problems are past problem variations or new types that deal with commonly covered theoretical terms.

Past Questions
ProblemAttack method exploiting vulnerabilities in 3-way handshake What is the attack method where an attacker acts as a client, sends numerous SYN packets to the server, then deliberately doesn't send the final ACK, keeping the server in a connection waiting state?
Your Answer
Correct AnswerReveal Answer

This problem is a new type but requires matching commonly covered theoretical terms. It's a problem you can adequately prepare for by studying theory.

SYN flooding related post (DOS attacks)

Low Difficulty - Information Processing Engineer Practical Exam Past Problems

❗️Low difficulty problems are identical to past problems or simple variations of past problems.

What is the result of performing the πTTL(EMPLOYEE)\pi_{TTL}(EMPLOYEE) operation on the following EMPLOYEE table?

EMPLOYEE Table

EMPNONAMEDEPTTTL
1001Hong Gil-dongGeneral AffairsManager
1002Lee Soon-shinSalesSection Chief
1003Gang Gam-chanDevelopmentAssistant Manager


Result Table

(1)
(2)
(3)
(4)
Past Questions
ProblemWrite the values that go in 1, 2, 3, 4.
Your Answer
Correct AnswerReveal Answer

This problem is identical to a previous past problem. If you solved past problems, it would be difficult to get this wrong.

If you know what the relational algebra symbol Project means, you can easily solve this problem.

Relational algebra related post

2025 1st and 2nd Session Practical Exam Theory Problem Difficulty Comparison

Category2025 1st Session2025 2nd Session
High43
Medium33
Low45

The Information Processing Engineer 2025 2nd session practical exam theory problems had one fewer "high" difficulty problem and one more "low" difficulty problem compared to the 1st session. The difficulty was adjusted downward.

The table below summarizes all theory problems and their difficulty levels for the Information Processing Engineer practical exam 2025 1st and 2nd sessions. Look through it to check the difficulty levels.

2025 1st Session Practical Exam Theory Problem Difficulty

Perceived DifficultyProblem KeywordsAnswer
MediumSELECT, join, ANDQuery execution result
Highdomain: type and range of values that can be input
foreign: referenced attribute
degree, cardinality, foreign, domain
HighDomain integrity: number of constraints equals number of attributes
Entity integrity: 1 constraint per relation
Referential integrity: 0 to multiple constraints per relation
Domain integrity, Entity integrity, Referential integrity
LowStatement coverage order (control flow diagram)Statement coverage order
LowContent coupling: internal module variables
Stamp coupling: data structure transfer
Common coupling: global variable reference and update
Content coupling, Stamp coupling, Common coupling
MediumConnecting classes with different interfacesAdapter
LowHijack sessionSession hijacking
HighFrighten/scareScareware
MediumError detection, checksum addition, polynomial-basedError control (CRC)
LowIP -> MAC(ARP) MAC -> IP(RARP)ARP, RARP
HighIP capable of receiving broadcastSubnet mask

2025 2nd Session Practical Exam Theory Problem Difficulty

Perceived DifficultyProblem KeywordsAnswer
MediumDB column-related term, same meaning as field in filesattribute
LowProject execution resultRelational algebra symbol (project)
MediumDatabase physical design - record access (sequential) method, index method, hashing methodIndex
LowBranch coverage (control flow diagram)Branch coverage path order
LowAsynchronously reload only part of web page contentAJAX
LowProxy objectProxy
MediumExploiting 3-way handshake vulnerabilitiesSYN flooding
HighRound robinRound robin
HighBoth preemptive and non-preemptive possible, preemptive ( ) schedulingSJF, SRT
LowPort number 22SSH
HighNetwork address, number of host addressesSubnet mask