Yesterday, I attended an interview for a Fresher React Developer role. It was a great learning experience. The interview included questions from JavaScript, CSS, SQL, and Web fundamentals. They also gave me a task to clone a webpage using HTML and CSS.
Below are the questions I faced and my overall experience:
Given [2,3,1,4] — Find the sum of the array?
Remove duplicates from an array?
Split the string "Hello"?
Difference between == and === in JavaScript?
What is inline vs inline-block in CSS?
SQL query to find salary between 50,000 and 80,000?
SQL query to split salary category above or below 60,000?
Find the second highest salary in SQL?
Find employee name and department with highest salary?
** Frontend Task Given:**
Clone a webpage UI using HTML and CSS only with a clean layout.
What I Learned
- Confidence matters even if you don’t answer everything perfectly
- Logic questions in JavaScript require knowledge of array methods and string handling
- CSS layout concepts are important for UI cloning tasks
This interview helped me understand where I need to improve.
Top comments (0)