Cisco Interview Experience for SRE 2021
Screening Round: This round comprised of 25 MCQ and 1 Coding Question.
25 MCQ: 15(Network based) + 5(Aptitude) + 5(Time Complexity + DSA + DBMS)
1 Coding Question: Difficulty Medium.
Link: 809. Expressive Words:- https://leetcode.com/problems/expressive-words/
Around 97 students were shortlisted in that around 15 for SRE Role.
Cisco visited our campus on 18th August 2021.
Round 1(Technical Round): There were two panelists in this round. They were friendly and started the interview by introducing themselves.
Interview questions asked:
- Introduce yourself.
- Why do we need data structures?
- LinkedList vs Array: When do you use it? Covered the following points in my answer. Insertion, Deletion, Fetching element ( LinkedList by traversing the entire list O(N) whereas in array O(1))-While answering them include time complexity too.
- What is a Binary Search Tree?
- BST vs Array vs LinkedList for retrieving and element – I chose BST since the time required would be less.
- What are cloud services and the deployed models? – Saas, Paas, Iaas
- Asked me which operating system I use.
- What are demones: https://whatis.techtarget.com/definition/daemon
- TCP/UDP
- Asked me to explain one of my projects and followed by some simple questions to know your understanding.
- Lastly, they asked me if I have any questions. I humbly asked them if there was an area I could improve upon. They answered saying you did pretty well and complimented me to be a confident person.
- I asked them about their experience in CISCO as an SRE.
The interview lasted for about 1hr – 1hr 15 mins.
Verdict: I was qualified for the next round.
Tips:
- If you don’t know some answers be honest and politely agree that you don’t have enough knowledge to answer.
- Have basic knowledge of data structures and algorithms.
- Know the technologies used in the project and why you used them.
Round 2(Managerial Round): There were two panelists in this round too. One of them was a team lead accompanied by this team member. They were friendly too and started the interview by introducing themselves.
Interview questions asked:
- Introduce yourself.
- Array vs LinkedList ( Same question again )
- What is DNS? – I explained to them what DNS is also added what forward DNS and reverse DNS is. They seemed very satisfied.
- They asked me if I wanted to explain any project which I was fond of. I took about 5 mins to explain one of the important projects in detail.
- Follow-up questions on the project: Some basic questions regarding the technologies used and database.
- Gave me a scenario if I had a conflict with a co-worker how would I resolve it?
- Asked me about my other skills and interests: I spoke about my contributions to the clubs I was part of and my leadership roles there.
I don’t remember the rest of the questions.
In short, this round is based on your resume and a few questions from networks and OOPs.
The interview lasted for about 1hr.
Verdict: I was called for the HR round
Tips:
- Know everything you have written in your resume and be prepared for follow-up questions.
- Since it’s an SRE role some network-related questions are always expected.
- Given a scenario always answer genuinely and keep in the team spirit.
Round 3(HR Round): This round was more of a mere formality.
Questions asked:
- Are you willing to relocate? ( Bangalore, Chennai, Pune )
- Asked me regarding my plans for further studying.
- Asked me if I am aware of the compensation.
Verdict: I was offered (Internship + FTE as an SRE)
Around 12-13 students were selected at the end.
Please Login to comment...