I just recently interviewed with a company for a software developer internship. I was expecting it to be a generic interview but unfortunately I was wrong. The recruiter asked me some basics questions and then gave me a logic test of 30 questions. I was completely unprepared for that. Those questions were hard and I did really poorly on the test. As a result I did not get the internship and now I feel miserable. Can anyone point me to books or websites I can use to practice such logic questions. Hopefully when I interview with them next year I want to get this internship. Please any help will be apprecaited.
basics_of_sena 0 Newbie Poster
Recommended Answers
Jump to PostTwo extremely common questions are: Given a binary tree, reverse it, such that for every node x, swap x.leftChild and x.rightChild - analyse the complexity of your solution. Another one is similar - given a singly linked list, reverse the list. Analyse your complexity.
A non-programming question - you are …
All 3 Replies
apines 116 Practically a Master Poster Featured Poster
Momerath 1,327 Nearly a Senior Poster Featured Poster
apines 116 Practically a Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.