Filter interviews by
I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.
Use the built-in sort() method in JavaScript to sort an array of integers.
Use the sort() method with a compare function to sort the array in ascending order.
For descending order, return b - a instead of a - b in the compare function.
Example: let arr = [3, 1, 5, 2]; arr.sort((a, b) => a - b);
Rotate an array of strings by a specified number of positions.
Create a new array to store the rotated elements.
Use modulo operator to handle cases where the rotation count exceeds the array length.
Copy elements from original array to the new array based on the rotation count.
Return the rotated array.
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
They will send you one coding test mostly HackerRank test it would be
The test will be having some sort of questions like coding and some domain related stuffs.
Use binary search to find the index of an element in a sorted array of strings.
Sort the array of strings first to enable binary search.
Compare the target element with the middle element of the array.
Based on the comparison, narrow down the search to either the left or right half of the array.
Sort an array of strings without using inbuilt methods
Iterate through the array and compare each element with the rest to find the correct position
Use a temporary variable to swap elements if needed
Repeat the process until the array is sorted
Hyland Software Solutions India LLP interview questions for popular designations
I applied via Job Portal and was interviewed in Feb 2024. There were 3 interview rounds.
30 mins Aptitude Question
30 mins - 3 Coding Question
Rest API is a set of rules and conventions for building and interacting with web services using HTTP methods.
Rest API stands for Representational State Transfer Application Programming Interface.
It uses standard HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations.
RESTful APIs use URLs to access resources, and return data in JSON or XML format.
Stateless communication allows for scalability and flexibilit...
Response codes indicate the status of a HTTP request. 200 & 201 are success codes, while 400 & 403 are client error codes.
200 - OK: Request was successful
201 - Created: Request was successful and a new resource was created
400 - Bad Request: The server cannot process the request due to a client error
403 - Forbidden: The server understood the request, but refuses to authorize it
Get interview-ready with Top Hyland Software Solutions India LLP Interview Questions
I applied via Company Website and was interviewed in Oct 2023. There were 2 interview rounds.
nslookup is a command-line tool used to query DNS servers to obtain domain name or IP address information.
Used to troubleshoot DNS-related issues
Can be used to query specific DNS servers
Provides information such as IP address, domain name, and DNS server used
Firewall is a network security system that monitors and controls incoming and outgoing network traffic based on predetermined security rules.
Firewall acts as a barrier between a trusted internal network and untrusted external network.
It can be implemented in hardware, software, or a combination of both.
Firewalls can filter traffic based on IP addresses, ports, protocols, and application types.
Examples of firewalls incl...
I applied via LinkedIn and was interviewed in Jan 2024. There was 1 interview round.
Top trending discussions
Interview experience
based on 125 reviews
Rating in categories
5-7 Yrs
₹ 15-21 LPA
Cloud Specialist
45
salaries
| ₹3.4 L/yr - ₹8.5 L/yr |
Test Engineer - II
38
salaries
| ₹10 L/yr - ₹20.9 L/yr |
Test Engineer
38
salaries
| ₹5.5 L/yr - ₹15 L/yr |
Software Developer
37
salaries
| ₹5.3 L/yr - ₹22 L/yr |
Solution Consultant
36
salaries
| ₹7 L/yr - ₹17 L/yr |
Oracle
SAP
Microsoft Corporation
IBM