-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacystatementcareers.html
123 lines (104 loc) · 6.29 KB
/
privacystatementcareers.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Privacy Statement Careers | Metrological</title>
<meta name="description" content="Metrological">
<meta name="author" content="Metrological">
<link rel="shortcut icon" href="favicon.ico"/>
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon.png" />
<meta name="theme-color" content="#000000">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<script type="text/javascript" src="js/analytics.js"></script>
</head>
<body>
<header>
<div class="container">
<div id="logo">
<a href="/"><img src="images/logo2x.png" alt="Logo" width="236" height="44"></a>
</div>
<div id="nav" class="menu">
<ul>
<li><a href="operators">Operators</a></li>
<li><a href="contentproviders">Content Providers</a></li>
<li><a href="developers">Developers</a></li>
<li class="dropdown">Company <img src="images/menu-more.png" width="15" height="9">
<ul>
<li><a href="about">About us</a></li>
<li><a href="press">Press</a></li>
<li><a href="careers">Careers</a></li>
<li><a href="contact">Contact</a></li>
</ul>
</li>
<li class="login"><a href="https://dashboard.metrological.com" title="">Login</a></li>
</ul>
</div>
<div id="nav-mobile" class="burger-container">
<div class="burger-icon icon">
<span></span>
</div>
</div>
</div>
</header>
<div class="page-wrapper-privacy"><!-- page wrapper -->
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2>Privacy statement careers</h2>
<p class="intro">As part of any recruitment process, Metrological collects and processes personal data relating to job applicants. Our privacy statement aims to explain in a simple and transparent way the data we gather and how we process it.</p>
<h4>What do we do with the information that you have provided with us?</h4>
<p>We will solely use your personal information for legal grounds and legitimate interests. Once you have applied for a job, we will collect, use and store personal data from you in connection with the recruitment and the hiring process, such as checking whether you have the right qualifications for the job.</p>
<p>After a conditional job offer has been made to the job applicant, Metrological may use your personal data to conduct a background check as part of its procedures for employment or engagement. It is important to note that we do not process any sensitive personal information, such as your religious or political beliefs, race and criminal history unless it is strictly necessary and it’s legally required.</p>
<h4>Which personal data do we process for the abovementioned purposes?</h4>
<p>We process personal data such as:
<ul>
<li>your name, street address, telephone number and email address and other contact details</li>
<li>your competences, skills, experience and educations. This includes your resume, previous employments, educational details, qualifications and third party references.</li>
<li>Correspondence with Metrological, with regard to job applicants and internships.</li>
<li>Other information, such as information found from public sources as well as information related to credit or background checks, depending on the position you are applying for and where it is necessary for the recruitment process.</li>
</ul>
</p>
<h4>How long do we retain your personal data for this purposes?</h6>
<p>We are solely allowed to keep your personal data for as long as it’s still necessary for the purposes we initially required it or if you have provided us with an explicit consent for storing it. Your resume and other personal data that you have provided us will be kept for 4 weeks after the end of the recruitment process, or in case you have given your explicit consent, it will then be kept for 24 months after the end of the recruitment process for the purpose of future vacancies.</p>
<h4>Recipients of your data</h6>
<p>We may transfer your personal data to third parties such as governmental agencies and regulators, such as the tax authorities, social insurance carriers and government authorities.</p>
<h4>Exercise rights under the GDPR</strong></h6>
<p>You have the right to access your personal data and ask for it to be rectified or deleted at any time. If you have any questions or concerns relating to the handling of your personal data please contact: <a href="mailto:[email protected]">[email protected]</a></p>
<h4>Changes to the privacy statement</h6>
<p>We may update this privacy statement from time to time where Metrological considers such amendment necessary.</p>
</div>
</div>
</div>
</div><!-- /page wrapper -->
<footer>
<div class="container">
<div class="nav-footer">
<ul>
<li>© Metrological</li>
<li><a href="press">Press</a></li>
<li><a href="careers">Careers</a></li>
<li><a href="contact">Contact</a></li>
<li><a href="privacypolicy">Privacy Policy</a></li>
</ul>
</div>
<div class="social-icons">
<ul>
<li>
<a href="https://nl.linkedin.com/company/metrological-group" target="_blank" rel="noopener"><img src="images/social-linkedin.png" alt="LinkedIn" width="34" height="31"></a>
</li>
<li>
<a href="https://git.io/metrological" target="_blank" rel="noopener"><img src="images/social-github.png" alt="Github" width="34" height="31"></a>
</li>
</ul>
</div>
</div>
</footer>
<script defer src="js/script.js"></script>
</body>
</html>