Upload Button Icon Add office photos

Okta

Compare button icon Compare button icon Compare

Filter interviews by

Okta Tester Interview Questions and Answers

Updated 12 Jul 2024

Okta Tester Interview Experiences

1 interview found

Tester Interview Questions & Answers

user image Anonymous

posted on 12 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. The challenged faced

Interview questions from similar companies

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. About user management
  • Q2. Regarding Migration process
Round 3 - Technical 

(2 Questions)

  • Q1. Have you done any Complex workflow
  • Q2. About issue types and screens
Round 4 - No idea 

(2 Questions)

  • Q1. How you handle pressure
  • Ans. 

    I handle pressure by prioritizing tasks, taking breaks, and seeking support when needed.

    • I prioritize tasks based on urgency and importance

    • I take short breaks to clear my mind and recharge

    • I seek support from colleagues or supervisors when necessary

    • I maintain a positive attitude and focus on solutions rather than problems

  • Answered by AI
  • Q2. How you priorities work

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep transparency and give more real life examples

I appeared for an interview before Mar 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. How to check a number is power of 2
  • Ans. 

    To check if a number is a power of 2, we can use bitwise operations.

    • A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

    • For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.

  • Answered by AI
  • Q2. Sort a stack without using another data structure
  • Ans. 

    Sort a stack without using another data structure

    • Use recursion to pop the top element and insert it at the bottom of the remaining stack

    • Repeat until the stack is sorted in ascending order

    • Time complexity: O(n^2), space complexity: O(n) due to recursion

  • Answered by AI
  • Q3. Check weather array have continuous increasing than decreasing value
  • Ans. 

    Check if array has continuous increasing and decreasing values

    • Loop through the array and check if each element is greater than the previous one

    • Once you find the maximum element, check if the remaining elements are in decreasing order

    • If yes, return true else false

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a cricinfo (LLD)
  • Ans. 

    Design a cricinfo (LLD)

    • Identify the entities: players, teams, matches, scorecards, tournaments, etc.

    • Define the relationships between entities

    • Create a database schema to store the data

    • Implement APIs to fetch and update data

    • Design a UI to display the information

    • Consider scalability and performance

    • Ensure data security and privacy

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study basic Data Structure questions and also prepare for Low level design.
Do work on behavioral questions too.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. L2/L3 layer questions
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to python coding .
  • Q2. Questions related to work u have done . And coding
Round 3 - Technical 

(1 Question)

  • Q1. Questions about networking , security profile
Round 4 - Technical 

(1 Question)

  • Q1. About networking protocols and coding rounds

Interview Preparation Tips

Interview preparation tips for other job seekers - Have u basics clear and have confidence on your work whatever u have done
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions are regarding Springboot
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Codility coding rounds , where code execution is mandatory and system design qiestions

Round 2 - Technical 

(1 Question)

  • Q1. Again execute code and technical questions
Round 3 - Technical 

(1 Question)

  • Q1. One more coding test and tech questions
Round 4 - System Design 

(2 Questions)

  • Q1. Design patterns
  • Q2. Design Patterns , scenario based
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(3 Questions)

  • Q1. Python oops concept
  • Q2. Framework related logical questions
  • Q3. Puzzle on different baloons of color need to separate

I applied via Approached by Company and was interviewed in Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Leetcode questions on strings, arrays and hashmap
Round 3 - One-on-one 

(1 Question)

  • Q1. Resume based questions + domain knowledge
Round 4 - One-on-one 

(1 Question)

  • Q1. System design interview + resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This has to be one of the worst job interview process I have ever gone through. The recruiter contacted me over phone for Software engineer position and scheduled an interview in a week's time. While the interviews (5 in total) were of easy/moderate difficulty the whole process took 2.5 long months. I cleared them all and discussed salary figures, with the HR constantly in touch to persuade me to join, and then out of the blue one day he calls and says your application hasn't been approved by the higher ups so we can't proceed further. Didn't have the decency to give any explanation as to why this happened. Complete waste of everyone's time and unapologetically unprofessional behavior. Would recommend treading carefully with these folks.
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

Had questions on testing

Round 3 - Technical 

(1 Question)

  • Q1. Question on c++ language
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic testing knowledge
  • Q2. Networking related questions
Round 2 - Technical 

(2 Questions)

  • Q1. Networking and security questions
  • Q2. Basic python coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good knowledge on networking, security, python coding and testing.

Okta Interview FAQs

How many rounds are there in Okta Tester interview?
Okta interview process usually has 1 rounds. The most common rounds in the Okta interview process are HR.

Tell us how to improve this page.

Okta Tester Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Zscaler Softech Interview Questions
3.6
 • 71 Interviews
MagicPin Interview Questions
2.6
 • 50 Interviews
Qualys Interview Questions
3.8
 • 38 Interviews
Park Plus Interview Questions
2.9
 • 36 Interviews
Shaadi.com Interview Questions
3.3
 • 27 Interviews
Tokopedia Interview Questions
4.0
 • 25 Interviews
HealthKart Interview Questions
4.0
 • 25 Interviews
Meritto Interview Questions
3.6
 • 23 Interviews
View all
Senior Software Engineer
10 salaries
unlock blur

₹28 L/yr - ₹54 L/yr

Staff Engineer
9 salaries
unlock blur

₹46 L/yr - ₹77.2 L/yr

Salesforce Consultant
8 salaries
unlock blur

₹20 L/yr - ₹27 L/yr

Senior Site Reliability Engineer
7 salaries
unlock blur

₹17 L/yr - ₹32.3 L/yr

Quality Analyst
4 salaries
unlock blur

₹18.5 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Okta with

Google

4.4
Compare

Zscaler Softech

3.6
Compare

Palo Alto Networks

3.9
Compare

Gen

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview