-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 2.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link <link rel="stylesheet" href="css/styles.css">
</head>
<body>
<section id="faq">
<div class="title-faq">
<h2 style="text-align: center" >Frequently Asked Questions(FAQs)</h2>
</div>
<button class="accordion">Q1. What are the benefits of campus recruitment?</button>
<div class="panel">
<p>Campus recruitment offers organizations access to fresh talent. They can choose from a large pool of talent and hire in bulk for different roles and verticals. Campus recruitment allows organizations to nurture new talent, from the beginning of their career journey, resulting in the development of better performing individuals and a lower attrition rate. Virtual campus recruitment ensures cost and time efficiency, accelerated and effective processes, and decreased time-to-hire.
</p>
</div>
<button class="accordion">Q2. How does campus recruitment work?</button>
<div class="panel">
<p>Conventional campus recruitment works in a way where organizations are required to form a team that visits multiple campuses to select best-in-class talent. A list of campuses to visit is created, the team makes arrangements for travel and accommodation, and conducts exams and interviews at different venues. Organizations are now moving toward a virtual campus recruitment strategy that employs modern-age tools for a time and cost-efficient process.
</p>
</div>
<button class="accordion">Q3. How do I plan campus recruitment?</button>
<div class="panel">
<p>You can plan campus recruitment by first shortlisting your targeted candidates. Virtually assess candidates on their behavioral fitment, aptitude, and proficiency in core skills. Finally, conduct video interviews of the selected students to roll out the offer. Organizations can partner with vendors.</p>
</div>
<button class="accordion">Q4. What is the process of campus recruitment?</button>
<div class="panel">
<p>The campus recruitment process consists of four stages - campus selection, student engagement, candidate screening, and interviewing. Organizations traditionally visit campuses for engagement, screening, and interviewing. However, technology advancements have altered the campus recruitment process as organizations are now moving toward a virtual hiring process for cost, time, and quality efficiency.
</p>
</div>
<script src="script/script.js"></script>
</section>
</body>
</html>