Why Octopus? Why the team specifically?
Software Engineer 1 Interview Questions
3,915 software engineer 1 interview questions shared by candidates
asignaturas favoritas de la carrera
Given a string str, find the length of the longest substring without repeating characters. For “ABDEFGABEF”, the longest substring are “BDEFGA” and “DEFGAB”, with length 6. For “BBBB” the longest substring is “B”, with length 1. In this exercise, you're going to decompress a compressed string. Your input is a compressed string of the format number[string] and the decompressed output form should be the string written number times. For example: The input 3[abc]4[ab]c Would be output as abcabcabcababababc Other rules Number can have more than one digit. For example, 10[a] is allowed, and just means aaaaaaaaaa One repetition can occur inside another. For example, 2[3[a]b] decompresses into aaabaaab
For Technical Rounds, they asked me basic codes like number of words in a sentence, cycle detection in linked list, pallindrome. Advanced concpets like Trees and Graph. And finally a framework like React.
Why we prefer I beams than rectangular beams?
Viewing 3911 - 3920 interview questions