Upload Button Icon Add office photos

Filter interviews by

Check Point Software Technologies Software Developer Interview Questions and Answers

Updated 13 Jun 2024

Check Point Software Technologies Software Developer Interview Experiences

1 interview found

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

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

Round 1 - Assignment 

The task was a Codility type

Software Developer Jobs at Check Point Software Technologies

View all

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Rest Apis questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Core java and OOPS and LLD

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of Core language and its framework
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Internal working of Hash Map
  • Ans. 

    Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash Map typically has a load factor threshold to determine whe...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at Kamaraj College, Thoothukudi and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The platform is hackerrank and they asked arrays and string topics and the duration is 1hr

Round 2 - Technical 

(4 Questions)

  • Q1. What is the difference between http and https
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTP data is transmitted in plain text, while HTTPS data is encrypted using SSL/TLS.

    • HTTPS provides authentication, integrity, and confidentiality of data exchanged between a client and a server.

    • W...

  • Answered by AI
  • Q2. Asked some sql querys
  • Q3. Asked some sql joins
  • Q4. Fully based on user resume
Round 3 - HR 

(1 Question)

  • Q1. They asked general questions like family background

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

A paper based test and it was technical

Round 2 - One-on-one 

(2 Questions)

  • Q1. About the projects
  • Q2. Some sql questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Oops XML MVC SQL
Round 2 - Technical 

(2 Questions)

  • Q1. Jquery tags syntax uses
  • Ans. 

    Jquery tags syntax uses angle brackets and CSS selectors.

    • Jquery tags are enclosed in angle brackets, like

      or

    • Jquery selectors are used to target specific elements, like $('p') or $('.class')

Answered by AI
  • Q2. Seting values XML data JSON data transfer
  • Skills evaluated in this interview

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

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

    Round 1 - Coding Test 

    Karet Interview :
    5 back to back System design question, we don't need to explain each component but more like list as many as points. Need to finish all the question in 15min

    1-2 problem solving question : It's not fency algorithm round with tough question. But true problem solving round using basic knowledge such as hashmap, heap

    Round 2 - Technical 

    (3 Questions)

    • Q1. Design File System : You have given file size and collection in input 1 : get total size 2 : find top k collections in size
    • Ans. 

      Design a file system to calculate total size and find top k collections in size.

      • Create a file system class with methods to add files and calculate total size.

      • Maintain a data structure to store the collections and their sizes.

      • Implement a method to find the top k collections based on size.

      • Consider using a priority queue or sorting the collections based on size.

      • Handle edge cases like empty collections or invalid input siz

    • Answered by AI
    • Q2. Find total size
    • Ans. 

      Calculate the total size of an array of strings.

      • Iterate through the array and sum the length of each string.

      • Use the `length` property of each string to get its size.

      • Handle edge cases such as empty strings or null values.

    • Answered by AI
    • Q3. Find Top k collections
    • Ans. 

      The question is asking to find the top k collections.

      • Use a sorting algorithm to sort the collections in descending order based on a specific criteria.

      • Select the top k collections from the sorted list.

      • Return the selected collections as an array of strings.

    • Answered by AI

    Skills evaluated in this interview

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

    I applied via campus placement at Indian Institute of Technology (IIT), Hyderabad and was interviewed in Nov 2023. There were 3 interview rounds.

    Round 1 - Aptitude Test 

    It is a test where you should answers questions from paragraphs and tables and pie charts

    Round 2 - Technical 

    (1 Question)

    • Q1. Write code to print fibanocci series
    • Ans. 

      Print the Fibonacci series using code.

      • Use a loop to generate the Fibonacci series

      • Start with the first two numbers (0 and 1) and then add the previous two numbers to get the next number

      • Continue this process until reaching the desired length of the series

    • Answered by AI
    Round 3 - HR 

    (1 Question)

    • Q1. When there is a task that company assigned to you and you should do urgently but you dont know how to do it what will you do if you coud not complete it before the deadline

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Technical round will be very easy if you perform well in hr round you will get selected

    Skills evaluated in this interview

    Check Point Software Technologies Interview FAQs

    How many rounds are there in Check Point Software Technologies Software Developer interview?
    Check Point Software Technologies interview process usually has 1 rounds. The most common rounds in the Check Point Software Technologies interview process are Assignment.
    How to prepare for Check Point Software Technologies Software Developer 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 Check Point Software Technologies. The most common topics and skills that interviewers at Check Point Software Technologies expect are C++, Debugging, Networking, AWS and AWS IAM.

    Tell us how to improve this page.

    Check Point Software Technologies Software Developer Interview Process

    based on 1 interview

    Interview experience

    1
      
    Bad
    View more
    Software Developer

    Mumbai

    1-4 Yrs

    Not Disclosed

    Software Developer

    Mumbai

    4-5 Yrs

    Not Disclosed

    Explore more jobs
    TAC Engineer
    23 salaries
    unlock blur

    ₹5.5 L/yr - ₹13.1 L/yr

    Technical Support Engineer
    21 salaries
    unlock blur

    ₹5.5 L/yr - ₹19.1 L/yr

    Security Engineer
    10 salaries
    unlock blur

    ₹15 L/yr - ₹32 L/yr

    Network Security Engineer
    9 salaries
    unlock blur

    ₹6.3 L/yr - ₹21.5 L/yr

    Associate Security Engineer
    7 salaries
    unlock blur

    ₹10 L/yr - ₹14.9 L/yr

    Explore more salaries
    Compare Check Point Software Technologies with

    Palo Alto Networks

    3.8
    Compare

    Fortinet

    4.2
    Compare

    NortonLifeLock's

    4.0
    Compare

    McAfee

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