Premium Employer

i

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

HCLTech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

HCLTech SAP Basis Consultant Interview Questions and Answers

Updated 19 Jun 2024

HCLTech SAP Basis Consultant Interview Experiences

2 interviews found

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 Apr 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Explain the STMS configuration steps
  • Ans. 

    STMS configuration steps involve setting up transport routes, systems, and groups in SAP system landscape.

    • Create transport domain using STMS transaction

    • Define transport routes between systems

    • Assign systems to transport groups

    • Configure transport layers for systems

    • Set up transport directory and buffer directories

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Expected Salary

Skills evaluated in this interview

SAP Basis Consultant Interview Questions & Answers

user image Ayush Srivastava

posted on 19 Jun 2024

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

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

Round 1 - Technical 

(1 Question)

  • Q1. What is dispatcher
  • Ans. 

    Dispatcher is a component in SAP system responsible for managing and distributing work processes.

    • Manages and distributes work processes in SAP system

    • Controls the flow of requests from users to available work processes

    • Helps in load balancing and optimizing system performance

  • Answered by AI

Skills evaluated in this interview

SAP Basis Consultant Interview Questions Asked at Other Companies

Q1. A user is not able to login to the SAP System and the Splash scre ... read more
asked in TCS
Q2. What are the types of work processes are there in SAP?
asked in TCS
Q3. What is the difference between support package, kernel and SAP no ... read more
Q4. What is the Difference between Migrating with SUM DMO and SWPM Mi ... read more
Q5. Can the SUM tool be reset during an error faced in the Downtime?

Interview questions from similar companies

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 May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an good experience

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

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 Campus Placement and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.Describe a situation where you have taken a quick decision and failed, and a situation where you succeeded. 2. What is a skill you have tried to achieve but failed? 3. Describe a decision you have taken ...

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Always try to take risk in small problems . When you face the consequences, you would be able to tackle bigger problems.
2. Every skill you learn, even if you didn't excel in it is not to be considered a waste of time/failure, you learn something simply by participating.

I applied via Naukri.com and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Spring container and beans
  • Q2. Annotations used in Springboot
  • Ans. 

    Annotations are used in Springboot to simplify configuration and reduce boilerplate code.

    • Annotations are used to define the behavior of Spring components

    • They can be used to define the scope of a bean, inject dependencies, and handle exceptions

    • Some commonly used annotations include @Component, @Autowired, and @ExceptionHandler

  • Answered by AI
  • Q3. Java 8 New Features and explanation
  • Ans. 

    Java 8 introduced several new features including lambda expressions, streams, and default methods.

    • Lambda expressions allow for functional programming and simplify code.

    • Streams provide a way to process collections of data in a functional style.

    • Default methods allow for adding new methods to interfaces without breaking existing implementations.

    • Other features include the Optional class, Date and Time API, and Nashorn Java

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What is your expected package

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the topics thoroughly with working examples. Theoretical knowledge is not enough to really grasp the concepts.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

HCLTech Interview FAQs

How many rounds are there in HCLTech SAP Basis Consultant interview?
HCLTech interview process usually has 1-2 rounds. The most common rounds in the HCLTech interview process are One-on-one Round, HR and Technical.
How to prepare for HCLTech SAP Basis 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 HCLTech. The most common topics and skills that interviewers at HCLTech expect are SAP Basis, Hana, Consulting, Interviewing and Kernel.
What are the top questions asked in HCLTech SAP Basis Consultant interview?

Some of the top questions asked at the HCLTech SAP Basis Consultant interview -

  1. Explain the STMS configuration st...read more
  2. what is dispatc...read more

Recently Viewed

INTERVIEWS

Capgemini

No Interviews

INTERVIEWS

IDFC FIRST Bank

No Interviews

JOBS

Axiscades

No Jobs

JOBS

Axiscades

No Jobs

INTERVIEWS

Capgemini

No Interviews

INTERVIEWS

Axis Bank

No Interviews

DESIGNATION

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

Cognizant

No Interviews

INTERVIEWS

Accenture

80 top interview questions

Tell us how to improve this page.

HCLTech SAP Basis Consultant Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
Join HCLTech Find your spark and discover what drives you forward
HCLTech SAP Basis Consultant Salary
based on 456 salaries
₹4 L/yr - ₹14.5 L/yr
15% more than the average SAP Basis Consultant Salary in India
View more details

HCLTech SAP Basis Consultant Reviews and Ratings

based on 41 reviews

3.9/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.1

Salary

4.0

Job security

3.6

Company culture

2.7

Promotions

3.5

Work satisfaction

Explore 41 Reviews and Ratings
Software Engineer
23.3k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
21.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
15.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
14.9k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
14.4k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HCLTech with

TCS

3.7
Compare

Wipro

3.7
Compare

Accenture

3.8
Compare

Cognizant

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