Upload Button Icon Add office photos

Thryve Digital

Compare button icon Compare button icon Compare

Filter interviews by

Thryve Digital Senior Consultant Interview Questions and Answers

Updated 6 Aug 2025

Thryve Digital Senior Consultant Interview Experiences

6 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Types of testing
  • Ans. 

    Different types of testing in software development include unit testing, integration testing, system testing, and acceptance testing.

    • Unit testing: Testing individual components or modules of the software to ensure they work correctly.

    • Integration testing: Testing how different modules work together as a group.

    • System testing: Testing the entire system as a whole to ensure all components work together properly.

    • Acceptance ...

  • Answered by AI
  • Q2. Defect tracking

Skills evaluated in this interview

Senior Consultant Interview Questions & Answers

user image JOHN CELESTINA J

posted on 6 Aug 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Aug 2024, where I was asked the following questions.

  • Q1. RTF template in oracle
  • Q2. Creation of OTBi report

Senior Consultant Interview Questions Asked at Other Companies

asked in Capgemini
Q1. 1. What's the use of update sets and how do you move update set f ... read more
Q2. 1. What is Virtual DOM? How does it work & Its algorithm? 2. ... read more
asked in Capgemini
Q3. 1. If MAM is there then why do we need MDM? 2. What are the diffe ... read more
asked in Birlasoft
Q4. What is the difference between the cursors declared in procedures ... read more
asked in Capgemini
Q5. JCL 1. Ways in which the you can paas on data from.jcl to cobol.: ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain business flow for claim product development?
  • Ans. 

    Claim product development involves identifying customer needs, designing products, pricing, marketing, and handling claims.

    • Identify customer needs and market trends

    • Design products that meet customer requirements

    • Price products competitively in the market

    • Develop marketing strategies to promote products

    • Establish processes for handling claims efficiently

  • Answered by AI
  • Q2. Explain managedcare products which I have worked in previous org ?
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. About health care claims workflow end to end proces at insurance system..sound knowledge in healthcare keywords and terminology
Round 3 - HR 

(1 Question)

  • Q1. General discussion on the profile and compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and bright when responding to the questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical round as level one
  • Q2. About Software testing concepts
Round 3 - Technical 

(1 Question)

  • Q1. Technical round as level two
Round 4 - Client Interview 

(1 Question)

  • Q1. Technical aspects with other discussions
Round 5 - HR 

(1 Question)

  • Q1. Final round with salary discussions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for the interview. Being in healthcare domain, please expect (BGV) Back Ground Verification check. Ensure all the records are genuine. All the Best!

Senior Consultant Interview Questions & Answers

user image Jayaprakash Sathyamoorthy

posted on 6 Mar 2022

I applied via Recruitment Consulltant and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Health care related and commonly what challenges I faced in my previous worked projects in my old companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open and honest in answering and never be shyin telllingthem what all you did in previous projects because everything counts. Have a good rappord with the interviewer.

Thryve Digital HR Interview Questions

17 questions and answers

Q. How would you handle stress?
Q. What are your strengths and weaknesses?
Q. What is teamwork?

Top trending discussions

