Upload Button Icon Add office photos

Filter interviews by

Protiviti Techno Functional Consultant Interview Questions and Answers

Updated 17 Sep 2024

Protiviti Techno Functional Consultant Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Sep 2023.

Round 1 - Group Discussion 

They will be giving you random scenario and you need to speak atleast for 1 minute.

Round 2 - Coding Test 

They will be asking some questions on sql , cpp , python

Round 3 - HR 

(3 Questions)

  • Q1. Why you want to join this company
  • Ans. 

    I am impressed by the company's innovative approach to technology and its reputation for delivering high-quality solutions.

    • Company's reputation for delivering high-quality solutions

    • Innovative approach to technology

    • Opportunities for growth and development

  • Answered by AI
  • Q2. What if there will be too much pressure
  • Ans. 

    Handling too much pressure requires effective time management, prioritization, and communication.

    • Prioritize tasks based on urgency and importance

    • Break down tasks into smaller, manageable chunks

    • Delegate tasks to team members if possible

    • Communicate with stakeholders about realistic timelines and expectations

    • Take short breaks to recharge and avoid burnout

  • Answered by AI
  • Q3. What can you to do for company success
  • Ans. 

    I can contribute to company success by leveraging my techno-functional expertise to streamline processes, optimize systems, and drive innovation.

    • Identifying and implementing technology solutions to improve efficiency

    • Analyzing business requirements and translating them into technical solutions

    • Providing training and support to ensure successful adoption of new systems

    • Collaborating with cross-functional teams to align tec

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All basics they will ask for freshers .
For 1 yr experience they will ask what they have worked upon from that there will be questions.

Techno Functional Consultant Jobs at Protiviti

View all

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Your day to day activities at current job
  • Ans. 

    My day to day activities involve analyzing business requirements, configuring software, conducting user training, and providing support.

    • Analyzing business requirements to understand client needs

    • Configuring software to meet client specifications

    • Conducting user training sessions to ensure smooth adoption of new systems

    • Providing ongoing support to clients for any issues or questions

  • Answered by AI
  • Q2. Your skills and basic questions on them
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How to find customer exits in a report or FM?
  • Ans. 

    Customer exits in reports or FMs can be found using transaction code SMOD or CMOD.

    • Use transaction code SMOD to find customer exits in reports.

    • Use transaction code CMOD to find customer exits in function modules.

    • Look for enhancements with names starting with 'EXIT_' or 'ZZ'.

  • Answered by AI
  • Q2. How to debug proxies?
  • Ans. 

    Debugging proxies involves using tools like SAP PI Message Monitor and Proxy Framework to trace and analyze data flow.

    • Use SAP PI Message Monitor to trace messages exchanged between systems

    • Analyze message payload and headers to identify issues

    • Utilize Proxy Framework to debug proxy classes and methods

    • Check configuration settings for proxies to ensure correct behavior

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. About basic testing concepts and test life cycle
  • Q2. Mainly on sfdc concepts
Round 2 - HR 

(2 Questions)

  • Q1. Same questions like in 1st round
  • Q2. Sfdc concepts should be prepared well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

3 cases were given and was asked to solve.
Example- What are the factors/ KPIs you will consider after a hardware security company acquires a software secuirty company and, in the process gets new products, customers, etc.

Round 2 - Technical 

(1 Question)

  • Q1. SQL joins- Left and right outer joins, full join etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Calm and answer confidently :)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Referral

Round 1 - Technical 

