Modules & Description of The Modules

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 16

Modules & Description of the modules

We use four modules in the placement support system. These are the
main modules in the support system.
1.Technical questions
This provides top Questions which is always asked by the interviewer in
the technical round. These questions are helpful for interview.
2. HR Questions
This provides top 10 HR questions which is asked in the interview . This
is useful for your HR profile or HR round.
3. About Companies
This is provides you about the details of the company and you can
compare which company is suitable/much better for you.
4.Your Reviews/Experience
You can share your own views and experience . If you have given any
interview and want to share your experience, then you can.
Technologies used in project
* HTML
HTML (Hypertext Markup Language) is the code that is used to
structure a web page and its content. For example, content could be
structured within a set of paragraphs, a list of bulleted points, or using
images and data tables.

*CSS
Cascading Style Sheets is a style sheet language used for describing the
presentation of a document written in a markup language such as
HTML. CSS is a cornerstone technology of the World Wide Web,
alongside HTML and JavaScript.

*JAVA SCRIPT
JavaScript is a scripting or programming language that allows you to
implement complex features on web pages — every time a web page
does more than just sit there and display static information for you to
look at — displaying timely content updates, interactive maps, animated
2D/3D graphics, scrolling video jukeboxes, ...

Conclusion
The placement support system is organised for helping students for
placed in IT companies. This support system provides the knowledge
about the company and gives you a overview what types of questions
asked in interview and you also see here how your seniors, faculties and
your classmates gives the answer in the interview . You can see these
reviews in reviews section.

Database Design
It begins when the analysis phase and thus requirements documents, for the software to
be developed has been prepared. The objective of the design process is to be to produce a
model or representation of the system, which is used to build the system. The design of
the system is essentially a blueprint or plan for solution for system.
Design process for software system has two levels:
1. System Design
2. Object Design
The System Design is the high-level strategy for solving the problem and building a
solution. System design includes decisions about the organization of the system into
subsystem, the allocation of the subsystem to hardware and software component and
major conceptual and policy decisions that for the detailed design.
The Object Design phase determines the full definitions of the classes and the association
used in the implementations as well as interfaces and algorithms of the methods used to
implement operations.

Implementation of the project required the design of the system developed in the design
phase of the project to be coded and implemented. The modules defines in the design
phase are coded in ‘C’ language. Integration phase requires the integration of the various
modules developed in the project implementation phases. In implementation, it is
important to follow good software engineering practice so that tracing to the design is
straightforward and so that the implemented system remains flexible and extensible, thus
it reduce cost of maintenance and enhancement of the system.

Testing Phase includes the conformation of the acceptance criteria set down in the system
requirements specification document. The development of the software system involved a
series of activities where opportunities for injection of human fallibilities are enormous.
Error may begin occur at every stage of the system development where the objectives
may be erroneously or imperfectly specified as well as later design and development
stage. Software testing is critical element of software quality assurance and represents the
review of specification, design and coding. Testing can’t show the absences of defects, it
can only show that software defects are present.
Packaging and Deployment phase comes after completion of the software.
Application packaging is the act of creating a package that can install our
application onto user’s computer. A package consists of the files that contain
compressed project files and any other necessary files the user needs to install and
run the application. These files may include setup programs secondary files, or
other needed files. The additional files vary based on the type of packaging. One
can create two kind of packaging – standard package or internet packages. If we
plan to distribute on disk, floppy or via a network share, we should create a
standard package for our application. If we plan to distribute via an internet or
internet site, we should create an Internet package

Snapshots and code of the project


<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<title>PLACEMENT SUPPORT SYSTEM</title>
</head>
<body>

<!-- ... --><header class="text-gray-600 body-font">


