Questions on Javascript, React, HTML, CSS, Next js, Microservices..
Frontend Software Engineer Interview Questions
8,918 frontend software engineer interview questions shared by candidates
Joined as a fresher and have given interview at TCS Hyderabad office. I was asked about Java, Data structures, Python, SQL and interview consists of 3 rounds Technical round with handson, Managerial, HR.
1) What is React Context 2) Design a Google Calendar using React 3) Three-way handshake 4) Some questions on like 3 promise and use primitive methods only ,no static methods
Wie funktioniert ErrorBoundary? Wie mit dem Status 301 umzugehen?
Describe a project that you've worked on recently that you're proud of.
What are semantic tags in HTML ?
data structure logical questions, basic angular questions
Es wurden einerseits die üblichen Fragen nach meiner Person und meinem Werdegang gestellt und andererseits wie oben erwähnt ein paar technische Fragen. Welche das genau waren, kann ich jetzt nicht mehr im Detail sagen, da die Gespräche schon fast zwei Monate her sind.
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.
core concept of JS,react.js and Redux
Viewing 8271 - 8280 interview questions