My past experience on developing nodeJS based software solutions
Senior Full Stack Developer Interview Questions
1,152 senior full stack developer interview questions shared by candidates
standard technical complexity -- I think most candidates are capable of becoming an alternative -- they compared their process to MS but present as a pretty big risk.
Consider the following database table design: CREATE TABLE `notifications` ( `id` INT NOT NULL AUTO_INCREMENT, `type` INT(8) NOT NULL, `notifiable_id` INT unsigned NOT NULL, `notifiable_type` VARCHAR(10) NOT NULL, `relation_id_1` INT unsigned, `relation_type_1` VARCHAR(10), `relation_id_2` INT unsigned, `relation_type_2` VARCHAR(10), `updated_at` TIMESTAMP NOT NULL, `created_at` TIMESTAMP NOT NULL, PRIMARY KEY (`id`) ); What is wrong with the above and how could it be improved?
Technical screening coding task. You have an empty function definition isSorted(arr: number[]); Implement this function.
Given three relational tables, perform a query to achieve the output asked.
Q: what is polymorphism in OOPs?
Given the following array of Integers, find the max sum of any contiguous subarray.
Sql query to join two tables and group
Pair programming, where you build some simple React.js projects, such as a pagination component.
if i'm able to adapt myselft to new tech
Viewing 111 - 120 interview questions