Upload Button Icon Add office photos

Filter interviews by

Hewlett Packard Globalsoft SAP Manager Interview Questions and Answers

Updated 3 Aug 2022

Hewlett Packard Globalsoft SAP Manager Interview Experiences

1 interview found

SAP Manager Interview Questions & Answers

user image Anonymous

posted on 3 Aug 2022

I applied via Walk-in and was interviewed before Aug 2021. There were 3 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 - HR 

(1 Question)

  • Q1. Basic questions about the previous experiences and projects and skills.
Round 3 - Technical 

(1 Question)

  • Q1. Sap Abap, OO Abap, s4 hana, implementation

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was not so tough. Should be aware what have you mentioned in the resume because most of the questions are asked on that.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is the process of the procure-to-pay (P2P) cycle?
  • Ans. 

    The procure-to-pay (P2P) cycle is the process of obtaining goods or services from a supplier and paying for them.

    • 1. Requisition: The process starts with creating a purchase requisition for the required goods or services.

    • 2. Purchase Order: Once the requisition is approved, a purchase order is created and sent to the supplier.

    • 3. Goods Receipt: Upon receiving the goods or services, a goods receipt is recorded in the syste...

  • Answered by AI
  • Q2. What is the process for returning a purchase order (PO)?
  • Ans. 

    The process for returning a purchase order involves creating a return order, specifying the reason for return, and processing the return with the vendor.

    • Create a return order in the system

    • Specify the reason for return (e.g. damaged goods, incorrect quantity)

    • Process the return with the vendor by sending the return order and arranging for pickup or return shipment

  • Answered by AI
  • Q3. What are some examples of different movement types?
  • Ans. 

    Movement types in SAP MM are used to control different goods movements in the system.

    • 101 - Goods receipt for purchase order

    • 261 - Goods issue for an order

    • 601 - Goods issue for delivery

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. What information can be found on a PR screen?
  • Ans. 

    A PR screen in SAP MM contains information related to purchase requisitions.

    • Details of the requested material or service

    • Quantity needed

    • Delivery date required

    • Account assignment details

    • Approval status

    • Source of supply information

  • Answered by AI
  • Q2. What is your understanding of release strategy in project management?
  • Ans. 

    Release strategy in project management involves defining criteria for approving project deliverables or changes.

    • Release strategy determines who has the authority to approve project deliverables or changes.

    • It typically involves setting up a hierarchy of approvers based on certain criteria such as cost, risk, or impact.

    • For example, a release strategy may require approval from a project manager for changes under $10,000, ...

  • Answered by AI
  • Q3. Why is the purchase info record mandatory?
  • Ans. 

    Purchase info record is mandatory for maintaining vendor-specific purchasing data.

    • Maintains vendor-specific purchasing data such as pricing, delivery terms, etc.

    • Helps in ensuring consistency in purchasing decisions and tracking vendor performance.

    • Enables efficient procurement processes by providing relevant information to buyers.

    • Used for automatic determination of conditions during purchase order creation.

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Heritage Institute of Technology, Kolkata and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It includes genral maths, reasoning, english and communication test at shl platform.

Round 2 - Coding Test 

Simple array and string question.

Round 3 - Technical 

(3 Questions)

  • Q1. Write code of palindrome.
  • Ans. 

    Palindrome code checks if a string reads the same forwards and backwards.

    • Create a function that takes a string as input

    • Remove all non-alphanumeric characters and convert to lowercase

    • Compare the string with its reverse to check if it's a palindrome

  • Answered by AI
  • Q2. Sql joins and puzzle questions.
  • Q3. Basic question on c.
Round 4 - HR 

(2 Questions)

  • Q1. What do you know about our company.
  • Ans. 

    SAP is a multinational software corporation that makes enterprise software to manage business operations and customer relations.

    • SAP is a German company founded in 1972.

    • They specialize in enterprise software solutions for various industries.

    • Their products include SAP ERP, SAP HANA, SAP CRM, and more.

    • SAP is known for its cloud-based solutions and digital transformation services.

  • Answered by AI
  • Q2. Are you ready for relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am willing to relocate for the right job opportunity

    • I have experience moving for previous roles

    • I am flexible and adaptable to new environments

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and give answer in precise manner.
do not try to be overconfident.
Improve communication skills.

Skills evaluated in this interview

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

There were 2 easy level DSA questions in this round one of them was to give sum of alternate numbers in the array

Round 2 - Technical 

