LVM is a logical volume manager. It is a widely used volume manager in Linux and Unix like VxVM (Veritas volume manager). As a sysadmin, you must be knowingall tasks which can be done in LVMbut not a theoretical
Many options but you can say by using "scp" command. You can also usersynccommand to answer this UNIXinterview question or evensftpwould be ok.8. How do you find which process is taking how much CPU?By using "top" command in UNIX, there could be multiple follow-up UNIX command inte...
By using"df"command in UNIX. For example"df -h ."will list how full your current drive is. This is part of anyone day to day activity so I think this Unix Interview question will be to check anyone who claims to working in UNIX but not really working on it. 10. What is the diff...
Design Patterns, C#, Threading, LINUX, WPF, MVVM, TypeScript, GoLang, Interview Questions - DotNetPattern.com
Interested in landing a job as a pentester? Brush up on these 30 critical cybersecurity interview questions! 1. How do you stay up to date with the latest security news? This is a great question! Where do we even start? I personally use a wide variety of sources such as: Twitter: It...
Thus, if you want to prevent runtime restarts due to orientation change when developing for API level 13 or higher (as declared by the minSdkVersion and targetSdkVersion attributes), you must include the "screenSize" value in addition to the "orientation" value. That is, you mu...
1. Question: There are many game genres. Can you name some game genres? Answer Actiongames are a broad genre that typically involves player-controlled characters engaging in various challenges, missions, or activities that require quick reflexes, hand-eye coordination, and a focus on physical chal...
In Unix/Linux, kill the process – kill -9ps -ef | grep -i nodemanager.javahome | grep -v grep | awk {'print $2'} | head -1 How to start/stop Node manager Question 12: Why node manager is required? Answer A Node Manager process is not associated with a specific WebLogic domain...
BFS and DFS - know their computational complexity, their trade offs, and how to implement them in real code When asked a question, look for a graph-based solution first, then move on if none MIT(videos): Breadth-First Search Depth-First Search Skiena Lectures - great intro: CSE373 2012 ...
Question 6: What is AWS Systems Manager and how can it be used in DevOps practices? AWS Systems Manager is a management service that helps automatically collect software inventory, apply Operating System patches, create system images, and configure Windows and Linux operating systems. It provides...