Upload Button Icon Add office photos

Filter interviews by

Primus Techsystems Interview Questions, Process, and Tips

Updated 20 Feb 2025

Top Primus Techsystems Interview Questions and Answers

View all 27 questions

Primus Techsystems Interview Experiences

Popular Designations

9 interviews found

SAP Abap Developer Interview Questions & Answers

user image 101_Darshana Pawar

posted on 18 Jun 2024

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

Dependancy on Computer

Round 2 - Technical 

(2 Questions)

  • Q1. Describe brief about BDC
  • Ans. 

    BDC stands for Batch Data Communication. It is a method used in SAP to upload data from external systems into SAP.

    • BDC is used to automate data entry into SAP systems.

    • There are two methods of BDC - Call Transaction and Session Method.

    • BDC is commonly used for mass data uploads like customer master data, vendor master data, etc.

  • Answered by AI
  • Q2. Difference between script and Smartforms
  • Ans. 

    Script is a procedural language used in SAP system for custom developments, while Smartforms are used for creating and formatting business documents.

    • Script is a procedural language used for custom developments in SAP system

    • Smartforms are used for creating and formatting business documents

    • Script is older and less user-friendly compared to Smartforms

    • Smartforms provide more flexibility and design options compared to Scrip

  • Answered by AI

Skills evaluated in this interview

SAP Abap Developer Interview Questions asked at other Companies

Q1. What are the objects generated after TMG is created
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Reasoning question,speed ,ratio and proportion , proffit and loss

Round 2 - HR 

(4 Questions)

  • Q1. Introduce your self
  • Q2. Future plan about your career and after 5yrs tour position
  • Q3. My 1st priority to join your company after 5 yrs i would like see myself at a great position in your company with more experience great knowledge and high skills and be responsive person where i can give ...
  • Q4. I am Ravi kumar . I am 21 yrs old. i have completed my graduation in computer science and engineering from AGC Amritsar punjab. my skills are Cloud Computing and Networking . I am very excited to work with...

Interview Preparation Tips

Interview preparation tips for other job seekers - i need thiis job

Cloud Computing Engineer Interview Questions asked at other Companies

Q1. What is saas in cloud computing?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Module Basic Questions Table MM FI Intigration
  • Q2. Tables All MM Module Accounting entry Special Procurement

Associate Consultant Interview Questions asked at other Companies

Q1. There are 2 cricket teams, A and B, with 11 players each. If every player of team A shakes hands with every player of team B(once), what will be the total number of handshakes?
View answer (15)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response

I applied via Walk-in and was interviewed in Nov 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 

