i
Inspiredge IT Solutions
Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.
To troubleshoot outbound call issue, check network connectivity, SIP trunk configuration, firewall settings, and call routing rules.
Check if the network connectivity is stable and there are no packet losses
Verify the SIP trunk configuration and ensure that it is properly registered with the service provider
Check the firewall settings and ensure that the necessary ports are open for outbound calls
Verify the call routing...
Upgrading CM involves planning, testing, and executing the upgrade process.
Identify the current version and the target version
Review release notes and documentation for the target version
Plan the upgrade process, including backup and rollback procedures
Test the upgrade process in a non-production environment
Execute the upgrade process in a controlled manner
Verify the upgraded system is functioning correctly
SIP call flow is the sequence of events that occur during a SIP call.
SIP INVITE message is sent to initiate the call
SIP 100 Trying response is sent to acknowledge the request
SIP 180 Ringing response is sent to indicate the call is being connected
SIP 200 OK response is sent to confirm the call is connected
Media is exchanged between the parties
SIP BYE message is sent to end the call
To troubleshoot on media gateways, start by identifying the issue and checking the logs and configuration settings.
Identify the issue by checking for error messages or abnormal behavior
Check the logs for any relevant information
Verify the configuration settings to ensure they are correct
Perform diagnostic tests to isolate the problem
Consult documentation or vendor support for further assistance
AAR stands for After Action Review and ARS stands for Automatic Route Selection.
AAR is a structured review process used by organizations to analyze their performance after a task or mission.
ARS is a feature in telephony systems that automatically selects the best route for a call based on factors such as cost and quality.
AAR is commonly used in military and emergency response organizations.
ARS is commonly used in call ...
I was interviewed in Feb 2025.
English written and Oral Assignment along with Technical and HR round
I applied via Walk-in and was interviewed in Mar 2024. There were 2 interview rounds.
I applied via AmbitionBox and was interviewed in Jun 2023. There were 3 interview rounds.
Logical thinking,waiting learn mettings,self motivated.
Basic Python programming . This is dynimical language,it is very easy to python coding.Is there compare to other programing.
Inspiredge IT Solutions interview questions for popular designations
I applied via Approached by Company and was interviewed in Nov 2022. There were 3 interview rounds.
I applied via Referral and was interviewed in Jun 2022. There were 2 interview rounds.
I applied via Recruitment Consultant and was interviewed in May 2021. There was 1 interview round.
Top trending discussions
posted on 14 May 2022
I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.
posted on 31 May 2022
I was interviewed in Sep 2021.
Round duration - 180 min
Round difficulty - Hard
Given two strings STR1
and STR2
, determine the length of their longest common subsequence.
A subsequence is a sequence that can be derived from another sequen...
The problem involves finding the length of the longest common subsequence between two given strings.
Use dynamic programming to solve the problem efficiently.
Create a 2D array to store the lengths of common subsequences of substrings.
Iterate through the strings to fill the array and find the length of the longest common subsequence.
Example: For input STR1 = 'abcde' and STR2 = 'ace', the longest common subsequence is 'ac
A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...
Yes, the 0/1 Knapsack problem can be solved using dynamic programming with a space complexity of not more than O(W).
Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.
Iterate through each item and update the array based on whether including the item would increase the total value.
The final value in the array at index W will be the maximum value that can be stolen.
You are given an unsorted array containing 'N' integers. Your task is to find the 'K' largest elements from this array and return them in non-decreasing order.
T...
Yes, the problem can be solved in less than O(N*log(N)) time complexity using the Quick Select algorithm.
Implement Quick Select algorithm to find the Kth largest element in O(N) time complexity.
Partition the array around a pivot element and recursively search in the left or right partition based on the position of the pivot.
Once you find the Kth largest element, return all elements greater than or equal to it in non-de
Round duration - 60 Minutes
Round difficulty - Medium
Given a binary tree with 'N' nodes, determine the size of the largest subtree that is also a Binary Search Tree (BST).
A Binary Search Tree (BST) is def...
Find the size of the largest BST subtree in a binary tree.
Traverse the tree in a bottom-up manner to check if each subtree is a BST.
Keep track of the size of the largest BST found so far.
Recursively check if the current subtree is a BST and update the size accordingly.
Given 'N' 2-dimensional matrices and an array ARR
of length N + 1
, where the first N
integers denote the number of rows in each matrix and the last integer represents t...
Find the minimum number of multiplication operations required to multiply a series of matrices together.
Use dynamic programming to solve this problem efficiently.
Create a 2D array to store the minimum number of operations needed to multiply matrices.
Iterate through different combinations of matrices to find the optimal solution.
Consider the dimensions of the matrices to determine the number of operations required.
Calcu...
Given a linked list consisting of 'N' nodes and an integer 'K', your task is to rotate the linked list by 'K' positions in a clockwise direction.
Li...
Rotate a linked list by K positions in a clockwise direction.
Traverse the linked list to find the length and the last node.
Connect the last node to the head to form a circular linked list.
Find the new head by moving (length - K) steps from the last node.
Break the circular list at the new head to get the rotated linked list.
Round duration - 45 minutes
Round difficulty - Easy
You are provided with a string STR
of length N. The task is to find the longest palindromic substring within STR
. If there are several palindromic substring...
Given a string, find the longest palindromic substring within it.
Iterate through the string and expand around each character to find palindromes
Keep track of the longest palindrome found so far
Return the longest palindromic substring
Tip 1 : be thoroughly prepared with dsa
Tip 2 : focus on dbms.
Tip 3 : be prepared with skills mentioned in resume
Tip 1 : mention some good projects
Tip 2 : don't put false statement
based on 7 interviews
Interview experience
based on 141 reviews
Rating in categories
1-2 Yrs
Not Disclosed
7-10 Yrs
Not Disclosed
7-15 Yrs
Not Disclosed
Technical Support Engineer
133
salaries
| ₹0 L/yr - ₹0 L/yr |
Process Specialist
56
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Process Specialist
48
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Specialist
29
salaries
| ₹0 L/yr - ₹0 L/yr |
SME
22
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech