I applied through a recruiter. The process took 1 week. I interviewed at Okta in Oct 2024
Interview
3 step Interview. HR -> Technical -> On-site interview. For the technical interview, I had basic JS syntax questions. I recommend you to read about SSO, SaaS, 2FA, MFA, Microsoft Active Directory, and things similar to this to have a better knowledge before the technical interview.
Interview questions [2]
Question 1
Correct the code: (Similar to this)
const x = 12;
x = 11;
console.log(x);
I applied online. The process took 2 weeks. I interviewed at Okta
Interview
The multi-step interview process, including the assessment part. You are tested on your general knowledge, and you will need to create an application using their technology. You can use any programming language.
Interview questions [1]
Question 1
Q: What's the difference between Authorization and Authentication?