i
Relay Human Cloud
Filter interviews by
Clear (1)
I applied via LinkedIn and was interviewed before Jan 2024. There were 2 interview rounds.
Top trending discussions
posted on 24 Dec 2015
I applied via Campus Placement
I applied via Campus Placement
posted on 16 Mar 2024
I applied via LinkedIn and was interviewed before Mar 2023. There was 1 interview round.
I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.
posted on 4 Dec 2021
I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 5 interview rounds.
posted on 4 Aug 2022
I applied via Company Website and was interviewed in Feb 2022. There were 3 interview rounds.
posted on 14 Sep 2022
I applied via Campus Placement and was interviewed before Apr 2022. There were 4 interview rounds.
Accounting and finance related questions were asked
Find pair of elements in an array whose sum is equal to a given number K.
Iterate through the array and for each element, check if K minus the element exists in the array.
Use a hash table to store the elements and their indices for faster lookup.
If multiple pairs exist, return any one of them.
If no pair exists, return null or an appropriate message.
Session is maintained using session affinity or sticky sessions.
Session affinity ensures that a user's session is always directed to the same server.
Load balancer uses a unique identifier to route requests to the same server.
Sticky sessions can be implemented using cookies or URL rewriting.
Session replication can also be used to maintain session data across multiple servers.
Singleton pattern ensures only one instance of a class is created and provides a global point of access to it.
Create a private constructor to prevent direct instantiation of the class
Create a private static instance of the class
Create a public static method to access the instance
Ensure thread safety by using synchronized keyword or static initialization block
Examples: Logger, Configuration Manager, Database Connection
Explaining abstract class, interface and multiple inheritance in PHP.
Abstract class is a class that cannot be instantiated and can have abstract methods.
Interface is a collection of abstract methods and constants that can be implemented by a class.
Multiple inheritance is not possible in PHP, but can be achieved using interfaces.
Interfaces can be implemented by multiple classes, allowing for multiple inheritance-like be
Write a stored procedure from given tables and conditions
Identify the tables and their relationships
Determine the conditions to be used in the stored procedure
Write the SQL code for the stored procedure
Test the stored procedure to ensure it returns the desired results
To increase PHP memory at run time, modify the php.ini file or use ini_set() function.
Edit the memory_limit value in php.ini file
Use ini_set('memory_limit', '256M') function to increase memory limit at run time
Check for memory leaks in the code
Use unset() function to free up memory after use
php.ini is a configuration file for PHP that allows users to customize various settings.
Change PHP settings such as memory limit, file upload size, and error reporting
Enable or disable extensions and modules
Set timezone and language settings
Configure email settings
Control caching and session settings
Use window.location to get domain from a url in jQuery.
Use window.location to get the full url
Use .hostname to get the domain name
Use .replace() to remove 'www.' if present
WAP to find smallest palindrome number larger than given number.
Convert the given number to string and check if it is already a palindrome.
If not, increment the number and check if it is a palindrome.
Repeat until a palindrome number larger than the given number is found.
Use a while loop to implement the above steps.
WAP to check if linked list elements is a palindrome without using any extra space.
Traverse the linked list and reverse the second half of the list
Compare the first half with the reversed second half
Use two pointers to traverse the list, one at normal speed and other at double speed
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Data Associate
29
salaries
| ₹2.2 L/yr - ₹4.5 L/yr |
Account Assistant
27
salaries
| ₹2.4 L/yr - ₹4 L/yr |
Executive Accountant
24
salaries
| ₹3.5 L/yr - ₹6.1 L/yr |
Senior Accounts Executive
12
salaries
| ₹3.8 L/yr - ₹7.4 L/yr |
Senior Network Engineer
7
salaries
| ₹5.5 L/yr - ₹7 L/yr |
Upwork
Freelancer.com
Gurit India
99designs