Glassdoor users rated their interview experience at Epl as 100% positive with a difficulty rating score of 4 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Student Page and rated their interviews as the hardest, whereas interviews for Student Page and roles were rated as the easiest.
The hiring process at Epl takes an average of 60 days when considering 1 user submitted interviews across all job titles. Candidates applying for Student Page had the quickest hiring process (on average 60 days), whereas Student Page roles had the slowest hiring process (on average 60 days).
I applied online. The process took 2 months. I interviewed at Epl (Edmonton, AB) in May 2024
Interview
The interviewer was friendly, and they understood that high school students were new to work experience. At the same time they kept it professional, allowing me to ace the interview.
Two pointers is really an easy and effective technique that is typically used for searching pairs in a sorted array.
Given a sorted array A (sorted in ascending order), having N integers, find if there exists any pair of elements (A[i], A[j]) such that their sum is equal to X.
Interview questions [1]
Question 1
Two pointers is really an easy and effective technique that is typically used for searching pairs in a sorted array.
Given a sorted array A (sorted in ascending order), having N integers, find if there exists any pair of elements (A[i], A[j]) such that their sum is equal to X.