Upload Button Icon Add office photos
Engaged Employer

i

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

Unicommerce Esolutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Unicommerce Esolutions UI Engineer Interview Questions, Process, and Tips

Updated 4 Jun 2022

Unicommerce Esolutions UI Engineer Interview Experiences

1 interview found

UI Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2022

I was interviewed in Dec 2021.

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 - One-on-one 

(7 Questions)

  • Q1. Describe CSS Box model
  • Ans. 

    CSS Box model is a design concept that describes how elements are displayed on a webpage.

    • Every HTML element is a rectangular box

    • The box has content, padding, border, and margin

    • Width and height of the box are determined by content, padding, and border

    • Margin is the space outside the border

    • Box-sizing property can be used to change the box model

  • Answered by AI
  • Q2. What are pseudo classes
  • Ans. 

    Pseudo classes are keywords used in CSS to select and style elements based on their state or position in the document.

    • Pseudo classes start with a colon (:) followed by the keyword

    • They are used to style elements based on their state, such as :hover, :active, :focus

    • They can also be used to select elements based on their position in the document, such as :first-child, :last-child

    • Pseudo classes can be combined with other s

  • Answered by AI
  • Q3. Purpose of async, await in script tag
  • Ans. 

    async/await in script tag is used to load external scripts asynchronously without blocking the page.

    • async/await allows scripts to be loaded asynchronously without blocking the page

    • It is useful for loading external scripts that may take time to load

    • It improves page performance by not blocking the rendering of the page

    • It is supported in modern browsers

  • Answered by AI
  • Q4. Angular routing, angular lifecycle
  • Q5. How would you center align div inside div
  • Ans. 

    Use CSS to set margin to auto for horizontal centering and text-align center for vertical centering.

    • Set the parent div's display property to flex and justify-content to center

    • Set the child div's margin property to auto

    • Alternatively, set the parent div's text-align property to center and child div's display property to inline-block

  • Answered by AI
  • Q6. GIve and describe examples of ES 6 features like object destructuring, arrow fxns, array.filter/reduce/indexOf etc.
  • Ans. 

    ES6 features like object destructuring, arrow functions, array methods

    • Object destructuring allows for easy extraction of values from objects

    • Arrow functions provide a concise syntax for writing functions

    • Array.filter() allows for filtering of elements based on a condition

    • Array.reduce() allows for reducing an array to a single value

    • Array.indexOf() returns the index of the first occurrence of a specified element

  • Answered by AI
  • Q7. Var, let, const difference? 'use strict' ?
  • Ans. 

    Var, let, const are used to declare variables in JavaScript. 'use strict' enables strict mode.

    • Var is function-scoped and can be redeclared. Let and const are block-scoped and cannot be redeclared.

    • Let allows reassignment while const does not.

    • 'use strict' enables strict mode which enforces stricter rules and better error handling.

    • Example: var x = 10; let y = 20; const z = 30;

    • Example: 'use strict';

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. Angular routing, angular services
  • Q2. Angular lifecycle, ViewChild
  • Q3. How to transfer data between components in Angular
  • Ans. 

    Data can be transferred between components in Angular using @Input and @Output decorators.

    • Use @Input decorator to pass data from parent to child component

    • Use @Output decorator to emit events from child to parent component

    • Use EventEmitter to emit custom events

    • Use ViewChild to access child component's properties and methods

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Unicommerce Esolutions UI Engineer interview:
  • Angular
  • html
  • css
  • Es6
  • scss
Interview preparation tips for other job seekers - 2 rounds interviews. 3 rounds for senior UI engg position.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself, sql vs no sql , project based and some DSA coding questions
Round 2 - Technical 

(1 Question)

  • Q1. More detailed on projects and how goroutine implemented and restful api design and db design

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confiden while speaking to the interviewer
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It was good 20 mcqs 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa and core subjects like cn os
  • Q2. Dsa questions and core subjects
Round 3 - HR 

(1 Question)

  • Q1. Basic family discussion and salary details

Interview Preparation Tips

Interview preparation tips for other job seekers - it was overall a good experience
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 Leetcode Medium questions on hackerrank

Round 2 - One-on-one 

(3 Questions)

  • Q1. Kadane algorithm based question
  • Q2. Leetcode medium
  • Q3. Resume based questions
Round 3 - One-on-one 

(4 Questions)

  • Q1. Probability question math problem
  • Q2. Puzzle to solve
  • Q3. AI based question
  • Q4. 1 question to solve Leetcode medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with DSA and communication skill
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Coding Test 

It was not good their approach of asking questions not good

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa graph topological sorting
  • Q2. DSA tree question and largest bst
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Aptitude was including both MCQs and Input

Round 2 - Technical 

(4 Questions)

  • Q1. Technical interview 1 It revolved around core subjects Like OS, Oops, CNS, dbms etc,. And few basic questions on arrays
  • Q2. Difference between python and C
  • Ans. 

    Python is a high-level, interpreted language known for its simplicity and readability, while C is a low-level, compiled language known for its speed and efficiency.

    • Python is dynamically typed, while C is statically typed.

    • Python has automatic memory management, while C requires manual memory management.

    • Python is platform-independent, while C is platform-dependent.

    • Python is commonly used for web development and data anal...

  • Answered by AI
  • Q3. Why C is faster than python
  • Ans. 

    C is faster than Python due to its lower-level nature and direct hardware access.

    • C is a compiled language, while Python is an interpreted language.

    • C code is directly translated into machine code, while Python code is executed line by line.

    • C has direct access to hardware, while Python relies on external libraries for such access.

  • Answered by AI
  • Q4. Write a program to count vowels in your name
  • Ans. 

    A program to count vowels in a given name

    • Create a function that takes a string as input

    • Loop through each character in the string and check if it is a vowel (a, e, i, o, u)

    • Increment a counter for each vowel found

    • Return the total count of vowels

  • Answered by AI
