Upload Button Icon Add office photos

Filter interviews by

CyberArk Senior Data Scientist Interview Questions and Answers

Updated 8 Nov 2022

CyberArk Senior Data Scientist Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed before Nov 2021. There were 4 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 

(1 Question)

  • Q1. Basic DS And Algo questions
Round 3 - Technical 

(1 Question)

  • Q1. DS and Algo, questions related to ML AND NLP, and my projects, Questions related to Databricks, as I worked on it
Round 4 - Technical 

(1 Question)

  • Q1. Questions related to NLP and Azure Infra

Interview Preparation Tips

Interview preparation tips for other job seekers - Good fundamentals and fair knowledge on DS and Algo should suffice

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Programming and logical reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - 3 rounds of technical interview
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Online test was hackerrank was was og avg difficulty

Round 2 - Technical 

(1 Question)

  • Q1. Second round was of 1 hr of which 30 mins divided into understanding my current project architecture. And second half was on what i worked and how I worked and what skills I have
Round 3 - Assignment 

Assignment was straightforward which could be done using trie. Did it in 1/6th throughout time for given queries then mentioned allowed still no reply. Keep on asking engineering manager and hr to which they replied not upto the mark.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't apply for this company. Main reason is strictly 5 days work from office. Hr are so much incompetent in terms of explaining the process as well as job role. Delayed response and rude behavior.bo feedback and not even shared the outcome of interview. Has to ask multiple times to receive response. Seems engineering department isn't capable enough to decide what they actually want from candidate and what should be the outcome of questions asked.

I was interviewed before Mar 2021.

Round 1 - Technical 

(3 Questions)

  • Q1. How to check a number is power of 2
  • Ans. 

    To check if a number is a power of 2, we can use bitwise operations.

    • A power of 2 has only one bit set to 1, so we can use the bitwise AND operator to check if the number is a power of 2.

    • If n is a power of 2, then n & (n-1) will be 0.

    • For example, 8 (1000 in binary) is a power of 2, and 8 & 7 (0111 in binary) is 0.

  • Answered by AI
  • Q2. Sort a stack without using another data structure
  • Ans. 

    Sort a stack without using another data structure

    • Use recursion to pop the top element and insert it at the bottom of the remaining stack

    • Repeat until the stack is sorted in ascending order

    • Time complexity: O(n^2), space complexity: O(n) due to recursion

  • Answered by AI
  • Q3. Check weather array have continuous increasing than decreasing value
  • Ans. 

    Check if array has continuous increasing and decreasing values

    • Loop through the array and check if each element is greater than the previous one

    • Once you find the maximum element, check if the remaining elements are in decreasing order

    • If yes, return true else false

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design a cricinfo (LLD)
  • Ans. 

    Design a cricinfo (LLD)

    • Identify the entities: players, teams, matches, scorecards, tournaments, etc.

    • Define the relationships between entities

    • Create a database schema to store the data

    • Implement APIs to fetch and update data

    • Design a UI to display the information

    • Consider scalability and performance

    • Ensure data security and privacy

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Share details of your previous job.
  • Q2. Why should we hire you?
  • Q3. What are your strengths and weaknesses?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do study basic Data Structure questions and also prepare for Low level design.
Do work on behavioral questions too.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2022. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. L2/L3 layer questions
Round 2 - Technical 

(2 Questions)

  • Q1. Questions related to python coding .
  • Q2. Questions related to work u have done . And coding
Round 3 - Technical 

(1 Question)

  • Q1. Questions about networking , security profile
Round 4 - Technical 

(1 Question)

  • Q1. About networking protocols and coding rounds

Interview Preparation Tips

Interview preparation tips for other job seekers - Have u basics clear and have confidence on your work whatever u have done
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Datatypes in python
  • Ans. 

    Python has various datatypes like int, float, str, list, tuple, dict, set, bool.

    • int: whole numbers

    • float: decimal numbers

    • str: text

    • list: ordered collection

    • tuple: ordered, immutable collection

    • dict: key-value pairs

    • set: unordered collection with no duplicates

    • bool: True or False values

  • Answered by AI
  • Q2. Diffrence between django and flask
  • Ans. 

    Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Flask is a lightweight WSGI web application framework.

    • Django is a full-featured framework with built-in ORM, admin panel, and authentication system.

    • Flask is a microframework that is more lightweight and flexible, allowing developers to choose their own tools and libraries.

    • Django follows the 'batteries included' ph...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Interviewer was not aware about the concepts in C++.. Asked abstract class in C++ and singly linked list implementation. Don't go for f2f interviews which they schedule on weekends interviewers are rude an...

Interview Preparation Tips

Topics to prepare for Qualys Senior Software Engineer interview:
  • DSA
  • C++
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions are regarding Springboot
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Windows OS related
Round 2 - One-on-one 

(1 Question)

  • Q1. Work experience related
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial+ Behavioural
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Data Structure, Hashing

CyberArk Interview FAQs

How many rounds are there in CyberArk Senior Data Scientist interview?
CyberArk interview process usually has 4 rounds. The most common rounds in the CyberArk interview process are Technical and Resume Shortlist.
What are the top questions asked in CyberArk Senior Data Scientist interview?

Some of the top questions asked at the CyberArk Senior Data Scientist interview -

  1. Questions related to NLP and Azure In...read more
  2. Basic DS And Algo questi...read more
  3. DS and Algo, questions related to ML AND NLP, and my projects, Questions relate...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Qualys Interview Questions
3.8
 • 38 Interviews
McAfee Interview Questions
4.0
 • 30 Interviews
Backbase Interview Questions
3.9
 • 22 Interviews
RSA Security Interview Questions
3.8
 • 19 Interviews
3Pillar Global Interview Questions
3.3
 • 19 Interviews
Mentor Graphics Interview Questions
4.0
 • 18 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 Senior Data Scientist Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

4.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.7
Compare

FireEye

4.3
Compare

Gen

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