Upload Button Icon Add office photos

Filter interviews by

Exterro UI Developer Interview Questions, Process, and Tips

Updated 8 May 2024

Exterro UI Developer Interview Experiences

1 interview found

UI Developer Interview Questions & Answers

user image Anonymous

posted on 8 May 2024

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

I applied via Approached by Company and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. What is the difference between display: None and visibiliy:0;
  • Ans. 

    display: None removes the element from the flow of the document, while visibility: 0 hides the element but still takes up space.

    • display: None removes the element from the document flow, making it invisible and not taking up any space.

    • visibility: 0 hides the element visually, but it still occupies space in the layout.

    • display: None is commonly used to hide elements completely, while visibility: 0 is used to hide elements

  • Answered by AI
  • Q2. What is Hoisting in js
  • Ans. 

    Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their assignments.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q3. Difference between splice and slice
  • Ans. 

    splice is used to add or remove elements from an array, while slice is used to extract a portion of an array without modifying it.

    • splice modifies the original array by adding or removing elements, while slice does not modify the original array

    • splice returns the removed elements as a new array, while slice returns the extracted elements as a new array

    • splice takes in parameters for index, number of elements to remove, an...

  • Answered by AI
  • Q4. What is a promise why its used
  • 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 help in avoiding callback hell and writing cleaner code.

    • Promises have states - pending, fulfilled, or rejected.

    • They can be chained using .then() method.

    • Example: Fetching data from an API returns a promise that resolves with the data.

  • Answered by AI
  • Q5. What is dependency
  • Ans. 

    Dependency is a relationship between two modules where one module depends on the other to function properly.

    • In software development, dependencies refer to external libraries or modules that a project relies on to work correctly.

    • Dependencies can be managed using package managers like npm or yarn in JavaScript projects.

    • Circular dependencies should be avoided as they can lead to runtime errors.

  • Answered by AI
  • Q6. Share your screen and sort a array without using in build js methods
  • Ans. 

    Sorting an array without using built-in JS methods

    • Create a custom sorting function using a sorting algorithm like bubble sort, selection sort, or insertion sort

    • Compare each element in the array and swap them if they are in the wrong order

    • Repeat the process until the array is fully sorted

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Angular Application flow
  • Q2. Array based coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic understanding on Logic like Data types , functions , callbacks and all ES6 features.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online coding test on hacker rank

Round 2 - Technical 

(1 Question)

  • Q1. Normal DSA question related to array & strings
Round 3 - Technical 

(1 Question)

  • Q1. Medium Level DSA questions form Linked list & Aarrays
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Opps concept in php
  • Q2. Orm in laravel and explain
  • Q3. Write SQL query for thirst highest salary from employees table

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare basic concepts very well
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

My mostly question were around node js frame works and other tools

Round 2 - One-on-one 

(2 Questions)

  • Q1. Case study for the question asked
  • Q2. Tell me something more about you
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Maulana Azad National Institute of Technology (NIT), Bhopal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 Leetcode style questions , 2 medium , 1 hard .

Round 2 - Technical 

(1 Question)

  • Q1. Design a cab booking system using oops
  • Ans. 

    A cab booking system designed using OOP principles

    • Create classes for Cab, Customer, Driver, and Booking

    • Use inheritance and polymorphism to handle different types of cabs and bookings

    • Implement methods for booking a cab, assigning a driver, and calculating fare

    • Use encapsulation to protect data and ensure data integrity

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Question are very tough and faad

Round 2 - Coding Test 

Question like trees linked list and graphs

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck for your future
Interview experience
4
Good
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 - Coding Test 

HTML CSS BOOTSTRAP JAVASCRIPT

Round 3 - One-on-one 

(5 Questions)

  • Q1. Tell About Your Self.
  • Q2. What are your strength
  • Q3. Consider the type of interview you can expect
  • Ans. 

    A face-to-face interview or Online interview

  • Answered by Durga Yt
  • Q4. Why did you decide to apply for this position?
  • Ans. 

    'I see the role as a way of developing my career in a forward-thinking/well-established company/industry as…' 'I feel I will succeed in the role because I have experience in/softs skills that demonstrate/ I've taken this course believe my skills are well-suited to this job .

  • Answered by Durga Yt
  • Q5. Why do you want to work here?
  • Ans. 

    “I see this opportunity as a way to contribute to an exciting/forward-thinking/fast-moving company/industry,

  • Answered by Durga Yt
Round 4 - Group Discussion 

GD can be divided into 3 categories

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

(2 Questions)

  • Q1. Java and DSA QUESTION, around linked list
  • Q2. It was a DSA question
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. DP(House robber) 2. XOR operator based 3. Design Pattern 4. Basic Java
Round 2 - Technical 

(1 Question)

  • Q1. 1. LLD 2.Project Discussion 3.DBMS

Exterro Interview FAQs

How many rounds are there in Exterro UI Developer interview?
Exterro interview process usually has 1 rounds. The most common rounds in the Exterro interview process are One-on-one Round.
What are the top questions asked in Exterro UI Developer interview?

Some of the top questions asked at the Exterro UI Developer interview -

  1. What is the difference between display: None and visibiliy...read more
  2. Share your screen and sort a array without using in build js meth...read more
  3. What is a promise why its u...read more

Tell us how to improve this page.

Exterro UI Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 432 Interviews
BigBasket Interview Questions
3.9
 • 355 Interviews
Udaan Interview Questions
4.0
 • 335 Interviews
Meesho Interview Questions
3.7
 • 329 Interviews
CARS24 Interview Questions
3.6
 • 326 Interviews
Lenskart Interview Questions
3.2
 • 300 Interviews
Myntra Interview Questions
4.0
 • 215 Interviews
Square Yards Interview Questions
4.0
 • 198 Interviews
Blinkit Interview Questions
3.7
 • 180 Interviews
BlackBuck Interview Questions
3.8
 • 174 Interviews
View all
Associate Software Engineer
14 salaries
unlock blur

₹3.5 L/yr - ₹6 L/yr

Software Developer
11 salaries
unlock blur

₹4.5 L/yr - ₹7.6 L/yr

Software Engineer
9 salaries
unlock blur

₹5.4 L/yr - ₹11.5 L/yr

Quality Analyst
9 salaries
unlock blur

₹3 L/yr - ₹8.5 L/yr

Senior Associate Software Engineer
7 salaries
unlock blur

₹4.7 L/yr - ₹8.3 L/yr

Explore more salaries
Compare Exterro with

Zyro

4.0
Compare

Druva

3.7
Compare

Freshworks

3.5
Compare

Chargebee

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