www.hackerearth.com Open in urlscan Pro
2a02:26f0:dc::217:61eb  Public Scan

Submitted URL: https://u20898730.ct.sendgrid.net/ls/click?upn=uAhBnF9EpWUNdnN-2B06LbcVFgARY0mGCqGGWYCmKk-2FyzIVNwSgY6Wh2LYvvXL3Y-2Fs-2BM14hDhCNb2...
Effective URL: https://www.hackerearth.com/de/challenges/?utm_source=banner&utm_medium=he&utm_campaign=HackerEarthChallenges
Submission: On August 24 via api from SG — Scanned from DE

Form analysis 4 forms found in the DOM

<form id="filters-form" class="filters dark ajax-form" ajax="/de/AJAX/filter-challenges/" target="challenge-container" success="REPLACE" execute-complete="challengesFormSuccess" data-hs-cf-bound="true">
  <div class="intro-tooltip pos-left college-challenge-tooltip" id="college-tooltip">
    <span class="intro-arrow pos-right"></span>
    <div class="intro-tooltiptext"> University challenges are currently hidden. Select this to view these challenges. </div>
    <a class="intro-close float-right show-hide" hide="college-tooltip">
                                Close
                            </a>
    <div class="clear"></div>
  </div>
  <div class="filter">
    <input type="checkbox" name="is_competitive" id="id_is_competitive" checked="">
    <label for="id_is_competitive" class="checkbox-label">Competitive Challenges</label>
  </div>
  <div class="filter" id="hackathon_filter">
    <input type="checkbox" name="is_hackathon" id="id_is_hackathon" checked="">
    <label for="id_is_hackathon" class="checkbox-label">Hackathons</label>
  </div>
  <div class="filter">
    <input type="checkbox" name="is_hiring" id="id_is_hiring" checked="">
    <label for="id_is_hiring" class="checkbox-label">Hiring Challenges (Jobs)</label>
  </div>
  <div class="filter">
    <input type="checkbox" name="is_college" id="id_is_college">
    <label for="id_is_college" class="checkbox-label">University Challenges</label>
  </div>
  <input type="submit" class="submit button btn-blue mob-filter-submit" value="Submit">
  <div class="filter-overlay"></div>
</form>

Name: login-formPOST

<form id="modal-login-form" name="login-form" method="POST" class="ajax-form medium-margin" ajax="/de/AJAX/login/" data-hs-cf-bound="true">
  <div class="wrapper small-wrapper">
    <input type="text" name="login" placeholder="Username or Email" required="" id="id_login">
  </div>
  <div class="wrapper small-wrapper">
    <input type="password" name="password" placeholder="Passwort" required="" id="id_password">
  </div>
  <input type="hidden" name="next" value="/de/challenges/">
  <div>
    <a href="#" class="link-3 show-hide-many login-signup-link" show="password-reset" hide="login-form">Passwort vergessen?</a>
    <div class="clear"></div>
  </div>
  <div class="login-footer standard-margin">
    <div>
      <input type="submit" name="submit" clicked="Logging In.." value="Anmelden" class="button login-btn weight-600 large">
    </div>
    <div class="align-center dark regular dont-have-account"> Don't have an account? <a href="#" class="login-signup-link show-hide-many regular bold" show="signup-form-div" hide="login-form"> Sign up</a>
    </div>
  </div>
</form>

Name: signup-formPOST

<form id="modal-signup-form" name="signup-form" method="POST" class="ajax-form medium-margin" ajax="/de/AJAX/hackerearth/signup/?source=de&amp;next=/de/challenges/" data-hs-cf-bound="true">
  <div class="wrapper small-wrapper float-left">
    <input type="text" name="first_name" placeholder="First Name" maxlength="30" required="" id="id_first_name">
  </div>
  <div class="wrapper small-wrapper float-right">
    <input type="text" name="last_name" placeholder="Last Name" maxlength="30" id="id_last_name">
  </div>
  <div class="clear"></div>
  <div class="wrapper small-wrapper">
    <input type="text" name="email" placeholder="E-Mail-Adresse" maxlength="75" required="" id="id_email">
  </div>
  <div class="wrapper small-wrapper password-wrapper">
    <input type="password" name="password" placeholder="Passwort" required="" id="id_password">
    <div class="password-tooltip hidden">
      <div class="tooltip-heading align-center">Password requirements</div>
      <ul>
        <li id="js-alphabet"><span>An alphabet</span></li>
        <li id="js-number"><span>A number</span></li>
        <li id="js-special"><span>A special character</span></li>
        <li id="js-length"><span>Minimum 8 characters</span></li>
      </ul>
    </div>
  </div>
  <div class="wrapper small-wrapper signup-captcha">
    <input type="hidden" name="g-recaptcha-response" id="id_recaptcha"> This site is protected by reCAPTCHA and the Google <a href="https://policies.google.com/privacy">Privacy Policy</a> and
    <a href="https://policies.google.com/terms">            Terms of Service</a> apply.
  </div>
  <div class="signup-footer medium-margin">
    <button id="signup-start-now" class="button login-btn weight-600 large disabled recaptcha-v3 " target="gdpr-modal" recaptcha-site-key="6LeyqcIZAAAAAOcy_5WJORJsuu9zmbZZxIRp4-em" data-action="signup" country-code="DE"
      target-form="modal-signup-form">Sign up</button>
    <div class="align-center regular dont-have-account"> Have an account? <a href="#" class="show-hide-many regular login-signup-link bold" show="login-form" hide="signup-form-div"> Anmelden</a>
    </div>
  </div>
  <style>
    #gdpr-modal {
      position: absolute;
      bottom: 0;
    }
  </style>
  <div id="gdpr-modal" class="modal-window smaller-modal hidden">
    <style>
      #gdpr-modal-content {
        font-family: 'Open Sans', sans-serif;
      }

      #gdpr-modal-content .modal-header {
        padding: 50px 55px 35px 55px;
        font-size: 24px;
        font-weight: 400;
      }

      #gdpr-modal-content .modal-footer {
        padding: 25px 55px 90px;
      }

      #gdpr-modal-content .modal-content {
        padding: 0 55px 5px;
        font-size: 16px;
        line-height: 22px;
      }

      #gdpr-modal-content .modal-footer .checkbox-row {
        font-size: 16px;
        display: inline-flex;
      }

      #gdpr-modal-content a {
        color: #0099ff;
      }

      #gdpr-modal-content .button.disabled {
        background: #f5f6f6 !important;
      }
    </style>
    <div id="gdpr-modal-content">
      <div class="modal-header">HackerEarth’s Privacy Policy and Terms of Service</div>
      <div class="modal-content"> We care about your data privacy. HackerEarth uses the information that you provide to contact you about relevant content, products, and services. <br> <br> Our <a href="/privacy/" target="_blank">Privacy Policy</a>
        und <a href="/terms-of-service/" target="_blank">Terms of Service</a> will help you understand that you are in control of your data at HackerEarth. </div>
      <div class="modal-footer">
        <div class="margin-bottom-15 regular checkbox-row">
          <input type="checkbox" name="gdpr-tnc"> I have read and I agree.
        </div>
        <div class="">
          <input type="submit" name="submit" value="Proceed" class="button btn-blue fontawesome btn-largest disabled large" id="gdpr-submit">
        </div>
      </div>
    </div>
  </div>
  <script type="text/javascript" src="https://static-fastly.hackerearth.com/static/hackerearth/password-requirements.99680283a61f.js" crossorigin="anonymous" defer=""></script>
  <script type="text/javascript">
    window.onload = showPasswordTooltip($('.password-wrapper #id_password'), false);
    showPasswordTooltip($('#password-error #id_password'), true);
  </script>
</form>

