Explore

Search the full library — 16,000+ expert-reviewed cards. Answers, spaced repetition and AI explanations live in the app.

A random sample from the library — type to search all 16,000+ cards.

A colleague says configuring SAP GUI to a logon group means the GUI tests the instances and connects to the least-loaded one. What is wrong with that, and why does the correction matter for maintenance?
What are the three main components of Microsoft Graph, and which one does this integration actually call?
You changed and Saved a parameter in RZ10 but the instance still runs the old value. What step did you miss, and why does Save alone not work?
A user has the WorkspacePackagesTransport role but still can't trigger a transport from Integration Suite — what's missing, and what's the correct setup to authorize them?
A user tries to schedule an ABAP report as a background step and is forced to supply a variant. What breaks without one, and why is interactive input not an option here?
What does tempfile.TemporaryDirectory() create and return?
A HANA instance won't start and you must change a config parameter to recover it. Which tool works when SQL doesn't, and how do you target the layer?
What is the 7.2 administration cockpit, and which five 7.1 transactions does it consolidate?
Fedora and RHEL ship more than one SELinux policy. Which one is loaded by default, and when would you install the alternative MLS policy instead?
An element protected by an authorization area gets moved to a different branch of the solution structure. Does it keep its original area, and why does that matter?
Which SAP Cloud ALM task fields are needed to first create the To Do counterpart, and what job does the id do afterward?
What has an organization decided and produced by the time it leaves the discover phase of an S/4HANA project?
A teammate says "let's load the data through SEAMAP." Why is that wrong, and what is SEAMAP actually for?
Two requests sit in the same import queue. What determines the order they import in — and why can request number be a misleading guide?
A function ends without ever executing a return statement. What does calling it evaluate to?
When a CCMS data collector writes a value into shared memory, what else does it store alongside it that surprises people?
Where should you create a requirement so it is captured well, and why avoid the solution activity level?
You create a LUKS container without specifying any crypto options. What cipher and key length do you get by default, how do you inspect what was actually chosen, and what's the concern about the key-derivation function?
How many filter objects can one business object carry, and how many outbound implementations can reference that business object?
Contrast the pull-based and push-based data procedures in SAP Cloud ALM by who initiates the transfer.
A class A job has run for an hour when a class C job is released. People expect the A job to keep getting priority — at what moment did its priority class actually matter, and where would you reserve capacity for A jobs?
A BIOS server mirrors its boot partition across two disks with RAID-1, yet may not boot after swapping the first disk. What extra step makes it boot from either disk?
Windows can format a drive as ReFS instead of NTFS. Since when has ReFS existed, and what's the catch if you plug such a disk into Linux?
A manager asks for the Well-Architected Tool's "current compliance score" for the SAP workload, dashboarded and refreshed nightly. Why can't you deliver that, and what does the tool actually produce instead?
traceroute to a reachable host returns nothing but rows of three stars. What is being blocked, and what switches can get around it?
What makes Pop!_OS's package and boot setup diverge from stock Ubuntu?
Since CPUs with Spectre/Meltdown flaws can't all be replaced, the industry works around them on four fronts. What are the four main mitigation approaches?
What are the naming rules for an SAP System ID (SID)?
Which os.path functions give a file's size in bytes, its modification time, and a symlink-free version of a path?
Before adapting your custom ABAP for S/4HANA, what should you start collecting well ahead of time, and why might much of that custom code never need adapting at all?
In smtp.sendmail(from_addr, to_addrs, msg), what two string forms may each email address take?
Your launchpad designer changes are stuck as local objects. Walk the steps to make them transportable - including the request type and the one designer setting people forget.
Two of the clean-core benefits are about cost and about innovation. How does making fewer changes drive both at once?
Among the role collections SAP delivers, which one grants comprehensive subaccount management, why assign it to at least two people, and how do the Service Administrator and Viewer collections differ from it?
After planning an upgrade in the Maintenance Planner, what concrete artifact do you hand to SUM — and why does that artifact matter?
You already ran one asset data transfer and now need a second at a later date. Why can't you just overwrite the transfer date, and which extra status do assets have that GL accounting does not?
You want to copy a dev space to another subaccount by downloading it, but the download option is greyed out. What precondition are you missing, and what's the procedure?
What's the difference between passing ":memory:" and a filename to sqlite3.connect()?
Why must you stop relying on active/active read-enabled reads during an SAP HANA release upgrade, and what's the correct upgrade order?
In an ABAP Unit test you replace an AMDP method with canned data via a local subclass. Why is that even allowed to work?
SAP Activate's 'quality built-in' principle isn't a single checkpoint at the end. Across the project, how is quality actually structured?
SAP says reserve space for at least two HANA file backups even when you keep only one. Why does a single retained backup still need double the space at the moment of backup?
You registered a client but want an audit trail of when it happened. Where in the Landscape Management system view do you look?
Predict the output: ``` a = "water " b = a a += "bottle" print(a) print(b) ```
What does this print? ``` import threading class C(threading.Thread): counter = 0 def run(self): for _ in range(2000000): C.counter += 1 a, b = C(), C() a.start(); b.start() a.join(); b.join() print(C.counter) ```
ST01 and STAUTHTRACE only give you a short-term snapshot of authorization checks. Which transaction do you use for long-term authorization analysis, and where are its traces kept?
A HANA column of type DECIMAL is being reverse-mapped to an ABAP Dictionary type. When does it become DEC versus FLTP?
In pacman, which -Q variants show a package's details, its files, and which package owns a given file?
Why does the SAME += line leave an aliased str untouched but mutate an aliased list?
You plan to use gp3 for a production HANA volume. On which instances is that NOT allowed, and what's the giveaway?

Start learning today

Free to start — download the app or use it in your browser.

Get it on App StoreGet it on Google Play