Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by HTC Global Services Team. If you also belong to the team, you can get access from here

HTC Global Services Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

HTC Global Services Senior SAP Fico Consultant Interview Questions and Answers

Updated 13 Oct 2023

HTC Global Services Senior SAP Fico Consultant Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed before Oct 2022. 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. APP, house bank, BRS, Asset Accounting.
  • Q2. APP-Payment Methods, What is Asset Accounting. BRS Configuration steps.
  • Ans. 

    APP-Payment Methods, Asset Accounting, BRS Configuration steps

    • APP (Automatic Payment Program) in SAP FICO allows for automatic payment processing based on predefined criteria

    • Asset Accounting in SAP FICO is used to manage and control assets within an organization

    • BRS (Bank Reconciliation Statement) configuration involves setting up bank accounts, defining posting rules, and reconciling bank statements

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. What is Asset Accounting, APP-Payment Methods, BRS-Configuration.FI-MM, FI-SD Configurations.
  • Ans. 

    Asset Accounting involves managing fixed assets, APP-Payment Methods are used for automatic payments, BRS-Configuration is for bank reconciliation, and FI-MM, FI-SD Configurations are integrations with MM and SD modules.

    • Asset Accounting is used to manage fixed assets such as buildings, machinery, and vehicles.

    • APP-Payment Methods are used to define how payments are processed automatically in SAP.

    • BRS-Configuration involv...

  • Answered by AI
  • Q2. APP-Payment Steps
  • Q3. BRS Configuration step
  • Ans. 

    BRS Configuration step involves setting up Bank Reconciliation Statement in SAP FICO module.

    • Define House Bank in SAP

    • Define Bank Sub-Accounts

    • Assign Bank Sub-Accounts to House Bank

    • Configure Automatic Bank Statement Upload

    • Define Posting Rules for Bank Statement Items

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Account payable

Interview Preparation Tips

Interview preparation tips for other job seekers - Account payable
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SAP APP process end to end
  • Ans. 

    SAP APP process involves creating, posting, and clearing vendor invoices in SAP FICO module.

    • Create vendor invoice in SAP

    • Post vendor invoice in SAP

    • Clear vendor invoice in SAP

  • Answered by AI
  • Q2. SAP EBS process end to end
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Whai is recon account?
  • Ans. 

    Recon account is a general ledger account used to reconcile transactions between subledgers and the general ledger.

    • Recon accounts are used to ensure that the balances in subledgers match the corresponding general ledger accounts.

    • They are typically used in SAP FICO to track and reconcile financial transactions.

    • Recon accounts help in identifying and resolving discrepancies between subledger and general ledger balances.

    • Ex...

  • Answered by AI
  • Q2. What is the landscape?
  • Ans. 

    The landscape in SAP refers to the environment in which the system operates, including servers, databases, and other components.

    • The landscape typically includes development, quality assurance, and production environments.

    • Each environment may have multiple servers, databases, and other components.

    • Changes are typically made in the development environment before being moved to quality assurance and then production.

  • Answered by AI

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Naukri.com and was interviewed before Apr 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Techanical question by Panel
  • Q2. Techanical Panel will question job profile related
Round 3 - HR 

(1 Question)

  • Q1. Discussion on CTC expected

Interview Preparation Tips

Interview preparation tips for other job seekers - None.Just need to have good knowledge
Contribute & help others!
anonymous
You can choose to be anonymous

HTC Global Services Interview FAQs

How many rounds are there in HTC Global Services Senior SAP Fico Consultant interview?
HTC Global Services interview process usually has 3 rounds. The most common rounds in the HTC Global Services interview process are Technical and Resume Shortlist.
How to prepare for HTC Global Services Senior SAP Fico 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 HTC Global Services. The most common topics and skills that interviewers at HTC Global Services expect are Accounts Receivable, Architecture, Fixed Asset Accounting, Fixed Assets and Intercompany Accounting.
What are the top questions asked in HTC Global Services Senior SAP Fico Consultant interview?

Some of the top questions asked at the HTC Global Services Senior SAP Fico Consultant interview -

  1. APP-Payment Methods, What is Asset Accounting. BRS Configuration ste...read more
  2. What is Asset Accounting, APP-Payment Methods, BRS-Configuration.FI-MM, FI-SD C...read more
  3. BRS Configuration s...read more

Recently Viewed

PHOTOS

Medanta the Medicity

4 office photos

REVIEWS

V-Guard Industries

No Reviews

INTERVIEWS

Eveready Industries

No Interviews

INTERVIEWS

HTC Global Services

No Interviews

REVIEWS

Hindustan Unilever

No Reviews

JOBS

Hindustan Unilever

No Jobs

JOBS

Hindustan Unilever

No Jobs

REVIEWS

HTC Global Services

No Reviews

JOBS

Hindustan Unilever

No Jobs

REVIEWS

HTC Global Services

No Reviews

Tell us how to improve this page.

HTC Global Services Senior SAP Fico Consultant Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Tesco

Secure your future with a company that values your job stability.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Synechron Interview Questions
3.5
 • 362 Interviews
View all

Fast track your campus placements

View all
Senior Software Engineer
626 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
552 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
518 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
301 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead
282 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HTC Global Services with

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent