Skip to Content

CodeXray_Bootcamp Part 1 Chapter 1

CodeXray SDE Bootcamp Part 1 Chapter 1
Rating
0 0

There are no comments for now.

to be the first to leave a comment.

2. True/False: The /etc directory is used to store user data and personal configuration files.
3. Which of the following tools help you inspect system performance?
5. You’re asked to debug a process crash on Ubuntu. Logs show no app output. What’s the most effective sequence?
7. (True/False) Snaps allow installing applications without dependency conflicts.
8. Which Linux command would you use to find a specific string within a log file?
10. Which actions are not part of the standard Git workflow?
11. (True/False) VS Code has no built-in Git support.
12. You cloned a repository but forgot to create a new branch. After making changes, how do you fix it safely?
13. Which VS Code extension is most relevant for developers to understand and manage their code repository workflows?
15. (True/False) A git push always overwrites remote history.
16. Developer A commits to main, Developer B commits later to the same file. Merge conflict arises. Best resolution?
18. (True/False) eBPF programs run directly in user space.
19. Which observability tools use eBPF?
20. You attach a kprobe to sys_enter_execve. What data can you capture?
23. (True/False) eBPF requires kernel recompilation before each deployment.