(25 Questions)

  • Q1. 1.What is lock object
  • Ans. 

    A lock object is used in SAP ABAP to control access to shared resources and prevent conflicts.

    • Lock objects are used to ensure data consistency in multi-user environments.

    • They are used to prevent multiple users from simultaneously accessing and modifying the same data.

    • Lock objects can be defined and used in ABAP programs using the ENQUEUE and DEQUEUE statements.

    • They can be used to lock entire tables, specific rows, or e...

  • Answered by AI
  • Q2. 2.what is inheritance and polymorphism and difference between them
  • Ans. 

    Inheritance is a mechanism where a new class is derived from an existing class. Polymorphism is the ability of an object to take on many forms.

    • Inheritance allows the new class to inherit properties and methods of the existing class.

    • Polymorphism allows objects of different classes to be treated as if they belong to a common class.

    • Inheritance is a way to achieve code reusability.

    • Polymorphism can be achieved through metho...

  • Answered by AI
  • Q3. 3.what is difference between include & append structure
  • Ans. 

    Include and append structures are used in SAP ABAP to enhance existing data structures.

    • Include structure is used to add fields from a transparent table or structure to another structure.

    • Append structure is used to add fields to the end of a transparent table or structure.

    • Include structure is used when the added fields are already present in the database table or structure.

    • Append structure is used when the added fields ...

  • Answered by AI
  • Q4. 4.what is smarform and types of windows in smartform
  • Ans. 

    Smarform is a tool in SAP ABAP used for creating and formatting printable forms. There are different types of windows in Smartform.

    • Smarform is a form development tool in SAP ABAP.

    • It is used to create and format printable forms like invoices, purchase orders, etc.

    • Smartforms consist of different elements like windows, pages, and nodes.

    • Windows in Smartforms are used to define the layout and structure of the form.

    • There are...

  • Answered by AI
  • Q5. 5.what is maintaince view.
  • Ans. 

    Maintenance view is a view used to maintain data in database tables.

    • It is used to update, insert or delete data in database tables.

    • It simplifies the maintenance of data by providing a user-friendly interface.

    • It is created using transaction code SM30.

    • It can be used to maintain data in multiple tables at once.

    • It can also be used to restrict access to certain fields or tables.

  • Answered by AI
  • Q6. 6.frequently used BAPI
  • Ans. 

    BAPI_MATERIAL_SAVEDATA is a frequently used BAPI for material master data

    • BAPI_MATERIAL_SAVEDATA is used for creating, updating and deleting material master data

    • BAPI_PO_CREATE1 is used for creating purchase orders

    • BAPI_GOODSMVT_CREATE is used for posting goods movements

    • BAPI_ACC_GL_POSTING_POST is used for posting accounting documents

  • Answered by AI
  • Q7. 7.Types of enhancement
  • Ans. 

    There are three types of enhancements in SAP ABAP: Implicit, Explicit, and Explicit with modification.

    • Implicit enhancement: Adding custom code at predefined points in standard SAP code without modifying it.

    • Explicit enhancement: Adding custom code at predefined points in standard SAP code by modifying it.

    • Explicit enhancement with modification: Adding custom code at any point in standard SAP code by modifying it.

    • Examples...

  • Answered by AI
  • Q8. 8.Difference between TABLE and TEMPLATE
  • Ans. 

    TABLE is a database object that stores data while TEMPLATE is a predefined structure used for creating new objects.

    • TABLE is used to store data in a database while TEMPLATE is used to create new objects based on a predefined structure.

    • TABLE has fields and records while TEMPLATE has placeholders for data.

    • TABLE is used for data storage and retrieval while TEMPLATE is used for object creation and standardization.

    • Example of...

  • Answered by AI
  • Q9. 9.what is constructor and what is destructor
  • Ans. 

    Constructor is a method that is called when an object is created. Destructor is a method that is called when an object is destroyed.

    • Constructor initializes the object's data members and allocates memory for the object.

    • Destructor frees the memory allocated to the object and cleans up any resources used by the object.

    • In ABAP, constructors and destructors are defined using the methods CONSTRUCTOR and DESTRUCTOR respective...

  • Answered by AI
  • Q10. 10. Why we write IF GT_VBAK IS INITIAL statement in for all entries.
  • Ans. 

    The IF GT_VBAK IS INITIAL statement is used to check if the internal table GT_VBAK is empty.

    • The statement is used to avoid processing an empty internal table.

    • It helps in preventing runtime errors when accessing the table.

    • By checking if the internal table is initial, we can handle the empty table scenario gracefully.

    • It is a good practice to use this statement before accessing the internal table.

  • Answered by AI
  • Q11. 11. Classical reports events.
  • Q12. 12. Is INCLUDE executable statement
  • Ans. 

    Yes, INCLUDE is an executable statement in SAP ABAP.

    • INCLUDE statement is used to include a program or a subroutine in another program.

    • It is executed at runtime and the included program or subroutine is executed as part of the main program.

    • INCLUDE statement can be used to modularize the code and improve reusability.

    • Example: INCLUDE [OBJECT ].

