employer cover photo
employer logo
employer logo

Check Point Software Technologies

Engaged Employer

Check Point Software Technologies Interview Question

given some rules to valid password write a function that gets string and return true if the string is a valid password

Interview Answer

Anonymous

Mar 11, 2025

very simple if else kind of function in Python

1