Campus Recruitment System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 18, 2018

Campus Recruitment System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Campus Recruitment System which shows the flows between the activity of College, Job, Vacancy, Student, Company. The main activity involved in this UML Activity Diagram of Campus Recruitment System are as follows:

  • College Activity
  • Job Activity
  • Vacancy Activity
  • Student Activity
  • Company Activity

Features of the Activity UML diagram of Campus Recruitment System

  • Admin User can search College, view description of a selected College, add College, update College and delete College.
  • Its shows the activity flow of editing, adding and updating of Job
  • User will be able to search and generate report of Vacancy, Student, Company
  • All objects such as ( College, Job, Company) are interlinked
  • Its shows the full description and flow of College, Student, Company, Vacancy, Job
Campus Recruitment System Activity Diagram

Campus Recruitment System Class Diagram

Posted By freeproject on August 2, 2017

Campus Recruitment System Class Diagram describes the structure of a Campus Recruitment System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Campus Recruitment System are Student, College, Company, Job, Placement, Qualification.

Classes of Campus Recruitment System Class Diagram:

  • Student Class : Manage all the operations of Student
  • College Class : Manage all the operations of College
  • Company Class : Manage all the operations of Company
  • Job Class : Manage all the operations of Job
  • Placement Class : Manage all the operations of Placement
  • Qualification Class : Manage all the operations of Qualification

Classes and their attributes of Campus Recruitment System Class Diagram:

  • Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • College Attributes : college_id, college_name, college_description, college_address,
  • Company Attributes : company_id, company_name, comapny_type, company_description, company_address
  • Job Attributes : job_id, job_name, job_type, job_salary, job_vacancy, job_description
  • Placement Attributes : placement_id, placement_college_id, placement_student_id, placement_qualification, placement_type, placement_description
  • Qualification Attributes : qualification_id, qualification_student_id, qualification_type, qualification_description

Classes and their methods of Campus Recruitment System Class Diagram:

  • Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
  • College Methods : addCollege(), editCollege(), deleteCollege(), updateCollege(), saveCollege(), searchCollege()
  • Company Methods : addCompany(), editCompany(), deleteCompany(), updateCompany(), saveCompany(), searchCompany()
  • Job Methods : addJob(), editJob(), deleteJob(), updateJob(), saveJob(), searchJob()
  • Placement Methods : addPlacement(), editPlacement(), deletePlacement(), updatePlacement(), savePlacement(), searchPlacement()
  • Qualification Methods : addQualification(), editQualification(), deleteQualification(), updateQualification(), saveQualification(), searchQualification()

Class Diagram of Campus Recruitment System :

Class Diagram Image: 
Campus Recruitment System Class Diagram

Campus Recruitment System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Campus Recruitment System which shows components, provided and required interfaces, ports, and relationships between the Job, Vacancy, Qualification, Placement and Student. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Campus Recruitment System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Campus Recruitment System:

  • Job Component
  • Vacancy Component
  • Qualification Component
  • Placement Component
  • Student Component

Featues of Campus Recruitment System Component Diagram:

  • You can show the models the components of Campus Recruitment System.
  • Model the database schema of Campus Recruitment System
  • Model the executables of an application of Campus Recruitment System
  • Model the system's source code of Campus Recruitment System
Component Diagram: 

Campus Recruitment System Dataflow Diagram

Posted By freeproject on April 14, 2017

Campus Recruitment System Data flow diagram is often used as a preliminary step to create an overview of the Campus without going into great detail, which can later be elaborated.it normally consists of overall application dataflow and processes of the Campus process. It contains all of the userflow and their entities such all the flow of Student, College, Company, Job, Placement, Qualification, Vacancy. All of the below diagrams has been used for the visualization of data processing and structured design of the Campus process and working flow.


Zero Level Data flow Diagram(0 Level DFD) of Campus Recruitment System :

This is the Zero Level DFD of Campus Recruitment System, where we have eloborated the high level process of Campus. It’s a basic overview of the whole Campus Recruitment System or process being analyzed or modeled. It’s designed to be an at-a-glance view of Placement,Qualification and Vacancy showing the system as a single high-level process, with its relationship to external entities of Student,College and Company. It should be easily understood by a wide audience, including Student,Company and Placement In zero leve DFD of Campus Recruitment System, we have described the high level flow of the Campus system.

High Level Entities and proccess flow of Campus Recruitment System:

  • Managing all the Student
  • Managing all the College
  • Managing all the Company
  • Managing all the Job
  • Managing all the Placement
  • Managing all the Qualification
  • Managing all the Vacancy
Zero Level DFD Campus Recruitment System

First Level Data flow Diagram(1st Level DFD) of Campus Recruitment System :

First Level DFD (1st Level) of Campus Recruitment System shows how the system is divided into sub-systems (processes), each of which deals with one or more of the data flows to or from an external agent, and which together provide all of the functionality of the Campus Recruitment System system as a whole. It also identifies internal data stores of Vacancy, Qualification, Placement, Job, Company that must be present in order for the Campus system to do its job, and shows the flow of data between the various parts of Student, Company, Qualification, Vacancy, Placement of the system. DFD Level 1 provides a more detailed breakout of pieces of the 1st level DFD. You will highlight the main functionalities of Campus.

