General questions about my background.
Senior Full Stack Developer Interview Questions
1,159 senior full stack developer interview questions shared by candidates
Implement a React hook & a Component to render result, which fetch 2 APIs, one for search and one for initial fetching. Needed to implement pagination, search with debounce and follow React best practices & optimization. No ChatGPT/StackOverflow allowed. No CSS needed.
My past experience on developing nodeJS based software solutions
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
Viewing 111 - 120 interview questions