Name: password-resetPOST

<form name="password-reset" method="POST" class="ajax-form" ajax="/de/AJAX/password/reset/?next=/de/challenges/" data-hs-cf-bound="true">
  <p class="regular"> A password reset link will be sent to the following email id</p>
  <div class="wrapper">
    <input type="text" name="email" size="30" placeholder="E-Mail-Adresse" required="" id="id_email">
  </div>
  <div class="reset-footer medium-margin">
    <input id="reset-password" type="submit" name="submit" clicked="Sending.." value="Send Password Reset Link" class="button login-btn weight-600">
    <button id="login-link" class="login-link show-hide-many link-btn button-medium pointer bold" show="login-form" hide="password-reset">Back to login page</button>
  </div>
  <script>
    $('#reset-password').click(function() {
      $('#login-link').addClass('hidden');
    })
  </script>
</form>

Text Content

We use cookies to improve your experience and track website usage.I
understandCookie Policy

Ensure that you are logged in and have the required permissions to access the
test.

A server error has occurred. Please refresh the page or try after some time.

An error has occurred. Please refresh the page or try after some time.





   
 * PRACTICE
   
 * COMPETE
   
 * JOBS
   
 * LEADERBOARD

   
 * 
 * LOGIN
 * SIGN UP
   


HackerEarth’s Privacy Policy and Terms of Service
We care about your data privacy. HackerEarth uses the information that you
provide to contact you about relevant content, products, and services.

Our Privacy Policy und Terms of Service will help you understand that you are in
control of your data at HackerEarth.
I have read and I agree.


Please refresh the page to see the time in your system timezone

Comment permalink

 * Competitive Challenges
 * Hackathons
 * Hiring Challenges
 * University Challenges


HACKATHONS, PROGRAMMING CHALLENGES, AND CODING COMPETITIONS

LIVE 4
UPCOMING 3
PREVIOUS



LIVE CHALLENGES




HackerEarth
RATED
August Circuits '22
2385
ENDS IN
0
2
:
Days
1
3
:
Hours
2
5
:
Minutes
2
1
Seconds
Start Now

Daisi Technology, Inc.
HACKATHON
The Very First Daisi™ Hackathon
848
ENDS IN
1
2
:
Days
0
4
:
Hours
2
4
:
Minutes
2
1
Seconds
Start Now

Global eTrade Services
HACKATHON
All Things e-Commerce - GeTS Hackathon
311
ENDS IN
1
8
:
Days
1
5
:
Hours
5
4
:
Minutes
2
1
Seconds
Start Now

QETCI
HACKATHON
Quantum Science and Technology Hackathon 2022
478
ENDS IN
2
2
:
Days
1
5
:
Hours
5
4
:
Minutes
2
1
Seconds
Start Now



UPCOMING CHALLENGES




IBM zSystems
HACKATHON
IBM zStudent Contest
3381
STARTS ON
Sep 14, 12:00 AM EDT
Register

WSO2 Hackathons
COMPETITIVE
Ballerina Coding Challenge
1698
STARTS ON
Sep 22, 12:01 AM BST
Register

Shell.ai
MACHINE LEARNING
Shell.ai Hackathon
651
STARTS ON
Sep 2, 06:00 PM IST
Register


uh oh! too few challenges in the result set. Please update your preferences.


PREVIOUS CHALLENGES



Sep 16, 06:00 PM IST Prizes 3139

Xiaomi Ode2Code 2.0
Aug 27, 12:00 AM IST Prizes 8450

Web3athon
Aug 17, 10:00 PM CDT Prizes 5990

Data Structures and Algorithms Coding Contest - August 22
Aug 13, 2022 IST Prizes 46605
Solve Problems
August Easy 22
Aug 6, 2022 IST Prizes 50063
Solve Problems
SirionLabs HackFest
Jul 26, 2022 IST Prizes 1983

Connect 2022 Challenge
Jul 22, 2022 PDT Prizes 97

