i
Upland Software
Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2024. There were 4 interview rounds.
Cleared the reasoning and aptitude test.
Cleared interview on selenium, javascript, cypress, Manual testing and coding on javascript
Had discussion with client and manager. Over view of personal skills, technical skills on Cypress.
I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.
A generic swap function swaps two values of any data type.
The function should take two parameters of any data type.
Use a temporary variable to store the value of one parameter.
Assign the value of the second parameter to the first parameter.
Assign the value of the temporary variable to the second parameter.
Search for an element in a rotated sorted linked list.
Find the pivot point where the list is rotated.
Divide the list into two sublists based on the pivot point.
Perform binary search on the appropriate sublist.
Handle edge cases such as empty list and list with only one element.
Search an element in a rotated sorted array
Find the pivot point where the array is rotated
Divide the array into two sub-arrays based on pivot point
Perform binary search on the appropriate sub-array
Repeat until element is found or sub-array size is 1
Find 5 missing numbers in an array of size 95 containing numbers in range 1 to 100.
Create a boolean array of size 100 and mark the present numbers
Iterate through the boolean array and find the missing numbers
Alternatively, use a HashSet to store the present numbers and find the missing ones
Given a Sudoku board, find possible numbers for an empty cell.
Iterate through empty cells and check possible numbers using row, column, and box constraints.
Use a set to keep track of possible numbers for each empty cell.
Return the set of possible numbers for the given empty cell.
Find integer average of 4 unsigned integers without typecasting
Add all the integers and divide by 4
Use bit shifting to divide by 4
Handle overflow by using long long data type
Use unsigned int data type for input
Code to identify 32 bit or 64 bit architecture of a processor
Check if the operating system is 32 bit or 64 bit
If OS is 32 bit, processor is 32 bit
If OS is 64 bit, check if processor supports 64 bit architecture
Use CPUID instruction to check if processor supports 64 bit architecture
Convert binary number to base 64 integer
Divide the binary number into groups of 6 bits
Convert each group of 6 bits to decimal
Map the decimal value to the corresponding base 64 character
Concatenate the base 64 characters to form the final integer
posted on 22 May 2022
I applied via LinkedIn and was interviewed before May 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed before Jun 2020. There were 5 interview rounds.
posted on 13 May 2018
Answers to questions related to software engineering concepts and PL/SQL programming.
Inline view is a virtual table created in the FROM clause of a SQL query.
Views can be secured by granting appropriate privileges to users and implementing row-level security.
BULK COLLECT is a feature in PL/SQL that allows fetching multiple rows from a query into a collection.
PL/SQL program to display weekdays except Saturday and Sunday...
based on 1 interview
Interview experience
Software Engineer2
11
salaries
| ₹21 L/yr - ₹29 L/yr |
Senior Software Engineer
7
salaries
| ₹16 L/yr - ₹44 L/yr |
Senior Software Engineer 2
7
salaries
| ₹38 L/yr - ₹50 L/yr |
Software Engineer Level 1
7
salaries
| ₹14 L/yr - ₹19.4 L/yr |
Product Owner
7
salaries
| ₹22 L/yr - ₹38.4 L/yr |
Oracle
KPIT Technologies
Intellect Design Arena
Oracle Cerner