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.

Senior Full Stack Developer

Interviewed at Betamind

5
Jul 2, 2024

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.

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?
avatar

Senior Full Stack Developer

Interviewed at Digimark Developers

3.9
May 27, 2022

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?

Viewing 111 - 120 interview questions

Glassdoor has 1,159 interview questions and reports from Senior full stack developer interviews. Prepare for your interview. Get hired. Love your job.