SORULAR:
Question 1: Which of the following are true statements? There are 3 correct answers to this question.
Response: 1,2,3
- Table fields can be assigned to an ABAP Dictionary data type directly.
- Table fields can be assigned to a data element.
- A reference table and field are required for fields with the data types QUAN and CURR.
- Search helps can be defined for a table field that is assigned to a predefined data type.
Soru 1: Aşağıdaki koşullardan hangisi doğrudur? Bu sorunun üç doğru cevabı vardır.
- Tablo alanları ABAP sözlüğünde doğrudan veri türüne göre (data type olarak) atanabilir.
- Tablo alanları bir data elementi olarak atanabilir.
- QUAN and CURR data type alanı Referans tablosu ve alanı için gereklidir.
- Arama çözümleri, önceden tanımlanmış bir data type a atanan bir tablo alanında tanımlanabilir.
Question 2: What is the purpose of the enqueuer work process? Please choose the correct answer.
Response: 4
- It processes update requests
- It processes user entries
- It translates Open SQL statements
- It manages logical locks in the lock table
Soru 2: Enqueuer (kuyruk oluşturma) işlem sürecinin amacı nedir? Lütfen doğru cevabı seçiniz.
- Güncelleme taleplerinin işlemini yapar.
- Kullanıcı girdilerinin işlemini yapar.
- Açık SQL ifadelerinin çevirisini yapar. e
- Kilit tablosundaki (lock table ) mantıksal (logical) kilitleri yönetir.
Question3: Which controller types can exist within a Web Dynpro component? There are 3 correct answers to this question.
Response:1,4,5
- Component controller
- User controller
- Application controller
- Window controller
- View controller
Soru 3: Hangi kontrolör type Web Dynpro bileşeniyle birlikte bulunur? Bu soru için üç doğru cevap vardır.
- Bileşen kontrolörü
- Kullanıcı kontrolörü
- Uygulayıcı (aplikasyon) kontrolörü
- Pencere kontrolörü
- Görüntüleme (view) kontrolörü
Question4: In the CALL CUSTOMER-FUNCTION ‘nnn’ statement, nnn is a three-digit number used in SAP programs for which of the following types of enhancement? Please choose the correct answer.
Response: 4
- Business add-ins
- New BAdIs
- User exits
- Customer exits
Soru 4: CALL CUSTOMER-FUNCTION unda bulunan ‘nnn’ ifadesinde (‘nnn’ SAP programında üç basamaklı bir sayıdır ) SAP programlarında hangi type lar geliştirilmiştir. Lütfen doru cevabı seçiniz.
- Business add-ins (iş eklentileri)
- New BadIs
- User exits (kullanıcı girdileri)
- Customer exits (müşteri girdileri)
Question5: You are writing a program that uses ABAP class. Which components of the class can you create directly from the program? Please choose the correct answer.
Response: 3
- Only protected components
- Only private components
- Only public components
- All components
Soru 5: ABAP sınıflandırmalarını (class) kullanarak bir program yazıyorsunuz. Hangi sınıf bileşenlerini doğrudan programdan oluşturabilirsiniz?lütfen doğru cevabı seçiniz.
- Sadece korunmalı bileşenler
- Sadece özel bilşenler
- Sadece herkese açık bileşenler
- Tüm bileşenler
Question6: Where are fixed values for fields stored? Please choose the correct answer.
Response: 3
- Field Table
- Structure
- Domain
- Data element
Soru 6: Alanlar için sabit değerler nerede saklanır? Lütfen doğru cevabı seçiniz.
- Alan (field)
- Tablo (table)
- Yapı (structure)
- Alan (Domain)
- Data elementi
Question7: Which of the following can you do with the ABAP debugger? There are 3 correct answers to this question.
Response: 1,2,4
- Compare data objects.
- Analyze internal tables
- Analyze SQL traces.
- Analyze memory usage.
- Change source code.
Soru 7: ABAP debugger (ayıklayıcı ) ile hangi işlemleri yapabilirsiniz? Bu soru için üç doğru cevap vardır.
- Data nesnelerini karşılaştırma
- Giriş tablolarının analizi
- SQL işaretlerinin analizi
- Bellek kullanımının analizi
- Kaynak (source) kodunu değiştirme
Question8: What does the Refactoring Assistant allow you to do? There are 2 correct answers to this question.
Response: 2,4
- Rename all subclasses of a method
- Move components between superclasses and subclasses
- Rename all occurrences of a method
- Move between classes and interfaces
Soru 8: Refactoring (yeniden düzenleme) Asistanı ne yapmanıza izin verir? Bu soru için iki doğru cevap vardır.
- Bir metodun tüm alt sınıflarının yeniden adlandırmanıza
- Bileşenleri üst sınıflar ve alt sınıflar arasında taşımanıza
- Bir metodun tüm oluşumlarını yeniden adlandırmanıza
- Sınıflar ve arabirimler arasında ilerlemenize
Question9: You are required to add customer source code in the SAP delivered object using the new enhancement framework without modification. How can you find the available enhancement? There are 3 correct answers to this question.
Response: 1,2,4
- Select from the list of application-related BAdIs or enhancement spots in the SAP Application Hierarchy.
- Perform a program-related global search for GET BADI.
- Search for a Business Transaction Event in the Customizing tree (transaction SPRO).
- Select from the list of freely selected BAdIs or enhancement spots in the Repository Information System.
- Perform a program-related global search for a customer exit.
Soru 9: SAP de herhangi bir modifiye uygulanmadan yeni bir gelişmiş sistem (enhancement framework) kullanarak oluşturulmuş nesneye müşteri kaynak kodu eklemeniz isteniyor. Kullanılabilir geliştirmeyi nasıl bulabilirsiniz? Bu soru için üç doğru cevap vardır.
- SAP Uygulama Hiyerarşisinde, uygulama ile ilişkili BAdI’ler (application-related BAdIs) veya geliştirici spotları (enhancement spots) listesinden seçim yaparak.
- GET BADI için global bir bağlantılı program araması yaparak
- Özelleiştirme ağacında faaliyet işlem olayı (Business Transaction Event) araması yaparak. (transaction SPRO)
- Depolanmış bilgi sisteminde gelişi güzel seçilmiş BadI ler ve geliştirme noktaları listesinden seçim yaparak
- Bir müşteri çıkışı için global bir bağlantılı program araması yaparak
Question10: Which options are available for a JOIN in ABAP Open SQL? There are 3 correct answers to this question
Response: 1,3,4
- LEFT OUTER JOIN
- RIGHT OUTER JOIN
- INNER JOIN
- FULL JOIN
- CROSS JOIN
Soru 10: ABAP Open SQL’de JOIN için hangi seçenekler kullanılabilir? Bu soru için üç doğru cevap vardır.
- LEFT OUTER JOIN
- RIGHT OUTER JOIN
- INNER JOIN
- FULL JOIN
- CROSS JOIN
Question11: Table A and table B are partially buffered. Which of the following SELECT statements always access the database? There are 2 correct answers to this question.
Response:1,2
- SELECT SINGLE FOR UPDATE a b FROM table A INTO CORRESPONDING FIELDS OF ls_A WHERE c EQ ‘1234’.
- SELECT a b c d FROM table A JOIN table B ON table A~a EQ table B~ eINTO CORRESPONDING FIELDS OF TABLE lt_A_B.
- SELECT a b FROM table A INTO CORRESPONDING FIELDS OF TABLE lt_AB
- SELECT SINGLE CLIENT SPECIFIED a b FROM table A INTO CORRESPONDING FIELDS OF ls_AB.
Soru 11: tablo A ve tablo B kısmen korumalıdır. Aşağıdaki SELECT ifadelerinden hangileri daima veritabanına erişimi sağlar? Bu soru için iki doğru cevap vardır.
- SELECT SINGLE FOR UPDATE a b FROM table A INTO CORRESPONDING FIELDS OF ls_A WHERE c EQ ‘1234’.
- SELECT a b c d FROM table A JOIN table B ON table A~a EQ table B~ eINTO CORRESPONDING FIELDS OF TABLE lt_A_B.
- SELECT a b FROM table A INTO CORRESPONDING FIELDS OF TABLE lt_AB
- SELECT SINGLE CLIENT SPECIFIED a b FROM table A INTO CORRESPONDING FIELDS OF ls_AB.
Question12: When does the lifetime of a component controller begin and end? Please choose the correct answer.
Response: 3
- It begins with the Web Dynpro component and ends with the Web Dynpro application that called it.
- It ends the first time the Web Dynpro application is called at runtime and ends when the Web Dynpro application that called and instantiated component ends.
- It lasts from creating data within the controller to cover the whole period during which the component is in use.
- It begins the first time the Web Dynpro application is called at runtime and ends when the Web Dynpro application that called and component ends.
Soru 12: Bir bileşen kontrolörünün görevi ne zaman başlar ve biter? Lütfen doğru cevabı seçiniz.
- Web Dynpro bileşeniyle başlar ve aynı addaki Web Dynpro uygulaması ile biter.
- Web Dynpro uygulamasındaki runtime yani çalışma zamanında sona erer ve Web Dynpro uygulamasındaki örnek bileşenlerin sona ermesiyle sona erer.
- Bileşenin kullanıldığı tüm periyodu kapsayacak şekilde kontrolörle veri oluşturmaya devam eder.
- Web Dynpro uygulamasındaki runtime yani çalışma zamanında başlar ve Web Dynpro uygulamasındaki bileşenlerin sona ermesiyle Web Dynpro uygulaması sona erer.
Question 13: What process is used to establish the automatic transport of data between the view controller’s context-attributes and the UI element in its layout? Please choose the correct answer.
Response: 4
- Context mapping
- Data migration
- View assembly
- Data binding
Soru 13: görüntüleme kontrolörünün nitelik bağlamı (controller’s context-attributes) ile düzen içerisinde bulunan UI öğesi arasındaki otomatik veri aktarımını sağlamak için hangi işlem kullanılır? Lütfen doğru cevabı seçiniz.
- Haritalama bağlamı
- Veri göçü (verileri başka bir sisteme geçirme)
- Görüntü montajlama
- Veri bağlama
Question 14: What does a view do? There are 4 correct answers to this question.
Response: 1,2,4,5
- Contains windows
- Contains a view controller
- Contains other views
- Can be contained in a window
- If entered by an inbound plug, can cause an event handler method to be called
Soru 14: view (görüntüleme) ne yapar? Bu soru için dört doğru cevap vardır.
- Pencereler içerir
- Görüntüleme kontrolörü içerir
- Diğer görüntülemeleri içerir
- Bir pencerede bulunabilir
- Eğer bağlı bir fiş girişi yapılırsa manuel isimlendirilmiş metod işlemine neden olabilir
Question 15: What options do you have when setting a watchpoint? There are 2 correct answers to this question.
Response: 1,4
- Stop at predefined conditions for a specific variable.
- Stop at predefined conditions for all variables.
- Stop at any change of all variables.
- Stop at any change of a specific variable.
Soru 15: Bir izleme noktası kurulumunda seçenekleriniz ne olur? Bu soru için iki doğru cevap vardır.
- Spesifik bir değişken için daha önceden tanımlanmış koşulları durdurma
- Tüm değişkenler için daha önceden tanımlanmış koşulları durdurma
- Tüm değişkenler için herhangi bir değişiklikte durdurma
- Spesifik bir değişken için herhangi bir değişiklikte durdurma
Question16: You want to use a BAdI to extend the functions of an SAP program. Which of the following tasks is necessary? Please choose the correct answer.
Response: 4
- Define an interface for the BAdI.
- Call the BAdI
- Create an enhancement project using a customer exit.
- Implement a class that implements the BAdI interface.
Soru 16: Bir SAP programının fonksiyonlarını genişletmek için bir BAdI kullanmak isterseniz. Aşağıdaki görevlerden hangisi gerekir? Lütfen doğru cevabı seçiniz.
- Badl için bir arabirim tanımlama
- BAdl çağırma veya adlandırma
- Bir müşteri çıkışı kullanarak geliştirilmiş bir proje oluşturma
- BAdl arabiriminin uygulandığı bir sınıf oluşturmak
Question17: Your task is to enhance the screen of an SAP standard application. How do you determine if there is a customer exit for this task? Please choose the correct answer.
Response: 2
- You use the BAdI Builder (transaction SE19) to check for a suitable Business Add-In(BAdI)
- You search in the flow logic of the screen for CAL CUSTOMER-SUBSCREEN statement
- You search in the SAP reference Implementation Guide (IMG) for a suitable user exit
- You search in the source code of the application for GET BADI statement
Soru 17: Göreviniz standat bir SAP uygulsmssı ekranını geliştirmek. Bu görev için bir müşteri çıkışı varsa nasıl tanımlama yapmanız gerekir? Lütfen doğru cevabı seçiniz.
- Uygun bir Business Add-In(BAdI) olup olmadığını kontrol etmek için BAdI Builder (transaction SE19) kullanırsınız
- CAL CUSTOMER-SUBSCREEN koşulu için ekranın mantık akışında arama yaparsınız
- Uygun bir kullanıcı çıkışı için SAP referans uygulama klavuzunda (IMG) arama yaparsınız
- GET BADI koşulu için uygulama kaynak kodunda arama yaparsınız
Question18: When do you need to use the GROUP BY clause in the SELECT statement? Please choose the correct answer.
Response: 3
- If you want to redefine the sequence of the columns in the result set
- If you want to use ORDER BY to specify a sub-order
- If you want to use aggregate functions and at least one component in the field list is a column identifier
- If you want to use aggregate functions and all components in the field list are aggregate functions
Soru 18: SELECT koşulunda GROUP BY ibaresini ne zaman kullanmanız gerekir? Lütfen doğru cevabı seçiniz.
- Son sette(kurulumda) sütun dizilerini tekrar tanımlamak istediğinizde
- Bir sub-order(alt talep) belirlemek için ORDER BY kullanmak istediğinizde
- Tanımlanmış bir sütunun olduğu alan listesinde bulunan en az bir bileşen ve tüm fonksiyonları kullanmak istediğinizde
- Tüm fonksiyonların olduğu alan listesindeki tüm bileşenleri ve tüm fonkiyonları kullanmak istediğnizde
Question 19: Which of the following predefined data types are character types? There are 3 correct answers to this question
Response: 3,4,5
- X
- P
- T
- D
- N
Soru 19: Aşağıda tanımlanmış olan data type lardan hangileri karakter type dır? Bu soru için üç doğru cevap vardır.
- X
- P
- T
- D
- N
Question20: Which statements are true about a class that has granted friendship to another class? There are 4 correct answers to this question.
Response: 2,3,4,5
- All classes the friend has granted friendship access status to also have the same access.
- All classes that inherit from the friend (subclasses) also have the same access.
- The friend has access to protected attributes.
- The friend has access to public attributes.
- The friend has access to private attributes
Soru 20: İmtiyazlı dostluk sınıfına sahip bir sınıf ve diğer bir sınıf hakkında hangi doğru koşullar oluşturulabilir?bu soruda dört doğru cevap vardır.
- Tüm sınıflar imtiyazlı dostluk statüsünü ve de tüm hakları kullanan arkadaşlardır.
- Aynı haklara sahip alt sınıflardan da katılım olan tüm sınıflar
- Korumalı niteliğe izin verilen arkadaş
- Genel niteliklere izin verilen arkadaş
- Özel niteliklere izin verilen arkadaş
Yazar hakkında