Upload Button Icon Add office photos

Filter interviews by

CyberArk Interview Questions and Answers

Updated 23 Oct 2024

CyberArk Interview Experiences

Popular Designations

12 interviews found

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

Around 1 hour with 2 coding and few aptitude questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Regarding linked lists
  • Q2. Data Structures
Round 3 - HR 

(2 Questions)

  • Q1. Given few situations
  • Q2. Asked about few other details

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. It was more into problem solving using python

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions that includes coding as well
Round 2 - Technical 

(1 Question)

  • Q1. Technical and Managerial discussion
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Django Middleware functions
  • Q2. Python exception handling
  • Q3. Django models and databases
  • Q4. Live coding python

Backend Developer Interview Questions asked at other Companies

Q1. Print a Binary Tree in Vertical OrderGiven a binary tree, return the vertical order traversal of the values of the nodes of the given tree. For each node at position (X, Y), (X-1, Y-1) will be its left child position while (X+1, Y-1) will b... read more
View answer (3)

CyberArk interview questions for popular designations

 Software Engineer

 (3)

 Associate Software Engineer

 (1)

 Backend Developer

 (1)

 Project Associate

 (1)

 QA Intern

 (1)

 Senior Data Scientist

 (1)

 Senior Engineer

 (1)

 Senior Software Engineer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Implement readers-writer lock

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Software Engineer Interview Questions & Answers

user image Prasad Ashok Ajmire

posted on 29 Feb 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. List tuple python memory management Codig question RestAPIs HTTP methods State Management UI

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (178)

Jobs at CyberArk

View all

QA Intern Interview Questions & Answers

user image Yarin z

posted on 30 Jan 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2023.

Round 1 - Coding Test 

To bild an phone amount that you need to pay per month with some condishens thats they give you

Round 2 - Technical 

(1 Question)

  • Q1. They ask me to explain who drink machine is working

QA Intern Interview Questions asked at other Companies

Q1. What is the process for generating test cases for a real-time product?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is VTable and VPtr
  • Ans. 

    VTable is a table of function pointers used in object-oriented programming to implement polymorphism. VPtr is a pointer to the VTable.

    • VTable is used to store pointers to virtual functions in a class.

    • VPtr points to the VTable of an object to enable dynamic dispatch of virtual functions.

    • VTable and VPtr are used in C++ to implement polymorphism and dynamic binding.

  • Answered by AI

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (178)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

1 hour and 6 section sof questions

Round 2 - attitude check 

(2 Questions)

  • Q1. What is your motivation?
  • Q2. Will do the job if not this role?.

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident

Project Associate Interview Questions asked at other Companies

Q1. What is an API? Why APIs are so popular these days? What is API Management? Why we need an API Management tool such as Apigee Edge? What is REST? What is the difference between SOAP & REST API ? What is API Proxy? What are the different... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jan 2023. There were 5 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 

(5 Questions)

  • Q1. 1. Python Core concepts
  • Q2. 2. python Coding questions A = [2,3,4,52,78] break the loop whereever digit is repeated and return the Answer A=[2,3,4,5]
  • Q3. 3. Selenium related questions finding xPath
  • Q4. 4. Past project Architecture
  • Ans. 

    Designed a microservices architecture for a web application

    • Used Docker containers for each microservice

    • Implemented API Gateway for routing requests

    • Utilized Kubernetes for orchestration

    • Separated concerns using a combination of RESTful APIs and message queues

  • Answered by AI
  • Q5. 5. REST API questions
Round 3 - One-on-one 

(3 Questions)

  • Q1. 1. Python coding questions
  • Q2. 2. Project related questions
  • Q3. 3. Windows debugging
Round 4 - One-on-one 

(4 Questions)

  • Q1. Automation framework design
  • Q2. Windows and Linux debugging
  • Q3. Core python questions
  • Q4. Testing related questions
Round 5 - One-on-one 

(3 Questions)

  • Q1. Behavioral questions
  • Q2. Scenario Based and situation based questions from past project
  • Q3. Team fit related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Python Core concepts
2. medium level coding questions
3. Testing related concepts
4. Good at past projects for scenario Based questions

Software Development Engineer Test Interview Questions asked at other Companies

Q1. Tell me about yourself What is Software What is Framework What are the characteristics of Software What are different SDLC models available? What is Debugging? Difference between Validation and Verification? What is Software Scope? What are... read more
View answer (1)

CyberArk Interview FAQs

How many rounds are there in CyberArk interview?
CyberArk interview process usually has 2-3 rounds. The most common rounds in the CyberArk interview process are Technical, One-on-one Round and Coding Test.
How to prepare for CyberArk 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 CyberArk. The most common topics and skills that interviewers at CyberArk expect are SAP, Python, Access management, Troubleshooting and Customer Experience.
What are the top questions asked in CyberArk interview?

Some of the top questions asked at the CyberArk interview -

  1. 4. Past project Architect...read more
  2. What is VTable and V...read more
  3. 2. python Coding questions A = [2,3,4,52,78] break the loop whereever digit is ...read more

Tell us how to improve this page.

CyberArk Interview Process

based on 10 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

McAfee Interview Questions
4.0
 • 31 Interviews
Backbase Interview Questions
3.8
 • 21 Interviews
RSA Security Interview Questions
3.8
 • 19 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
Fortinet Interview Questions
4.2
 • 12 Interviews
CrowdStrike Interview Questions
4.1
 • 10 Interviews
FireEye Interview Questions
4.3
 • 5 Interviews
Trend Micro Interview Questions
4.3
 • 1 Interview
View all

CyberArk Reviews and Ratings

based on 20 reviews

3.9/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

4.0

Salary

3.7

Job security

3.8

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 20 Reviews and Ratings
Senior Site Reliability Engineer

Hyderabad / Secunderabad

5-8 Yrs

Not Disclosed

Senior Software Engineer

Hyderabad / Secunderabad

8-13 Yrs

Not Disclosed

Security Services Engineer

Hyderabad / Secunderabad

3-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
50 salaries
unlock blur

₹17 L/yr - ₹42 L/yr

Software Engineer
38 salaries
unlock blur

₹11.2 L/yr - ₹32 L/yr

Graphic Designer
16 salaries
unlock blur

₹3.2 L/yr - ₹3.2 L/yr

Senior Sdet Engineer
10 salaries
unlock blur

₹28 L/yr - ₹39.7 L/yr

Software Developer
7 salaries
unlock blur

₹5.9 L/yr - ₹20.1 L/yr

Explore more salaries
Compare CyberArk with

Palo Alto Networks

3.8
Compare

Check Point Software Technologies

3.7
Compare

FireEye

4.3
Compare

Gen

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