(2 Questions)

  • Q1. WHAT IS DDIC and what are DATA CLASS
  • Ans. 

    DDIC stands for Data Dictionary and DATA CLASS refers to the classification of data in SAP system.

    • DDIC is a centralized repository in SAP system for defining and managing data definitions.

    • DATA CLASS is used to classify data based on its technical attributes like storage type, size, etc.

    • Examples of DATA CLASS include MASTER (for master data), TRANSACTIONAL (for transactional data), etc.

  • Answered by AI
  • Q2. Different type of Enhancements
  • Ans. 

    Different types of enhancements in SAP ABAP include user exits, BAdIs, and enhancement spots.

    • User exits allow custom code to be added at specific points in standard SAP programs.

    • BAdIs (Business Add-Ins) are enhancements that allow custom code to be added without modifying the original object.

    • Enhancement spots provide predefined enhancement points in standard SAP objects for custom code.

    • Examples: Customer exits, BAdIs f...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare latest technologies

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. New ABAP Syntax to move records from one internal table to another internal table and delete the duplicate records in one shot
  • Ans. 

    Use COLLECT statement with SORTED BY to move and delete duplicate records in one shot

    • Use COLLECT statement with SORTED BY to move records from one internal table to another internal table and automatically delete duplicate records

    • Example: COLLECT wa INTO itab2 SORTED BY field.

    • Make sure to sort the internal table before using COLLECT statement to ensure duplicates are deleted

  • Answered by AI
  • Q2. Substring in Odata
  • Ans. 

    Substring function in OData allows for extracting a portion of a string value.

    • Use the substringof() function in OData to extract a substring from a string value.

    • Specify the starting position and length of the substring to be extracted.

    • For example, substringof('Hello World', 6, 5) will return 'World'.

  • Answered by AI
  • Q3. How to retrieve a field in Odata which is not a key field
  • Ans. 

    To retrieve a non-key field in OData, use $select query option in the URL.

    • Use $select query option in the URL to specify the fields you want to retrieve

    • Example: /EntitySet?$select=FieldName1,FieldName2

    • Make sure the field you want to retrieve is included in the $select query

  • Answered by AI
  • Q4. Difference between Search help entities in odata and CDS as search help
  • Ans. 

    Search help entities in OData and CDS are used for providing search help functionality, but they differ in their implementation and usage.

    • Search help entities in OData are defined in the metadata document of the OData service and are used to provide suggestions for input fields in the UI.

    • CDS as search help allows defining search help entities directly in the Core Data Services (CDS) views, making it easier to reuse and...

  • Answered by AI

Skills evaluated in this interview

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

Easy to attend for fresher

Round 2 - Technical 

(2 Questions)

  • Q1. Easy to give for fresher
  • Q2. Which programming u r good?
  • Ans. 

    I am proficient in SAP ABAP programming language.

    • Extensive experience in developing and customizing SAP applications using ABAP

    • Strong knowledge of ABAP Objects, ALV Reports, BAPIs, and IDOCs

    • Skilled in debugging and performance tuning ABAP programs

    • Familiar with SAP Fiori and SAP HANA development

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Your experience on the profile
Round 2 - Technical 

(1 Question)

  • Q1. Deep knowledge analysis

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a deep knowledge of the work you are applying for
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Different enhancement in ABAP code
  • Ans. 

    Different enhancement techniques in ABAP code

    • Use user exits to add custom functionality

    • Implement BAdIs for enhancing standard SAP applications

    • Utilize enhancement spots for adding custom code without modifying standard objects

  • Answered by AI
  • Q2. Value table vs pool table
  • Ans. 

    Value table is used for domain values while pool table is used for global data.

    • Value table is used to store domain values for a specific field in a database table.

    • Pool table is used to store global data that can be accessed by multiple programs.

    • Value table is linked to a domain while pool table is not linked to any specific domain.

    • Example: MARA is a pool table for Material Master data while MARC is a value table for Ma

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with all ABAP areas you worked

Skills evaluated in this interview

Protiviti Interview FAQs

How many rounds are there in Protiviti Techno Functional Consultant interview?
Protiviti interview process usually has 3 rounds. The most common rounds in the Protiviti interview process are Group Discussion, Coding Test and HR.
How to prepare for Protiviti Techno Functional 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 Protiviti. The most common topics and skills that interviewers at Protiviti expect are Communication Skills, EBS, Flexcube, Oracle and Oracle ERP.

Tell us how to improve this page.

Protiviti Techno Functional Consultant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 790 Interviews
ZS Interview Questions
3.4
 • 478 Interviews
BCG Interview Questions
3.8
 • 195 Interviews
Citco Interview Questions
3.1
 • 136 Interviews
Bain & Company Interview Questions
3.8
 • 103 Interviews
Blackrock Interview Questions
3.8
 • 100 Interviews
View all

Protiviti Techno Functional Consultant Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
SAP PPQM Techno functional Consultant - Consultant To Senior Manager

Mumbai,

Bangalore / Bengaluru

+1

5-10 Yrs

Not Disclosed

SAP FICO Techno functional Consultant - Deputy Manager/Manager

Kolkata,

Bangalore / Bengaluru

5-8 Yrs

Not Disclosed

Explore more jobs
Consultant
462 salaries
unlock blur

₹2.9 L/yr - ₹12.5 L/yr

Senior Consultant
453 salaries
unlock blur

₹6.2 L/yr - ₹18 L/yr

Deputy Manager
299 salaries
unlock blur

₹9 L/yr - ₹22.5 L/yr

Manager
171 salaries
unlock blur

₹12 L/yr - ₹28.9 L/yr

Consultant 3
170 salaries
unlock blur

₹5.2 L/yr - ₹13 L/yr

Explore more salaries
Compare Protiviti with

KPMG India

3.5
Compare

Deloitte

3.8
Compare

PwC

3.4
Compare

Ernst & Young

3.4
Compare
Did you find this page helpful?
Yes No
write
Share an Interview