Upload Button Icon Add office photos

Filter interviews by

Ping Identity Software Engineer2 Interview Questions and Answers

Updated 19 May 2024

Ping Identity Software Engineer2 Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About projects and work
  • Q2. Scalability and basic HLD stuff
Round 2 - Technical 

(2 Questions)

  • Q1. React project given - random issue fix related to rendering
  • Q2. Implement search in react
  • Ans. 

    Implementing search functionality in a React application

    • Use state to store search query

    • Filter data based on search query

    • Display filtered results

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Understanding projects and work

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Currying in javascript and implement the sum(1)(2)(3)(4)......
  • Ans. 

    Currying in JavaScript is a technique of transforming a function that takes multiple arguments into a sequence of functions, each taking a single argument.

    • Create a function that takes a single argument and returns a new function that takes the next argument.

    • Repeat this process until all arguments are received and then return the final result.

    • Example: function sum(a) { return function(b) { return function(c) { return fu...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Asked 2 medium level questions.
1 - provided an array of integers return array of integers which will contain index of next greater element.

2 - provided array of strings and asked to find kth largest number.
number can upto 10^31 which is in string.

Interview Preparation Tips

Interview preparation tips for other job seekers - Online Coding test
DSA round
Design round
HM round
HR round
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackerrank was used for test

Round 2 - Technical 

(2 Questions)

  • Q1. Implement BFS to find the nearest neighbour
  • Ans. 

    Implement BFS algorithm to find the nearest neighbour

    • Create a queue to store nodes to be visited

    • Start with the initial node and add it to the queue

    • While the queue is not empty, dequeue a node, visit its neighbours, and add them to the queue

    • Repeat until the nearest neighbour is found

  • Answered by AI
  • Q2. Implement Priority queue using heap.
  • Ans. 

    Priority queue can be implemented using a heap data structure.

    • Create a min heap or max heap based on the priority order needed.

    • Insert elements into the heap based on their priority level.

    • Remove elements from the heap based on their priority level.

    • Heapify the heap after each insertion or deletion operation.

    • Example: Implementing a min heap for a priority queue where lower values have higher priority.

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Basic aptitude questions to

Round 2 - Coding Test 

Basic coding questions

Round 3 - Technical 

(2 Questions)

  • Q1. Thanks tougfh roubd was there
  • Q2. What type of round was conducted during the interview?

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best , thanks for asking
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Job Fair and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Coding Test 

OA test 3 Dsa questions 2 medium 1 hard you have to solve 1.5 questions in 120 minutes

Round 2 - One-on-one 

(2 Questions)

  • Q1. DSA Round Astreoid collision leetcode
  • Q2. Dp question based on exclusion and inclusion
Round 3 - Coding Test 

DSA 2 question
1 -> Find Lca and traverse a tree path available on GFG
2 -> LinkedList pallindrome check (you have to solve that in 0(1) space complexity)

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

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. MC question on desing pattern
  • Q2. Graph question, tree and hash
  • Q3. Design Book my show
Round 2 - Coding Test 

Dp question of jump game

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

(2 Questions)

  • Q1. What is ambitionbox
  • Q2. How many questions are there in that
Round 2 - One-on-one 

(2 Questions)

  • Q1. Same as above questions
  • Q2. Same as above questions second one
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic questions only.

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions like, how react works?
  • Q2. What is the equivalent of ReactDOM in mobile application development?
  • Ans. 

    The equivalent of ReactDOM in mobile application development is React Native.

    • React Native is a framework for building mobile applications using React.

    • It allows developers to write code in JavaScript and render native components.

    • Just like ReactDOM in web development, React Native handles rendering components to the screen.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

3 coding questions, medium

Round 2 - Technical 

(2 Questions)

  • Q1. Related to string and prefix sum
  • Q2. How priority queue works and its implementation using min heap
  • Ans. 

    Priority queue is a data structure that stores elements based on their priority, allowing for efficient retrieval of the highest priority element.

    • Priority queue can be implemented using a min heap, where the root node always contains the minimum element.

    • Insertion: Add the new element to the end of the heap and then heapify up to maintain the min heap property.

    • Deletion: Remove the root node (minimum element), move the l...

  • Answered by AI

Skills evaluated in this interview

Ping Identity Interview FAQs

How many rounds are there in Ping Identity Software Engineer2 interview?
Ping Identity interview process usually has 3 rounds. The most common rounds in the Ping Identity interview process are Technical and HR.
What are the top questions asked in Ping Identity Software Engineer2 interview?

Some of the top questions asked at the Ping Identity Software Engineer2 interview -

  1. Implement search in re...read more
  2. react project given - random issue fix related to render...read more
  3. Scalability and basic HLD st...read more

Tell us how to improve this page.

Ping Identity Software Engineer2 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
Swiggy Interview Questions
3.8
 • 426 Interviews
BigBasket Interview Questions
3.9
 • 347 Interviews
PolicyBazaar Interview Questions
3.6
 • 341 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
View all
Staff Software Engineer
8 salaries
unlock blur

₹44 L/yr - ₹58 L/yr

Software Engineer
4 salaries
unlock blur

₹11 L/yr - ₹40 L/yr

Software Developer
4 salaries
unlock blur

₹5.4 L/yr - ₹44 L/yr

Staff Engineer
4 salaries
unlock blur

₹38.5 L/yr - ₹44.3 L/yr

Staff Quality Engineer
4 salaries
unlock blur

₹45 L/yr - ₹56 L/yr

Explore more salaries
Compare Ping Identity with

Okta

2.3
Compare

RSA Security

3.8
Compare

CyberArk

3.8
Compare

NortonLifeLock's

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