Upload Button Icon Add office photos

Okta

Compare button icon Compare button icon Compare

Filter interviews by

Okta Site Reliability Engineer Interview Questions and Answers

Updated 14 Jul 2024

Okta Site Reliability Engineer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linux commands basics
  • Q2. Docker related questions devops

Interview Preparation Tips

Interview preparation tips for other job seekers - My Interview went really well, got no feed back and directly got rejection email for no good reason

Site Reliability Engineer Jobs at Okta

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. It was a DS round, he asked me about queue and internals of Hash Map in java and them android questions on work manager and MVVM
Round 2 - Technical 

(1 Question)

  • Q1. It was Android Fundamentals round, was asked on my work in current company and architectures.
Round 3 - Technical 

(1 Question)

  • Q1. It was a round with director, was asked a HLD question on how to create a driver monitoring app to calculate speed and then on how to design an app like blinkit.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was good, actually they asked parentheses balance question, Getting duplicate values , pallindrome question and also Target sum with O(n) TC.

Round 2 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Tell Me about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well the basics

Interview Questionnaire 

2 Questions

  • Q1. Design Facebook
  • Ans. 

    Designing Facebook involves creating a social networking platform with features like user profiles, news feed, messaging, and more.

    • Create a user registration and login system

    • Develop a news feed algorithm to display relevant content

    • Implement a messaging system for users to communicate

    • Design a user profile page with customizable options

    • Incorporate features like groups, events, and pages

    • Ensure scalability and security of

  • Answered by AI
  • Q2. Reverse the linked list
  • Ans. 

    Reverse a linked list

    • Iterative approach using three pointers

    • Recursive approach with base case and recursive call

    • In-place reversal using stack

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare system design fhf rhf rhd r rhrhf rhfbt rhrif jdbtj djht jdbbtb fjjt

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 2 question on Data structure and algorithms (easy-medium and medium level questions)
  • Q2. Related to array and matrix
Round 2 - Technical 

(2 Questions)

  • Q1. This also contained discussion on last company project and some basic question regarding different tech stack used. Then asked 2 questions on Data structure and algorithms (both medium level questions)
  • Q2. Related to stack and linked list
Round 3 - One-on-one 

(2 Questions)

  • Q1. This was the Hiring Manager round. He asked different questions related to general programming like - Rest, Http, Websockets, TCP. Asked some questions from past company projects. Then asked one easy-mediu...
  • Q2. Programming and Math related topics

Interview Preparation Tips

Topics to prepare for Tokopedia Software Engineer interview:
  • Data Structures
  • Algorithms
  • Programming
  • Operating Systems
Interview preparation tips for other job seekers - Should be well prepared for Data structure and Algorithm questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. 2 DSA leetcode (1 medium , 1 hard)
Round 2 - Technical 

(1 Question)

  • Q1. Same round 1 2 DSA leetcode questions (1 hard , 1 medium)
Round 3 - Technical 

(1 Question)

  • Q1. It was the hiring manager round, it started with the LRU cache algorithm and went deep in the system design
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1 questions of leetcode medium level + project discussion

Round 2 - Coding Test 

1 puzzle solving round

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions about the project
  • Q2. Describe your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Should well prepare your project details
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Round 1 was coding test.

Round 2 - Technical 

(2 Questions)

  • Q1. Round 2 was Technical
  • Q2. Questions on TreeTraversal
Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was Technical round
Round 4 - HR 

(1 Question)

  • Q1. This was the final round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I appeared for an interview before Sep 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Sql join questions
  • Q2. Python decorartors
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I appeared for an interview before Mar 2022.

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 - HR 

(1 Question)

  • Q1. By when can u join, hr told me they shared my resume with multiple managers and waiting for it to be shortlisted
Round 3 - Technical 

(2 Questions)

  • Q1. Acid, SQL vs nosql, react based, asynchronous working of js, event loop, etc. How will u design a matrimony site such that search query will contain multiple preferences - age, height, income, etc (say 100...
  • Q2. How to implement any one of acid property.
  • Ans. 

    To implement ACID property, use transactions to ensure atomicity, consistency, isolation, and durability of data.

    • Use transactions to group related database operations together.

    • Ensure that all operations within a transaction are completed successfully or none of them are.

    • Maintain consistency by enforcing data integrity constraints.

    • Isolate transactions to prevent interference from other transactions.

    • Ensure durability by ...

  • Answered by AI
Round 4 - Technical 

(3 Questions)

  • Q1. Js output questions. A recursion based coding problem. (Easy-medium)
  • Q2. Was asked to develop an ui but i told the interviewer I'm more into backend so she asked me some backend questions after this. Didn't have to solve the ui task.
  • Q3. I answered almost all questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest
Even if u have internship experience, your interview is going to be tech stack/CS fundamentals based rather than DSA. If no experience, expect DSA problems.

Okta Interview FAQs

How many rounds are there in Okta Site Reliability Engineer interview?
Okta interview process usually has 1 rounds. The most common rounds in the Okta interview process are Technical.
How to prepare for Okta Site Reliability Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Okta. The most common topics and skills that interviewers at Okta expect are Recruitment, Python, Linux, Troubleshooting and Configuration management.
What are the top questions asked in Okta Site Reliability Engineer interview?

Some of the top questions asked at the Okta Site Reliability Engineer interview -

  1. Docker related questions dev...read more
  2. Linux commands bas...read more

Tell us how to improve this page.

Okta Site Reliability Engineer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

MagicPin Interview Questions
2.6
 • 50 Interviews
Park Plus Interview Questions
2.8
 • 36 Interviews
Shaadi.com Interview Questions
3.4
 • 28 Interviews
HealthKart Interview Questions
4.0
 • 26 Interviews
Tokopedia Interview Questions
4.1
 • 25 Interviews
Meritto Interview Questions
3.6
 • 22 Interviews
JUSPAY Interview Questions
3.1
 • 21 Interviews
Furlenco Interview Questions
3.4
 • 21 Interviews
View all
Staff Site Reliability Engineer

Bangalore / Bengaluru

7-9 Yrs

Not Disclosed

Staff Site Reliability Engineer, Networks

Bangalore / Bengaluru

5-7 Yrs

Not Disclosed

Explore more jobs
Staff Engineer
17 salaries
unlock blur

₹46 L/yr - ₹77.2 L/yr

Senior Software Engineer
13 salaries
unlock blur

₹28 L/yr - ₹52 L/yr

Salesforce Consultant
8 salaries
unlock blur

₹20 L/yr - ₹27 L/yr

Technical Account Manager
7 salaries
unlock blur

₹18 L/yr - ₹26.4 L/yr

Senior Site Reliability Engineer
7 salaries
unlock blur

₹17 L/yr - ₹32.3 L/yr

Explore more salaries
Compare Okta with

Google

4.4
Compare

MagicPin

2.6
Compare

HealthKart

3.9
Compare

Awign Enterprises

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