Inspiration
Prudential challenge
What it does
The voice assistant helps a student search for internship opportunities available at http://jobs.prudential.com.
How we built it
- Built the Alexa dialog model in Alexa developer console
- Created the endpoint to handle the commands using Node.js in AWS lambda.
- Once the lambda receives the JobType and Location from the user, it would construct the corresponding ULR for http://jobs.prudential.com and crawl the HTML page.
- After we get the HTML page, we will parse it and find the titles for available internships.
Challenges we ran into
- Parse HTML page from http://jobs.prudential.com
- Build multi-turn interactive dialog for Alexa skill
- Debug AWS Lambda function
Accomplishments that we're proud of
It's working!
What we learned
- How to build a Alexa skill
- How to use AWS Lambda
What's next for Prudential Recruiter
- Support other jobs other than internship
- Help candidates know more about Prudential culture and interview process.
Log in or sign up for Devpost to join the conversation.