Drishti-Soft Interview Questions

Drishti-Soft Interview Questions

Drishti-Soft Solutions Private Limited, doing business as Ameyo, provides infrastructure software solutions. The Company is an omnichannel customer engagement platform that helps businesses to streamline their customer service, customer support, and collection processes. Drishti-Soft Solutions serves customers in India and the Philippines.

It has got a 3.9* rating on Glassdoor and is considered one of the best product-based companies. It is highly regarded for its work-life balance.

They provide good training as well which will be beneficial in future too. You can practice the below Drishti-Soft Interview Questions for the interview. We have collected past frequently asked Drishti-Soft Interview Questions for your reference.

Drishti-Soft Array Questions

Question 1. Subset Sum Problem in O(sum) space Problem Statement The “Subset sum in O(sum) space” problem states that you are given an array of some non-negative integers and a specific value. Now find out if there is a subset whose sum is equal to that of the given input value. Example Array = {1, 2, 3, 4} ...

Read more

Drishti-Soft Tree Questions

Question 2. BST to a Tree with Sum of all Smaller Keys In this problem we have given a Binary Search Tree, write an algorithm to convert best to a tree with sum of all smaller keys. Example Input Output Pre-order : 19 7 1 54 34 88 Naive Approach Traverse all the nodes one by one in any traversal form, and ...

Read more

Translate ยป