Thursday, April 28, 2022

SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50 Part -4


 

Question 26

Ques:- You need to create a piece of code that can be used by multiple programs. Which of the following

techniques for modul arization does SAP recommend? (2 Correct)

1. A function module in a function group

2. A method in a global class

3. A subroutine in a program

4. A method in a local class

Correct Answer : 1,2

Question 27

Ques:- Which of the following is correct?

1. The screen attributes can be modified in the PROCESS BEFORE OUTPUT event block.

2. None of the above.

3. The screen attributes can be modified in the PROCESS AFTER INPUT event block.

4. The screen attributes can be modified in the PROCESS BEFORE OUTPUT and PROCESS AFTER

INPUT event blocks.

Correct Answer : 1

Question 28

Ques:- How can you maintain documentation for input fields on your screen?

1. Define text tables for the underlying structure.

2. Add documentation to the SCREEN table at PROCESS BEFORE OUTPUT (PBO).

3. Add documentation to the SCREEN table at PROCESS AFTER INPUT (PAI).

4. Add documentation to the underlying data element.

Correct Answer : 4

Question 29

Ques:- What scheduling technique is used by the ABAP debugger dispatcher for processing user

requests?

1. Shortest First

2. Multiple Queue

3. Round Robin

4. First in, First out

Correct Answer : 4

Question 30

Ques:- How many kinds of internal tables are supported in the ABAP language?

1. 2

2. 3

3. 1

4. 5

Correct Answer : 2

Question 31

Ques:- Identify the key capabilities of SAP NetWeaver. (3 Correct)

1. Service-oriented architecture (SOA) middleware

2. Security and Identity management

3. Business intelligence

4. Customer Relationship Management

5. Supply Chain Management

Correct Answer : 1,2,3

Question 32

Ques:- Java is an object-oriented and a platform-independent programming language.

1. TRUE

2. FALSE

Correct Answer : 1

Question 33

Ques:- In a three-tier client-server configuration, the application layer processes can be spread across

multiple hosts.

1. TRUE

2. FALSE

Correct Answer : 1

Question 34

Ques:- What are the advantages of a three-tier client-server configuration as compared with a single-tier

or two-tier configuration? (2 Correct)

1. Simpler scalability

2. Simpler administration

3. Load balancing

4. None of the above

Correct Answer : 1,3

Question 35

Ques:- Which of the following is true about the key areas of SAP products? (3 Correct)

1. On premise

2. On mobile

3. On demand

4. On request

5. On device

Correct Answer : 1,3,5

Question 36

Ques:- SAP Business All-in-One is the ideal solution for small and midsize companies with stable

processes and that want to use a preconfigured system from SAP.

1. TRUE

2. FALSE

Correct Answer : 1

Question 37

Ques:- Which of the following stores the user data in SAP systems ?

1. User record

2. User master record

3. Stored record

Correct Answer : 2

Question 38

Ques:- The following strings are valid entries in the command field in the SAP Easy Access screen. (4

Correct)

1. /nend

2. /nex

3. ?SM04

4. /nsm04

5. From SAP Easy Access: SM04

Correct Answer : 1,2,4,5

Question 39

Ques:- Identify the statements that accurately describe a client in an SAP system. (2 Correct)

1. A client represents a completely independent business entity.

2. A client has its own database.

3. A client corresponds to a customer.

4. A client may represent an entire company.

Correct Answer : 1,4

Question 40

Ques:- Which of the following personalization options are available in the SAP GUI. (3 Correct)

1. You can change the font size in the SAP GUI within a certain range.

2. You can display system messages in a dialog box.

3. You can vary the size of input fields.

4. You can deactivate the display of pictures in the SAP GUI.

5. You can integrate your picture into the SAP Easy Access screen.

Correct Answer : 1,2,4

Question 41

Ques:- Which of the following is a true statement? (2 Correct)

1. A standard table should always have a unique key.

2. A standard table should always have a multiple key.

3. A hashed table should always have a unique table key.

4. A sorted table can have a unique or a non-unique key.

Correct Answer : 3,4

Question 42

Ques:- In which program types can you create dialog screens? (3 Correct)

1. Interface pool

2. Module pool

3. Executable program

4. Function group

5. Class pool

Correct Answer : 2,3,4

Question 43

Ques:- Using the screen system table, what can you modify through a LOOP AT SCREEN … ENDLOOP

construct?

1. Screen status

2. Function code of buttons

3. Attributes of screen elements

4. Values of screen elements

Correct Answer : 3

Question 44

Ques:- Which of the following are incorrect statements? (2 Correct)

1. TYPES: Str TYPE STRING LENGTH 20.

2. TYPES: carrid_ty LIKE spfli-s-carr_id.

3. TYPES: date_ty TYPE D LENGTH 10.

4. TYPES: werks TYPE C LENGTH 4.

Correct Answer : 1,3

Question 45

Ques:- Which parameter types can be used in the signature of a functional method? (2 Correct)

1. CHANGING

2. IMPORTING

3. EXPORTING

4. RETURNING

Correct Answer : 2,4

Question 46

Ques:- Can you search for suitable classic Business Add-Ins(BAdIs)? (2 Correct)

1. Search for suitable entries in the relevant component in the Implementation Guide (IMG)

2. Use the SAP menu Tools -> ABAP Workbench -> Development -> Business Object Builder

3. Search in an application program for the method GET_INSTANCE of class CL_EXITHANDLER

4. Search in the Repository Information System and choose Enhancements - >Customer Exits

Correct Answer : 1,3

Question 47

Ques:- Which of the following are valid control level changes within a loop over an internal table? (2

Correct)

1. SUM

2. COLLECT

3. LAST

4. END of

Correct Answer : 3,4

Question 48

Ques:- You want to display a dialog box in your ABAP program. Which statement do you use?

1. SET SCREEN 200.

2. CALL SCREEN 200.

3. CALL SCREEN 200 STARTING AT 5 5.

4. WINDOW 200 STARTING AT 5 5.

Correct Answer : 3

Question 49

Ques:- What is the allowed length of the ABAP Dictionary data type DF16_DEC?

1. The allowed length is 16 digits.

2. The allowed length is between 0 and 16 digits.

3. The allowed length is between 1 and 15 digits.

4. The allowed length is between 0 and 15 digits.

Correct Answer : 3

Question 50

Ques:- When is an ENDSELECT not required for a SELECT? (3 Correct)

1. When you do a SELECT SINGLE

2. When the FROM is a view

3. When you specify into a table

4. When you specify a join of tables

5. When you specify appending a table

Correct Answer : 1,3,5

 



I hope it's helpful for you. If you have any queries, don't hesitate to contact me.

Name : Muhammad Sahal Qasim
E-mail : s.m.sahal789@gmail.com

Thank you.

0 comments:

Post a Comment

If you have any doubts, please let me know. I will help you.