Upload Button Icon Add office photos

Filter interviews by

Born Group UI Developer Interview Questions and Answers

Updated 5 Nov 2019

Born Group UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 5 Nov 2019

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. General question of HTML5, CSS3, JavaScript

Interview Preparation Tips

Interview preparation tips for other job seekers - Following round was there for me:-
1> Hacker Rank Test
2> Face to face (Technical)
3> Machine Test (JavaScript Program)
4> Video Conferencing with UI head (technical again)
5> HR round



Totally unprofessional.

After a month of clearing HackerRank test they called me for further round.
rest 3 rounds were scheduled on the same day.
for the HR round they took 2 more day then more than 2 weeks to discuss about offer . if they are saying that they will call in 5 minutes , that means it will take a minimum of 90 minutes . same will happens in terms of days too ... in case they say to contact within a day then they will call at least after 3 days.
I totally agree with comment of one of the existing employee of BORN ("they didn't value talent of the candidate instead they focus how we hire candidate in less package.").
3rd party vendor (Job Cookies) was negotiating salary with candidates instead of any HR person from BORN at final stage of HR discussion (This was really shocking).

this was a totally waste of time for me & finally i rejected the offer.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What is HTML Full form
  • Ans. 

    Hypertext Markup Language

    • HTML stands for Hypertext Markup Language

    • It is the standard markup language for creating web pages

    • HTML elements are represented by tags enclosed in angle brackets, like <html>

  • Answered by AI
  • Q2. What is css full form
  • Ans. 

    CSS stands for Cascading Style Sheets.

    • CSS is used to style the layout and design of web pages.

    • It allows developers to control the appearance of multiple web pages at once.

    • CSS can be applied inline, internally within the HTML document, or externally in a separate file.

    • Example:

  • Answered by AI
  • Q3. Explain box model
  • Ans. 

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

    • Every element in CSS is treated as a rectangular box with content, padding, border, and margin.

    • Content area is where the actual content of the element is displayed.

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

    • Border is the line that surrounds the padding and content.

    • Margin is the space ...

  • Answered by AI
  • Q4. Difference between var let cons
  • Ans. 

    var, let, and const are used to declare variables in JavaScript with different scopes and mutability.

    • var is function-scoped and can be redeclared and updated

    • let is block-scoped and can be updated but not redeclared

    • const is block-scoped and cannot be updated or redeclared

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 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 - Coding Test 

This is a machine round to check the candidates ability on the UI part, how much better the candidate can solve a UI problem

Round 3 - Technical 

(5 Questions)

  • Q1. This technical round involves answering various frontend developer questions and dsa questions. DSA question were ranging from easy to medium
  • Q2. 1. Find the longest subsequence in string
  • Ans. 

    Find the longest subsequence in a string

    • Iterate through the string and keep track of the current subsequence length

    • Update the longest subsequence length whenever a longer subsequence is found

    • Return the longest subsequence found

  • Answered by AI
  • Q3. 2. Difference between synchronous and asynchronous programming
  • Ans. 

    Synchronous programming executes code sequentially, blocking further execution until the current task is completed. Asynchronous programming allows multiple tasks to be executed concurrently, without waiting for each other to finish.

    • Synchronous programming is easier to read and debug, but can lead to blocking issues.

    • Asynchronous programming is more complex, but improves performance by allowing non-blocking execution.

    • Ex...

  • Answered by AI
  • Q4. 3. Check whether a given string is a palindrome or not
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Convert the given string to lowercase and remove any non-alphanumeric characters

    • Reverse the string and compare it with the original string to check for palindrome

    • Examples: 'racecar' is a palindrome, 'hello' is not a palindrome

  • Answered by AI
  • Q5. 4. Some questions related to react as well

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. N a line where words are separated by spaces, , and capitalize first letter of the reversed word. Other letters of the word should be in small. Input : “how are you?” → Output: “Woh Era ?uoy”
  • Ans. 

    The program capitalizes the first letter of each reversed word in a sentence.

    • Split the sentence into an array of words using space as a delimiter.

    • Reverse each word in the array and capitalize the first letter.

    • Join the modified words back into a sentence.

  • Answered by AI
  • Q2. He second question reduced to finding maximum weight matching in a bipartite graph. Not many people would have done this (maybe none)
  • Q3. There are 2 sets of countries. One set will donate clothes (something of this sort) and anotherset will accept clothes. A country can be in only 1 of the sets. The amount of clothes donated is also given. ...

Interview Preparation Tips

Round: Test
Experience: There were about 20 MCQs (30 minutes) to be done after the coding section. MCQs were totally nonsense. Can be done in 10 mins.For coding section 60 mins.  It was hosted on Hackerrank.
Duration: 90 minutes
Total Questions: 2

Round: Technical Interview
Experience: After this, selected candidates were interviewed that consists of 4 rounds and discussion was mostly on your CV and data structure problems.

General Tips: Be honest with your interviewer. If you are not comfortable in 1 topic&#44; tell your interviewer honestly. Do well in other areas. Look for hints from the interviewer if you get stuck. They want to see how you approach a problem.
Skills: Algortihm, Data structure
College Name: IIT DELHI

