Basic programming questions, OOP concepts and past experience
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,266 software developer interview questions shared by candidates
determine if palindrome
Extend the default string class to turn all words in a sentence to uppercase.
Basic fundamentals of REST API's
How do you find a largest number in an array? Write out the code in the whiteboard.
Given two integers dividend and divisor, divide two integers without using multiplication, division and mod operator.
Shop sells jackets with 40% discount. The original price was $75. How many jackets can you buy with $495?
isEven(13) // outputs 0 isEven(12) // outputs 1 Create the function isEven with appropriate output. Once the function is created, create event/error handlers for an input of 0 and an input of null, which both output -1. Once finished, recreate the isEven function without using % (modulo) or / (division).
Write down code for finding nth number in a fibonocci series.
Brain teaser question: You have two glass balls and you wanna test how strong they are by dropping them from a 100-story building. What's the algorithm that requires minimum number of trails.
Viewing 1211 - 1220 interview questions