I applied through a staffing agency. The process took 1 day. I interviewed at Pulse Secure (Bengaluru) in Sep 2019
Interview
I was directly called in their office for discussion.
First round consisted of a hand written test consisting of 5 programs to be completed in 1 hour, followed by two technical rounds.
I was able to solve all the programs. But after two rounds, they came with feedback that programming is very good but networking knowledge they are expecting more. I previously worked in transport and application layer. But they expected L2/L3 practical knowledge. It was quite a surprise on the rejection since I was confident after giving those two technical rounds.
Interview questions [10]
Question 1
Given an alphanumeric string, form a new string by extracting only the numbers from the original string in the same order.
Input: as2d67kdA8
Output: 2678
Given a binary search tree, design an algorithm to create a linked list of all the nodes at each depth (e.g. if you have a tree with depth D, you’ll have D linked lists).
6. Suppose there is a string with special characters like ‘,?,!. Reverse the words of the string keeping the special characters in the same position.
E.g. Hey!! How’s this?
Output: yeH!! Swo’H siht?
I applied through a staffing agency. The process took 3 weeks. I interviewed at Pulse Secure (Bengaluru) in Sep 2019
Interview
Consultancy approached for the opening and applied through them. Complete interview process was simple and took around 20 days.
Total there were 5 technical rounds and finally a discussion with HR.
Interview questions [1]
Question 1
In one of the rounds, question was related to TDD and had to write the code for given test cases.
Algorithm questions.
Regex questions.
Extensive technical discussion with Senior Manager.
I got a call from respective HR and it was supposed to be a 1 day event preferably on a weekday and they scheduled it as per my convenience itself. Overall interview process will be 1 written coding round, followed by 3-4 technical rounds and a HR round.
They asked all basic and standard data structure questions itself, mainly on linked lists, trees and maps. They will give you ample of time to solve the problems. They look mainly for quality of code.
I could not clear as I was not well prepared most of the question I couldn't get to a logical conclusion. At the end even the HR gave me this feedback.
With proper preparation for 1 month or so, this is crack able.