Tip 1 : Try to focus on framework skills while designing cypress framework
Tip 2 : Keep yourself brushed up with string, arrays and map easy to medium complexity questions
Tip 3 : Be confident while giving behavioural interview.
Tip 1: Keep it short and precise
Tip 2: Focus on automation skills



Let the array be [1, 2, 3, 4, 4, 5]. In the given array ‘4’ occurs twice and the number ‘6’ is missing.



1
11
121
1221
Write cypress tests for UI flows, a website was given for which few cases needs to be automated using cypress, proper framework design needs to be taken in account and cases should be running with proper results.
there was also 1 test case related to API automation to verify API response
3 cases needs to be automated and few guidelines had to be followed



1. The string ‘S’ consists of only lowercase English alphabets.
2. A ‘substring’ is a contiguous sequence of characters within a string.
3. Recall that vowels in lowercase English alphabets are: {‘a’, ‘e’, ‘i’, ‘o’, ‘u’}.



You are given ‘ARR’ = {1, 2, 2, 3, 3} and ‘K’ = 2.
The answer will {2, 3} as 2 and 3 are the elements occurring most times.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?