Upload Button Icon Add office photos

Filter interviews by

Exzeo Software UI Developer Interview Questions and Answers

Updated 13 Feb 2025

Exzeo Software UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 13 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - HR 

(3 Questions)

  • Q1. Why did you left your job
  • Q2. Company have no work for 1Years
  • Q3. My interest in UI/UX

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly focus on HTML and css as well as react.

Interview questions from similar companies

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Assignment 

Create a movie app which fetches data from an API

Round 2 - Technical 

(4 Questions)

  • Q1. General questions from Android development.
  • Q2. DSA round + project discussion
  • Q3. Stock span problem (leetcode)
  • Ans. 

    Stock span problem is a financial problem where we have a series of n daily price quotes for a stock and we need to calculate the span of stock's price for all n days.

    • Use a stack to keep track of the previous days' prices and their spans.

    • For each day, pop the stack until a price greater than the current day's price is found, then calculate the span.

    • Push the current day's price and span onto the stack.

  • Answered by AI
  • Q4. Search in a list of strings
  • Ans. 

    Use a loop to search for a specific string in an array of strings.

    • Iterate through each string in the array

    • Use a conditional statement to check if the current string matches the search string

    • Return the index of the matching string or -1 if not found

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on topics that are provided by the company

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Angle between needle of clock hour hand and minute hand at a particular time . they will definitely ask this question .
  • Ans. 

    The angle between the hour hand and minute hand of a clock at a particular time.

    • The angle between the hour hand and minute hand can be calculated using the formula: angle = 30 * (hour % 12) + 0.5 * minutes

    • If the angle is greater than 180 degrees, subtract it from 360 to get the smaller angle

    • For example, at 3:15, the hour hand is at 97.5 degrees and the minute hand is at 90 degrees, so the angle between them is 7.5 degr

  • Answered by AI
  • Q2. Asked everything from resume
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online Coding Test on their platform

Round 2 - Technical 

(1 Question)

  • Q1. Which data structure would you use to find the topper of a college
  • Ans. 

    Use a max heap data structure to find the topper of a college.

    • Max heap is a complete binary tree where the value of each node is greater than or equal to the values of its children.

    • Insert all students' scores into a max heap and then extract the top element to find the topper.

    • Example: If student A scored 90, student B scored 85, and student C scored 95, the max heap would have [95, 85, 90].

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions on project

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Job Portal and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Assignment 

They discuss the coding capabilities, and personal things discussion so company never face any loss.

Round 2 - Coding Test 

Coding related output based questions and answers.

Round 3 - Group Discussion 

They discuss codding based questions and too much personal things, they project manager will visite to our basic things like house, family, Current financial condition so on...

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be friendly with hr or project manager, keep discuss only technology relevant nor too much personal.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

There was aptitude and coding question essy to medium

Round 2 - Coding Test 

There was some aptitude question and coding question easy to medium

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Dsa predict the output

Round 2 - Coding Test 

One medium problem. Based on that the students are selected. And modifications in code has been asked

Round 3 - HR 

(1 Question)

  • Q1. Coding related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Assignment 

Create a small appilcation and send the code via email

Round 2 - Technical 

(1 Question)

  • Q1. Questions related to javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - To be good with all basics
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

Exzeo Software Interview FAQs

How many rounds are there in Exzeo Software UI Developer interview?
Exzeo Software interview process usually has 1 rounds. The most common rounds in the Exzeo Software interview process are HR.
What are the top questions asked in Exzeo Software UI Developer interview?

Some of the top questions asked at the Exzeo Software UI Developer interview -

  1. Why did you left your ...read more
  2. Company have no work for 1Ye...read more
  3. My interest in UI...read more

Tell us how to improve this page.

Exzeo Software UI Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Software Engineer
25 salaries
unlock blur

₹4.8 L/yr - ₹15.5 L/yr

Module Lead
19 salaries
unlock blur

₹9 L/yr - ₹21.2 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹8.1 L/yr - ₹24 L/yr

QA Engineer
12 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Senior QA Engineer
11 salaries
unlock blur

₹8.2 L/yr - ₹18 L/yr

Explore more salaries
Compare Exzeo Software 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