Upload Button Icon Add office photos

Filter interviews by

Crayon Data UI Engineer Interview Questions and Answers

Updated 15 Jul 2023

Crayon Data UI Engineer Interview Experiences

1 interview found

UI Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Jul 2023

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

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

Javascript/HTML/CSS based coding

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is a closure in js?
  • Ans. 

    A closure in JavaScript is a function that retains access to variables from its parent scope even after the parent function has finished executing.

    • A closure allows a function to access and manipulate variables from its outer scope.

    • Closures are created whenever a function is defined within another function.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(oute

  • Answered by AI
  • Q2. Design using HTML/CSS
  • Ans. 

    Design a responsive navigation bar using HTML/CSS

    • Use flexbox or grid for layout

    • Include a logo, menu items, and optional search bar

    • Implement media queries for different screen sizes

    • Consider hover effects for better user experience

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via campus placement at Government College of Engineering, Aurangabad and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Mostly questions on logical aptitude

Round 2 - Technical 

(3 Questions)

  • Q1. DSA questions. Reverse word of string, bubble sort, swap two variables without use of third variable
  • Q2. OOPs concepts also some questions on project
  • Q3. 1 puzzle (refer gfg)
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to work at our company?
  • Q2. What was the toughest challenge you have ever faced?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Find in rotated sorted array
  • Ans. 

    Search for a target value in a rotated sorted array.

    • Use binary search to find the pivot point where the array is rotated.

    • Determine which half of the array the target value lies in based on the pivot point.

    • Continue binary search in the appropriate half of the array to find the target value.

  • Answered by AI
  • Q2. Design IMDB. how will you manage concurrent ratings
  • Ans. 

    Design IMDB with concurrent ratings management

    • Implement a locking mechanism to ensure only one user can update a rating at a time

    • Use a queue system to handle multiple rating requests in an orderly manner

    • Consider using distributed systems to handle high concurrency levels

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Design vehicle rental system. Api design
  • Ans. 

    Design a vehicle rental system API

    • Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle

    • Include authentication and authorization mechanisms for users and admins

    • Implement payment gateway integration for processing rental payments

    • Include features like vehicle search, filtering, and reviews/ratings

    • Consider scalability and performance optimizations for handling high traffic

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 dsa questions were asked

Round 2 - HR 

(5 Questions)

  • Q1. Dsa questinsxare asked
  • Q2. Coding in live anlong project explanation
  • Ans. 

    Coding in live project involves writing and implementing code in a real-world software development project.

    • Understand the project requirements and scope before writing any code.

    • Collaborate with team members to ensure code integration and compatibility.

    • Test and debug code to ensure it meets project specifications.

    • Document code changes and updates for future reference.

    • Follow coding best practices and guidelines to mainta...

  • Answered by AI
  • Q3. Nothing is asked in my 3rd question
  • Q4. What does the following C++ code snippet do? int x = 5; while (x > 0) { cout << x << " "; x--; } Results in a compilation error Prints "54321" Prints "545454" Prints "12345"
  • Ans. 

    Prints numbers from 5 to 1 separated by a space

    • The code initializes x to 5, then enters a while loop that prints the value of x and decrements it until x is no longer greater than 0

    • The output will be '54321'

  • Answered by AI
  • Q5. What will be the value printed to the console? #include void function(int arr[], int size) { for (int 10; 1 size; 1++) { arr[1] = 2; } int main() { int arr[] {1, 2, 3, 4, 5); function(arr, 5);...
  • Ans. 

    The value printed to the console will be 246810.

    • The function modifies the array elements to be 2.

    • The main function calls the function to modify the array.

    • The loop in main function prints the modified array elements.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Basic Js concepts like debouncing,event loop, and other output-based questions.

Round 2 - One-on-one 

(1 Question)

  • Q1. Js concepts in depth
Round 3 - HR 

(2 Questions)

  • Q1. Hiring manager round, questions around my project
  • Q2. Optimization techniques
  • Ans. 

    Optimization techniques are methods used to improve the efficiency and performance of software applications.

    • Use algorithms like greedy, dynamic programming, or divide and conquer to optimize code

    • Minimize time complexity by avoiding nested loops and unnecessary iterations

    • Utilize data structures like hash tables, arrays, and trees for efficient storage and retrieval

    • Profile code to identify bottlenecks and optimize critic...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - focus on basics, interviewers were very helpful
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are Question based on data strcuture ,they cover all the topic in ds

Round 2 - Coding Test 

In coding code they gave internet access to solve the problem after 30 they told us to make some changes in it and we should ready to explain the entire code

Interview Preparation Tips

Interview preparation tips for other job seekers - To clear 1 st round ,revise all the data structure concepts ,in second round make sure to be strong in fundamentals of programming and good in logical thinking
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic shell, DevOps related questions
  • Q2. Scripting related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. K8s architecture
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. 1. what is react 2.create a tab strcture like when u click add css and open that tab
  • Ans. 

    React is a JavaScript library for building user interfaces.

    • React is a popular JavaScript library for building user interfaces.

    • To create a tab structure in React, you can use components like Tabs and TabPanels.

    • When a tab is clicked, you can use state to show or hide the content of that tab.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - best company to join, very big learning curve

Skills evaluated in this interview

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

3 DSA questions on array and strings 1 easy, 2 medium level

Round 2 - Assignment 

Create django backend project for book store

Round 3 - HR 

(1 Question)

  • Q1. Behaviour and Situations questions

Crayon Data Interview FAQs

How many rounds are there in Crayon Data UI Engineer interview?
Crayon Data interview process usually has 3 rounds. The most common rounds in the Crayon Data interview process are Resume Shortlist, Coding Test and One-on-one Round.
How to prepare for Crayon Data UI Engineer 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 Crayon Data. The most common topics and skills that interviewers at Crayon Data expect are Javascript, CRM, HTTP, Maya and MySQL.
What are the top questions asked in Crayon Data UI Engineer interview?

Some of the top questions asked at the Crayon Data UI Engineer interview -

  1. What is a closure in ...read more
  2. design using HTML/...read more

Tell us how to improve this page.

Crayon Data UI Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.6
 • 226 Interviews
Fractal Analytics Interview Questions
4.0
 • 204 Interviews
ResMed Interview Questions
3.8
 • 16 Interviews
View all
Crayon Data UI Engineer Salary
based on 7 salaries
₹8.4 L/yr - ₹16 L/yr
14% more than the average UI Engineer Salary in India
View more details

Crayon Data UI Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

5.0

Skill development

4.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Data Engineer
26 salaries
unlock blur

₹8.4 L/yr - ₹15 L/yr

Tableau Developer
16 salaries
unlock blur

₹5 L/yr - ₹6.5 L/yr

Software Engineer
14 salaries
unlock blur

₹8 L/yr - ₹18.2 L/yr

Test Engineer
11 salaries
unlock blur

₹6.3 L/yr - ₹11.4 L/yr

Product Test Engineer
10 salaries
unlock blur

₹5.9 L/yr - ₹10.5 L/yr

Explore more salaries
Compare Crayon Data with

Mu Sigma

2.6
Compare

Fractal Analytics

4.0
Compare

Algonomy

3.9
Compare

AbsolutData

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