Tools for testing and purposes of unit and integration tests
Software Developer Interviews
Software Developer Interview Questions
Software development is an in-demand career path, and it's also a job that can provide opportunities for high earnings and professional fulfillment. When interviewing for software developer positions, you'll likely face questions about your hard and soft skills and how you manage projects efficiently.
Top Software Developer Interview Questions & How to Answer
Question #1: What type of software development do you currently do?
Question #2: Describe a development issue you faced and how you solved it.
Question #3: How do you handle the QA process?
96,344 software developer interview questions shared by candidates
They asked me to design some very simple classes in C# which only took about 15 minutes.
What is SOLID?
SOLID, OOP, general programming concepts
A riddle with 3 towers: you need to move 3 pancakes with different sizes from first tower to last, but you can't put bigger on smaller one
To move 4 pancakes and predict how many steps it will take, without counting, without thinking about math, you need to have a vision
Where do you want to be in five years
What is polymorphism?
countingBits problem: given a number, write C code that detects how many bits would be set in the binary representation of the number What are the issues with the below code: int calcSquare(volatile int* num){ return *num * *num; }
What are the principles of Object Oriented Programing
Viewing 3291 - 3300 interview questions