HR Intro call, scheduled technical interview
make DB flow for Notification sending
Write code in c# .
//Devise a function that validates a password to conform to the following rule and return TRUE or FALSE depending upon valid/Invalid password:
//*Password should have a Maximum of 2 repeated characters.
//Examples for Maximum of 2 repeated characters.
//a12B34C5aB9C => false
//a12B34C5aB976B8a => true