Glassdoor users rated their interview experience at SOSSEC as 100% positive with a difficulty rating score of 2 out of 5 (where 5 is the highest level of difficulty). Candidates interviewing for Software Developer and rated their interviews as the hardest, whereas interviews for Software Developer and roles were rated as the easiest.
Process contains 2 rounds , first one is coding round where you might be asked to solve 2 question in one hour (1 array , 1 related to tree, do, graph).
Second round is interview round where you are asked to solve same basic tree , graph implementation and question related to OS and networking is also asked
Interview questions [1]
Question 1
1. Find depth of a tree with given root node pointer.
2. Handshaking protocol question (Networking)
3. Basic coding questions like to search in sorted array, most optimal sorting algorithm.