Answered by AI
  • Q13. 13. What is BDC & BAPI
  • Ans. 

    BDC is Batch Data Communication used for mass data input. BAPI is Business Application Programming Interface used for accessing SAP data.

    • BDC is used for uploading data from external systems into SAP

    • BAPI is used for accessing SAP data from external systems

    • BDC uses transaction recording and batch input sessions

    • BAPI uses pre-defined function modules

    • BDC is suitable for simple data uploads

    • BAPI is suitable for complex busine...

  • Answered by AI
  • Q14. 14. Types of reports and difference
  • Ans. 

    There are two types of reports in SAP ABAP: classical and interactive.

    • Classical reports are simple and display data in a tabular format.

    • Interactive reports allow users to interact with the data and perform actions like sorting, filtering, and editing.

    • Interactive reports are more complex to develop than classical reports.

    • Examples of classical reports include ALV reports and drill-down reports.

    • Examples of interactive rep

  • Answered by AI
  • Q15. 15. Which function module is used in ALV reports
  • Ans. 

    The function module used in ALV reports is REUSE_ALV_GRID_DISPLAY.

    • REUSE_ALV_GRID_DISPLAY is a function module used to display ALV reports.

    • It takes input parameters like the internal table containing the data to be displayed, field catalog, and layout.

    • It generates a grid display with various features like sorting, filtering, and subtotaling.

    • Example usage: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt...

  • Answered by AI
  • Q16. 16. What if we don't write start of selection event
  • Ans. 

    If start of selection event is not written, the program will not execute any code.

    • Start of selection event is the entry point of an ABAP program.

    • If it is not written, the program will not execute any code.

    • No data will be selected or processed.

    • The program will terminate without any output.

  • Answered by AI
  • Q17. 17. Difference between smartform windows
  • Ans. 

    Smartform windows are used to display data in different formats and layouts.

    • There are three types of windows in Smartforms: Main window, Secondary window, and Global definition window.

    • Main window is the primary window and is mandatory in every Smartform.

    • Secondary windows are optional and can be used to display data in a different format or layout.

    • Global definition windows are used to define global data that can be used...

  • Answered by AI
  • Q18. 18. How can we debug smartform
  • Ans. 

    Debugging smartform can be done using standard debugging techniques.

    • Set a breakpoint in the smartform code

    • Execute the smartform in debug mode

    • Use the debugger to step through the code and analyze variables

    • Use the debugging tools to analyze the form output

    • Check the system log for any errors or warnings

  • Answered by AI
  • Q19. 19. Different types of debugging
  • Ans. 

    Different types of debugging in SAP ABAP

    • Classic Debugger - used for debugging synchronous programs

    • New Debugger - used for debugging asynchronous programs

    • Extended Program Check - used for checking syntax and semantics of programs

    • Runtime Analysis - used for analyzing performance issues

    • SQL Trace - used for analyzing database access issues

  • Answered by AI
  • Q20. 20. What is implicit & explicit enhancements
  • Ans. 

    Implicit enhancements are modifications to standard SAP code without changing the original code. Explicit enhancements are modifications to standard SAP code by adding new code.

    • Implicit enhancements are done using the Enhancement Framework and are implemented using Enhancement Spots and Enhancement Sections.

    • Explicit enhancements are done using the Enhancement Framework and are implemented using Enhancement Points and E...

  • Answered by AI
  • Q21. 21. What is TMG ? Why we use TMG?
  • Ans. 

    TMG stands for Table Maintenance Generator. It is used to create a user interface for maintaining table entries in SAP ABAP.

    • TMG is used to generate a maintenance dialog for table entries.

    • It simplifies the process of creating, modifying, and deleting table entries.

    • TMG provides a standardized user interface with input fields, selection screens, and validation checks.

    • It helps in ensuring data integrity and consistency.

    • TMG...

  • Answered by AI
  • Q22. 22. How many pages can be added within Interactive report
  • Ans. 

    There is no limit to the number of pages that can be added within an interactive report.

    • Interactive reports can have multiple pages based on the user's input.

    • The number of pages is determined by the data being displayed and the user's selection criteria.

    • The report can be designed to display a certain number of records per page.

    • The user can navigate between pages using the page navigation buttons.

    • The number of pages can...

  • Answered by AI
  • Q23. 23. what is pass by value and pass by reference
  • Ans. 

    Pass by value and pass by reference are two different ways of passing arguments to a function or method.

    • Pass by value means that a copy of the argument is passed to the function, so any changes made to the argument within the function do not affect the original value.

    • Pass by reference means that a reference to the argument is passed to the function, so any changes made to the argument within the function will affect th...

  • Answered by AI
  • Q24. 24. what is value table and check table t-code
  • Ans. 

    Value table and check table are used in SAP to maintain data consistency and integrity.

    • Value table is used to maintain domain values for a field in a table.

    • Check table is used to maintain the validity of data entered in a field.

    • T-code SE11 is used to create and maintain tables in SAP.

    • Value table can be assigned to a domain in the data dictionary.

    • Check table can be assigned to a foreign key field in a table.

  • Answered by AI
  • Q25. 25. what is field catalog
  • Ans. 

    Field catalog is a structure that defines the fields of a table or structure.

    • Field catalog is used in ALV reports to define the columns to be displayed.

    • It contains information such as field name, data type, length, and alignment.

    • Field catalog can be created dynamically using the function module 'REUSE_ALV_FIELDCATALOG_MERGE'.

  • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Primus Techsystems SAP Abap Consultant interview:
    • Data Dictionary
    • Alv Reports
    • Smartforms
    • Classical reports
    • BAPIs
    • Bdc
    Interview preparation tips for other job seekers - For freshers interview prepare at DDIC , Reports, Smartform with practical hands-on experience and theory

    Skills evaluated in this interview

    Top Primus Techsystems SAP Abap Consultant Interview Questions and Answers

    Q1. 10. Why we write IF GT_VBAK IS INITIAL statement in for all entries.
    View answer (3)

    SAP Abap Consultant Interview Questions asked at other Companies

    Q1. 1.what is ddic T-code 2. what is package 3.what are objects in se11 3.what is domain and data element 4.steps to create table 5.what are different types of views 5.what is lock objects 6.what is TMG and events in TMG 7.what is autorization ... read more
    View answer (2)

    Primus Techsystems interview questions for popular designations

     Associate Consultant

     (1)

     Cloud Computing Engineer

     (1)

     Hardware & Networking Engineer

     (1)

     SAP Abap Consultant

     (1)

     SAP Abap Developer

     (1)

     SAP SD Consultant

     (1)

     SAP SD Functional Consultant

     (1)

    Interview experience
    3
    Average
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Not Selected

    I applied via Recruitment Consulltant and was interviewed in May 2023. There were 3 interview rounds.

    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
    View all tips
    Round 2 - Aptitude Test 

    My apptitiude test is very hard .and I am getting 45 marks

    Round 3 - One-on-one 

    (2 Questions)

    • Q1. What is your weakness
    • Q2. Plz tell about mi yourself
    • Ans. 

      I am a dedicated SAP SD Consultant with 5 years of experience in implementing and optimizing SAP solutions for clients.

      • 5 years of experience in SAP SD consulting

      • Implemented SAP solutions for multiple clients

      • Optimized processes to improve efficiency and productivity

      • Strong knowledge of SAP SD modules and integration with other modules

      • Excellent communication and problem-solving skills

    • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Primus Techsystems SAP SD Consultant interview:
    • technology
    Interview preparation tips for other job seekers - Plz give me the job

    SAP SD Consultant Interview Questions asked at other Companies

    Q1. How to achieve to different pricing procedure for sales order and billing document , which controls will enable thia
    View answer (6)
    Interview experience
    1
    Bad
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Resume Shortlist 
    Pro Tip by AmbitionBox:
    Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
    View all tips
    Round 2 - Technical 

    (2 Questions)

    • Q1. Hardware Server Printer DSC Porter For All Government
    • Q2. Company Averments Detals

    Interview Preparation Tips

    Interview preparation tips for other job seekers - as per Company Team & ..

    Hardware & Networking Engineer Interview Questions asked at other Companies

    Q1. When internet is not working on a particular system, what is the first troubleshooting steps to be followed?
    View answer (1)

    Jobs at Primus Techsystems

    View all

    SAP PP QM PM Functional Consultant Interview Questions & Answers

    user image Anonymous

    posted on 1 May 2024

    Interview experience
    5
    Excellent
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

    Round 1 - Technical 

    (1 Question)

    • Q1. SAP Conceptual wcw question
    Round 2 - HR 

    (1 Question)

    • Q1. Salary negotiations

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Best ever SAP Gold Partner company only in Pune

    I applied via LinkedIn and was interviewed before Jan 2021. There were 2 interview rounds.

    Round 1 - One-on-one 

    (1 Question)

    • Q1. Generally Questions based on current job responsibilities. Daily activities
    Round 2 - HR 

    (4 Questions)

    • Q1. What are your salary expectations?
    • Q2. Why are you looking for a change?
    • Q3. What are your strengths and weaknesses?
    • Q4. Tell me about yourself.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Good company for freshers. You can get lots of learning from here.
    Be ready to travel all over India
    Technical Growth good, salary range not as per market.
    HR give fake commitments, but Owner is Very good.

    SAP SD Functional Consultant Interview Questions asked at other Companies

    Q1. What is the basic difference between SAP ECC and SAP S/4 HANA
    View answer (2)

    BD Manager Interview Questions & Answers

    user image Anonymous

    posted on 3 Nov 2024

    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    4-6 weeks
    Result
    Selected Selected
    Round 1 - One-on-one 

    (2 Questions)

    • Q1. What are your past company achievements in your domain?
    • Q2. What suggestions do you have for your past employer?

    BD Manager Interview Questions asked at other Companies

    Q1. How many clients you are handling?
    View answer (1)

    Interview questions from similar companies

    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Naukri.com and was interviewed in Dec 2024. There were 4 interview rounds.

    Round 1 - Coding Test 

    Basic JavaScript output-based questions were presented in the form of multiple-choice questions (MCQs).

    Round 2 - Technical 

    (3 Questions)

    • Q1. What is custom diractives in Angular
    • Ans. 

      Custom directives in Angular allow you to create reusable components with custom behavior.

      • Custom directives are used to extend the functionality of HTML elements in Angular.

      • They can be used to create reusable components with custom behavior.

      • Directives are markers on a DOM element that tell Angular to attach a specified behavior to that DOM element or even transform the DOM element and its children.

      • Examples include crea...

    • Answered by AI
    • Q2. What is pipes in Angular
    • Ans. 

      Pipes in Angular are used for transforming data in templates.

      • Pipes are used to format data before displaying it in the view.

      • They can be used to filter, sort, or transform data in various ways.

      • Examples include currency, date, uppercase, and lowercase pipes.

    • Answered by AI
    • Q3. What is interceptor in Angular
    • Ans. 

      An interceptor in Angular is a service that can be used to intercept and modify HTTP requests and responses.

      • Interceptors can be used to add headers, modify requests, handle errors, etc.

      • They are implemented as classes that implement the HttpInterceptor interface.

      • Interceptors are added to the HttpClientModule providers array in the app module.

      • Example: LoggingInterceptor implements HttpInterceptor to log all HTTP requests

    • Answered by AI
    Round 3 - One-on-one 

    (2 Questions)

    • Q1. Do you know writing Unit test case?
    • Ans. 

      Yes, I am familiar with writing unit test cases to ensure code quality and functionality.

      • I have experience writing unit test cases using testing frameworks like JUnit, NUnit, or pytest.

      • I understand the importance of writing testable code and creating comprehensive test suites.

      • I can write test cases to cover different scenarios, including edge cases and boundary conditions.

      • I know how to use mocking frameworks like Mocki...

    • Answered by AI
    • Q2. What state management library do you have used?
    • Ans. 

      I have used Redux for state management in my previous projects.

      • Redux is a predictable state container for JavaScript apps.

      • It helps in managing the state of the application in a single immutable state tree.

      • Actions are dispatched to update the state and components can subscribe to changes.

      • Selectors can be used to efficiently extract data from the state tree.

      • Middleware can be added to handle asynchronous actions.

      • Example:

    • Answered by AI
    Round 4 - HR 

    (2 Questions)

    • Q1. What is your expected Salary?
    • Ans. 

      My expected salary is based on my experience, skills, and the market rate for Software Development Engineers.

      • Research the average salary for Software Development Engineers in the specific location and industry

      • Consider your years of experience and level of expertise

      • Factor in any additional benefits or perks offered by the company

      • Be prepared to negotiate based on the job responsibilities and requirements

    • Answered by AI
    • Q2. How soon would you be able to join if you receive the offer letter today?
    • Ans. 

      I can join within 2 weeks of receiving the offer letter.

      • I can start within 2 weeks of receiving the offer letter.

      • I need to give notice at my current job before starting.

      • I may need to relocate, which could affect my start date.

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - No work from home opportunity. No AI access due to security reasons. Appraisal is very less

    Primus Techsystems Interview FAQs

    How many rounds are there in Primus Techsystems interview?
    Primus Techsystems interview process usually has 2 rounds. The most common rounds in the Primus Techsystems interview process are Technical, Resume Shortlist and HR.
    How to prepare for Primus Techsystems 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 Primus Techsystems. The most common topics and skills that interviewers at Primus Techsystems expect are Counselling, Student Counseling, Admission Counselling, Convincing Power and Communication Skills.
    What are the top questions asked in Primus Techsystems interview?

    Some of the top questions asked at the Primus Techsystems interview -

    1. 10. Why we write IF GT_VBAK IS INITIAL statement in for all entri...read more
    2. 3.what is difference between include & append struct...read more
    3. 16. What if we don't write start of selection ev...read more

    Tell us how to improve this page.

    Primus Techsystems Interview Process

    based on 6 interviews

    Interview experience

    3.3
      
    Average
    View more

    Interview Questions from Similar Companies

    TCS Interview Questions
    3.7
     • 10.4k Interviews
    Infosys Interview Questions
    3.6
     • 7.6k Interviews
    Wipro Interview Questions
    3.7
     • 5.6k Interviews
    Tech Mahindra Interview Questions
    3.5
     • 3.8k Interviews
    HCLTech Interview Questions
    3.5
     • 3.8k Interviews
    LTIMindtree Interview Questions
    3.8
     • 3k Interviews
    Mphasis Interview Questions
    3.4
     • 806 Interviews
    Hexaware Technologies Interview Questions
    3.6
     • 722 Interviews
    Persistent Systems Interview Questions
    3.5
     • 611 Interviews
    L&T Technology Services Interview Questions
    3.3
     • 531 Interviews
    View all

    Primus Techsystems Reviews and Ratings

    based on 133 reviews

    3.5/5

    Rating in categories

    3.7

    Skill development

    3.3

    Work-life balance

    2.8

    Salary

    3.4

    Job security

    3.3

    Company culture

    3.0

    Promotions

    3.3

    Work satisfaction

    Explore 133 Reviews and Ratings
    SAP CO Trainer

    Bangalore / Bengaluru

    5-8 Yrs

    Not Disclosed

    Sap SD Trainer

    Bangalore / Bengaluru

    5-8 Yrs

    Not Disclosed

    Sdk Developer

    Pune

    2-4 Yrs

    Not Disclosed

    Explore more jobs
    SAP Abap Consultant
    91 salaries
    unlock blur

    â‚ą2.5 L/yr - â‚ą6.5 L/yr

    SAP MM Consultant
    80 salaries
    unlock blur

    â‚ą2.5 L/yr - â‚ą8 L/yr

    SAP SD Consultant
    64 salaries
    unlock blur

    â‚ą2.6 L/yr - â‚ą6.5 L/yr

    Associate Consultant
    57 salaries
    unlock blur

    â‚ą2.5 L/yr - â‚ą8 L/yr

    SAP Fico Consultant
    46 salaries
    unlock blur

    â‚ą3 L/yr - â‚ą9.9 L/yr

    Explore more salaries
    Compare Primus Techsystems with

    TCS

    3.7
    Compare

    Infosys

    3.6
    Compare

    Wipro

    3.7
    Compare

    HCLTech

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