Filter interviews by
I applied via LinkedIn and was interviewed in Oct 2024. There was 1 interview round.
Use JavaScript to change the color of a button
Select the button element using document.querySelector()
Use the style property to change the background color of the button
Create a div inside another div and add a table inside the inner div using pure JavaScript
Create a parent div element using document.createElement('div')
Create a child div element using document.createElement('div')
Create a table element using document.createElement('table')
Append the child div and table elements to the parent div using parentDiv.appendChild(childDiv) and parentDiv.appendChild(table)
I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.
I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.
Uniphore Software Systems interview questions for popular designations
I applied via Approached by Company and was interviewed before May 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Sep 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.
Top trending discussions
posted on 1 May 2024
I applied via LinkedIn and was interviewed in Nov 2023. There were 3 interview rounds.
posted on 13 Jun 2024
I applied via Campus Placement and was interviewed before Jun 2023. There were 4 interview rounds.
2 DSA problem, 1 JavaScript problem, 1 React problem
Implement a stack with a method to return the minimum number in O(1) time complexity
Create a stack to store numbers and another stack to store minimum numbers encountered so far
When pushing a number, check if it is smaller than the current minimum and push it to the minimum stack
When popping a number, check if it is the current minimum and pop from the minimum stack if necessary
The top of the minimum stack will always
To find the sum of consecutive numbers in a circular linked list, iterate through the list and keep track of the sum.
Iterate through the circular linked list starting from a given node
Keep track of the sum of consecutive numbers as you traverse the list
Handle the case when the list loops back to the starting node
Polymorphism is the ability of a single function or method to operate on different types of data.
Polymorphism allows objects of different classes to be treated as objects of a common superclass.
There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).
Example of compile-time polymorphism: function overloading where multiple functions have the same name but different paramete...
Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.
Types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, hierarchical inheritance
Examples: Animal class can be inherited by Dog and Cat classes, Vehicle class can be inherited by Car and Bike classes
React is a JavaScript library for building user interfaces. NPM is a package manager for JavaScript.
React is used for creating interactive UI components
NPM is used for managing dependencies and packages in JavaScript projects
I used React in my project for its component-based architecture and virtual DOM efficiency
I used NPM in my project to easily install and manage third-party libraries and tools
posted on 1 Mar 2024
I applied via LinkedIn and was interviewed in Aug 2023. There were 2 interview rounds.
based on 3 interviews
Interview experience
based on 93 reviews
Rating in categories
Business Analyst
38
salaries
| ₹6.8 L/yr - ₹15 L/yr |
Software Engineer
37
salaries
| ₹4.5 L/yr - ₹15 L/yr |
Senior Software Engineer
28
salaries
| ₹18.9 L/yr - ₹25.5 L/yr |
Senior Business Analyst
18
salaries
| ₹14 L/yr - ₹21.5 L/yr |
Senior Manager
9
salaries
| ₹20 L/yr - ₹32.6 L/yr |
Freshworks
Zoho
InMobi
LTIMindtree