Upload Button Icon Add office photos

Okta

Compare button icon Compare button icon Compare

Filter interviews by

Okta Technical Product Manager Staff Interview Questions and Answers

Updated 14 Sep 2024

Okta Technical Product Manager Staff Interview Experiences

1 interview found

Technical Product Manager Staff Interview Questions & Answers

user image Shatavisha Chakravorty

posted on 14 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Talk about your agile coaching experience
  • Ans. 

    I have 5+ years of experience coaching agile teams in various industries

    • Led agile transformation for a software development team, improving delivery time by 30%

    • Trained team members on agile principles and practices, resulting in increased collaboration and productivity

    • Facilitated daily stand-up meetings, sprint planning, and retrospectives to ensure team alignment and continuous improvement

  • Answered by AI

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 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 - One-on-one 

(1 Question)

  • Q1. Basic questions on experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Day to day process was asked but really don’t go for joining this organisation. You can join if you want to work but only for one or two months in a stupid environment. Management baseless how to drive sal...

Interview Preparation Tips

Interview preparation tips for other job seekers - I won’t suggest joining melorra
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction and Work Experience
Round 2 - Assignment 

A Presentation on certain concepts.

Round 3 - Technical 

(1 Question)

  • Q1. Role related technical questions
Round 4 - HR 

(1 Question)

  • Q1. Cultural Fitment related questions.

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 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 - Group Discussion 

Market related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep knowledge in advance. Marketing and sales related.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Techical questions and coding questions related profile.
  • Q2. Basic concepts about your programming skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice company and positive interview response and smooth interview process and recommend to join .
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2022. There were 2 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 

(2 Questions)

  • Q1. How can we improve the performance of a Front End System
  • Ans. 

    Improving Front End System Performance

    • Optimize images and reduce their size

    • Minimize HTTP requests and use caching

    • Use lazy loading for images and videos

    • Reduce the number of DOM elements

    • Use a Content Delivery Network (CDN)

    • Minimize the use of external scripts and plugins

    • Use asynchronous loading for scripts

    • Optimize CSS and JavaScript files

    • Use browser caching

    • Implement server-side rendering

  • Answered by AI
  • Q2. What is Event Loop and give an example on how it works.
  • Ans. 

    Event Loop is a mechanism that allows JavaScript to handle multiple tasks simultaneously.

    • Event Loop is a part of JavaScript runtime that continuously checks the call stack and the task queue.

    • It prioritizes the tasks in the queue and pushes them to the call stack when it's empty.

    • This allows JavaScript to handle I/O operations and other asynchronous tasks without blocking the main thread.

    • Example: setTimeout() function ad...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focusing on basics, JavaScript is a must, no matter what framework you use.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Assignment 

Txn flow analysis and drop outs

Round 2 - Technical 

(2 Questions)

  • Q1. SQL query for specific case
  • Ans. 

    SQL query to retrieve specific data based on a condition

    • Use SELECT statement to specify the columns to retrieve

    • Use WHERE clause to specify the condition for filtering the data

    • Use JOIN clause to combine data from multiple tables if needed

  • Answered by AI
  • Q2. 5 coins problem
Round 3 - One-on-one 

(2 Questions)

  • Q1. Analytical skills and approach
  • Q2. Product thinking in few aspects

Skills evaluated in this interview

I appeared for an interview in Sep 2021.

Interview Questionnaire 

2 Questions

  • Q1. Logical with array arrangements
  • Q2. OPPS, Abstraction, interface, traits...

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be logically strong.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Program for a palindrome Number.
  • Ans. 

    Program to check if a number is a palindrome.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string

    • If they are the same, the number is a palindrome

  • Answered by AI
  • Q2. React Lifecycle methods
  • Q3. Hooks in react?
  • Ans. 

    Hooks are a feature in React that allow you to use state and other React features in functional components.

    • Hooks were introduced in React 16.8.

    • They allow you to use state and other React features without writing a class.

    • Commonly used hooks include useState, useEffect, useContext, and useReducer.

    • Hooks must be used at the top level of your functional component.

    • Example: const [count, setCount] = useState(0);

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Create a High-level design
  • Ans. 

    Design a high-level architecture for a software system

    • Identify the main components of the system

    • Define the interactions between the components

    • Consider scalability, security, and performance

    • Choose appropriate technologies and frameworks

    • Create a diagram to visualize the architecture

  • Answered by AI
  • Q2. Questions on the design you created

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Delete nth node from end in linked list
  • Ans. 

    To delete the nth node from the end in a linked list, we can use a two-pointer approach.

    • Use two pointers, one to traverse the list and another to keep track of the nth node from the end.

    • Move the second pointer n steps ahead of the first pointer.

    • When the second pointer reaches the end of the list, the first pointer will be at the nth node from the end.

    • Adjust the pointers to delete the nth node.

  • Answered by AI
  • Q2. Project discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - revise your latest projects and technologies used thoroughly, prepare trees and linked list in DSA

Skills evaluated in this interview

Okta Interview FAQs

How many rounds are there in Okta Technical Product Manager Staff interview?
Okta interview process usually has 1 rounds. The most common rounds in the Okta interview process are One-on-one Round.

Tell us how to improve this page.

Okta Technical Product Manager Staff Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

MagicPin Interview Questions
2.6
 • 50 Interviews
Park Plus Interview Questions
2.8
 • 37 Interviews
Shaadi.com Interview Questions
3.4
 • 28 Interviews
HealthKart Interview Questions
3.9
 • 28 Interviews
Tokopedia Interview Questions
4.1
 • 26 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 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

Senior Site Reliability Engineer
7 salaries
unlock blur

₹17 L/yr - ₹32.3 L/yr

Technical Account Manager
7 salaries
unlock blur

₹18 L/yr - ₹26.4 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