<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<!-- <svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-
linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-
indigo-500 rounded-full" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>-->
<span class="ml-3 text-xl">Placement Support</span>
</a>
<nav class="md:ml-auto md:mr-auto flex flex-wrap items-center text-base justify-center">
<a class="mr-5 hover:text-gray-900">Companies</a>
<a class="mr-5 hover:text-gray-900">Students</a>
<a class="mr-5 hover:text-gray-900">Practice set</a>
<a class="mr-5 hover:text-gray-900">Contact us</a>
</nav>
<!--<button class="inline-flex items-center bg-gray-100 border-0 py-1 px-3 focus:outline-
none hover:bg-gray-200 rounded text-base mt-4 md:mt-0">Button
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-1" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>-->

</div>
<img src="https://thumbs.dreamstime.com/b/successful-job-interview-boss-employee-
handshaking-83845335.jpg" alt="interview" style="width:100%;">

</header>
<!-- ... -->
<section class="text-gray-600 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h2 class="text-xs text-indigo-500 tracking-widest font-medium title-font mb-1">BE
CONFIDENT</h2>
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900">WHAT IS
INTERVIEW ?</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">An interview is a procedure
designed to obtain information from a person through oral responses to oral inquiries.An
interview is a formal meeting at which someone is asked questions in order to find out if they are
suitable for a job or a course of study.</p>
</div>
<hr>
<hr>
<div class="flex flex-wrap">
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-200 border-
opacity-60">
<div class="column">
<img src="https://thumbs.dreamstime.com/b/technical-support-customer-service-
business-technology-internet-concept-126588020.jpg" alt="technical support"
style="width:100%">
</div>
<br>
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-2">TECHNICAL
QUESTIONS</h2>
<p class="leading-relaxed text-base mb-4">If your profile is technical and you are
prepared for IT companies. So these questions are very helpfull for your interview because these
answers given by experience students who have already placed in IT companies. </p>
<a class="text-indigo-500 inline-flex items-center"><a href="new.html">Learn More</a>
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-200 border-
opacity-60">
<div class="column">
<img src="https://img.favpng.com/17/15/21/intrapersonal-communication-thought-mind-
knowledge-png-favpng-FcxtGXRwXaaTfufe64MPLM1BU_t.jpg" alt="interpersonal skills"
style="width:100%" height="200">
</div>
<br>
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-2">HR
QUESTIONS</h2>
<p class="leading-relaxed text-base mb-4">Basically HR questions asked by the
interviewer because they want to know about you how much truth you speak</p>.</p>
<a class="text-indigo-500 inline-flex items-center"><a href="new.html">Learn More</a>
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-200 border-
opacity-60">
<div class="column">
<img src="https://encrypted-
tbn0.gstatic.com/images?q=tbn:ANd9GcQToJ55LiYwh5T6WjYPBRYHARc8yxVgUIalGg&us
qp=CAU" alt="ABOUT COMPANIES" style="width:100%">
</div>
<br>
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-2">ABOUT
COMPANIES</h2>
<p class="leading-relaxed text-base mb-4">You have to knowledge about company before
given an interview because most of the time interviewer asked that question "tell me about
comapny and why do you want placed in that company" This is basic question which is asked in
interview .</p>
<a class="text-indigo-500 inline-flex items-center"><a
href="https://www.javatpoint.com/top-10-it-companies-in-india">Learn More</a>
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
<div class="xl:w-1/4 lg:w-1/2 md:w-full px-8 py-6 border-l-2 border-gray-200 border-
opacity-60">
<div class="column">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSeGr3pXxhhpe-
R0NcLO6CwESirmFfeMWI5cA&usqp=CAU" alt="REVIEWS "style="width:100%">
</div>
<br>
<h2 class="text-lg sm:text-xl text-gray-900 font-medium title-font mb-
2">REVIEWS</h2>
<p class="leading-relaxed text-base mb-4">These reviews are shared by the teachers and
students who have experience how to give a impressive answer in a interview and these people
also have knowledge about what we say that will impress the interviewer. </p>
<a class="text-indigo-500 inline-flex items-center"><a href="new.html">Learn More</a>
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<button class="flex mx-auto mt-16 text-white bg-indigo-500 border-0 py-2 px-8
focus:outline-none hover:bg-indigo-600 rounded text-lg">Button</button>
</div>
</section>
<img src="https://www.shrideviengineering.org/wp-content/uploads/2017/03/best-campus-
placement-college-1024x448.jpg" alt="best placement "style="width:100%">
<!-- ... -->
<hr>

<footer class="text-gray-600 body-font">


<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap md:text-left text-center order-first">
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-
3">Refrences</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.javatpoint.com/">JavaTpoint</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://tailwindcss.com/">Tailwind CSS</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.w3schools.com/">w3school</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://tailblocks.cc/">Tailblocks</a></a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-
3">Examples</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.aptechlearning.com/it/placement.aspx">aptechlearning</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"http://grskillindia.com/placement.php">grskillindia</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.upgrad.com/placement-support/">upgrad</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href = "https://github.com/">Git
hub</a></a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-
3">courses</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.javatpoint.com/">HTML</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.javatpoint.com/">CSS</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.javatpoint.com/">JAVA</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.javatpoint.com/">PYTHON</a></a>
</li>
</nav>
</div>
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-
3">CATEGORIES</h2>
<nav class="list-none mb-10">
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.javatpoint.com/">C</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.javatpoint.com/">C++</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.javatpoint.com/">PHP</a></a>
</li>
<li>
<a class="text-gray-600 hover:text-gray-800"><a href =
"https://www.javatpoint.com/">KOTLIN</a></a>
</li>
</nav>
</div>

<!--
<div class="lg:w-1/4 md:w-1/2 w-full px-4">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mb-
3">SUBSCRIBE</h2>
<div class="flex xl:flex-nowrap md:flex-nowrap lg:flex-wrap flex-wrap justify-center
items-end md:justify-start">
<div class="relative w-40 sm:w-auto xl:mr-4 lg:mr-0 sm:mr-4 mr-2">
<label for="footer-field" class="leading-7 text-sm text-gray-600">Placeholder</label>
<input type="text" id="footer-field" name="footer-field" class="w-full bg-gray-100 bg-
opacity-50 rounded border border-gray-300 focus:bg-transparent focus:ring-2 focus:ring-indigo-
200 focus:border-indigo-500 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-
colors duration-200 ease-in-out">
</div>
<button class="lg:mt-2 xl:mt-0 flex-shrink-0 inline-flex text-white bg-indigo-500 border-
0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded">Button</button>
</div>
<p class="text-gray-500 text-sm mt-2 md:text-left text-center">Bitters chicharrones fanny
pack
<br class="lg:block hidden">waistcoat green juice
</p>
</div>
</div>
</div>-->
<div class="bg-gray-100">
<div class="container px-5 py-6 mx-auto flex items-center sm:flex-row flex-col">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-
900">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-
linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-
indigo-500 rounded-full" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
<span class="ml-3 text-xl">Placement</span>
</a>
<p class="text-sm text-gray-500 sm:ml-6 sm:mt-0 mt-4">© 2022 Copyright —Placement
Support is optimized for learning and training. Examples might be simplified to improve
communication skills. Tutorials, references, and examples are constantly reviewed to avoid
errors, but we cannot warrant full correctness of all content. While using placement Support, you
agree to have read and accepted our terms of use, cookie and privacy policy.

<a href="https://twitter.com/knyttneve" rel="noopener noreferrer" class="text-gray-600


ml-1" target="_blank">@copyright_</a>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a class="text-gray-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-
width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-
1h3z"></path>
</svg>
</a>
<a class="ml-3 text-gray-500">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-
width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013
4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023
3z"></path>
</svg>
</a>
<a class="ml-3 text-gray-500">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"></path>
</svg>
</a>
<a class="ml-3 text-gray-500">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-
linejoin="round" stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none" d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-
7a6 6 0 016-6zM2 9h4v12H2z"></path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
</div>
</div>
</footer>

</body>
</html>

You might also like