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.