Given this piece of code, what areas would you think is lacking and what areas would you improve.
Desenvolvedor Interview Questions
102,694 desenvolvedor interview questions shared by candidates
Basic fundamentals of REST API's
A única informação que o RH queria era da pretensão salarial
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?
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.
Viewing 1201 - 1210 interview questions