I had virtual onsite interview last week.
1 behavioural , 3 technical and 1 design round.
Technical#1:
Similar to Game 24 from leet code with slight modification. I was able to complete the algorithm and discussed time complexity/space complexity. There was follow-up extending this question.
Technical#2
There were 4 coding questions. 2 related to frequency of characters from input stream. Other 2 were binary trees eg: https://leetcode.com/problems/populating-next-right-pointers-in-each-node/
Technical#3:
Problems with string replacements and the interviewer kept on extending the problem until we ran out of time.