Upload Button Icon Add office photos

Filter interviews by

Bl International Front end Developer Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jul 2024.

Round 1 - Aptitude Test 

Based on skill ability

Round 2 - Coding Test 

Based on experience, level of coding test were conducted

Round 3 - HR 

(2 Questions)

  • Q1. About previous employment experience,
  • Q2. Previous package

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your application job, be geniune. Honest is preferred first at here.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Aptitude test was kind of problem solving questions

Round 3 - Coding Test 

Basic coding questions regarding oops and other basic things

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best to one's who are looking for a job interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Javascript ES6 HTML and Reactjs

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Javascript more

Front end Developer Interview Questions & Answers

SyncCore user image Sudalai Sudalai Muthu

posted on 1 Jun 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Front end developer related questions html css javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Html css javascript basic questions prepare
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is cls in light house report?
  • Ans. 

    CLS stands for Cumulative Layout Shift in Lighthouse report, measuring visual stability of a webpage.

    • CLS is a metric in Lighthouse report that measures how much content shifts around during page load.

    • It is important for user experience as unexpected layout shifts can be frustrating for users.

    • CLS score should be less than 0.1 to provide a good user experience.

    • Common causes of high CLS include images without dimensions,

  • Answered by AI
  • Q2. What is light house report?
  • Ans. 

    Lighthouse report is a tool provided by Google to analyze and improve the performance, accessibility, SEO, and best practices of a website.

    • Lighthouse report provides a detailed analysis of a website's performance, accessibility, SEO, and best practices.

    • It gives a score based on various metrics such as performance, accessibility, best practices, SEO, and progressive web app.

    • The report includes suggestions and optimizati...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - study about seo
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic questions from language of your choice.
Round 2 - Coding Test 

An assignment was given which was needed to be submitted within 8hrs.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(1 Question)

  • Q1. Experience of environmental
  • Ans. 

    I have experience working in various environmental settings, including office, remote, and collaborative spaces.

    • Worked in a traditional office setting with a team of developers

    • Adapted to remote work during the COVID-19 pandemic

    • Collaborated with designers and stakeholders in client meetings

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basics questions on HTML CSS JAVASCRIPT

Round 2 - One-on-one 

(3 Questions)

  • Q1. Ask some basic questions
  • Q2. How javascript work
  • Ans. 

    JavaScript is a programming language that allows you to add interactivity and dynamic features to websites.

    • JavaScript is a client-side scripting language.

    • It runs on the user's web browser.

    • It can manipulate HTML elements, handle events, and interact with server-side scripts.

    • JavaScript code is executed sequentially, line by line.

    • It supports object-oriented programming and functional programming paradigms.

    • Common uses incl...

  • Answered by AI
  • Q3. Closure Lexcal scope
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Skills and Education
  • Q2. Experience and projects
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Tell me something about your self,
  • Ans. 

    I am a front-end developer with 3 years of experience in creating responsive and user-friendly websites.

    • Proficient in HTML, CSS, JavaScript, and jQuery

    • Experience in using React and Angular frameworks

    • Familiarity with version control systems like Git

    • Passionate about creating visually appealing designs

    • Strong problem-solving and communication skills

  • Answered by AI
  • Q2. Tell me about your projects
  • Ans. 

    I have worked on various projects including e-commerce websites, portfolio websites, and web applications.

    • Developed an e-commerce website using Shopify and customized the theme using Liquid and CSS

    • Built a portfolio website using React and styled it using CSS and Material UI

    • Created a web application using Angular and integrated it with Firebase for real-time database and authentication

    • Implemented responsive design and c

  • Answered by AI
  • Q3. Why you want to join us
  • Ans. 

    I am excited to join your team because of your reputation for innovation and commitment to excellence.

    • I have been following your company's work for some time and have been impressed by the quality of your projects.

    • I am particularly interested in the opportunity to work on cutting-edge technologies and contribute to the development of innovative solutions.

    • I believe that your team's culture of collaboration and continuou...

  • Answered by AI
Round 3 - One-on-one 

(5 Questions)

  • Q1. What is the difference between Class and id
  • Ans. 

    Class is used to style multiple elements, while id is used to style a single element.

    • Class can be used multiple times in a document, while id should be unique

    • Class is denoted by a period (.), id is denoted by a hash (#)

    • Example: <div class='button'> vs <div id='header'>

  • Answered by AI
  • Q2. What are selector in css
  • Ans. 

    Selectors are patterns used to select and style HTML elements in CSS.

    • Selectors can target elements by tag name, class, ID, attribute, and more.

    • Selectors can be combined to create more specific targeting.

    • Examples of selectors include: element selector (p), class selector (.example), ID selector (#example), and attribute selector ([href]).

  • Answered by AI
  • Q3. What is box model in css
  • Ans. 

    Box model is a concept in CSS where every HTML element is considered as a rectangular box with content, padding, border, and margin.

    • The box model consists of four parts: content, padding, border, and margin.

    • Content is the actual content of the element.

    • Padding is the space between the content and the border.

    • Border is the line that goes around the padding and content.

    • Margin is the space between the border and the adjacen...

  • Answered by AI
  • Q4. What do you mean by pseudo class
  • Ans. 

    Pseudo classes are used to define styles for specific states of an element.

    • Pseudo classes start with a colon (:)

    • They are used to style elements based on user interaction (hover, active, focus)

    • They can also be used to select and style elements based on their position in the document (first-child, nth-child)

    • Examples: :hover, :active, :focus, :first-child, :nth-child

  • Answered by AI
  • Q5. What is mera tag
  • Ans. 

    Mera tag is not a commonly known term in web development. It may refer to a specific tag used in a particular project or framework.

    • Mera tag may be a custom HTML tag used in a specific project or framework

    • It could also be a reference to a specific CSS class or ID used in styling

    • Without more context, it is difficult to determine the exact meaning of mera tag

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Really it's a very good company to start a career......I am very lucky that i was a part of sebstrone , director is very friendly with its employees as well as very supportive and helpful

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Monte Carlo Interview Questions
4.2
 • 25 Interviews
Ramraj Cotton Interview Questions
3.8
 • 21 Interviews
YKK Interview Questions
3.9
 • 20 Interviews
Uniqlo Interview Questions
3.1
 • 18 Interviews
Van Heusen Interview Questions
4.1
 • 12 Interviews
Klene Paks Interview Questions
2.8
 • 8 Interviews
Tex Corp. Interview Questions
3.7
 • 7 Interviews
View all
Merchandiser
13 salaries
unlock blur

₹1 L/yr - ₹6.2 L/yr

Senior Merchandiser
11 salaries
unlock blur

₹4.8 L/yr - ₹9 L/yr

Merchandising Manager
7 salaries
unlock blur

₹10 L/yr - ₹18 L/yr

Production Merchandiser
6 salaries
unlock blur

₹4.2 L/yr - ₹7.8 L/yr

Assistant Manager Information Technology
5 salaries
unlock blur

₹5.3 L/yr - ₹8.4 L/yr

Explore more salaries
Compare Bl International with

Monte Carlo

4.2
Compare

YKK

3.9
Compare

Van Heusen

4.1
Compare

Radnik Exports

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview