skyhack.hackerearth.com
Open in
urlscan Pro
54.179.172.114
Public Scan
Submitted URL: http://skyhack.hackerearth.com/
Effective URL: https://skyhack.hackerearth.com/
Submission: On May 20 via api from US — Scanned from SG
Effective URL: https://skyhack.hackerearth.com/
Submission: On May 20 via api from US — Scanned from SG
Form analysis
3 forms found in the DOMName: login-form — POST
<form id="modal-login-form" name="login-form" method="POST" class="ajax-form medium-margin" ajax="/AJAX/login/">
<div class="body-font medium-margin-bottom weight-600"> Note: You can login/signup using only dtu.ac.in, nsut.ac.in email id </div>
<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="Password" required="" id="id_password">
</div>
<input type="hidden" name="next" value="/challenges/hackathon/skyhack/">
<div>
<a href="#" class="link-3 show-hide-many login-signup-link" show="password-reset" hide="login-form">Forgot Password?</a>
<div class="clear"></div>
</div>
<div class="login-footer standard-margin">
<div>
<input type="submit" name="submit" clicked="Logging In.." value="Log in" 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-form — POST
<form id="modal-signup-form" name="signup-form" method="POST" class="ajax-form medium-margin" ajax="/AJAX/hackerearth/signup/?source=sprint-private&next=/challenges/hackathon/skyhack/">
<div class="body-font medium-margin-bottom weight-600"> Note: You can login/signup using only dtu.ac.in, nsut.ac.in email id </div>
<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="Email" maxlength="75" required="" id="id_email">
</div>
<div class="wrapper small-wrapper password-wrapper">
<input type="password" name="password" placeholder="Password" 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="SG"
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"> Log in</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>
and <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://cdn.hackerearth.com/static/hackerearth/password-requirements.dc399591eb1b.js" crossorigin="anonymous" defer=""></script>
<script type="text/javascript">
window.onload = function() {
try {
showPasswordTooltip($('.password-wrapper #id_password'), false);
showPasswordTooltip($('#password-error #id_password'), true);
} catch (error) {
console.error(error)
}
}
</script>
</form>
Name: password-reset — POST
<form name="password-reset" method="POST" class="ajax-form" ajax="/AJAX/password/reset/?next=/">
<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="Email" 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>
const div = document.querySelector('#reset-password');
if (div) {
div.addEventListener('click', function() {
document.querySelector('#login-link').classList.add('hidden');
});
};
</script>
</form>
Text Content
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 and 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 SKYHACK 668 Registered Allowed team size: 1 668 Registered Allowed team size: 1 This campaign is over. CHECK OUT OTHER HACKATHONS Prototype Submission Online starts on: Aug 25, 2023, 06:30 PM () ends on: Aug 28, 2023, 12:30 PM () About * Overview * Themes * Prizes FAQs Resource center Discussion OVERVIEW ANNOUNCEMENT TOP 3 WINNERS : Participant Name Participant College Name Winner category Kunal Saini Delhi Technological University 1st prize Aryan Tanwar Delhi Technological University 2nd prize Varun Laul Delhi Technological University 3rd prize TOP 10 WINNERS : Participant Name Participant College Name Winner category Kunal Saini Delhi Technological University 1st prize Aryan Tanwar Delhi Technological University 2nd prize Varun Laul Delhi Technological University 3rd prize AIBHINAV UPADHYAY Netaji Subhash University of Technology Top 10 AMAN MISHRA Delhi Technological University Top 10 Manish Kumar Delhi Technological University Top 10 SAIBAL PATRA Netaji Subhas Institute of Technology Top 10 Satyam Mishra Netaji Subhash Institute of Technology Top 10 Vidit Pareshbhai Patel Netaji Subhas University Of Technology Top 10 RAGHAV KRISHAN GARG Netaji Subhas Institute of Technology Top 10 Calling all aspiring analytics enthusiasts and problem solvers! Are you ready to showcase your analytical skills and innovative thinking? Join us for the SKYHACK Data Analytics Hackathon, a thrilling competition that challenges you to harness the power of data to solve real-world challenges for the airline industry! Why Participate: * Hands-On Experience: Put your theoretical knowledge into practice by working on real-world datasets and challenges. * Prizes and Recognition: Compete for exciting prizes and gain recognition for your analytical prowess and problem-solving abilities. * Skill Enhancement: Sharpen your data analytics, critical thinking, and teamwork skills under tight deadlines. * Career Opportunities: Showcase your talents to get a direct interview call from United Airlines. Objectives of this Hackathon: * Talent Identification: Identify and connect with top data analytics talent among recent graduates who demonstrate exceptional skills, creativity, and problem-solving abilities during the hackathon. * Recruitment Opportunity: Source potential candidates for internships, entry-level positions, or even future roles within your organization's data analytics teams. * Innovation Showcase: Witness firsthand the innovative solutions and fresh perspectives participants bring to data-related challenges, potentially inspiring new approaches within your company. * Engagement and Branding: Enhance your United Airlines' brand visibility by associating with an educational event that supports skill development and showcases our commitment to nurturing young talent. Expectations from participants: * Active Engagement: We expect participants to actively engage in the hackathon activities, including data analysis, and problem-solving. * Data-Driven Approach: We encourage participants to use data-driven methodologies, tools, and techniques to analyze and interpret the provided datasets. * Innovative Thinking: We're looking for innovative and creative solutions that go beyond the obvious, showcasing participants' ability to think outside the box. * Technical Proficiency: Participants should demonstrate a solid understanding of data analytics concepts, programming languages (such as Python, R, or others), and relevant software tools. * Problem-Solving Skills: We expect participants to approach challenges analytically, breaking down complex problems into manageable components and proposing effective solutions. * Time Management: Participants should manage their time effectively, allocating sufficient time for data analysis, brainstorming, solution implementation, and presentation preparation. * Attention to Detail: We encourage participants to pay attention to detail in data cleaning, analysis, and visualization to ensure accuracy in their results. Presentation Skills: Participants should be prepared to present their findings and solutions confidently, using visuals and storytelling to convey their insights effectively. For your submission, please provide the following:- 1. Your report containing your Findings, Insights & Recommendations in the form of a PPT or PDF. You can add visualizations like charts, flow diagrams, snapshots etc. in the report 2. Any codes/scripts in Python/R used to work on the data along with instructions to run them. If you have put your scripts on a repository, you can share the link of the same 3. Any additional material used to create your report Please note that there is no limit on the number of slides/pages. The structure of your report should include -table of contents, executive summary, headings , references, footnotes, and appendices THEMES Increase F&B service satisfaction rate PROBLEM STATEMENT As United Airlines is on its journey to becoming the largest airline in the world, our focus continues to be on what our customers think of our products and service and ensuring they are taken care of in the friendly skies. As an analyst, you are required to leverage data to help in identifying opportunity areas in United’s current Food &Beverage(F&B) service and make recommendations which can help in increasing F&B (Food &Beverage) service satisfaction rate by identifying pain points for our customers and challenges in our current inventory planning. Participants are expected to perform a Descriptive analysis to understand patterns in our data and identify key drivers of overall customer satisfaction and make recommendations based on their analysis. BACKGROUND Various studies suggest that airline F&B service has a significant impact on customer experience and loyalty generation. F&B is also one of the key concerns of unhappy customers as captured in their feedback forms. We have spent the last few years focusing on improving F&B service by partnering with global & regional vendors, encouraging customers to prebook their meals wherever applicable and improving forecasts for inventory. However, with constant network expansion plans and evolving demand, this continues to be an area of focus. Customers who pre-order their meals have a better satisfaction rate compared to those who do not. However, a small fraction of travelers prebook meals at this point. Meal options can vary by market and haul type (Haul type is defined based on how long the flight is based on duration/miles). Some short haul markets (specially <500 miles) would not offer any meal-service which can be of concern specially for customers with multiple connections. United uses a hub-and-spoke model to connect passengers between different cities. In a hub-and-spoke model, there is a central airport, called the hub, that serves as a connecting point for flights to and from other airports, called spokes. This helps in consolidating traffic from multiple spokes into the hub, and then flying larger aircraft on the hub-to-hub routes and can lead to lower operating costs for airlines. However, from the perspective of Inflight service, hub-spoke model can result in better customer experience on hub flights compared to spoke flights. How is F&B Satisfaction Calculated? United measures F&B satisfaction using our NPS (Net Promoter Score) survey. Customers are asked - How satisfied were you with the food & beverage served on your flight from [CITY] to [CITY]? Customers can score between 0-5 and can also provide additional feedback under - Is there anything else you would like to share about the food & beverage served on your flight from [CITY] to [CITY]? % Inflight Satisfaction = Satisfied Sample/Total Sample*100 Satisfied Sample = Score is either 4 or 5 (Score ranges from 0-5) DELIVERABLES * Perform root cause analysis to identify key drivers of F&B satisfaction score during summer months * Use survey comments to understand major themes related to F&B that customers are complaining about * Showcase your coding skills, write queries in SQL/Python/R to summarize data at different levels and draw meaningful conclusions * Tell a story from the data and share some initial recommendations. What further deep dives would you like to do to gain better understanding of underlying issues? * Create a presentation with your key findings and recommendations (4-5 slides covering your understanding of the problem) Please be thorough in your response. We are interested in the process used to arrive at your answer, as well as any assumptions made as you answer the questions. Feel free to ask clarifying questions or request additional information on discussion forums. Data description * Survey data – Inflight Satisfaction Score * Survey data – Customer comments/feedback * Inflight Service – Pre order data * Inflight Service – Inventory data (only for Business/First Class) TABLE 1 - INFLIGHT SATISFACTION SCORE TABLE 2 - CUSTOMER COMMENTS/FEEDBACK TABLE 3 - INFLIGHT SERVICE: INVENTORY DATA (ONLY FOR BUSINESS/FIRST CLASS - J) TABLE 4 - INFLIGHT SERVICE: PRE ORDER DATA (FOR ALL CABINS – J/Y) DATASETS PRIZES Main Prizes Prizes Top 10 Winners Get : Skip the written test and get a direct shot to interview with United! Top 10 Winners Also Get : A bag full of surprise goodies from United! SOCIAL SHARE HELP & SUPPORT Please contact event admin Daniel Joseph at daniel.joseph@united.com Log in Sign up Reset Password Log in with Facebook Log in with GitHub Sign in with Google or Note: You can login/signup using only dtu.ac.in, nsut.ac.in email id Forgot Password? Don't have an account? Sign up Facebook Sign up with Facebook GitHub Sign up with GitHub Google Sign up with Google or Note: You can login/signup using only dtu.ac.in, nsut.ac.in email id 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? Log in 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 and 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 and 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 * For sales enquiry support@hackerearth.com * For support support@hackerearth.com * * * * FOR DEVELOPERS * Hackathons * Challenges * Jobs * Practice * Campus Ambassadors FOR BUSINESSES * Hackathons * Assessments * FaceCode * Learning and Development KNOWLEDGE * Practice * Interview Prep * Codemonk * Engineering Blog COMPANY * About us * Careers * Press * Support * Contact * Privacy Policy * © 2024 HackerEarth All rights reserved * Terms of Service * Privacy Policy Logout Notifications Mark All as Read View All Notifications Tell your friends Great! You have been registered to the challenge, now tell your friends about it. Twitter Facebook Note: You have to be logged in to participate in the challenge. Signup Now afb18a5766a39362059f762033d853bfc6191252-realtime ?