Tip 1 : Practice aptitude from books
Tip 2 : Read ds, os
Tip 3 : Watch youtube videos for learning
Tip 1 : Write your technical skills
Tip 2 : Google resume formats
MCQ + coding round. There were oops, networking, dbms, os and aptitude questions in the mcq



You are given ‘str’ = ‘abbbbbbc’ and ‘K’ = 2, then the substrings that can be formed are [‘abbbbbb’, ‘bbbbbbc’]. Hence the answer is 7.
Used hashmap



If ‘WORDS’ = ["word","world","row"], ‘ORDER’ = "worldabcefghijkmnpqstuvxyz",the answer will be ‘NO’ as first and second words are not lexicographically sorted as ‘l’ comes before ‘d’ in alien language.
dont know

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?