Upload Button Icon Add office photos

Filter interviews by

Ranosys Technologies UI Developer Interview Questions and Answers

Updated 3 Sep 2024

Ranosys Technologies UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Tarul Jain

posted on 3 Sep 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is promise
  • Ans. 

    A promise is an object representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() method.

    • Example: Fetch API returns a promise when making an HTTP request.

  • Answered by AI
  • Q2. How stylesheet are loaded
  • Ans. 

    Stylesheets are loaded in a specific order based on their location and type.

    • Stylesheets can be loaded externally using tag in HTML.

    • Inline styles can be added using the style attribute in HTML elements.

    • Styles can also be included within the