SAP ABAP F2F FRESHER Interview Questions asked at ACCENTURE INDIA
SAP ABAP face 2 face INTERVIEW QUESTIONS AT ACCENTURE [REPEATEDLY ASKED QUESTIONS] :
Questions on topics what you have mentioned in your Resume/CV.So prepare your Resume/CV well according to what you know exactly or perfectly.
I am posting some repeatedly asked questions:
Question1:Tell me about yourself.
Question2:What are the SAP ABAP topics in which you are good at ?
Questions on topics what you have mentioned in your Resume/CV.So prepare your Resume/CV well according to what you know exactly or perfectly.
I am posting some repeatedly asked questions:
Question1:Tell me about yourself.
Question2:What are the SAP ABAP topics in which you are good at ?
BASICS :
Question3:What is an SAP?
Question4:What is an ABAP?
Question5:What is an executable program? explain in detail?
Question6:What is an SAP Net weaver ? what are its types? explain in detail?
Question7:What are the types of layers/levels in ABAP ?
Question8:What are the different types of Work process ? and explain in detail ?
Question9:Different types of lock mode ? and explain in detail ?
Question10:What is meant by SAP System landscape? explain in detail?
Question11:What are data types ? what are its types? explain in detail?
Question12:What are data objects ? what are its types? explain in detail?
Modularization techniques:
Question13:What is modularization ? what are its advantages ? and its type ?
Question14:What is subroutine ? and its type ?
Question15:What are the ways to pass the parameters? explain in detail?
Question16:Can we call subroutine without defining it ? say yes or no ? if yes ..how ?
Question17:What are function modules ? why we use it ?
Question18:What are the types of function module? explain in detail?
Question19:Difference between Subroutine and function module?
Question20:What are the types of parameters? explain in detail?
Complex DATA Objects(Structure and internal table):
Question21:What is a structure? explain in detail ?
Question22:What is an internal table ? types of internal table ?
Question23:What are the operations of internal table ?
Question24:Difference between Clear, refresh and free operations of an internal table ?
Question25:Difference between Internal table and structure?
Question26:Difference between Include and append operations of an internal table?
Question27:Difference between Select ,sort and read operations of an internal table?
Question28:How will you delete orchange particular records in a table?
DATA Dictionary:
Question3:What is an SAP?
Question4:What is an ABAP?
Question5:What is an executable program? explain in detail?
Question6:What is an SAP Net weaver ? what are its types? explain in detail?
Question7:What are the types of layers/levels in ABAP ?
Question8:What are the different types of Work process ? and explain in detail ?
Question9:Different types of lock mode ? and explain in detail ?
Question10:What is meant by SAP System landscape? explain in detail?
Question11:What are data types ? what are its types? explain in detail?
Question12:What are data objects ? what are its types? explain in detail?
Modularization techniques:
Question13:What is modularization ? what are its advantages ? and its type ?
Question14:What is subroutine ? and its type ?
Question15:What are the ways to pass the parameters? explain in detail?
Question16:Can we call subroutine without defining it ? say yes or no ? if yes ..how ?
Question17:What are function modules ? why we use it ?
Question18:What are the types of function module? explain in detail?
Question19:Difference between Subroutine and function module?
Question20:What are the types of parameters? explain in detail?
Complex DATA Objects(Structure and internal table):
Question21:What is a structure? explain in detail ?
Question22:What is an internal table ? types of internal table ?
Question23:What are the operations of internal table ?
Question24:Difference between Clear, refresh and free operations of an internal table ?
Question25:Difference between Internal table and structure?
Question26:Difference between Include and append operations of an internal table?
Question27:Difference between Select ,sort and read operations of an internal table?
Question28:How will you delete orchange particular records in a table?
Question29:How will you read a particular record in a table with example ?
Question30:I have 100 records in a table, how can i simultaneously Delete the 5th, 10th, 15th, 20th......records , write a code for it
Question31:I have 10000 records, in that How can we sort records in Descending order and search 5005th record details....which is the best method to search it?
Question32:Difference between internal table with header line and internal table without header line?
DATA Dictionary:
Question33:What are data dictionary in SAP ABAP ? what are components of data dictionary?
Question34:What are data elements and domain? Explain in detail ? what is the difference between them?
Question35:What is the difference between value range and value table in domain?
Question36:Different types of database tables? explain in detail?
Question37:What are the types of data class? explain in detail?
Question38:What is meant by Size category? explain in detail?
Question39:How can we improve the performance of the database tables?
Question40:What are index? what are its type? explain in detail?
Question41:Can we create secondary index without primary index? say yes or no? if yes how?
Question42:How many secondary index can we create in total ?
Question43:What is buffering ? what are its types?
Question44:What is an inner join? and what is an outer join? what is the difference & explain with an example ?
Question45:What is meant by foreign key relationship and what are the conditions needed to be followed during creation of foreign key?
Question46:What is Cardinality? and its types? explain in detail?
Question47:What is the difference between check table and value table?
Question48:Where we can find check table? in domain or in data element?
Question49:What are views ? what are its type ? explain in detail?
Question50:Difference between SAP Memory and ABAP Memory?
Question51:What is meant by Search help? what are its type ? explain in detail?
ABAP OOPS:
Question52:What is the difference between procedural ABAP and ABAP OOPS & explain in detail?
Question53:What are the advantages of ABAP OOPS? explain with an example?
Question54:What is an Object? explain with an example?
Question55:What is a class? explain with an example?
Question56:What is meant by association ? what are its type? explain in detail?
Question57:What is meant by generalization and specialization ? explain in detail wit an example?
Question58:What is meant by inheritance? explain with an real time example?
Question59:What is meant by polymorphism? explain with an real time example?
ABAP OOPS:
Question52:What is the difference between procedural ABAP and ABAP OOPS & explain in detail?
Question53:What are the advantages of ABAP OOPS? explain with an example?
Question54:What is an Object? explain with an example?
Question55:What is a class? explain with an example?
Question56:What is meant by association ? what are its type? explain in detail?
Question57:What is meant by generalization and specialization ? explain in detail wit an example?
Question58:What is meant by inheritance? explain with an real time example?
Question59:What is meant by polymorphism? explain with an real time example?
Question60:What are the components of a Class? explain in detail?
Question61:What are the different types of attributes ? and its difference? explain in detail?
Question62:Can we use instance attributes inside a static attributes and say yes or no ?
Question63:If we don't want to change anything or any variable inside a public section what must be done?
Question64:What are the different types of class? explain in detail with a example?
Question65:What is the difference between Constructor and Class-constructor?
Question66:What is meant by Casting? what are its type? explain in detail with an example?
Question67:What are Interfaces? Explain in detail?
REPORTS:
Question68:What is an report? what are its types? why we need reports?
Question69:What are Classical report? What are the events in classical report?
Question70:What are Interactive report? What are the events in interactive report?
Question71:How many Secondary list we can create in interactive report?is it possible to create more than that and if we create more than that what will happen?
Question72:What is the difference between classical and interactive report?
Question73:What are ALV reports? explain in detail?
Question74:What is the difference between classical and alv reports?
Question75:What are the basic function modules used in ALV reports?
Question76:What are types of display available in ALV reports & explain in detail?
Question77:How to debug ALV reports ?
Question78:Which functional module is used for displaying logo in ALV reports?
Question79:Which functional module is used for doing grand totals directly in output of an ALV reports?
BDC:
Question80:What is meant by BDC?Explain in detail?
Question81:What are the types of uploading data into SAP?
Question82:What is meant by Call transaction method? explain in detail?
Question83:What is meant by Session method? explain in detail?
Question84:What are the difference between Call transaction and session method ?
Question85:What are the function modules used in BDC?
Question86:What is meant by LSMW? explain in detail?
SAP Scripts and smart-forms:
Question87:What are SAP Scripts? why we need them? explain in detail?
Question88:What are the attributes of SAP Scripts?
Question89:What are print programs and which are the function modules we use while writing print program?
Question90:What are Smartforms? why we need them? explain in detail?
Question91:What are the difference between SAP Scripts and Smartforms?
Question92:What are the advantages of Smartforms? explain in detail?
BAPI and RFC:
Question93:What are BAPI's ? Explain in detail? and what are the uses of BAPI's?
Question94:What are RFC ? Explain in detail?
Question95:What are the differences between BAPI and RFC?
Debugging:
Question96:What is meant by debugging in SAP ABAP? explain in detail?
Question97:What is meant by Breakpoint in debugging?
Question98:What is meant by Watchpoint in debugging?
Question99:What will happen if we use F5,F6,F7 and F8 keys in keyboard when we are in debugging mode?
Question100:What are the ways to start a debugging mode?
MODULE POOL PROGRAMMING:
Question101:What are module pool programming? explain in detail with an example?
Question102:What are the events in module pool programming? explain in detail ?
Question103:What are the difference between module pool program and executable program?
Question104:What are screen painter and menu painter ? what are its difference? explain in detail?
Question105:What are the attributes for creating a screen? explain in detail?
Question106: What are the ui elements can be added while creating a screen ?
Question107:What are layout? explain in detail?
Question108:What are dynamic modifications of a screen? explain in detail?
Question109:What is meant by calling screens? what are its type? explain in detail?
Question110:What are GUI Interface? what are its type and explain in detail?
Question111:What are Subscreens? and what are subscreen area? explain in details?
Question112:What are Tabstrip? explain in detail?
Enhancement , BADI's and Modifications:
Question113:What are enhancement ? explain on detail?
Question114:What are the types of enhancement? explain each of them?
Question115:What are the difference between append structure and CI include in enhancement ?
Question116:What are customer exits? what are its types? explain in detail?
Question117:What are BADI's? explain in detail?
Question118:What are the types of class in BADI's? explain in details?
Question119:What are modifications? explain in detail?
Question120:What are User exits? what are its types? explain in detail?
Question121:Explain the steps for finding the package, SMOD and CMOD in exits?
Question122:What are the difference between User exits and Customer exits ?
SQL:
Question123:What are SQL statements? why we need them? explain with syntax?
Question124:Which are the special SQL statements we use? explain in detail?
Question125:What are group-by addition ? and what are Order-by addition? where we use them? what is the difference? explain in detail?
WEB DYNPRO:
Question126:What are ABAP Web dnypro? why we use them? explain in detail?
Question127:What are the benefits of ABAP Web dynpro?
Question128:What are the components of web dynpro ? explain in detail?
Question129:What is meant by context mapping?explain in detail?
Question130:What is meant by Data binding? explain in detail?
Question131:What is meant by inbound and outbound plugs in web dynpro?
Question132:What is meant by View and Window? explain in detail?
Question133:What are types of Controller in web dynpro? explain in detail?
Question134:What are the advantages of web dynpro over ABAP dialog programming?
ALE and IDOC's:
Question135:What is an ALE? Explain in detail?
Question136:What are the transaction codes used in ALE ?
Question137:What is an IDOC? What are types of records in IDOC? explain in detail?
Question138:What are the types of IDOC? explain in detail?
Programs:
Question139:Write a program to fetch two fields from Database table(employee table)..?
Question140:Write a program to fetch two or three fields from MARA table ?
Question141:Write a program to describe operations of internal table?
Question142:Write a program to describe the internal table with header line using MARA table?
Question143:Write a program to describe the internal table without header line using MARA table?
Question61:What are the different types of attributes ? and its difference? explain in detail?
Question62:Can we use instance attributes inside a static attributes and say yes or no ?
Question63:If we don't want to change anything or any variable inside a public section what must be done?
Question64:What are the different types of class? explain in detail with a example?
Question65:What is the difference between Constructor and Class-constructor?
Question66:What is meant by Casting? what are its type? explain in detail with an example?
Question67:What are Interfaces? Explain in detail?
REPORTS:
Question68:What is an report? what are its types? why we need reports?
Question69:What are Classical report? What are the events in classical report?
Question70:What are Interactive report? What are the events in interactive report?
Question71:How many Secondary list we can create in interactive report?is it possible to create more than that and if we create more than that what will happen?
Question72:What is the difference between classical and interactive report?
Question73:What are ALV reports? explain in detail?
Question74:What is the difference between classical and alv reports?
Question75:What are the basic function modules used in ALV reports?
Question76:What are types of display available in ALV reports & explain in detail?
Question77:How to debug ALV reports ?
Question78:Which functional module is used for displaying logo in ALV reports?
Question79:Which functional module is used for doing grand totals directly in output of an ALV reports?
BDC:
Question80:What is meant by BDC?Explain in detail?
Question81:What are the types of uploading data into SAP?
Question82:What is meant by Call transaction method? explain in detail?
Question83:What is meant by Session method? explain in detail?
Question84:What are the difference between Call transaction and session method ?
Question85:What are the function modules used in BDC?
Question86:What is meant by LSMW? explain in detail?
SAP Scripts and smart-forms:
Question87:What are SAP Scripts? why we need them? explain in detail?
Question88:What are the attributes of SAP Scripts?
Question89:What are print programs and which are the function modules we use while writing print program?
Question90:What are Smartforms? why we need them? explain in detail?
Question91:What are the difference between SAP Scripts and Smartforms?
Question92:What are the advantages of Smartforms? explain in detail?
BAPI and RFC:
Question93:What are BAPI's ? Explain in detail? and what are the uses of BAPI's?
Question94:What are RFC ? Explain in detail?
Question95:What are the differences between BAPI and RFC?
Debugging:
Question96:What is meant by debugging in SAP ABAP? explain in detail?
Question97:What is meant by Breakpoint in debugging?
Question98:What is meant by Watchpoint in debugging?
Question99:What will happen if we use F5,F6,F7 and F8 keys in keyboard when we are in debugging mode?
Question100:What are the ways to start a debugging mode?
MODULE POOL PROGRAMMING:
Question101:What are module pool programming? explain in detail with an example?
Question102:What are the events in module pool programming? explain in detail ?
Question103:What are the difference between module pool program and executable program?
Question104:What are screen painter and menu painter ? what are its difference? explain in detail?
Question105:What are the attributes for creating a screen? explain in detail?
Question106: What are the ui elements can be added while creating a screen ?
Question107:What are layout? explain in detail?
Question108:What are dynamic modifications of a screen? explain in detail?
Question109:What is meant by calling screens? what are its type? explain in detail?
Question110:What are GUI Interface? what are its type and explain in detail?
Question111:What are Subscreens? and what are subscreen area? explain in details?
Question112:What are Tabstrip? explain in detail?
Enhancement , BADI's and Modifications:
Question113:What are enhancement ? explain on detail?
Question114:What are the types of enhancement? explain each of them?
Question115:What are the difference between append structure and CI include in enhancement ?
Question116:What are customer exits? what are its types? explain in detail?
Question117:What are BADI's? explain in detail?
Question118:What are the types of class in BADI's? explain in details?
Question119:What are modifications? explain in detail?
Question120:What are User exits? what are its types? explain in detail?
Question121:Explain the steps for finding the package, SMOD and CMOD in exits?
Question122:What are the difference between User exits and Customer exits ?
SQL:
Question123:What are SQL statements? why we need them? explain with syntax?
Question124:Which are the special SQL statements we use? explain in detail?
Question125:What are group-by addition ? and what are Order-by addition? where we use them? what is the difference? explain in detail?
WEB DYNPRO:
Question126:What are ABAP Web dnypro? why we use them? explain in detail?
Question127:What are the benefits of ABAP Web dynpro?
Question128:What are the components of web dynpro ? explain in detail?
Question129:What is meant by context mapping?explain in detail?
Question130:What is meant by Data binding? explain in detail?
Question131:What is meant by inbound and outbound plugs in web dynpro?
Question132:What is meant by View and Window? explain in detail?
Question133:What are types of Controller in web dynpro? explain in detail?
Question134:What are the advantages of web dynpro over ABAP dialog programming?
ALE and IDOC's:
Question135:What is an ALE? Explain in detail?
Question136:What are the transaction codes used in ALE ?
Question137:What is an IDOC? What are types of records in IDOC? explain in detail?
Question138:What are the types of IDOC? explain in detail?
Programs:
Question139:Write a program to fetch two fields from Database table(employee table)..?
Question140:Write a program to fetch two or three fields from MARA table ?
Question141:Write a program to describe operations of internal table?
Question142:Write a program to describe the internal table with header line using MARA table?
Question143:Write a program to describe the internal table without header line using MARA table?
Comments
Post a Comment
If you have any doubts let me know