Tip 1 : Strong DS algo
Tip 2 : Solve lots of problems on GFG/leetcode
Tip 3 : Good resume
Tip 1 : Mention all the projects
Tip 2 : Make it of 1 page only
For the online coding test, we got two coding questions out of which I was only able to solve one and the other one partially, where only some test cases passed.
1. Both STR and PTR consist of English uppercase letters.
2. Length of string 'STR' will always be greater than or equal to the length of string ‘PTR’.
3. In case, there is no anagram substring, then return an empty sequence.
4. In case of more than one anagrams, return the indices in increasing order.
Let ‘N'=3, hence the length of the binary string would be 3.
We can have the following binary strings with no consecutive 1s:
000 001 010 100 101
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL keyword removes duplicate records from a result set?