Interview Questionnaire 

1 Question

  • Q1. If given the situation to wfh or work from office what would you prefer ?
  • Ans. 

    I would prefer to work from home (WFH) due to the convenience and flexibility it offers.

    • WFH allows for a better work-life balance as there is no commuting time.

    • It provides a comfortable and personalized work environment.

    • WFH reduces distractions and interruptions from colleagues.

    • It allows for increased productivity and focus.

    • WFH promotes better health and well-being by avoiding exposure to office germs.

    • It saves time and...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 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 - Online assesmemt 

(2 Questions)

  • Q1. What are your attributes in case scenario? Demonstrate proactive attitude
  • Ans. 

    I am proactive and take initiative in various scenarios.

    • I always anticipate potential issues and take preventive measures.

    • I actively seek out opportunities to improve processes and suggest innovative solutions.

    • I am self-motivated and take ownership of my work.

    • I consistently meet deadlines and deliver high-quality results.

    • I effectively communicate and collaborate with team members to ensure smooth workflow.

    • I am adaptabl...

  • Answered by AI
  • Q2. What are you strengths and weaknesses Being adept and professional Perhaps panicking about perfection

Interview Preparation Tips

Interview preparation tips for other job seekers - be bold and confidant

I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly motivated and experienced professional with a strong background in the field.

    • I have a Bachelor's degree in Business Administration

    • I have over 5 years of experience in sales and marketing

    • I am skilled in developing and implementing effective strategies

    • I have a proven track record of exceeding sales targets

    • I am a team player and have excellent communication skills

  • Answered by AI
  • Q2. Last movie you have watched
  • Ans. 

    The last movie I watched was 'Inception'.

    • The movie is directed by Christopher Nolan.

    • It is a science fiction action film.

    • The plot revolves around a thief who steals corporate secrets through dream-sharing technology.

    • The film stars Leonardo DiCaprio, Joseph Gordon-Levitt, and Ellen Page.

    • It received critical acclaim for its unique concept and visual effects.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy and nothing tough good communication is only required.

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

Round 1 - HR 

(4 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    I am open to discussing salary based on the responsibilities and expectations of the role.

    • I am flexible and open to negotiation.

    • I am more interested in the overall package and growth opportunities.

    • I would like to be compensated fairly for my skills and experience.

    • I am confident that we can come to a mutually beneficial agreement.

  • Answered by AI
  • Q2. Share details of your previous job.
  • Ans. 

    I worked as a consultant at XYZ Company, providing strategic advice and solutions to clients.

    • Provided consulting services to clients in various industries

    • Analyzed client's business processes and identified areas for improvement

    • Developed and implemented strategies to optimize client's operations

    • Conducted market research and competitor analysis

    • Delivered presentations and reports to clients

    • Collaborated with cross-function

  • Answered by AI
  • Q3. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a highly experienced and sought-after consultant, leading successful projects and making a significant impact in the industry.

    • Leading and managing high-profile consulting projects

    • Building strong relationships with clients and delivering exceptional results

    • Continuously expanding my knowledge and expertise in the field

    • Mentoring and developing junior consultants

    • Contributing to thought leadershi

  • Answered by AI
  • Q4. Tell me about yourself.
  • Ans. 

    I am a highly experienced consultant with a strong background in problem-solving and strategic planning.

    • Over 10 years of experience in consulting roles

    • Expertise in developing and implementing effective strategies

    • Proven track record of delivering successful projects

    • Strong analytical and problem-solving skills

    • Excellent communication and interpersonal skills

    • Ability to work well in cross-functional teams

    • Experience in vario...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - easy interview only check your pronunciation and sentence construction.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude, logical reasoning, communication

Round 2 - One-on-one 

(2 Questions)

  • Q1. Previous experience
  • Q2. HR - shift timings
Round 3 - One-on-one 

(1 Question)

  • Q1. Situation based questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Whats your role and responsibilities

Tell us how to improve this page.

Interview Questions from Similar Companies

R.R. Donnelley Interview Questions
3.9
 • 104 Interviews
Epsilon Interview Questions
4.0
 • 90 Interviews
Publicis Interview Questions
3.7
 • 52 Interviews
Regalix Interview Questions
2.9
 • 45 Interviews
Denave Interview Questions
3.6
 • 40 Interviews
Xdbs Interview Questions
3.1
 • 39 Interviews
Smollan Group Interview Questions
4.1
 • 36 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
View all
Senior Software Engineer
244 salaries
unlock blur

₹8.1 L/yr - ₹30 L/yr

Software Engineer
223 salaries
unlock blur

₹3.2 L/yr - ₹13 L/yr

Lead Engineer
69 salaries
unlock blur

₹11.2 L/yr - ₹35 L/yr

Project Manager
55 salaries
unlock blur

₹13 L/yr - ₹32 L/yr

Software Developer
49 salaries
unlock blur

₹3 L/yr - ₹11.7 L/yr

Explore more salaries
Compare Born Group with

R.R. Donnelley

3.9
Compare

Epsilon

4.0
Compare

Denave

3.6
Compare

Smollan Group

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