Upload Button Icon Add office photos
Engaged Employer

i

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

SAVIC Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

SAVIC Technologies Human Resources Officer Interview Questions and Answers

Updated 10 Dec 2022

SAVIC Technologies Human Resources Officer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed before Dec 2021. 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 Resume tips
Round 2 - Technical 

(5 Questions)

  • Q1. Explain what is HRM?
  • Ans. 

    HRM stands for Human Resource Management, which is the process of managing an organization's employees.

    • HRM involves recruiting, hiring, training, and developing employees.

    • It also includes managing employee benefits, compensation, and performance.

    • HRM is important for creating a positive work environment and ensuring legal compliance.

    • Examples of HRM tasks include conducting job interviews, creating employee training prog...

  • Answered by AI
  • Q2. What are your weakness, strength
  • Q3. Have you done any employee engagement activities
  • Q4. What is educational background
  • Ans. 

    Educational background refers to a person's academic qualifications and achievements.

    • It includes degrees, diplomas, certificates, and other educational credentials.

    • It also includes the institutions attended and the fields of study.

    • For example, a person with a Bachelor's degree in Business Administration from Harvard University has an educational background that includes a degree in Business Administration from Harvard.

    • ...

  • Answered by AI
  • Q5. What is interests you apart from your job

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared nothing to worry about...i just had one round you may get several rounds depending upon the job specification

Interview questions from similar companies

I applied via Company Website and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous experience, output for the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Very positive environment and specific to the point
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Sep 2023.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Types of views in DDIC , Tables
  • Ans. 

    Types of views in DDIC include database views, projection views, maintenance views, and help views.

    • Database views are used to combine data from multiple tables into a single virtual table.

    • Projection views are used to display a subset of fields from a table.

    • Maintenance views are used for data maintenance and can be used to update multiple tables at once.

    • Help views are used to provide additional information or documentat

  • Answered by AI
  • Q2. Events in Report
  • Ans. 

    Events in Report

    • Events in ABAP reports are used to trigger specific actions based on user interactions or system events

    • Examples of events include AT LINE-SELECTION, AT USER-COMMAND, INITIALIZATION, etc.

    • Events can be used to control the flow of the report and enhance user experience

  • Answered by AI
Round 1 - Technical 

(2 Questions)

  • Q1. Sap abap
  • Q2. Lsmw, badi,enhacement,reports, smartform

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more than neccessary and then jump on the occean.

I applied via Wipro Carrers and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. I'm a Sr Consultant with 9 + Year of Experience so questions were more on scenario specific and were on projects i have mentioned in my profile
  • Q2. Questions were on Enhancements, BADI's & User Exits
  • Q3. Questions were asked on Upgrade activities which i've done (i.e SPAU , SPDD & SPAU_ENH)

Interview Preparation Tips

Interview preparation tips for other job seekers - Please make sure you can explain details mentioned in you profile with actual business scenario which will change Interviewers view towards you.

I applied via LinkedIn and was interviewed before Nov 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. What is a singleton class
  • Ans. 

    A singleton class is a class that can only be instantiated once in a program.

    • It has a private constructor to prevent multiple instances.

    • It provides a global point of access to its instance.

    • It is often used for managing resources that should only have one instance.

    • Example: Database connection class, Configuration class.

  • Answered by AI
  • Q2. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overloading and method overriding.

    • Example: A parent class Animal can have child classes like Dog, Cat, and Bird. Each child class can have its own implementation of the method 'makeSound', but they can all be called using the same met...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you
  • Q2. Why are you changing job

Interview Preparation Tips

Interview preparation tips for other job seekers - Just remember the basics and you should be fine.
But most projects are support

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Technical 

(12 Questions)

  • Q1. What exact code to be written when there are two field in selection screen if one field is filled the display second field and in which event it need to be written.
  • Ans. 

    Use AT SELECTION-SCREEN OUTPUT event to display second field based on first field input.

    • Use AT SELECTION-SCREEN OUTPUT event to check if first field is filled.

    • If first field is filled, display the second field using the statement 'SET PF-STATUS'.

    • Example: AT SELECTION-SCREEN OUTPUT. IF sy-abcde = 'X'. SET PF-STATUS 'SECOND_FIELD'. ENDIF.

  • Answered by AI
  • Q2. Name the events in reporting and explain their uses?
  • Ans. 

    Events in reporting include initialization, start-of-selection, end-of-selection, top-of-page, end-of-page, and top-of-logical-page.

    • Initialization event is used to initialize variables and set initial values.

    • Start-of-selection event is used to fetch data from the database and perform calculations.

    • End-of-selection event is used to display the final output of the report.

    • Top-of-page event is used to display headers at the...

  • Answered by AI
  • Q3. While creating BADI implementation, what will get created Class method or interface explain? steps to implement BADI . name the BADI you have implemented.
  • Ans. 

    When creating BADI implementation, a class method is created. Steps include creating a class implementing the BADI interface and implementing the required methods.

    • Create a class implementing the BADI interface

    • Implement the required methods in the class

    • Activate the BADI implementation in the system

  • Answered by AI
  • Q4. What is CDS view, step to create, how CDS views can be used to display ALV ?
  • Ans. 

    CDS view is a virtual database table in SAP ABAP used for defining complex views. It can be used to display ALV.

    • CDS view is defined using ABAP Development Tools (ADT) in Eclipse.

    • Steps to create CDS view: Define view, define associations, define annotations.

    • CDS views can be used to display ALV by creating a custom ALV grid using the CDS view as the data source.

  • Answered by AI
  • Q5. Suppose TMG is generated and you have added one field and that field is not reflecting what will you do? and name the TMG events.
  • Ans. 

    If a field added to a TMG is not reflecting, check if the field is properly defined in the TMG structure and events are triggered correctly.

    • Check if the field is properly added to the TMG structure using SE11 or SE54.

    • Ensure that the events like INITIALIZATION, AT SELECTION-SCREEN, AT SELECTION-SCREEN OUTPUT, etc., are triggered correctly.

    • Debug the TMG program to see if the field value is being populated and displayed a

  • Answered by AI
  • Q6. Difference between Class and interface and Why oops ABAP is preferred?
  • Ans. 

    Classes are blueprints for objects with attributes and methods, while interfaces define a contract for classes to implement. ABAP is preferred for OOP due to its robustness and flexibility.

    • Classes are used to create objects with attributes and methods, while interfaces define a contract for classes to implement.

    • Classes can be instantiated to create objects, while interfaces cannot be instantiated.

    • ABAP is preferred for ...

  • Answered by AI
  • Q7. How will you integrate S/4 Hana and SAP Ariba? What are the way you can?
  • Ans. 

    Integrating S/4 Hana and SAP Ariba involves using SAP Cloud Platform Integration and SAP Ariba Network.

    • Use SAP Cloud Platform Integration to connect S/4 Hana and SAP Ariba

    • Leverage SAP Ariba Network for seamless integration and collaboration

    • Utilize standard integration content provided by SAP for faster implementation

    • Customize integration based on specific business requirements

    • Ensure data consistency and security during

  • Answered by AI
  • Q8. What is IDoc? what are the steps use to create field segment in IDOC? suppose you encountered how will you reprocess?
  • Ans. 

    IDoc is a data container used to exchange information between SAP systems or between an SAP system and an external system.

    • IDoc stands for Intermediate Document.

    • To create a field segment in IDoc, you need to define the segment structure in the IDoc definition using transaction WE31.

    • For reprocessing, you can use transaction BD87 to reprocess IDocs that have failed during processing.

  • Answered by AI
  • Q9. How may types of Transport request are there in SAP? which will be created during report creation? How SO10 objects are transported?
  • Ans. 

    There are three types of transport requests in SAP: Workbench request, Customizing request, and Transport of Copies.

    • Workbench request is created for ABAP development objects like programs, function modules, etc.

    • Customizing request is created for customizing objects like table entries, screen modifications, etc.

    • Transport of Copies request is created for transporting copies of objects from one system to another.

    • SO10 obje...

  • Answered by AI
  • Q10. How will you load image in Adobe form? How will you convert and Adobe form into Spanish or any other language?
  • Ans. 

    To load an image in Adobe form, use the 'Graphic' UI element. To convert an Adobe form into another language, use translation tools like SE63.

    • To load an image in Adobe form, use the 'Graphic' UI element and specify the image path.

    • For language conversion, use translation tools like SE63 to translate the text elements of the form into the desired language.

    • Make sure to maintain language-specific text elements for differen

  • Answered by AI
  • Q11. How to make any parameter or field mandatory? Ans: Obligatory
  • Ans. 

    Use the 'Obligatory' keyword to make a parameter or field mandatory in SAP ABAP.

    • Add 'Obligatory' keyword in the parameter declaration to make it mandatory

    • If the mandatory parameter is not filled, an error message will be displayed

    • Example: DATA lv_name TYPE string OBLIGATORY.

  • Answered by AI
  • Q12. Have you worked on indexes, i.e. , secondary indexes, how will you fetch value using secondary index in select query?
  • Ans. 

    Yes, I have worked on secondary indexes in SAP ABAP.

    • Secondary indexes are created to improve the performance of select queries by allowing faster access to data.

    • To fetch values using a secondary index in a select query, you can use the addition 'USING INDEX' followed by the name of the secondary index.

    • For example, SELECT * FROM table_name USING INDEX index_name WHERE condition.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No response after interview have given 80% correct. I have added Ariba as well i am not adding Ariba question. Prepare deep for the interview.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Nov 2022. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is switch framework ?
  • Ans. 

    Switch framework is a feature in SAP ABAP that allows for dynamic selection of code blocks based on a given condition.

    • Switch framework is used to simplify complex decision-making processes in ABAP programming.

    • It allows for the execution of different code blocks based on the value of a variable or expression.

    • The switch statement is used to define multiple cases, each representing a different code block to be executed.

    • Th...

  • Answered by AI
  • Q2. An alternative for For all entries in Select query?
  • Ans. 

    Alternative for For all entries in Select query

    • Inner join

    • Subquery

    • Using IN operator

    • Using EXISTS operator

  • Answered by AI
  • Q3. What are the events of report?
  • Ans. 

    Events in SAP ABAP reports are predefined points in the program where specific actions can be triggered.

    • Events are used to control the flow of execution in a report program.

    • There are four types of events in SAP ABAP reports: initialization, start-of-selection, end-of-selection, and top-of-page.

    • Initialization event is used to initialize variables and perform other setup tasks.

    • Start-of-selection event is triggered when t...

  • Answered by AI
  • Q4. Can we single use badi for multiple implementations
  • Ans. 

    Yes, a single BAdI can have multiple implementations.

    • A BAdI (Business Add-In) is a mechanism in SAP ABAP that allows you to add custom functionality to standard SAP programs.

    • A BAdI can have multiple implementations, which are separate pieces of code that enhance or modify the behavior of the standard program.

    • Each implementation is assigned a unique filter value, which determines when it is called during program executi...

  • Answered by AI
  • Q5. What are the steps to add fields in XML forms
  • Ans. 

    To add fields in XML forms, follow these steps.

    • Open the XML form in the design view

    • Select the field where you want to add a new field

    • Right-click and select 'Insert Field'

    • Enter the field name and data type

    • Save the form

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in yourself and listen the interviewer

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Parallel cursor
  • Q2. Enhancement point vs enhancement section
  • Ans. 

    Enhancement point is a specific point in a program where enhancements can be added, while enhancement section is a predefined section where enhancements can be added.

    • Enhancement point is a specific location in a program where custom enhancements can be added.

    • Enhancement section is a predefined section in a program where custom enhancements can be added.

    • Enhancement point allows for more flexibility in adding enhancement...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Why do you want to switch
  • Ans. 

    I want to switch to explore new opportunities and challenges in the SAP Abap field.

    • Seeking career growth and development

    • Interested in working with new technologies and tools

    • Looking for a change in work environment or company culture

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

