Questions involving matrix manipulation, counting subarrays which meet a certain condition, etc.
Frontend Software Engineer Interview Questions
869 frontend software engineer interview questions shared by candidates
Standard React based challenge - fetching and displaying
In the Live Coding interview, they first asked me to briefly describe my professional experience in a few words. After that, the main task was to implement an AsyncTaskQueue, focusing on concurrency control and efficient task execution.
Q1. Refactor below code to remove if-else logic by applying clean coding and design principle. public double calculateInsurance(double income) { if (income <= 10000) { return income*0.365; } else if (income <= 30000) { return (income-10000)*0.2+35600; } else if (income <= 60000) { return (income-30000)*0.1+76500; } else { return (income-60000)*0.02+105600; } } Q2. Create a screen which hits an api to show data in the list form. Try to write code with clean and objective coding structure.
-Name a time you failed and how did you over come it -How do you keep upto date with the latest technologies -Talk about a time you worked in a group -Why this role -Why the BBC
I was asked to implement key functionalities such as sorting, filtering, and a search feature using React
Interview process: 1. Javascript, HTML, CSS and React questions with live coding 2. System Design 3. Hiring manager round
Javascript and react based questions
How would you design an experiment for an underperforming new feature?
Tell me about a project that you've worked on and had an impact on the business as a whole
Viewing 771 - 780 interview questions