(4 Questions)

  • Q1. Check whether string is palindrome or not
  • Ans. 

    To check if a string is a palindrome, compare the string with its reverse.

    • Create a function to reverse the input string.

    • Compare the original string with the reversed string to check for palindrome.

    • Example: 'madam' is a palindrome as it reads the same backward and forward.

  • Answered by AI
  • Q2. Reverse linked list
  • Q3. Water jug problem
  • Q4. Swap without using 3rd variable
  • Ans. 

    To swap two variables without using a third variable

    • Use arithmetic operations to swap values

    • Example: a = a + b; b = a - b; a = a - b;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare whatever written in your resume carefully because they will ask questions on them only

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Introduction basic of computer knowledge.

Round 2 - Technical 

(5 Questions)

  • Q1. Experience question sap base question and Prigarming
  • Q2. I'm using sap base marketing department
  • Q3. Contract creation, sale order creation
  • Q4. Using lsp lpp project creation
  • Ans. 

    lsp lpp project creation is a command used in SAP Basis to create a new project

    • lsp lpp is a command used in SAP Basis to manage projects

    • It is used to create a new project in SAP system

    • The project creation process involves defining project parameters and settings

  • Answered by AI
  • Q5. Bq and bid creation

Interview Preparation Tips

Topics to prepare for Bosch SAP Basis Consultant interview:
  • Training
  • Marketing Management
Interview preparation tips for other job seekers - Pls give this Apportunity

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain your current job role
  • Ans. 

    I am responsible for managing the procurement process, vendor relationships, and inventory control within the SAP MM module.

    • Managing purchase orders and ensuring timely delivery of goods

    • Negotiating with vendors to secure favorable terms and pricing

    • Maintaining accurate inventory levels and conducting regular audits

    • Collaborating with other departments to forecast demand and plan procurement strategies

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. All detailed explaination about RICEF concepts and how you manage pressure and work
  • Q2. Explain about technical settings in the data dictionary
  • Ans. 

    Technical settings in the data dictionary are used to define the structure and behavior of database objects in SAP ABAP.

    • Technical settings include attributes like data type, length, and decimal places for fields in database tables.

    • They also include settings for key fields, indexes, and foreign key relationships.

    • Technical settings can be used to enforce data integrity and optimize performance.

    • Examples of technical setti...

  • Answered by AI
  • Q3. Explain interactive report and module pool report
  • Ans. 

    An interactive report is a type of report in SAP ABAP that allows users to interact with the data displayed, while a module pool report is a collection of screens and flow logic used for creating interactive applications.

    • Interactive report: Allows users to interact with the data displayed

    • Module pool report: Collection of screens and flow logic for creating interactive applications

    • Interactive report can have user input ...

  • Answered by AI
  • Q4. What is the requirement you worked in smartforms
  • Ans. 

    Smartforms are used in SAP ABAP development to create and customize forms for printing.

    • Smartforms are a tool in SAP ABAP used to design and generate forms for printing.

    • They provide a graphical interface for designing the layout and content of the form.

    • Smartforms support various output formats such as PDF, HTML, and print.

    • They can be used to create invoices, purchase orders, delivery notes, and other business documents.

    • ...

  • Answered by AI
  • Q5. What all the requirements you worked in enhancements
  • Ans. 

    I have worked on various requirements in enhancements.

    • Implemented custom logic to enhance standard SAP functionality

    • Developed user exits and BAdIs to add additional functionality

    • Enhanced existing reports and forms to meet specific business requirements

    • Integrated external systems with SAP using enhancement techniques

    • Worked on performance enhancements to optimize system performance

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for JD and your resume concepts

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. 1. Where are you from? 2. Why you are interested in this job?
Round 3 - Technical 

(2 Questions)

  • Q1. Thirty minutes technical interview
  • Q2. 1. Introduce yourself 2. Project support experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. E2E PM cycle as per roles

Hewlett Packard Globalsoft Interview FAQs

How many rounds are there in Hewlett Packard Globalsoft SAP Manager interview?
Hewlett Packard Globalsoft interview process usually has 3 rounds. The most common rounds in the Hewlett Packard Globalsoft interview process are Resume Shortlist, HR and Technical.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
View all

Hewlett Packard Globalsoft SAP Manager Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

4.0

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Technical Support Engineer
48 salaries
unlock blur

₹2.5 L/yr - ₹6.2 L/yr

Technology Consultant
38 salaries
unlock blur

₹3.4 L/yr - ₹15.8 L/yr

Technical Consultant
27 salaries
unlock blur

₹5 L/yr - ₹14.1 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹7 L/yr - ₹10.2 L/yr

Software Developer
21 salaries
unlock blur

₹3.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Hewlett Packard Globalsoft with

IBM

4.0
Compare

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

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