2025 Information Processing Engineer Practical Exam Difficulty - Theory Problems (Latest 2 Sessions Reflected)
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 | |
Problem | Given 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 Answer | Reveal 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 postMedium 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 | |
Problem | Attack 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 Answer | Reveal 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 operation on the following EMPLOYEE table?
EMPLOYEE Table
EMPNO | NAME | DEPT | TTL |
---|---|---|---|
1001 | Hong Gil-dong | General Affairs | Manager |
1002 | Lee Soon-shin | Sales | Section Chief |
1003 | Gang Gam-chan | Development | Assistant Manager |
Result Table
(1) |
---|
(2) |
(3) |
(4) |
Past Questions | |
Problem | Write the values that go in 1, 2, 3, 4. |
Your Answer | |
Correct Answer | Reveal 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 post2025 1st and 2nd Session Practical Exam Theory Problem Difficulty Comparison
Category | 2025 1st Session | 2025 2nd Session |
---|---|---|
High | 4 | 3 |
Medium | 3 | 3 |
Low | 4 | 5 |
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 Difficulty | Problem Keywords | Answer |
---|---|---|
Medium | SELECT, join, AND | Query execution result |
High | domain: type and range of values that can be input foreign: referenced attribute | degree, cardinality, foreign, domain |
High | Domain 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 |
Low | Statement coverage order (control flow diagram) | Statement coverage order |
Low | Content coupling: internal module variables Stamp coupling: data structure transfer Common coupling: global variable reference and update | Content coupling, Stamp coupling, Common coupling |
Medium | Connecting classes with different interfaces | Adapter |
Low | Hijack session | Session hijacking |
High | Frighten/scare | Scareware |
Medium | Error detection, checksum addition, polynomial-based | Error control (CRC) |
Low | IP -> MAC(ARP) MAC -> IP(RARP) | ARP, RARP |
High | IP capable of receiving broadcast | Subnet mask |
2025 2nd Session Practical Exam Theory Problem Difficulty
Perceived Difficulty | Problem Keywords | Answer |
---|---|---|
Medium | DB column-related term, same meaning as field in files | attribute |
Low | Project execution result | Relational algebra symbol (project) |
Medium | Database physical design - record access (sequential) method, index method, hashing method | Index |
Low | Branch coverage (control flow diagram) | Branch coverage path order |
Low | Asynchronously reload only part of web page content | AJAX |
Low | Proxy object | Proxy |
Medium | Exploiting 3-way handshake vulnerabilities | SYN flooding |
High | Round robin | Round robin |
High | Both preemptive and non-preemptive possible, preemptive ( ) scheduling | SJF, SRT |
Low | Port number 22 | SSH |
High | Network address, number of host addresses | Subnet mask |