Access to the videos concerning this certification test will be provided on request after completing the following requirements. Here is the link.
Pre-requisites for taking this project:
Certification project includes following video lectures discussing:
(a) Problem Description
(b) Solution Overview
(c) System Design Overview & Grading
Solution will also be graded for writing clean code.
Here is a basic problem description:
In this test, you will implement a simple Java compiler. Given a Java program, the compiler would perform the following two checks. If both checks are successful, then it reports that the program compiled successfully. Otherwise, the compiler reports the error.
0 comments