Find Interview Questions for Top Companies
Thryve Digital Interview Questions and Answers
Ques:- A leak in the bottom of a tank can empty the full tank in 8 hours. An inlet pipe fills water at the rate of 6 liters a minute. When the tank is full, the inlet is opened and due to the leak, the tank is empty in 12 hours. How many liters does the cistern hold?
Right Answer:
The cistern holds 720 liters.
Ques:- In a series of six consecutive even numbers, the sum of the second and sixth numbers is 24. What is the fourth number?
Right Answer:
The fourth number is 10.
Comments
Mogomotsi Nov 24, 2021

2a; 2a+2; 2a+4; 2a+6; 2a+8; 2a+10

t_2 + t_6 = 24 => 2a+2 + 2a + 10 = 24 => a = 3

therefore t_4 = 2(3) + 6 = 12

Sujay Krishna Aug 25, 2021

12
The series would be 6,8,10,12,14,16...

Ques:- Pipe A can fill a tank in 5 hours, pipe B in 10 hours and pipe C in 30 hours. If all the pipes are open, in how many hours will the tank be filled?
Right Answer:
The tank will be filled in 2 hours.
Comments
shivangi sharma Aug 14, 2022

1/x=1/5+1/10+1/30=lcm is 30.
->30/5=6
->30/10=3
->30/30=1
1/x=6+3+1=10
1/x=10/30=1/3=x=3
Ans is 3 hr.

Manthan Pareek Aug 14, 2022

3 hours

Muhammad Adnan Mar 9, 2022

2 hours

Ques:- Two pipes A and B can separately fill a cistern in 60 min and 75 min respectively. There is a third pipe in the bottom of the cistern to empty it. If all the three pipes are simultaneously opened, then the cistern is full in 50 min. In how much time, the third pipe alone can empty the cistern?
Right Answer:
The third pipe can empty the cistern in 150 minutes.
Ques:- Your client is a retail bank in the U.S. There has been no growth over the last couple of years in the domestic market so you are considering pursuing growth overseas in emerging markets. How would you evaluate whether or not you should enter a given country? What is the potential market in the US? How would you estimate the percent of market to install the device?
Right Answer:
To evaluate whether to enter a given country, consider the following factors:

1. **Market Potential**: Analyze the size of the banking market, growth rates, and customer demographics in the target country.
2. **Regulatory Environment**: Assess the legal and regulatory framework for foreign banks, including licensing requirements and restrictions.
3. **Competitive Landscape**: Identify existing competitors, their market share, and the level of market saturation.
4. **Economic Stability**: Evaluate the country's economic indicators, such as GDP growth, inflation rates, and currency stability.
5. **Cultural Fit**: Understand consumer behavior, preferences, and the banking habits of the local population.
6. **Infrastructure**: Consider the technological and physical infrastructure available for banking operations.

To estimate the potential market in the U.S., analyze the total addressable market (TAM) for retail banking services, including the number of potential customers and average revenue per user (ARPU).

To estimate the percent of market to install the
Ques:- Your client is a financial services firm, specifically the Treasury services department. This division has its own software/IT group that created a breakthrough Web case management system that has netted awards and new clients. Your firm recently merged with larger firm that made this platform the enterprise standard. All current clients must migrate to this system while requirements from older clients form a serious backlog. Finally, the new firm is losing market share in its ForEx currency trading operations due to technology-based issues and has fallen from 1st place to 4th worldwide. How do you prioritize these demands and how do you restructure to successfully meet demand? What impact will your recommendations have on the Treasury Services department and on clients?
Right Answer:
To prioritize demands, I would:

1. **Assess Urgency and Impact**: Evaluate the backlog of requirements from older clients and the technology issues affecting ForEx operations. Prioritize fixing critical technology issues first to regain market share.

2. **Implement Agile Methodology**: Restructure the IT team to adopt Agile practices, allowing for quicker iterations and responsiveness to client needs.

3. **Create a Cross-Functional Task Force**: Form a dedicated team to focus on migrating clients to the new platform while addressing the backlog of requirements.

4. **Set Clear Milestones**: Establish timelines for both migration and backlog resolution, ensuring transparency with clients about progress.

5. **Enhance Communication**: Regularly update clients on changes and improvements to rebuild trust and confidence.

