http:///2013/01/arm-interview-questions.html C Programming Interview Questions: http:///2013/01/c-programming-interview-questions.html Linux Device Driver Interview Questions: http:///2013/01/linux-kernel-and-device-drivers.html Microprocessor and Embedded Hardware Interview Questions: http:///2013/02/microprocessor-and-embedded-hardware.ht...
Linux Internals & Advanced (Scenario based questions): Explain the linux boot process (detailed) BIOS/UEFI: When you power on the computer, the Basic Input/Output System (BIOS) or Unified Extensible Firmware Interface (UEFI) firmware is invoked. It performs hardware initialization, self-tests, ...
Alex also have a companion System design course on ByteByteGo, where you will not only find all the content of this book and the second part of System Design Interview Book by Alex Wu but also new content, deep dive into popular system questions like how to design YouTube and WhatsApp ...
simple 8-bit: http://math.stackexchange.com/questions/301435/fractions-in-binary 32 bit: https://www.youtube.com/watch?v=ji3SfClm8TU 64 bit: https://www.youtube.com/watch?v=50ZYcZebIec Computer Arch Intro: (first video only - interesting but not required) https://www.youtube.com/...
Frequently Asked Questions 1. Who is a good Java Developer? A good Java developer has a strong understanding of technology and is eager to grasp new Java advances such as Java 8, JDK 10, and JVM internals. One must have a good command of the various tools used for testing and deploying...
In my previous post related to “How HashMap works in java“, I explained the internals of HashMap class and how they fit into whole concept. But when interviewer ask you about HashMap related concepts, he does not stop only on core concept. The discussion usually goes in multiple directio...
SQL Server Database Recovery Process Internals – database STARTUP Command For memory-optimized databases, refer the below link Backup and Restore of a SQL Server database with Memory-Optimized objects TBA 18. How to perform database backup and restore operation on SQL Server Docker containers?
… more questions on next postPart-4. Interview QTags:SQL Server Interview Questions Next part ofTSQL Interview Questions, contd. from myprevious post. 26. What are the virtual tables in Triggers? Inserted & Deleted 27. What is benefit of a having stored-procedure?
Linux out there. So, Java's got a really strong value that it can offer the GNU/Linux community allowing not every application, but a lot of applications that are not too tightly coupled, to the system internals to be written using a platform-independent programming mechanism. And, that's...
Amazon provides Amazon Linux AMIs that are configured to run as NAT instances. But we need to check our NAT instance (10.0.0.37). Let's make it allow the ip forwarding on it. We need to edit/etc/sysctl.confto setnet.ipv4.ip_forward = 1: ...