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.
How do you query a tkinter widget's current on-screen position and size at runtime, and what format does winfo_geometry() return?
You need a custom calculation view based on a delivered HANA Live query view. What must you NOT do, and how do you do it correctly?
After a Projects integration flow is generated, what are the steps to make it functional and available for access?
A subsidiary's bonds were issued at par, but by the acquisition date market rates have fallen so the bonds are now worth more than par. How is that difference handled on consolidation?
Your service parses XML uploaded by users with ET.parse(uploaded_file). What's the security risk?
Within SAP Integration Suite, what type of solution is Cloud Integration and what does it connect?
When adding a Synthetic User Monitoring runner, which entries are mandatory and which is optional?
What attitude toward frequent product updates characterizes SAP S/4HANA subscription customers embracing continuous adoption?
How does SAP Financial Compliance Management let a group monitor financial processes across cloud and on-premise systems at once?
How do test plans and the links between test cases, user stories, and requirements structure testing in SAP Cloud ALM?
A subsidiary has preferred shares outstanding. Before computing the common-share acquisition differential and NCI, what must you do to its equity, and how much equity is assigned to the preferred?
What does this print?
```
d = datetime.date(1995, 2, 29)
```
What resource baseline is included with an SAP Cloud ALM tenant, and what happens if you exceed it?
In a UNIX ps -ef listing, saposcol shows up once, owned by root with PPID 1 — not under <sid>adm or sapstart like the other SAP processes. What is it and why does it sit outside the instance tree?
To de-risk integration for go-live, which three SAP Value Assurance service components does SAP recommend?
Which Django command-line entry point do you use for project-level tasks once a project exists, and how does it differ from django-admin?
Which test plan setting is irreversible after saving, and why does picking it wrong force you to rebuild the plan?
You start typing "env" in Emacs and want it completed to "environment" without configuring any abbreviation first. What feature does this, and where does it pull completions from?
ftplib's FTP object has both quit() and close(). What's the difference, and which is the polite one?
You accidentally cat a binary file and now the terminal shows nothing but garbage characters — even normal text looks corrupted. How do you fix it without closing the terminal?
Inside grub.cfg, what does insmod do, and where does GRUB find the module it loads?
What breadth of applications can health monitoring cover in SAP Cloud ALM?
SAP offers three downtime-reduction approaches for a conversion. Which one is fundamentally different in HOW it is delivered, and why does that change your planning?
Which Menu methods add a clickable item, a divider, and a submenu, respectively?
Why does grep pattern *.tex miss matches that find -name '*.tex' -exec grep can catch, and how does the find form recurse?
The 2019 book lists LSMW among direct-to-active load options — what caveat applies on current S/4HANA?
You already replicate SAP backups to a second region. What extra account-level and object-level controls turn that copy into a true 'data bunker' that a compromised system can't reach?
A team wants to spin up BTP for an unpredictable pilot with no budget commitment. Between PAYG and CPEA, which fits, and what's the one property that decides it?
In a cmd.Cmd console, how do you provide per-command help text that appears for 'help date' or '? date'?
A cleanup script does rm -r .* to delete hidden files and starts destroying the parent directory. What went wrong, and what's the safe pattern?
Unlike Ubuntu, Debian ships no dedicated server edition. So how do you install Debian for server use with RAID and LVM?
What two things does connecting SAP S/4HANA Cloud directly to on-premise SAP S/4HANA eliminate the need for?
HANA's main compression is dictionary-based encoding. Given how it works, which kind of column compresses well and which barely compresses?
A replication model is active but one target still receives nothing. What business-system setting would cause exactly this?
On Debian, why won't apt install nvidia-driver work until you edit /etc/apt/sources.list, and what edit is needed?
Why did modern Apache abandon the single monolithic httpd.conf in favor of many smaller files pulled in by include statements?
Why are PRIV-mode dialog work processes a system-wide danger and not just a per-transaction nuisance, and how does the system cap the damage?
Why is business process monitoring called a complement to technical monitoring rather than a replacement for it?
An RFC destination needs a gateway. On which instances does a usable gateway live for an AS ABAP target versus an AS Java target?
In a cmd.Cmd command method, what determines whether the console keeps accepting commands or quits?
Where do the GenIL objects for Customer and Supplier master data live — a separate component each?
Two kernel boot options tied to KMS: one forces a resolution, one disables mode-setting to rescue a black screen. What are they?
You're stuck on NAT networking but still need to SSH from host into a guest. How does port forwarding make that work, and what does the ssh command look like?
A colleague calls SAP Build Process Automation 'SAP's RPA tool.' What does that miss about its scope?
At instance startup, how many work processes come up, and what single constraint must that number satisfy?
What is sapstartsrv, and how many of them are involved when you start a multi-instance SAP system?
What does this print?
```python
qs = Article.objects.filter(
title__startswith='D')
print(type(qs).__name__)
```
To estimate how much space archiving will actually free, do you trust Online Space or Space Statistics — and why does the difference bite you?
You mass-create 50 users in SU10 and want to hand out passwords. Why won't SU10 set the initial password for you?
SARFC shows an instance is short on async-RFC resources, so you raise the limit in RZ12 and the error clears. Why might the same error reappear after the next restart?
Start learning today
Free to start — download the app or use it in your browser.
