All Practice Exams

Free Practice Questions for ITC Entrance Exam

Exam-style questions and explanations by OpenExamPrep.

✓ No registration✓ No credit card
100+ Questions
100% Free

Loading practice questions...

Exam Review

Key Facts: ITC Entrance Exam Exam

4,228

Candidates registered for the 2025–2026 ITC engineering entrance exam across Phnom Penh, international-program, Tbong Khmum, and Kep sittings

https://itc.edu.kh/wp-content/uploads/2026/03/3-Consortium_2026_Report_Activity_En.pdf

1,500

Successful candidates announced on 16 October 2025 for the 14 October 2025 sitting

https://itc.edu.kh/wp-content/uploads/2026/03/3-Consortium_2026_Report_Activity_En.pdf

USD 30

International Engineering Program English-track entrance-exam registration fee (2026 page); national sitting fee is not published

https://itc.edu.kh/international-engineering-program-2026

3 papers

Official subject groups named by ITC: mathematics, physics/chemistry, and logic

https://itc.edu.kh/wp-content/uploads/2024/06/CA_2024_Document_generaldossier_pedagogique_from_Mr_ST.pdf

Free 100-question English MCQ practice for the Institute of Technology of Cambodia (ITC) engineering entrance exam. Official subjects: mathematics, physics/chemistry, and logic. Independent study aid, not an official ITC paper.

Sample ITC Entrance Exam Practice Questions