View All
Interview Hub
5d (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Thryve Digital?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOPS Concepts, Interface, Sealed classes, SQL basic queries(remove duplicates, find nth highest salary, Using Dense_rank etc.,) MVC Architecture, routing in MVC, Javascript basics
Are these interview questions helpful?

I applied via Recruitment Consultant and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. The technical round went for an hour. Mostly from my previous project experience- any significant work, major issues, way to tackle etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic concepts , Brainstorm all major issues tackled in current role, focus on functional part as well apart from technical.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Nov 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Middleware in .net core
  • Ans. 

    Middleware in .NET Core is a pipeline of components that handle HTTP requests and responses.

    • Middleware components can be added to the pipeline using the Use() method in the Startup class.

    • Middleware can be used for authentication, logging, routing, and more.

    • Middleware can be created using classes or lambda expressions.

    • Middleware can be ordered in the pipeline using the Order property.

    • Examples of middleware include Authe...

  • Answered by AI
  • Q2. Lifecycle hooks in Angular
  • Ans. 

    Lifecycle hooks are methods that allow you to tap into the lifecycle of a component or directive in Angular.

    • There are eight different lifecycle hooks available in Angular.

    • They are: ngOnChanges, ngOnInit, ngDoCheck, ngAfterContentInit, ngAfterContentChecked, ngAfterViewInit, ngAfterViewChecked, ngOnDestroy.

    • Each hook is called at a specific point in the component or directive's lifecycle.

    • For example, ngOnInit is called a...

  • Answered by AI
  • Q3. Singleton Design Principal
Round 3 - Technical 

(2 Questions)

  • Q1. Data traversal in mvc
  • Ans. 

    Data traversal in MVC involves accessing and manipulating data within the model layer of the MVC architecture.

    • Data traversal is the process of accessing and manipulating data within the model layer of the MVC architecture

    • This can be done using various techniques such as LINQ, foreach loops, and lambda expressions

    • Data traversal is important for retrieving and displaying data to the user in the view layer of the MVC arch...

  • Answered by AI
  • Q2. Life cycle of mvc
Round 4 - Client Interview 

(3 Questions)

  • Q1. What motivates you daily
  • Ans. 

    I am motivated daily by the opportunity to lead and inspire my team to achieve their goals.

    • Seeing my team members grow and succeed

    • Making a positive impact on the organization

    • Challenging myself to continuously improve

    • Recognition and appreciation for my work

    • Setting and achieving goals

    • Creating a positive work environment

  • Answered by AI
  • Q2. What to do if there is an issue in the release code
  • Ans. 

    Identify the issue, isolate the code, fix the issue, test the fix, and deploy the updated code.

    • Identify the issue by reviewing logs and error messages.

    • Isolate the code by identifying the specific module or function causing the issue.

    • Fix the issue by updating the code and testing the fix.

    • Test the fix by running automated and manual tests to ensure the issue is resolved.

    • Deploy the updated code to the appropriate environm...

  • Answered by AI
  • Q3. Code optimization techniques
  • Ans. 

    Code optimization techniques aim to improve the efficiency and speed of code execution.

    • Use efficient algorithms and data structures

    • Minimize memory usage and avoid unnecessary operations

    • Use compiler optimizations and profiling tools

    • Consider parallelization and concurrency

    • Avoid premature optimization and focus on bottleneck areas

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Automation testing programming like sorting, substring , reading from webtble

Thryve Digital Interview FAQs

How many rounds are there in Thryve Digital Senior Consultant interview?
Thryve Digital interview process usually has 2-3 rounds. The most common rounds in the Thryve Digital interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Thryve Digital Senior Consultant interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Thryve Digital. The most common topics and skills that interviewers at Thryve Digital expect are Agile Methodology, Product Management, Project Management, Agile and Market Research.
What are the top questions asked in Thryve Digital Senior Consultant interview?

Some of the top questions asked at the Thryve Digital Senior Consultant interview -

  1. Explain managedcare products which I have worked in previous or...read more
  2. Explain business flow for claim product developme...read more
  3. Types of test...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 6 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more
Thryve Digital Senior Consultant Salary
based on 368 salaries
₹16 L/yr - ₹26.6 L/yr
9% more than the average Senior Consultant Salary in India
View more details

Thryve Digital Senior Consultant Reviews and Ratings

based on 53 reviews

3.9/5

Rating in categories

3.4

Skill development

4.1

Work-life balance

3.9

Salary

3.3

Job security

3.8

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 53 Reviews and Ratings
Senior Analyst
539 salaries
unlock blur

₹5.3 L/yr - ₹13 L/yr

Consultant
379 salaries
unlock blur

₹12.9 L/yr - ₹22 L/yr

Senior Consultant
368 salaries
unlock blur

₹16 L/yr - ₹26.6 L/yr

Senior Process Analyst
359 salaries
unlock blur

₹2.3 L/yr - ₹5.8 L/yr

Process Analyst
325 salaries
unlock blur

₹1.9 L/yr - ₹4.7 L/yr

Explore more salaries
Compare Thryve Digital with

Luxoft

3.6
Compare

Iksula

3.3
Compare

Hitech Digital Solutions

3.8
Compare

Mantra Technologies

3.6
Compare
write
Share an Interview