I applied via LinkedIn and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About myself and my experience
Contribute & help others!
anonymous
You can choose to be anonymous

SAVIC Technologies Interview FAQs

How many rounds are there in SAVIC Technologies Human Resources Officer interview?
SAVIC Technologies interview process usually has 2 rounds. The most common rounds in the SAVIC Technologies interview process are Resume Shortlist and Technical.
What are the top questions asked in SAVIC Technologies Human Resources Officer interview?

Some of the top questions asked at the SAVIC Technologies Human Resources Officer interview -

  1. Explain what is H...read more
  2. What is educational backgro...read more

Recently Viewed

INTERVIEWS

IndianOil Adani Ventures

No Interviews

INTERVIEWS

SAVIC Technologies

No Interviews

INTERVIEWS

Prodapt

No Interviews

INTERVIEWS

IndianOil Adani Ventures

No Interviews

INTERVIEWS

IndianOil Adani Ventures

No Interviews

INTERVIEWS

Bondada Engineering

No Interviews

INTERVIEWS

Riktam Technologies

No Interviews

INTERVIEWS

Bondada Engineering

No Interviews

INTERVIEWS

Prodapt

No Interviews

INTERVIEWS

Dolphin Offshore Enterprises (I)

No Interviews

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k 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
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
View all
Associate Consultant
83 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SAP Fico Consultant
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SAP Abap Consultant
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate SAP MM Consultant
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

SAP MM Consultant
32 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare SAVIC Technologies 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