Upload Button Icon Add office photos
Engaged Employer

i

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

Chetu Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 1k Reviews

Filter interviews by

Chetu UI UX Developer Interview Questions and Answers

Updated 2 Oct 2023

Chetu UI UX Developer Interview Experiences

1 interview found

UI UX Developer Interview Questions & Answers

user image Manmohan Sharma

posted on 2 Oct 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 plus reasoning with basic HTML, CSS and JS questions - online through screen share

Round 3 - Technical 

(1 Question)

  • Q1. Didn't receive call after confirming the scheduled time

Interview Preparation Tips

Interview preparation tips for other job seekers - Got cleared in first round, HR confirmed for 2nd round and never shows up. This happened few times.

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Maintain a good communication to the hr

Round 2 - Technical 

(5 Questions)

  • Q1. Questions from your resume and projects
  • Q2. Difference between elements and tags
  • Ans. 

    Elements are individual components of a web page, while tags are used to define the structure of elements in HTML.

    • Elements are the actual components on a web page, such as headings, paragraphs, images, etc.

    • Tags are used to define the structure of elements in HTML, such as

      for a heading or

      for a paragraph.

    • Elements can have attributes that provide additional information or functionality, while tags do not.

Answered by AI
  • Q3. Uses of functions in js
  • Ans. 

    Functions in JavaScript are used to define reusable blocks of code that can be called multiple times.

    • Functions can be used to perform specific tasks or calculations.

    • Functions can be passed as arguments to other functions.

    • Functions can be assigned to variables or properties of objects.

    • Functions can be used to create closures for encapsulating data.

    • Functions can be used to create custom methods for objects.

  • Answered by AI
  • Q4. Uses of get elementbyId in js
  • Ans. 

    getElementById is used in JavaScript to access and manipulate an element in the DOM by its unique ID.

    • Used to retrieve a specific element from the DOM by its ID

    • Allows for manipulation of the element's properties, styles, and content

    • Commonly used in event handling and dynamic content updates

  • Answered by AI
  • Q5. Typesof cssess ?
  • Ans. 

    There are three types of CSS: inline, internal, and external.

    • 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

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be confident at what you have

    Skills evaluated in this interview

    Interview experience
    3
    Average
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (1 Question)

    • Q1. I don't Remember the question1
    Round 2 - Technical 

    (2 Questions)

    • Q1. I don't remember the question2
    • Q2. I don't remember the question
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - HR 

    (1 Question)

    • Q1. What is use of constructors in Js
    • Ans. 

      Constructors in JavaScript are used to create and initialize objects.

      • Constructors are functions that are used to create new instances of objects.

      • They are called with the 'new' keyword to create a new object based on the constructor's blueprint.

      • They can also be used to set initial values or properties for the object being created.

      • Example: function Person(name, age) { this.name = name; this.age = age; }

      • Example: var perso

    • Answered by AI

    Skills evaluated in this interview

    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    4-6 weeks
    Result
    Not Selected

    I applied via Referral and was interviewed before Dec 2023. There were 4 interview rounds.

    Round 1 - Coding Test 

    The first round of the coding test in JavaScript was conducted through karat.io.

    Round 2 - Coding Test 

    During the browser coding round, the interviewer asked to build a component using ReactJS. This exercise was designed to assess your fundamental understanding of HTML, CSS, and React state management.

    Round 3 - Case Study 

    The third round was conducted to evaluate your JavaScript skills. The interviewer presented a code block and requested you to retrieve and handle the data. This round aimed to assess your understanding of API fetching and promise concepts.

    Round 4 - Assignment 

    The fourth round was the System Design Round, during which I was tasked with designing a JIRA ticketing system.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - The fifth round focused on Values and Ethics, during which basic work ethics were discussed. Subsequently, the Managerial Round took place, where the interviewer asked questions related to my previous experiences, such as how I handled complex issues, among others.
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    -

    I applied via Shine

    Round 1 - Technical 

    (2 Questions)

    • Q1. What is closures
    • Ans. 

      Closures are functions that have access to variables from their outer scope even after the outer function has finished executing.

      • Closures allow functions to access variables from their parent function even after the parent function has returned.

      • They help in creating private variables and functions in JavaScript.

      • Closures are commonly used in event handlers and callbacks.

    • Answered by AI
    • Q2. What is call apply bind
    • Ans. 

      call, apply, and bind are methods in JavaScript used to manipulate the context of a function.

      • call() is used to invoke a function with a specified 'this' value and arguments provided individually.

      • apply() is similar to call() but arguments are passed as an array.

      • bind() is used to create a new function with a specified 'this' value and initial arguments.

    • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Globant UI Developer interview:
    • Javascript
    • Angular
    Interview experience
    3
    Average
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Naukri.com and was interviewed in Jul 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 - Technical 

    (2 Questions)

    • Q1. What is javascript?
    • Ans. 

      JavaScript is a high-level, interpreted programming language that is used to make web pages interactive and dynamic.

      • JavaScript is commonly used for client-side web development.

      • It can be used to create interactive features like forms, animations, and dynamic content.

      • JavaScript can also be used for server-side development with Node.js.

    • Answered by AI
    • Q2. Types of variable in JavaScript
    • Ans. 

      Types of variables in JavaScript include var, let, and const.

      • var: globally scoped or function scoped

      • let: block scoped, can be reassigned

      • const: block scoped, cannot be reassigned

    • Answered by AI

    Skills evaluated in this interview

    I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

    Round 1 - One-on-one 

    (2 Questions)

    • Q1. Implement a calculator class which does this cal.add(2).sub(3).mul(4).delay(2000).add(4) etc
    • Ans. 

      Implement a calculator class with chaining methods and delay function.

      • Create a Calculator class with add, sub, mul methods that return the instance of the class.

      • Implement a delay method that uses setTimeout and returns the instance of the class.

      • Use a queue to store the operations and execute them in order after the delay.

      • Return the result of the operations when the equals method is called.

    • Answered by AI
    • Q2. Problems on Array and bit manipulation. Questions on setTimeout() and bind functions. Polyfill for Promise function currying add(1)(2)(3)(4) etc
    Round 2 - One-on-one 

    (1 Question)

    • Q1. Given a nested checkboxes like parents > children > childre etc write javascript code such that on click of any checkbox all its children should get updated to same value as that parent.

    Interview Preparation Tips

    Topics to prepare for Nutanix Front end Developer interview:
    • DSA
    • Javascript
    • React.Js
    Interview preparation tips for other job seekers - Brush up well with javascript. Polyfills for all the methods, DSA, setTimeout() call, bind, apply method.

    Skills evaluated in this interview

    I applied via Indeed and was interviewed in Nov 2019. There were 4 interview rounds.

    Interview Questionnaire 

    2 Questions

    • Q1. What are Subjects
    • Q2. What is view encapsulation
    • Ans. 

      View encapsulation is a technique used to isolate components in a web application from each other.

      • It prevents styles and scripts from bleeding into other components.

      • It helps in maintaining code quality and reducing conflicts.

      • It can be achieved using Shadow DOM or CSS modules.

      • Angular provides view encapsulation by default.

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - There were 4-5 technical rounds.. including two coding round. One was to implement Get, Add, update, delete functionality and second was about basic understanding of Angular

    Skills evaluated in this interview

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    -
    Result
    Not Selected
    Round 1 - Aptitude Test 

    Basics 20 mcq questions from speed,time and distance etc.. followed by tech mcq and coding

    Round 2 - Group Discussion 

    General topics and trending topics.Use new words

    Round 3 - Technical 

    (1 Question)

    • Q1. About project and fully resume based question

    Chetu Interview FAQs

    How many rounds are there in Chetu UI UX Developer interview?
    Chetu interview process usually has 3 rounds. The most common rounds in the Chetu interview process are Resume Shortlist, Aptitude Test and Technical.
    How to prepare for Chetu UI UX Developer interview?
    Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Chetu. The most common topics and skills that interviewers at Chetu expect are HTML, CSS, Javascript, Photoshop and Bootstrap.

    Tell us how to improve this page.

    Chetu UI UX Developer Interview Process

    based on 1 interview

    Interview experience

    1
      
    Bad
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k Interviews
    Infosys Interview Questions
    3.7
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    LTIMindtree Interview Questions
    3.8
     • 3k Interviews
    Mphasis Interview Questions
    3.4
     • 793 Interviews
    Globant Interview Questions
    3.9
     • 169 Interviews
    View all
    Chetu UI UX Developer Salary
    based on 45 salaries
    ₹3 L/yr - ₹8 L/yr
    At par with the average UI UX Developer Salary in India
    View more details

    Chetu UI UX Developer Reviews and Ratings

    based on 3 reviews

    4.1/5

    Rating in categories

    3.9

    Skill development

    3.9

    Work-life balance

    3.9

    Salary

    3.9

    Job security

    3.9

    Company culture

    3.9

    Promotions

    4.1

    Work satisfaction

    Explore 3 Reviews and Ratings
    Software Engineer
    1.2k salaries
    unlock blur

    ₹2.5 L/yr - ₹10 L/yr

    Software Developer
    1k salaries
    unlock blur

    ₹2.4 L/yr - ₹9.7 L/yr

    Senior Software Engineer
    636 salaries
    unlock blur

    ₹4.4 L/yr - ₹10.5 L/yr

    Team Lead
    272 salaries
    unlock blur

    ₹5 L/yr - ₹13.2 L/yr

    Senior Software Developer
    217 salaries
    unlock blur

    ₹4.9 L/yr - ₹11 L/yr

    Explore more salaries
    Compare Chetu with

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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