Making the world a better place | CS Student Website | Engineering Blog Programming | Coding made easyπ»π» | Interesting Facts ✅π― | Mindblowing Memesπ✅π‘
All Interview Experiences (CS/IT/ENTC)
All Interview Experiences (CS/IT/ENTC) 2020-2021
> Most common interview questions and answers>Common interview questions and answers for freshers>Job interview questions and answers >Short interview questions and answers>Interview questions to ask>Best interview questions>Unique interview questions>Interview questions for students
Topics Covered
>Interview Questions ✅ ♨️ (C++/Java/SQL/Databases)>Coding Round Questions✅ π» >Programming Questions ✅>Managerial Round Questions ✅>HR Round Questions✅π
Everything at one placeππ
Other Interview Experiences - 3 (Persistent + Deqode + Barclays + Amdocs + LTI + Capgemini + UBS + Pubmatic + Rakuten)
Other Interview Experiences - 3 (Persistent + Deqode + Barclays + Amdocs + LTI + Capgemini + UBS + Pubmatic + Rakuten)
1. Difference between SQL and NoSQL.
Other Interview Experiences - 4 (Persistent + Deqode + Barclays + Amdocs + LTI + Capgemini + UBS + Pubmatic + Rakuten)
1) Blockchain Technology
2) What is AI, ML and Deep Learning?
Other Interview Experiences -2 (Persistent + Deqode + Barclays + Amdocs + LTI + Capgemini + UBS + Pubmatic + Rakuten)
---------------------------------------------------------------------------------------------------------------
Other Interview Experiences -2 (Persistent + Deqode + Barclays + Amdocs + LTI + Capgemini + UBS + Pubmatic + Rakuten)
Other Interview Experiences -1 (Persistent + Deqode + Barclays + Amdocs + LTI + Capgemini + UBS + Pubmatic + Rakuten)
Other Interview Experiences -1 (Persistent + Deqode + Barclays + Amdocs + LTI + Capgemini + UBS + Pubmatic + Rakuten)
Interview Experience - 6
First round was online assessment which had some Mcqs and 2 coding questions.
Then there were 2 technical rounds followed by an HR round.
1st Technical Round:
1. Questions on OOP concepts like Polymorphism, encapsulation, etc.
2. Can constructor be virtual?
3. Questions on OS;
Multi-threading, Multi-programming difference
Process Synchronization, Semaphore vs mutex, RAM vs ROM.
4. Some questions on my projects
5. DSA ques
Interview Experience - 5
(All Questions asked in TCS - Digital Interviews) π»π»
First technical interview :
1. BE Project idea and details
2. Array rotation code
Given an array 1 2 3 4 5 , you have to shift it left by 2 , ans should be 3 4 5 1 2
(Ans : Reversal algorithm or direct formula)
3. How would you detect a loop in a Linked list ? (Floyd's algo)
4. Puzzle : You have two candles , which can be lit on both sides , if you light it on one side , it takes 60 mins to burn completely , using these 2 candles how would you measure 45 mins ?
Interview Experience - 4
ION - Trading
Interview experience 2020-2021:1) Tell me about yourself...
2) (Not a question) He explained me about the interview process
3) Suppose my friend Sam has to travel for 1hr (just 'to' not 'fro') to board a train everyday to his office, so in the evening, his wife comes to the station and picks him up and drives him home. (This journey for wife is for 2 hours ofc). If one day Sam reaches earlier and decides to walk towards home. After 5 mins he meets his wife and then they go home together from that point so how many minutes did the wife travel?
4) I have a 4*4*4 cube all made of silver. I plate it gold from all sides. Then I cut it so that I get 64 equal sized cubes. So... how many of these smaller cubes have 3 gold faces, 2 gold faces, 1 gold faces, and no gold faces?
5) I have 50 bikes with full petrol tanks and all can travel 100 km individually. I can have anyone drive the bike from any point till another. If I cannot come back to the starting point and I'm only allowed to go forward, What maximum distance can I cover using these bikes?
Interview Experience - 3
1. Tell me about yourself
2. What projects have you done in second year (in detail)
3. What projects have you done in third year (in detail)
4. Resume related questions
5. What is the difference between switch and router
6. Structure of switches and routers in college
7. How much are you familiar with linux
8. Shell Scripting
Interview Experience - 1
Selection test:
interview rounds which were on the same day.
Interviews were held on Webex.
Q> Tell me about yourself?
Q> When memory of object is created and about memory storage
Q> References and why to use them?
Q> Difference between pointers and references
Q> static keyword and real life scenario
Q> namespace
Q> dangling pointers ,smart pointers,function pointer,null pointer ,void pointer,pointer to pointer.
Q> overloading v/s overriding
Q> templates
Interview Experience - 2
π»π»
Around 20 MCQs on core CS subjects like DSA, OOP, DBMS, CN, OS. Most of them were easy and doable. The test also had one coding question of strings which was of medium difficulty. 18 people were selected for the interview rounds the
next day. Interviews were held on Skype for business and HackerRank CodePair.
(Technical interview) - 1 hour Tough
● Tell me about yourself?
● Why do you want to join UBS?
● Why do you want to do a technical job, why not managerial or something else?
● Told me to write a code on fibonacci series, both iterative and recursive