Upload Button Icon Add office photos

Filter interviews by

Slp Technologies Interview Questions, Process, and Tips

Updated 29 Jul 2023

Top Slp Technologies Interview Questions and Answers

View all 6 questions

Slp Technologies Interview Experiences

Popular Designations

4 interviews found

I applied via Naukri.com and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. Explain obyc settings
  • Ans. 

    OBYC settings are used to define the GL accounts for various transactions in SAP MM module.

    • OBYC settings are used to map the transaction keys to GL accounts.

    • These settings are maintained in transaction code OBYC.

    • There are different OBYC settings for different types of transactions such as goods receipt, invoice receipt, etc.

    • Each transaction key is mapped to a combination of valuation class and GL account.

    • For example, t...

  • Answered by AI
  • Q2. Two and three way matching concepts
  • Q3. How to measure scale in purchasing order
  • Ans. 

    Scale in purchasing order can be measured by the quantity of items ordered and the total cost of the order.

    • The quantity of items ordered can be used to measure scale in purchasing order.

    • The total cost of the order can also be used to measure scale in purchasing order.

    • Other factors such as the frequency of orders and the number of suppliers can also be considered.

    • For example, if a company orders 1000 units of a product ...

  • Answered by AI
  • Q4. Explain types of test
  • Ans. 

    Types of test include unit, integration, system, acceptance, regression, performance, and security testing.

    • Unit testing: testing individual components of the software

    • Integration testing: testing how different components work together

    • System testing: testing the entire system as a whole

    • Acceptance testing: testing to ensure the software meets the requirements of the stakeholders

    • Regression testing: testing to ensure change...

  • Answered by AI
  • Q5. How to solve idoc related issues
  • Ans. 

    To solve IDoc related issues, follow these steps:

    • Check the IDoc status in transaction WE02 or WE05

    • Analyze the error message in transaction WE19

    • Check the partner profile settings in transaction WE20

    • Check the IDoc processing settings in transaction BD64

    • Check the RFC destination settings in transaction SM59

    • Check the user authorization in transaction SU01

    • Check the IDoc segment definition in transaction WE31

  • Answered by AI
  • Q6. Explain P2P and O2c cycle
  • Ans. 

    P2P and O2C are two important cycles in SAP MM. P2P refers to Procure-to-Pay and O2C refers to Order-to-Cash.

    • P2P cycle involves procurement of goods and services from external vendors

    • O2C cycle involves sales of goods and services to customers

    • P2P cycle includes steps like purchase requisition, purchase order, goods receipt, and invoice verification

    • O2C cycle includes steps like sales order, delivery, billing, and payment...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Slp Technologies SAP MM Consultant interview:
  • P2P
  • O2C
  • Info records
  • Mm configuration
Interview preparation tips for other job seekers - Practice is a very important not only single currency we are comparing multiple currency.

Skills evaluated in this interview

SAP MM Consultant Interview Questions asked at other Companies

Q1. What is FDS , did you create and if create tell me the requirement?
View answer (5)

VBA Developer Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2022

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

(1 Question)

  • Q1. Why stringreverse possible only in macro?
  • Ans. 

    String reverse is possible in VBA macros because VBA provides built-in functions and methods to manipulate strings.

    • VBA macros have access to the VBA string manipulation functions like Mid, Left, Right, and Len.

    • VBA macros can use loops and conditional statements to reverse a string character by character.

    • VBA macros can also utilize the Split function to split a string into an array of characters and then reverse the arr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and Make project has successful

Skills evaluated in this interview

VBA Developer Interview Questions asked at other Companies

Q1. Q) Difference between procurer and function ? A) procurer := Does not retunes value to user Function := Retunes the value to the user Q) Option explicit ? A) To declarer the variable at module level mandatory Q) Project explanation A) what ... read more
View answer (1)

I applied via Company Website and was interviewed in Mar 2022. There were 2 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 - Coding Test 

T codes in sap

Interview Preparation Tips

Interview preparation tips for other job seekers - Journal processing and review
Bank reconciliation
Balance sheet reconciliation
Inter company reconciliation

SAP Basis Consultant Interview Questions asked at other Companies

Q1. A user is not able to login to the SAP System and the Splash screen is going on and on. What would be your approach?
View answer (4)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 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 tips
Round 2 - HR 

(1 Question)

  • Q1. About myself and my experience mostly.
Round 3 - SAP Round 

(1 Question)

  • Q1. P2P cycle, Material flow, Past experience, SAP implementation

SAP MM Consultant Interview Questions asked at other Companies

Q1. What is FDS , did you create and if create tell me the requirement?
View answer (5)

Slp Technologies interview questions for popular designations

 SAP MM Consultant

 (2)

 SAP Basis Consultant

 (1)

 VBA Developer

 (1)

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Education
  • Q2. Work experience

I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

I applied via Approached by company and was interviewed in Aug 2021. There were 2 interview rounds.

Round 1 - Case Study 

Quant focussed Case Study (be prepared for calculations)

Round 2 - HR 

(1 Question)

  • Q1. Why are you looking for a change?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be quick and accurate with calculations

Interview Questionnaire 

4 Questions

  • Q1. Why we hair you
  • Q2. How much salary u can expect
  • Q3. Know about your self
  • Q4. What is your strength

Interview Questionnaire 

1 Question

  • Q1. Relates to project & last company experience

Slp Technologies Interview FAQs

How many rounds are there in Slp Technologies interview?
Slp Technologies interview process usually has 2 rounds. The most common rounds in the Slp Technologies interview process are Resume Shortlist, Technical and Coding Test.
What are the top questions asked in Slp Technologies interview?

Some of the top questions asked at the Slp Technologies interview -

  1. How to measure scale in purchasing or...read more
  2. How to solve idoc related iss...read more
  3. Why stringreverse possible only in mac...read more

Tell us how to improve this page.

Slp Technologies Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all

Slp Technologies Reviews and Ratings

based on 53 reviews

4.4/5

Rating in categories

4.5

Skill development

4.4

Work-life balance

4.4

Salary

4.4

Job security

4.6

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 53 Reviews and Ratings
Software Engineer
104 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Softwaretest Engineer
77 salaries
unlock blur

₹2.2 L/yr - ₹6.8 L/yr

Devops Engineer
52 salaries
unlock blur

₹3.7 L/yr - ₹7.2 L/yr

Software Developer
48 salaries
unlock blur

₹3 L/yr - ₹9.8 L/yr

Test Engineer
28 salaries
unlock blur

₹3.2 L/yr - ₹7.6 L/yr

Explore more salaries
Compare Slp Technologies with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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