Try these sample questions to review concepts for the ITC Entrance Exam exam. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1What is the value of the limit lim (x -> 0) [sin(3x) / tan(5x)]?
A.0.6
B.1.5
C.0.0
D.1.0
Explanation: Using standard trigonometric limits, lim (x -> 0) sin(ax)/x = a and lim (x -> 0) tan(bx)/x = b. Therefore, lim (x -> 0) [sin(3x)/tan(5x)] = [lim sin(3x)/(3x) * 3] / [lim tan(5x)/(5x) * 5] = 3/5 = 0.6.
2Evaluate the definite integral: int_-1^2 (2x^2 + x - 1) dx.
A.3.5
B.5.5
C.4.5
D.6.0
Explanation: An antiderivative is F(x) = (2/3)x^3 + x^2/2 - x. The endpoint values are F(2) = 16/3 and F(-1) = 5/6, so the integral is 16/3 - 5/6 = 32/6 - 5/6 = 27/6 = 4.5.
3What is the first derivative of f(x) = x^2 * e^(2x)?
A.2x(1 + x) * e^(2x)
B.2x * e^(2x)
C.x^2 * e^(2x)
D.4x^2 * e^(2x)
Explanation: Apply the product rule (u*v)' = u'*v + u*v'. Let u = x^2 (so u' = 2x) and v = e^(2x) (so v' = 2e^(2x)). Then f'(x) = 2x * e^(2x) + x^2 * 2e^(2x) = 2x(1 + x)e^(2x).
4What is the maximum value of the quadratic function f(x) = -3x^2 + 12x - 5?
A.7
B.5
C.12
D.-5
Explanation: Since the leading coefficient is negative, the parabola opens downward and reaches its maximum at the vertex x = -b/(2a) = -12/[2(-3)] = 2. Substituting gives f(2) = -3(4) + 12(2) - 5 = -12 + 24 - 5 = 7.
5Evaluate the integral: int_1^e (ln(x) / x) dx.
A.0.5
B.1.0
C.e
D.0.0
Explanation: Use substitution: let u = ln(x), then du = (1/x) dx. When x = 1, u = ln(1) = 0; when x = e, u = ln(e) = 1. The integral becomes int_0^1 u du = [u^2 / 2]_0^1 = 1/2 = 0.5.
6Solve the initial value problem: dy/dx = 3y with y(0) = 4.
A.y(x) = 4e^(3x)
B.y(x) = 3e^(4x)
C.y(x) = 4 + 3x
D.y(x) = 12e^x
Explanation: Separating variables gives dy/y = 3 dx. Integrating both sides yields ln|y| = 3x + C, so y(x) = A * e^(3x). Applying the initial condition y(0) = 4 gives A = 4, so y(x) = 4e^(3x).
7Find the point of inflection of the cubic curve f(x) = x^3 - 6x^2 + 9x + 1.
A.(1, 5)
B.(3, 1)
C.(2, 3)
D.(0, 1)
Explanation: The second derivative identifies inflection points: f'(x) = 3x^2 - 12x + 9, and f''(x) = 6x - 12. Setting f''(x) = 0 gives 6x = 12 => x = 2. The corresponding y-value is f(2) = 2^3 - 6(2^2) + 9(2) + 1 = 8 - 24 + 18 + 1 = 3. Thus the inflection point is (2, 3).
8What is the area of the finite region enclosed by the parabola y = x^2 and the line y = 2x?
A.4/3
B.2/3
C.2
D.8/3
Explanation: Find intersection points: x^2 = 2x => x(x - 2) = 0, so x = 0 and x = 2. On [0, 2], the line lies above the parabola. Area = int_0^2 (2x - x^2) dx = [x^2 - x^3 / 3]_0^2 = 4 - 8/3 = 12/3 - 8/3 = 4/3.
9Find the limit: lim (x -> inf) [1 + 2/x]^(3x).
A.e^6
B.e^5
C.e^2
D.e^3
Explanation: Recall the fundamental limit definition of the exponential: lim (x -> inf) [1 + a/x]^(bx) = e^(a * b). Here a = 2 and b = 3, so the limit is e^(2 * 3) = e^6.
10Using integration by parts, evaluate: int x * cos(x) dx.
A.x * sin(x) - cos(x) + C
B.-x * sin(x) + cos(x) + C
C.x * sin(x) + cos(x) + C
D.0.5 * x^2 * sin(x) + C
Explanation: Let u = x (so du = dx) and dv = cos(x) dx (so v = sin(x)). By parts: int u dv = uv - int v du = x * sin(x) - int sin(x) dx. Since int sin(x) dx = -cos(x), the expression becomes x * sin(x) - (-cos(x)) + C = x * sin(x) + cos(x) + C.

About the ITC Entrance Exam Exam

The Institute of Technology of Cambodia (ITC / Institut de Technologie du Cambodge / វិទ្យាស្ថានបច្ចេកវិទ្យាកម្ពុជា) recruits engineering students by an annual written entrance exam (concours d'entrée). Official 2024–2026 ITC board and consortium reports name the papers as mathematics, physics/chemistry, and logic, written from the upper-secondary curriculum. For 2025–2026, 4,228 candidates registered (25 September–11 October 2025), sat the same tests at three campuses on 14 October 2025, and 1,500 were successful (results 16 October 2025). This free practice bank offers independent English-language MCQ practice for those STEM and reasoning topics; it is not an official ITC paper or a simulation of the written format.

Exam sponsor: Institute of Technology of Cambodia (ITC). The requirements and fees below concern the certification or admission exam, separate from our free practice resources.

Assessment

Official written concours covering mathematics, physics/chemistry, and logic. The 2025–2026 sitting used the same tests at Phnom Penh, Tbong Khmum, and Kep on 14 October 2025. The International Engineering Program track is an English sitting of those subjects. This 100-question bank is an independent English-language MCQ study adaptation and does not simulate official paper formatting.

Time Limit

National programme: Mathematics 2 hours; Logic 1 hour; combined Physics/Chemistry paper 2 hours. International Engineering Program durations not published.

Passing Score

Competitive ranking (1,500 successful of 4,228 registered for 2025–2026; results 16 October 2025)

Exam / Certification Fees

National sitting fee not published; International Engineering Program English-track registration fee USD 30 (IEP 2026 page)

Exam sponsor website

Our practice resources: topics covered

We aim to reflect publicly available exam outlines and topic information in our study resources. Coverage, format, and difficulty may differ from the actual exam, and we cannot guarantee that every detail is accurate or current. Confirm exam requirements, fees, and policies with the official exam sponsor.

Official weight unpublished (30 practice questions)

Mathematics

Calculus, algebra, trigonometry, vectors, geometry, complex numbers, sequences, and probability.

Official weight unpublished (25 practice questions)

Physics

Mechanics, waves, electromagnetism, thermodynamics, and optics.

Official weight unpublished (25 practice questions)

Chemistry

Stoichiometry, equilibrium, acids and bases, electrochemistry, and organic functional groups.

Official weight unpublished (20 practice questions)

Logic and analytical reasoning

Numerical sequences, deduction, spatial logic, and quantitative puzzles.

Preparing for the ITC Entrance Exam Exam

What You Need to Know

  • Passing score: Competitive ranking (1,500 successful of 4,228 registered for 2025–2026; results 16 October 2025)
  • Assessment: Official written concours covering mathematics, physics/chemistry, and logic. The 2025–2026 sitting used the same tests at Phnom Penh, Tbong Khmum, and Kep on 14 October 2025. The International Engineering Program track is an English sitting of those subjects. This 100-question bank is an independent English-language MCQ study adaptation and does not simulate official paper formatting.
  • Time limit: National programme: Mathematics 2 hours; Logic 1 hour; combined Physics/Chemistry paper 2 hours. International Engineering Program durations not published.
  • Exam / certification fees: National sitting fee not published; International Engineering Program English-track registration fee USD 30 (IEP 2026 page) Official sources

Using Our Practice Resources

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

ITC Entrance Exam: Suggested Study Strategy

1Practice calculus, algebra, trigonometry, and probability at Bac II science depth; ITC lecturers write concours items from the high-school curriculum.
2Work quantitative mechanics, circuit, wave, and thermodynamics problems with full unit tracking.
3Drill stoichiometry, equilibrium, pH, and organic functional-group reactions under timed conditions.
4Keep a daily logic set: sequences, deduction, and multi-step quantitative puzzles matching the official logique paper.
5Use this English MCQ bank to check concepts, then practise written solutions because the official papers are not published as multiple-choice.

Frequently Asked Questions

Is the official ITC entrance examination multiple-choice?

Official ITC reports describe written tests proposed by lecturers from the high-school curriculum, not a published multiple-choice blueprint. This OpenExamPrep bank is an English-language MCQ study adaptation for the underlying mathematics, science, and logic—not an official translation or format simulation.

What subjects are on the ITC engineering entrance exam?

ITC names mathematics, physics/chemistry, and logic. Its national engineering page gives durations of 2 hours, 2 hours, and 1 hour respectively; official item counts are not published. The International Engineering Program track uses the same subjects in English, but its 2026 page does not state durations.

Who is eligible to sit the ITC engineering entrance exam?

ITC's 2024 pedagogical dossier requires candidates for the engineering cycle to hold a Bac II diploma with mention A to E and to file a dossier for the concours. The International Engineering Program 2026 page requires Bac II or equivalent plus English proficiency (IELTS 5.0 or TOEFL iBT 60, or equivalent).

How does the International Engineering Program track relate to the regular concours?

ITC's 2025 consortium report states that national and international engineering students are recruited by entrance exams covering the same four subject areas. The 2026 IEP page lists a separate English-track date, math, physics and chemistry, and logic, with a USD 30 registration fee. Because the assessed subject scope is the same and delivery language alone does not create another exam identity, OpenExamPrep provides one independent practice bank.