Upload Button Icon Add office photos

Filter interviews by

CyberArk Software Development Engineer Test Interview Questions and Answers for Experienced

Updated 29 Jul 2023

CyberArk Software Development Engineer Test Interview Experiences for Experienced

1 interview found

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

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Some hands on coding and some questions from resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid giving interview in this company as even after answering all questions you may get rejected just because they will not like the way you code.

They have the feeling that they are the only one who writes better indented code.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Questions were mostly related to Django Rest Framework and internal working of it, apart from that there were questions related to Django ORM.
  • Q2. Given an API request how would to resolve the space issue that is happening with GET
  • Ans. 

    To resolve space issue with GET API request, consider pagination, compression, caching, and optimizing query parameters.

    • Implement pagination to limit the number of results returned in each request.

    • Use compression techniques like Gzip to reduce the size of the response data.

    • Implement caching mechanisms to store frequently accessed data and reduce the number of requests.

    • Optimize query parameters to only request necessary

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Complete resume based questions
  • Q2. You must me thorough of what you have mentioned in your resume.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Data structure and C++
  • Q2. Reverse Linked list
  • Q3. Multi threaded queue
  • Q4. Design pattern
  • Q5. Basic C++ concepts
  • Q6. Puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Solve data structure problems
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 

Easy problem on java

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the CV details

I applied via Company Website and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Logical reasoning And aptitude test

Round 2 - Coding Test 

C++, python and Java programming

Interview Preparation Tips

Topics to prepare for Gen Software Engineer interview:
  • C++
  • Python
Interview preparation tips for other job seekers - I am interested for this company opportunity for giving me and I am so happy and giving me for work from home job
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Threading: Write and use a mutex?
  • Ans. 

    A mutex is a synchronization primitive that ensures only one thread can access a resource at a time.

    • Create a mutex object using the appropriate library or language-specific function.

    • Lock the mutex before accessing the shared resource to prevent other threads from accessing it.

    • Unlock the mutex after finishing the operation on the shared resource to allow other threads to access it.

    • Example: pthread_mutex_t mutex; pthread...

  • Answered by AI
  • Q2. Find the memory leak in a given set of code.
  • Ans. 

    Identify memory leak in code

    • Check for any dynamically allocated memory that is not being freed

    • Look for any infinite loops or recursive functions that consume memory

    • Use memory profiling tools like Valgrind to detect leaks

    • Check for any global variables that are not properly managed

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Experience discussions
Round 3 - Coding Test 

Pair programming with engineer

Round 4 - Technical 

(1 Question)

  • Q1. Kubernetes practical applications
  • Ans. 

    Kubernetes is used for container orchestration, scaling, and management in cloud-native applications.

    • Automating deployment, scaling, and management of containerized applications

    • Ensuring high availability and fault tolerance

    • Facilitating easy scaling of applications based on demand

    • Managing updates and rollbacks seamlessly

    • Supporting multi-cloud deployments

    • Example: Running microservices architecture on Kubernetes for a sca

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Dataweave logic questions

Round 2 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Prepare basic interview answers

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy and fast interview process
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String Manipulation and Trees Operations

Round 2 - Technical 

(1 Question)

  • Q1. Projects Discussion

CyberArk Interview FAQs

How many rounds are there in CyberArk Software Development Engineer Test interview for experienced candidates?
CyberArk interview process for experienced candidates usually has 5 rounds. The most common rounds in the CyberArk interview process for experienced candidates are One-on-one Round and Resume Shortlist.
How to prepare for CyberArk Software Development Engineer Test interview for experienced candidates?
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 Agile, Python, SAP, Active Directory and Android.
What are the top questions asked in CyberArk Software Development Engineer Test interview for experienced candidates?

Some of the top questions asked at the CyberArk Software Development Engineer Test interview for experienced candidates -

  1. 4. Past project Architect...read more
  2. 2. python Coding questions A = [2,3,4,52,78] break the loop whereever digit is ...read more
  3. Scenario Based and situation based questions from past proj...read more

Tell us how to improve this page.

CyberArk Software Development Engineer Test Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Qualys Interview Questions
3.8
 • 38 Interviews
McAfee Interview Questions
4.0
 • 31 Interviews
Backbase Interview Questions
3.8
 • 22 Interviews
RSA Security Interview Questions
3.7
 • 19 Interviews
Mentor Graphics Interview Questions
4.0
 • 19 Interviews
3Pillar Global Interview Questions
3.4
 • 19 Interviews
Gen Interview Questions
4.0
 • 17 Interviews
Yodlee Interview Questions
3.8
 • 17 Interviews
Bottomline Interview Questions
3.3
 • 17 Interviews
View all
CyberArk Software Development Engineer Test Salary
based on 4 salaries
₹17.2 L/yr - ₹28 L/yr
71% more than the average Software Development Engineer Test Salary in India
View more details

CyberArk Software Development Engineer Test Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Sdet Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CyberArk with

Palo Alto Networks

3.9
Compare

Check Point Software Technologies

3.8
Compare

FireEye

4.3
Compare

Gen

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