C_TAW12_750 - Sample Questions

C_TAW12_750  Full Name:


SAP Certified Development Associate - ABAP with SAP NetWeaver 7.50

Disclaimer: 


These sample questions are for self-evaluation purposes only and do not appear on the actual certification exams. Answering the sample questions correctly is no guarantee that you will pass the certification exam. The certification exam covers a much broader spectrum of topics, so do make sure you have familiarized yourself with all topics listed in the exam competency areas before taking the certification exam.

C_TAW12_750 Questions:


01. Which of the following data types are predefined ABAP data types?
There are 3 correct answers to this question.

a) DECFLOAT34
b) STRING
c) XSTRING
d) FLOAT
e) DECIMALS

Answer: a, b, c

02. You need to perform a downcast. What should you do?
There are 2 correct answers to this question.

a) Catch the exception CX_SY_MOVE_CAST_ERROR
b) Use the operator “=“
c) Use the operator “?=”
d) Assign a subclass reference to a superclass reference

Answer: a, b

03. Which of the following conditions must be fulfilled when using a GROUP BY clause in a SELECT statement? There are 2 correct answers to this question.

a) The SELECT statement must also have a WHERE clause.
b) All fields in the SELECT clause that are not part of an aggregate function must be listed after GROUP BY.
c) The table in the FROM clause must be a transparent table.
d) The fields after GROUP BY must have a character type.

Answer: b, c

04. Which of the following repository objects can you maintain in the ABAP Workbench?
There are 3 correct answers to this question.

a) Function modules
b) Internal tables
c) Business functions
d) Transparent tables
e) Module pools

Answer: a, d, e

05. What are characteristics of a hashed internal table?
There are 2 correct answers to this question.

a) It can be accessed using the key.
b) It must have a unique key.
c) It can have a non-unique key.
d) It can be accessed using the index.

Answer: a, b

06. Which of the following rules must you follow when creating subscreens?
There are 2 correct answers to this question.

a) Subscreens CANNOT have a field of type OK.
b) Subscreens can have a dialog module containing SET PF-STATUS.
c) Subscreens can call other subscreens.
d) Subscreens CANNOT have an AT EXIT-COMMAND module.

Answer: a, d

07. Your colleague has asked you to analyze an ABAP program that does not behave correctly when a button is pressed on the initial screen. You want to start the Debugger when the button is pressed so that you can perform your analysis. What system command do you type in the command field? Please choose the correct answer.

a) /hx
b) /h
c) /i
d) /n

Answer: b

08. Which of the following functions does the ABAP Dispatcher perform?
There are 2 correct answers to this question.

a) It directs HTTP requests from an SAP system to a web server.
b) It enables communication between SAP systems and external application systems.
c) It distributes user requests among available work processes.
d) It communicates with other instances in the system.

Answer: c, d

09. Which options are valid Open SQL?
There are 3 correct answers to this question.

a) INTERSECTION
b) LEFT OUTER JOIN
c) INNER JOIN
d) RIGHT OUTER JOIN
e) FULL JOIN

Answer: b, c, e

10. Which of the following controller types can exist only once in a Web Dynpro component?
There are 2 correct answers to this question.

a) Window controller
b) Component controller
c) Configuration controller
d) View controller

Answer: b, c

No comments:

Post a Comment