1. Given two strings text1 and text2, return the length of their longest common subsequence. If there is no common subsequence, return 0. A subsequence of a string is a new string generated from the original string with some characters (can be none) deleted without changing the relative order of the remaining characters. For example, "ace" is a subsequence of "abcde" while "aec" is not. A common subsequence of two strings is a subsequence that is common to both strings.
2. Why did you choose Rippling?
3. Explain the PUB SUB pattern in Javascript.
4. Design a database to add and update data with transactions.
5. Average deal size, sales cycle