Veermata Jijabai Technological Institute (VJTI), Mumbai
Mumbai, Maharashtra
What if you can't knock at your Veermata Jijabai Technological Institute (VJTI), Mumbai seniors' door for advice? Read their placement interview questions and crack your next interview. 🏆
Round: Technical Interview Experience: "1. Basic Electronics : Resistors, Capacitors, Micro processors, RAMs, ROMs, Opamps. 2. Computers : C, C++ programming, Motherboard design, Modems(Read about Cisco modems and other products)
Round: HR Interview Experience: 3. HR : Why Cisco? Why not further studies? Tell me about yourself (prepare for this one)...Tell me your weaknesses and strengths. "
General Tips: Sell yourself. Honesty is not always the best policy. Modesty is. College Name: Veermata Jijabai Technological Institute, Mumbai [ VJTI ]
Round: Test Experience: Questions = 20 Quant + 30 (DLDA and Basics of Computer Science)
Round: Technical Interview Experience: Asked about interest . I answered algorithm and data structure . Then started questions -Asked me to implement Stack and write a function popMin() which will give the minimum value from stack in O(1) time .Given an input file and two input words , find the min length text segment from tht file which starts from one word and ends at othr . My code was nt handling some test cases , so he corrected me .How google suggests you words when you type some spelling mistakes .Told him about Levenshtein distance , but then he asked me how probability theory is used in decision making when the distance is same for more than one word . I made some guesses . Told me to implement Levenshtein distance .Asked me to design a unique identifier number . I used diffrnt things to make it unique but he was nt impressed . Finally he gave me hint : ”The thing which never comes back when we loose it ” . I answered TIME . So basically he wanted me to use time for making number unique .You have to design a LRU CACHE such that all operations can be done in O(1) – read, write and insert . No code just algo n DS to be used .An array(sorted ) is rotated , write a function which takes an input array and returns the no. of times an array has been rotated .
Round: HR Interview Experience: This was a Technical plus HR Round.There was SHELL MASTER contest in my resume . So he asked me some basics
of shell scripting .( Only basics )
Asked me how routing table is filled n asked all three algos .
What is need of ip address , when MAC address is thr.
Asked me to write pseudo code for Dijkstra’s algo and explain it . Then here were some questions about priority queue .
Asked me data Structure to be used for indexing pages for search engine . Explained him inverted index .
Asked me to explain Cuckoo hashing which I had used in one of my project and amortized O(1) time concept .
Some HR questions on Stress management . How do you handle pressure ,how would you deliver product in given time period , can you work under pressure etc etc….