Focus a lot on your motivation and give an example of a company (not them) which exemplifies your motivation.
Graduate Software Developer Interview Questions
4,490 graduate software developer interview questions shared by candidates
Classic questions like why this position. Also, one programming question and then describe how you solved it and what you found hard. Was also asked about debuggers.
They gave me a written test to complete, both for software and hardware. Then I had a couple of interviews. They asked technical and specific questions both hardware (difference between blocking and non-blocking assignment, buses, critical paths) and software (XML, how to order an array in ascending order). They also asked me how would I solve some given problem in a comfortable (to me) programming language. The atmosphere was good and friendly anyway.
will update next week x
Will not go into more detail about the questions :)
Online test: 1. Most frequently side-by-side used integer in the array. //10,20,30,40,40,40,40,20,20,20 -> 40 2. Median of an integer array Group Project: marshmallow and spaghetti: build the highest Technical Interview: Find the longest palindrome in the string //abcacacdbbabe -> cacac
Most unexpected question was to write a c macro to find nth power of two .... i never expected anyone to question on macros.
During one of the interviews, they asked me to use notepad++ regex functionality to do some sort of manipulation on a text file.
Given this object structure, write some code to tell if something is in a list.
DS and Algos - when to use what, complexity and most optimized way to use them.
Viewing 471 - 480 interview questions