The impact of these recommendations will likely lead to improved client satisfaction, a more efficient Treasury Services department, and a stronger competitive position in the market.
Ques:- How would you determine a pricing strategy for a hotel chain?
Right Answer:
To determine a pricing strategy for a hotel chain, follow these steps:

1. **Market Research**: Analyze competitors' pricing, market demand, and customer preferences.
2. **Cost Analysis**: Calculate fixed and variable costs to ensure profitability.
3. **Segmentation**: Identify target customer segments (business, leisure, luxury, budget).
4. **Dynamic Pricing**: Implement flexible pricing based on occupancy rates, seasonality, and local events.
5. **Value Proposition**: Highlight unique features and services to justify pricing.
6. **Promotions and Discounts**: Develop special offers to attract different customer segments.
7. **Feedback Loop**: Continuously gather customer feedback and adjust pricing based on market changes and performance metrics.
Ques:- Supplies Mate, a distributor of office supplies in Central London, has experienced declining profitability over the past five years. How can the distributor address this profitability trend?
Right Answer:
Supplies Mate can address declining profitability by implementing the following strategies:

1. **Cost Reduction**: Analyze and reduce operational costs, including supplier negotiations and inventory management.
2. **Product Diversification**: Expand the product range to include high-demand or niche items that can attract new customers.
3. **Pricing Strategy**: Review and adjust pricing strategies to ensure competitiveness while maintaining margins.
4. **Improve Marketing**: Enhance marketing efforts to reach new customers and increase brand awareness, possibly through digital marketing.
5. **Customer Engagement**: Strengthen customer relationships through loyalty programs and personalized services to increase repeat business.
6. **Streamline Operations**: Optimize supply chain and logistics to improve efficiency and reduce waste.
7. **Technology Adoption**: Invest in technology to automate processes and improve customer experience, such as an e-commerce platform.
Ques:- A fly is there 1 feet below the ceiling right across a wall length is 30m at equal distance from both the ends. There is a spider 1 feet above floor right across the long wall equidistant from both the ends. If the width of the room is 12m and 12m, what distance is to be traveled by the spider to catch the fly, if it takes the shortest path
Asked In :- Thryve Digital,
Right Answer:
The shortest distance the spider has to travel to catch the fly is 30.5 meters.
Comments
Mishy Mar 9, 2022

42m

Ques:- Is it consaltency or not
Right Answer:
It seems like there is a typo in the question. If you meant "Is it consultancy or not?" then the answer would depend on the context. Please clarify the context for a precise answer.
Ques:- Given two sides of a river having the same cities labeled in characters. Bridges are to be drawn from one side to another that can connect the same labels but the bridges shudnt cross each other. Find the max no of bridges that can be connected. Eg Side 1: A B C D Side 2: D C A B So bridges connecting A to A etc need to be made. But when A to A is connected above D to D is not possible. Dynamic programming solution exists
Asked In :- Thryve Digital,
Ques:- When a class member is defined outside the class, which operator can be used to associate the function definition to a particular class?
Asked In :- Thryve Digital, MAXVY,
Ques:- Given a set of n steps. A person can climb one or two steps at a time. Find the number of ways in which one can reach the nth step. (Easy stuff.. I probably wasn’t doing good by this time)
Ques:- There were 165,000 American children born with autism last year. What % of the babies born that year are autistic?
Right Answer:
To determine the percentage of babies born that year who are autistic, we need the total number of babies born that year. Without that information, we cannot calculate the percentage.
Ques:- There are 9 apples, only 1 of those weigh less, rest all are similar in weight and all 9 are look alike. If given 2 attempts then how will you identify the one weighs lesser.
Right Answer:
Weigh 3 apples against 3 apples. If they balance, the lighter apple is among the remaining 3. If they don't balance, take the lighter group of 3 and weigh 1 apple against 1 apple. If they balance, the lighter apple is the one not weighed. If they don't balance, the lighter side has the lighter apple.
Thryve Digital Health, with its headquarters in Chennai and another center in Hyderabad, India is one of health care’s first global development centers where 3800 best minds in health care technology, science, and business create powerful and innovative solutions that transform lives. Thryve creates solutions that enable the “provider” network with the intelligence, connectivity, and seamless integration demanded by its multi-platform healthcare systems. Thryve Digital Health’s Solutions services include: • IT Health Plan and IT Health Consumer Solutions • Application & Platform Management • Enterprise Solutions & Transformations • Development • Testing • Diversified Business Solutions • Business Process Services
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users