Get a room: ML Hackathon
Jul 22, 2022 IST Prizes 45
Solve Problems
July Circuits '22
Jul 22, 2022 IST Prizes 46351
Solve Problems
Data Structures and Algorithms Coding Contest - July 22
Jul 16, 2022 IST Prizes 46582
Solve Problems



CHALLENGE TYPE

University challenges are currently hidden. Select this to view these
challenges.
Close

Competitive Challenges
Hackathons
Hiring Challenges (Jobs)
University Challenges

HOST YOUR OWN HACKATHON

Source top talents and innovative ideas by conducting best-in-class hackathons.
Learn More


Competitive challenges enable you to compete with your peers. Hiring challenges
provide you access to the best technical jobs. University challenges are
conducted by universities all around the world.

These are global settings for email and SMS reminders. If enabled, you will
receive reminders for the challenges and hackathons that you have registered
for. All reminders will be sent 1 hour before an event starts.


HackerEarth Calendar



NEW HACKATHONS PAGE

We have moved hackathons to a separate page, let's show you how it looks.
okay, got it!

Anmelden
Sign up
Reset Password
Log in with Facebook Log in with GitHub
Sign in with Google

oder
Passwort vergessen?

Don't have an account? Sign up
Facebook Sign up with Facebook GitHub Sign up with GitHub
Google Sign up with Google

oder
Password requirements
 * An alphabet
 * A number
 * A special character
 * Minimum 8 characters

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of
Service apply.
Sign up
Have an account? Anmelden
HackerEarth’s Privacy Policy and Terms of Service
We care about your data privacy. HackerEarth uses the information that you
provide to contact you about relevant content, products, and services.

Our Privacy Policy und Terms of Service will help you understand that you are in
control of your data at HackerEarth.
I have read and I agree.


A password reset link will be sent to the following email id


Back to login page
HackerEarth’s Privacy Policy and Terms of Service
We care about your data privacy. HackerEarth uses the information that you
provide to contact you about relevant content, products, and services.

Our Privacy Policy und Terms of Service will help you understand that you are in
control of your data at HackerEarth.
I have read and I agree.

 * +1-650-461-4192
 * contact@hackerearth.com

 * 
 * 
 * 
 * 


FOR DEVELOPERS

 * Hackathons
 * Challenges
 * Jobs
 * Practice


FOR BUSINESSES

 * Hackathons
 * Assessments
 * FaceCode
 * Learning and Development


KNOWLEDGE

 * Practice
 * Interview Prep
 * Codemonk
 * Engineering Blog


COMPANY

 * About us
 * Careers
 * Press
 * Support
 * Contact
 * Privacy Policy

 * © 2022 HackerEarth All rights reserved
 * Terms of Service
 * Privacy Policy

Logout

Notifications
Mark All as Read


View All Notifications











?







×
We Value Your Privacy
Settings
NextRoll, Inc. ("NextRoll") and our advertising partners use cookies and similar
technologies on this site and use personal data (e.g., your IP address). If you
consent, the cookies, device identifiers, or other information can be stored or
accessed on your device for the purposes described below. You can click "Allow
All" or "Decline All" or click Settings above to customize your consent.
NextRoll and our advertising partners process personal data to: ● Store and/or
access information on a device; ● Create a personalized content profile; ●
Select personalised content; ● Personalized ads, ad measurement and audience
insights; ● Product development. For some of the purposes above, our advertising
partners: ● Use precise geolocation data. Some of our partners rely on their
legitimate business interests to process personal data. View our advertising
partners if you wish to provide or deny consent for specific partners, review
the purposes each partner believes they have a legitimate interest for, and
object to such processing.
If you select Decline All, you will still be able to view content on this site
and you will still receive advertising, but the advertising will not be tailored
for you. You may change your setting whenever you see the Manage consent
preferences on this site.
Decline All
Allow All
Manage consent preferences