KEKA Interview Experience for Front End Developer Last Updated : 10 May, 2023 Comments Improve Suggest changes Like Article Like Report KEKA Front-End Interview Experience Round-1The first round comprised 100 MCQ questions including aptitude, logical, C output questions, and technical portions (Test Duration: 2 hours) For each correct answer, you will get 1 Mark, and 0.5 Marks ( 1/2 ) mark will be deducted from the overall score for the individual section in case if you mark a wrong answer. Round-2 After qualifying Round-1 There will be a coding section, in which you will be given 5 coding questions and there will not be a compiler we have to write codes without using predefined functions the codes will be simple and tricky.(Test Duration: 2 hours) and you should be able to answer more than 3 questions to qualify.And the very next day of coding you will have a Group Discussion with 10 member group and they give you a general topic and give you 10 minutes times to prepare for that and discuss it.And at last, they give you an image of a web page and you should develop the webpage as the given image using HTML and CSS. (Test duration: They give it on 12.PM and ask to submit before 6. PM. Round-3 (Technical Interview Round-1) Self-introduction.Have you been placed in any company?Rate yourself in HTML (out of 10).Explain the Oops concept.Basic questions on HTML.Questions from the project: I did a project on IOT so he asked me about the sensors.They asked me to execute the code live by sharing a screen. The question is "Write a code to print whether the given number is even or odd, without using modulus and predefined functions. This interview is based on programing languages after qualifying this there is a Round-2 interview which is purely based on FrontEnd Round-4 (Technical Interview Round-2) Brief introduction about you: Like the name, education, family, achievements, and goal.Rate yourself in CSS (out of 10). After rating they asked me about the BOX model, what is meant by a: link and what are different positions.And asked me about the HTML tags and formatting in HTML.And finally, he gave me a sample image and asked me to write the HTML and CSS code to execute. The question given to me is about a button where the name of the button is KEKA and the button is in the center of the page. Comment More infoAdvertise with us Next Article KEKA Interview Experience for Front End Developer Anonymous Improve Article Tags : Interview Experiences Experiences HTML-Tags CSS-Basics Similar Reads Window Functions in SQL SQL window functions are essential for advanced data analysis and database management. They enable calculations across a specific set of rows, known as a "window," while retaining the individual rows in the dataset. Unlike traditional aggregate functions that summarize data for the entire group, win 7 min read HTML Tags - A to Z List HTML Tags are fundamental elements used to structure and format content on web pages. They provide instructions to web browsers on how to render text, images, links, and other media.HTML tags are enclosed in angle brackets < > and usually come in pairs: an opening tag and a closing tag. The cl 15+ min read Top HR Interview Questions and Answers (2025) HR interviews can be daunting but they donât have to be. The bottom line in most hiring processes entails testing the personality of a candidate for their communication traits and company culture fit. Being at the initial or experienced levels of your career being prepared for commonly asked fresher 15+ min read Top 30 Java 8 Interview Questions and Answers for 2025 Java 8 introduced a host of powerful features that have significantly enhanced the Java programming language. Introducing new features such as Lambda Expressions, Stream API, Functional Interfaces, the new Date and Time API, and more. As a result, Java 8 skills are highly sought after by employers i 15+ min read Selenium Interview Questions and Answers Selenium is an important part of Software Testing, and in Software Testing interviews, Selenium plays a very important role in testing knowledge related to the same.This article includes the Selenium Interview Questions, which include the basics to advanced related to Selenium Automation concepts. T 15+ min read What is Array? Array is a linear data structure where all elements are arranged sequentially. It is a collection of elements of same data type stored at contiguous memory locations. For simplicity, we can think of an array as a flight of stairs where on each step is placed a value (let's say one of your friends). 2 min read 50+ Common Interview Questions and Answers Common Interview Questions: Preparing for a job interview can be daunting, but being well-prepared can significantly boost your confidence and chances of success. To help you ace your next interview, here is a list of the Top 50 common interview questions for freshers/college students or experienced 15+ min read Topic wise multiple choice questions in computer science We have covered multiple choice questions on several computer science topics like C programming, algorithms, data structures, computer networks, aptitude mock tests, etc. Practice for computer science topics by solving these practice mcq questions.This page specifically covers a lot of questions and 2 min read Types of CSS (Cascading Style Sheet) CSS is used to style and layout web pages, controlling the appearance of HTML elements. It allows developers to create visually appealing designs and ensure a consistent look across a website.Types of CSSCSS can be implemented in three different ways:Inline CSSInternal or Embedded CSSExternal CSS1. 3 min read CSS Introduction CSS (Cascading Style Sheets) is a language designed to simplify the process of making web pages presentable.It allows you to apply styles to HTML documents by prescribing colors, fonts, spacing, and positioning.The main advantages are the separation of content (in HTML) and styling (in CSS) and the 5 min read Like