by Pericror | May 28, 2018 | Software Interviews
After your interview, you will often be asked if you have any other questions by your interviewer. This is a good opportunity for you to establish your interest in the position by asking relevant follow up questions. A good series of questions to ask can be inspired...
by Pericror | May 13, 2018 | Software Interviews
You learn a lot as an undergrad, however there are some practical concepts that come up in industry more often than others. The questions below test knowledge of various high level programming concepts new grads should know: What is the difference between a process...
by Pericror | May 6, 2018 | Software Development
In this blog post we’ll cover the code required to set up a clickable 3D object using three.js that behave like the objects on our clickable three.js object demo page. Let’s get into 3D objects with click handlers. The three.js javascript library is a...
by Pericror | Apr 22, 2018 | Software Interviews
In this post we’ll be covering some key C++ concepts through interview questions with varying difficulty. Click on the question to view the answer. Click on a question to see the solution. Conceptual Questions 1. When is a vtbl / virtual function table used for...
by Pericror | Mar 25, 2018 | Software Development
In this post, we will be giving an overview into Pericror’s new Iframe Detector Chrome Extension. The extension notifies you with the number of iframes found on a given page, and allows you to delete iframes detected. Iframe detection occurs after the current...