Round 3 - Technical 

(5 Questions)

  • Q1. Technical interview 2 Focuses on DSA
  • Q2. Write quick sort
  • Ans. 

    Quick sort is a divide-and-conquer algorithm that sorts an array by partitioning it into smaller sub-arrays.

    • Choose a pivot element from the array

    • Partition the array into two sub-arrays based on the pivot element

    • Recursively apply quick sort to the sub-arrays

    • Combine the sorted sub-arrays to get the final sorted array

  • Answered by AI
  • Q3. Implement Linked list
  • Ans. 

    Implement a linked list data structure in a programming language.

    • Create a Node class with data and a reference to the next node

    • Implement methods to add, remove, and search for elements in the linked list

    • Handle edge cases like adding to an empty list or removing the last element

  • Answered by AI
  • Q4. All operations on Linked list
  • Ans. 

    Operations on Linked list include insertion, deletion, traversal, and searching.

    • Insertion: Add a new node at the beginning, end, or middle of the linked list.

    • Deletion: Remove a node from the linked list based on a given key or position.

    • Traversal: Visit each node in the linked list to perform operations or display data.

    • Searching: Find a specific node in the linked list based on a given key or value.

  • Answered by AI
  • Q5. Basic machine learning algorithms
Round 4 - HR 

(2 Questions)

  • Q1. Basic fitment questions
  • Q2. Introduction and flexibility

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and brush up all CS core subjects

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Pointless basic questions is what they asked
Round 2 - Technical 

(1 Question)

  • Q1. They had this round for hours together

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly do not attend interview at Pando. They make the interview process long and tedious. They had less budget despite knowing that they wasted my time and efforts on the whole the company is not well structured and their HR team is very poor. They are a typical unstructured startup company with poor work ethics and culture.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Mimic Dataframe Merge
  • Ans. 

    Implement a function to mimic the functionality of merging two DataFrames in Python.

    • Create a function that takes two DataFrames as input.

    • Merge the two DataFrames based on a common column or index.

    • Handle different types of joins like inner, outer, left, and right joins.

    • Return the merged DataFrame as output.

  • Answered by AI
  • Q2. Improve above case by case
Round 2 - Coding Test 

1 hour - Find longest palindromic substring

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. 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 

60 Minutes coding test was there

Round 3 - Technical 

(5 Questions)

  • Q1. Worst experience ever, never apply for company in this, highly unstable company
  • Q2. Add two numbers in a linked list, don't apply
  • Ans. 

    Traverse the linked list and add the values of each node without using additional data structures.

    • Traverse the linked list while keeping track of the sum in a variable

    • Update the sum by adding the value of each node as you traverse the list

    • Handle carry over if the sum of two nodes is greater than 9

  • Answered by AI
  • Q3. Sort the array by using all sorting algorithms, don't join
  • Q4. Subset problem find all the subsets
  • Ans. 

    To find all subsets of a given set, use recursion to generate all possible combinations.

    • Use recursion to generate all possible combinations of including or excluding each element in the set.

    • Start with an empty subset and recursively add each element to create new subsets.

    • Each subset can be represented as an array of strings.

  • Answered by AI
  • Q5. LRU Cache problem, explain it and implement it
  • Ans. 

    LRU Cache is a data structure that stores a fixed number of items and removes the least recently used item when the cache is full.

    • LRU Cache uses a combination of a doubly linked list and a hashmap to efficiently store and retrieve items.

    • When an item is accessed, it is moved to the front of the linked list to indicate it is the most recently used item.

    • If the cache is full, the least recently used item at the end of the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join, Worst Experience every

Skills evaluated in this interview

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

(1 Question)

  • Q1. 2 rounds, 2 coding questions in each round. Managerial round.

Unicommerce Esolutions Interview FAQs

How many rounds are there in Unicommerce Esolutions UI Engineer interview?
Unicommerce Esolutions interview process usually has 3 rounds. The most common rounds in the Unicommerce Esolutions interview process are One-on-one Round and Resume Shortlist.
What are the top questions asked in Unicommerce Esolutions UI Engineer interview?

Some of the top questions asked at the Unicommerce Esolutions UI Engineer interview -

  1. GIve and describe examples of ES 6 features like object destructuring, arrow fx...read more
  2. How would you center align div inside ...read more
  3. How to transfer data between components in Angu...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Delhivery Interview Questions
3.9
 • 457 Interviews
Ecom Express Interview Questions
3.9
 • 197 Interviews
Vyapar Interview Questions
3.5
 • 51 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Classplus Interview Questions
3.4
 • 27 Interviews
FarEye Interview Questions
3.1
 • 26 Interviews
Fleetx.io Interview Questions
3.8
 • 26 Interviews
View all
Unicommerce Esolutions UI Engineer Salary
based on 4 salaries
₹8 L/yr - ₹20.2 L/yr
24% more than the average UI Engineer Salary in India
View more details
Consultant
28 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Software Engineer
25 salaries
unlock blur

₹10 L/yr - ₹20 L/yr

Senior Associate
23 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹15 L/yr - ₹30 L/yr

Associate Product Manager
15 salaries
unlock blur

₹10.9 L/yr - ₹18.8 L/yr

Explore more salaries
Compare Unicommerce Esolutions with

Delhivery

3.9
Compare

Ecom Express

3.9
Compare

Shiprocket Private Limited

3.9
Compare

Vinculum Solutions

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