Main entities and output of First Level DFD (1st Level DFD):

  • Processing Student records and generate report of all Student
  • Processing College records and generate report of all College
  • Processing Company records and generate report of all Company
  • Processing Job records and generate report of all Job
  • Processing Placement records and generate report of all Placement
  • Processing Qualification records and generate report of all Qualification
  • Processing Vacancy records and generate report of all Vacancy
First Level DFD Campus Recruitment System

Second Level Data flow Diagram(2nd Level DFD) of Campus Recruitment System :

DFD Level 2 then goes one step deeper into parts of Level 1 of Campus. It may require more functionalities of Campus to reach the necessary level of detail about the Campus functioning. First Level DFD (1st Level) of Campus Recruitment System shows how the system is divided into sub-systems (processes). The 2nd Level DFD contains more details of Vacancy, Qualification, Placement, Job, Company, College, Student.

Low level functionalities of Campus Recruitment System

  • Admin logins to the system and manage all the functionalities of Campus Recruitment System
  • Admin can add, edit, delete and view the records of Student, Company, Placement, Vacancy
  • Admin can manage all the details of College, Job, Qualification
  • Admin can also generate reports of Student, College, Company, Job, Placement, Qualification
  • Admin can search the details of College, Placement, Qualification
  • Admin can apply different level of filters on report of Student, Job, Placement
  • Admin can tracks the detailed information of College, Company, Job, , Placement
Second Level DFD Campus Recruitment System

Campus Recruitment System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Campus Recruitment System Entity. The entity-relationship diagram of Campus Recruitment System shows all the visual instrument of database tables and the relations between College, Job, Student, Qualification etc. It used structure data and to define the relationships between structured data groups of Campus Recruitment System functionalities. The main entities of the Campus Recruitment System are Student, College, Company, Job, Placement and Qualification.

Campus Recruitment System entities and their attributes :

  • Student Entity : Attributes of Student are student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • College Entity : Attributes of College are college_id, college_name, college_description, college_address,
  • Company Entity : Attributes of Company are company_id, company_name, comapny_type, company_description, company_address
  • Job Entity : Attributes of Job are job_id, job_name, job_type, job_salary, job_vacancy, job_description
  • Placement Entity : Attributes of Placement are placement_id, placement_college_id, placement_student_id, placement_qualification, placement_type, placement_description
  • Qualification Entity : Attributes of Qualification are qualification_id, qualification_student_id, qualification_type, qualification_description

Description of Campus Recruitment System Database :

  • The details of Student is store into the Student tables respective with all tables
  • Each entity (Qualification, Company, Placement, College, Student) contains primary key and unique keys.
  • The entity Company, Placement has binded with Student, College entities with foreign key
  • There is one-to-one and one-to-many relationships available between Placement, Job, Qualification, Student
  • All the entities Student, Placement, Company, Qualification are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Campus Recruitment System tables for fast query execution.
Campus Recruitment System ER Diagram

Campus Recruitment System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Campus Recruitment System which shows the interaction between the objects of Placement, Company, Job, Qualification, College. The instance of class objects involved in this UML Sequence Diagram of Campus Recruitment System are as follows:

  • Placement Object
  • Company Object
  • Job Object
  • Qualification Object
  • College Object

This is the UML sequence diagram of Campus Recruitment System which shows the interaction between the objects of Placement, Company, Job, Qualification, College. The instance of class objects involved in this UML Sequence Diagram of Campus Recruitment System are as follows:

  • Placement Object
  • Company Object
  • Job Object
  • Qualification Object
  • College Object

Campus Recruitment System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Campus Recruitment System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Campus Recruitment System. The main actors of Campus Recruitment System in this Use Case Diagram are: Super Admin, System User, Company, Student, who perform the different type of use cases such as Manage Student, Manage College, Manage Company, Manage Job, Manage Placement, Manage Qualification, Manage Vacancy, Manage Users and Full Campus Recruitment System Operations. Major elements of the UML use case diagram of Campus Recruitment System are shown on the picture below.

The relationships between and among the actors and the use cases of Campus Recruitment System:

  • Super Admin Entity : Use cases of Super Admin are Manage Student, Manage College, Manage Company, Manage Job, Manage Placement, Manage Qualification, Manage Vacancy, Manage Users and Full Campus Recruitment System Operations
  • System User Entity : Use cases of System User are Manage Student, Manage College, Manage Company, Manage Job, Manage Placement, Manage Qualification, Manage Vacancy
  • Company Entity : Use cases of Company are Post Jobs, View Applications, View Students
  • Student Entity : Use cases of Student are Search Jobs, Apply for Job, View Job Status

Use Case Diagram of Campus Recruitment System :

 Campus Recruitment System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz