Basic fundamentals of REST API's
Software Developers Interview Questions
96,234 software developers interview questions shared by candidates
Basic programming questions, OOP concepts and past experience
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).
How do you find a largest number in an array? Write out the code in the whiteboard.
Describe Inheritance and when you might use it?
Implement an efficient operation on some unique data structure based on an internal std::map
Given two integers dividend and divisor, divide two integers without using multiplication, division and mod operator.
determine if palindrome
Extend the default string class to turn all words in a sentence to uppercase.
Shop sells jackets with 40% discount. The original price was $75. How many jackets can you buy with $495?
Viewing 1211 - 1220 interview questions