i
Unicommerce Esolutions
Filter interviews by
I was interviewed in Dec 2021.
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
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
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
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
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
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';
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
Top trending discussions
posted on 20 Jan 2025
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.
posted on 19 Dec 2024
I applied via Campus Placement
It was good 20 mcqs 3 coding questions
2 Leetcode Medium questions on hackerrank
posted on 3 Oct 2024
I applied via Job Portal
It was not good their approach of asking questions not good
I applied via Campus Placement
Aptitude was including both MCQs and Input
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...
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.
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
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
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
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.
I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.
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.
1 hour - Find longest palindromic substring
I applied via Referral and was interviewed in Sep 2023. There were 3 interview rounds.
60 Minutes coding test was there
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
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.
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 ...
Consultant
28
salaries
| ₹4 L/yr - ₹12 L/yr |
Software Engineer
25
salaries
| ₹10 L/yr - ₹20 L/yr |
Senior Associate
23
salaries
| ₹3 L/yr - ₹7.5 L/yr |
Senior Software Engineer
20
salaries
| ₹15 L/yr - ₹30 L/yr |
Associate Product Manager
15
salaries
| ₹10.9 L/yr - ₹18.8 L/yr |
Delhivery
Ecom Express
Shiprocket Private Limited
Vinculum Solutions