Upload Button Icon Add office photos

Thryve Digital

Compare button icon Compare button icon Compare

Filter interviews by

Thryve Digital SAP GRC and Security Consultant Interview Questions and Answers

Updated 4 Jul 2024

Thryve Digital SAP GRC and Security Consultant Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. ISO27001 frameworks question
  • Q2. Risk assessment related questions

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
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

SAP GRC and Security Consultant Interview Questions Asked at Other Companies

asked in HCLTech
Q1. Have you worked on GRC Access control implementation?
Q2. How do you use Sods , if I need two roles and i need them for my ... read more
asked in Deloitte
Q3. If a Firefighter controller leaves and a new controller joins, ho ... read more
asked in Deloitte
Q4. What steps would you take to extract data in an Excel sheet from ... read more
Q5. Are there any scenarios that you have handled from a GRC and Secu ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Java 8 questions, Kubernates, Jira and Devops, Jboss configuration Jvm performance
  • Q2. Streams in java 11 Collections handling with streams
  • Ans. 

    Streams in Java 11 provide a concise and efficient way to handle collections.

    • Streams allow for functional-style operations on collections.

    • They can be used to filter, map, and reduce data.

    • Parallel streams can improve performance on large collections.

    • Example: List<String> names = Arrays.asList("John", "Jane", "Bob"); long count = names.stream().filter(name -> name.startsWith("J")).count();

    • Example: List<Integer&g...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice java coding on streams
Jboss configurations

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Was asked to explain about projects
Round 2 - HR 

(1 Question)

  • Q1. Asked about reasons for job change,etc , and was very kind.

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you for the seamless interview and onboarding experience.
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 

(1 Question)

  • Q1. All general questions regarding day to day activities of BA
Round 3 - HR 

(1 Question)

  • Q1. Package discussion in hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in the words of your resume. Also some basic details of agile methodology adds value

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
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical questions regarding selenium testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Got interview call after applying 1 week.
Within 1 week interview was scheduled.
Received offer letter with 4-5 days.
Are these interview questions helpful?

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
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Hackerrank coding test related to Java 8, Spring Boot and some other JPA stuff. The recruiter just told me that it was an online coding challenge so I did not know what to expect or what to prepare. I just thought it would be some DSA or puzzle challenge round. I think it was 30 questions in 30 minutes of something like that. I thought that did not do well, surprisingly they asked to attend the second round.

Round 3 - Technical 

(3 Questions)

  • Q1. What happens to a HTTP request when it leaves a client making a call and before reaching the server?
  • Ans. 

    HTTP request passes through multiple network layers before reaching the server.

    • HTTP request is first sent from client to local network router.

    • Router forwards request to Internet Service Provider's network.

    • Request then passes through multiple routers and switches in the internet backbone.

    • Finally, request reaches the server hosting the requested website or service.

    • Each network layer adds its own headers and metadata to t...

  • Answered by AI
  • Q2. Why is HTTP stateless?
  • Ans. 

    HTTP is stateless because it does not retain information about previous requests.

    • HTTP treats each request as an independent transaction without any knowledge of previous requests.

    • This design simplifies implementation and improves scalability.

    • State information can be managed using cookies or session tokens.

    • Example: When a user logs into a website, the server may create a session token to track the user's activity.

  • Answered by AI
  • Q3. General questions about my career.

Interview Preparation Tips

Interview preparation tips for other job seekers - Specifically ask the recruiter what to expect for that particular round. If its an online hackerrank round, ask them what topics will the questions be on.

For technical interviews, carefully look at the JD and make sure you brush up concepts required in the JD. I think they are looking for very specific expertise and not looking flexible developers who can quickly learn and work on anything. If you are a generalist, then definitely look at the JD and try to give bookish answers to the questions.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jul 2022. There were 4 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 - Technical 

(3 Questions)

  • Q1. Asked about Projects done on previous company
  • Q2. Asked on Agile, Waterfall and Scrum frameworks
  • Q3. Asked about Core Banking Modules which I have handled in ny previous experiences
Round 3 - Technical 

(4 Questions)

  • Q1. Asked about payments-NEFT/RTGS
  • Q2. Asked on Agile and Scrum.
  • Q3. Asked on Business Analysis process
  • Q4. Asked the situation related questions like how to handle if the requirement changes after developement, challenges faced during process as BA.
Round 4 - HR 

(3 Questions)

  • Q1. Explains the roles handled and experiences previously I have in detail.
  • Q2. Asked expected ctc and negitiated little bit. I managed to get a hike around 40%.
  • Q3. Asked about the minimum joinjng time required to join.

Interview Preparation Tips

Topics to prepare for Luxoft Senior Consultant interview:
  • Business Analysis
  • Agile
  • Scrum
Interview preparation tips for other job seekers - The interview was for an 8+ more years experieced person. So be clear on what you have done so far and should be able to explain the main projects and the roles we have handled in those projects and how to overcome the challenges if any. Also upskill yourself as per the latet trends in your field.

Thryve Digital Interview FAQs

How many rounds are there in Thryve Digital SAP GRC and Security Consultant interview?
Thryve Digital interview process usually has 1 rounds. The most common rounds in the Thryve Digital interview process are Technical.
What are the top questions asked in Thryve Digital SAP GRC and Security Consultant interview?

Some of the top questions asked at the Thryve Digital SAP GRC and Security Consultant interview -

  1. ISO27001 frameworks quest...read more
  2. Risk assessment related questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Interview Questions from Similar Companies

Luxoft Interview Questions
3.7
 • 128 Interviews
QualiZeal Interview Questions
4.3
 • 59 Interviews
Dyninno India Interview Questions
4.0
 • 32 Interviews
Iksula Interview Questions
3.4
 • 30 Interviews
Gammastack Interview Questions
3.4
 • 28 Interviews
Apptio Interview Questions
3.9
 • 19 Interviews
View all
Senior Analyst
543 salaries
unlock blur

₹5.2 L/yr - ₹13 L/yr

Consultant
408 salaries
unlock blur

₹12.2 L/yr - ₹20.9 L/yr

Senior Process Analyst
349 salaries
unlock blur

₹2.3 L/yr - ₹6.5 L/yr

Senior Consultant
333 salaries
unlock blur

₹15.9 L/yr - ₹29.3 L/yr

Process Analyst
308 salaries
unlock blur

₹1.9 L/yr - ₹4 L/yr

Explore more salaries
Compare Thryve Digital with

Luxoft

3.7
Compare

Iksula

3.4
Compare

Hitech Digital Solutions

3.8
Compare

Mantra Technologies

3.7
Compare
write
Share an Interview