Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by BOLD Technology Systems Team. If you also belong to the team, you can get access from here

BOLD Technology Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

BOLD Technology Systems UI UX Frontend Developer Interview Questions, Process, and Tips

Updated 20 Apr 2024

BOLD Technology Systems UI UX Frontend Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is CSS box layout
  • Ans. 

    CSS box layout is a way to control the size and position of elements on a web page using CSS properties.

    • CSS box layout allows developers to control the layout of elements on a web page.

    • It includes properties like display, position, float, and clear.

    • Developers can use CSS box layout to create responsive designs that adapt to different screen sizes.

    • Examples include using display: flex; for creating flexible layouts, and ...

  • Answered by AI
  • Q2. Create a HTML CSS design for a job website like SarkariResult.com homepage.
  • Ans. 

    Design a job website homepage similar to SarkariResult.com using HTML and CSS.

    • Create a clean and professional layout with easy navigation

    • Include a search bar for job searches

    • Display latest job updates and notifications prominently

    • Use colors and fonts that are easy on the eyes

    • Make sure the website is responsive for different screen sizes

  • Answered by AI
  • Q3. How we use javascript in various ways?
  • Ans. 

    JavaScript can be used for client-side scripting, server-side development, creating web applications, games, and more.

    • Client-side scripting for interactive web pages

    • Server-side development with Node.js

    • Creating web applications with frameworks like React or Angular

    • Developing games with libraries like Phaser or Three.js

  • Answered by AI
  • Q4. Difference between inline, internal and external css.
  • Ans. 

    Inline, internal, and external CSS are different ways to apply styles to HTML elements.

    • Inline CSS is applied directly to an HTML element using the style attribute.

    • Internal CSS is defined within the head section of an HTML document using the style tag.

    • External CSS is stored in a separate file and linked to the HTML document using the link tag.

  • Answered by AI
  • Q5. How can we change the class of an element using javascript?
  • Ans. 

    You can change the class of an element using JavaScript by accessing the element and modifying its class attribute.

    • Access the element using document.getElementById(), document.getElementsByClassName(), document.querySelector(), etc.

    • Use the element's classList property to add, remove, or toggle classes.

    • Example: document.getElementById('myElement').classList.add('newClass');

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was pretty easy for anyone who've basic knowledge about HTML, CSS and JavaScript. Their main focus was to see if you can convert a design on paper into a website by using HTML and CSS.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I was interviewed in Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
  • Q2. Simple coding questions..Basically pattern.
  • Q3. And also they will ask about your projects.

Interview Preparation Tips

Round: Test
Experience: 60 multiple choice questions so have to manage time carefully.
Tips: Have to give equal importance to all the sections..So try to do well in all section.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: Don't panic...Only write those things that you know in your resume.

Skills: Smart Coding
College Name: Jaypee Institute Of Information Technology, Noida

I was interviewed in May 2017.

Interview Preparation Tips

Round: Test
Total Questions: 20

Round: Group Discussion
Duration: 1 hour

Skills: Coding Skills And Knowledge On Data Structures

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes

Skills: Engineering Basics

I was interviewed in May 2017.

Interview Preparation Tips

Round: Group Discussion
Duration: 7 hours

College Name: Andhra university

I was interviewed in Aug 2017.

Interview Preparation Tips

Round: Test
Tips: Practice e litmus questions and also give mock tests on placement season
Duration: 2 hours

Round: Technical + HR Interview
Experience: The interviewer asked me questions from the subjects I mentioned in my CV and also asked so many situational questions like what will you do in this situation etc.

Skills: Presence Of Mind, Technical Skill

BOLD Technology Systems Interview FAQs

How many rounds are there in BOLD Technology Systems UI UX Frontend Developer interview?
BOLD Technology Systems interview process usually has 1 rounds. The most common rounds in the BOLD Technology Systems interview process are Technical.
What are the top questions asked in BOLD Technology Systems UI UX Frontend Developer interview?

Some of the top questions asked at the BOLD Technology Systems UI UX Frontend Developer interview -

  1. How can we change the class of an element using javascri...read more
  2. Create a HTML CSS design for a job website like SarkariResult.com homepa...read more
  3. How we use javascript in various wa...read more

Tell us how to improve this page.

BOLD Technology Systems UI UX Frontend Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Swiggy Interview Questions
3.8
 • 439 Interviews
View all
Software Engineer
147 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
128 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare BOLD Technology Systems with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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