Zabbix Monitoring Mastery
التصنيف الكامل: IT & Software > Operating Systems & Servers > Zabbix

عن هذا الكورس
تعلم أونلاين 100%
شاهد الدروس في أي وقت ومن أي مكان
محتوى معتمد
مقدم من منصة Udemy
رابط موثوق
ينقلك مباشرة لصفحة التسجيل الرسمية
كورسات مقترحة في نفس المجال
عرض كل الكورسات ←
SQL Interview/Exam Questions With Details Explanation : 2025
Are you preparing for an SQL interview? This extensive SQL practice test, featuring 320+ SQL exam questions, is designed to help you improve your database skills, build confidence, and master SQL concepts. Whether you're a beginner or an experienced professional, this SQL certification practice test will help you prepare for real-world SQL challenges. It includes SQL multiple choice questions (MCQs) and in-depth explanations to guide you through every concept and help you strengthen your SQL query practice questions.What Topics Will We Cover in This Practice Test?Basic SQL Querieso What are the different types of SQL statements?o How do you retrieve unique values from a table?o What is the difference between WHERE and HAVING?o Explain the difference between COUNT(*), COUNT(column), and COUNT(DISTINCT column).Joins and Relationshipso Explain different types of joins (INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN, CROSS JOIN).o How do you perform a self-join?o What is the difference between JOIN and UNION?Subqueries and Common Table Expressions (CTEs)o What is a subquery? Provide an example.o What is the difference between a correlated and non-correlated subquery?o When should you use CTEs instead of subqueries?Aggregation and Groupingo How does GROUP BY work? Give an example.o What is the difference between GROUP BY and PARTITION BY?o How do you find the second highest salary in an employee table?Indexes and Performance Optimizationo What are indexes? How do they improve performance?o What is the difference between a clustered and non-clustered index?o What are some ways to optimize a slow query?Constraints and Data Integrityo What are primary and foreign keys?o What is the difference between UNIQUE and PRIMARY KEY?o How do CHECK and DEFAULT constraints work?Transactions and Concurrency Control

The Absolute Beginners Guide to Cyber Security - Part 3
** PART 3 OF THE BEST SELLING CYBER SECURITY GUIDE FOR BEGINNERS SERIES **In a world where smartphones and other mobile devices generate over 52% of all internet traffic, the security of such mobile devices has never been more important. Welcome to the complete 2025 cyber security guide for mobile devices. In this short but intensive course, you are going to learn practical skills and techniques to protect your mobile device against hackers and malware.** Perfect for Android IOS Users **This course is designed for both android and IOS users. You will learn techniques and applications for both types of platforms that you can use to properly secure your mobile devices.** App Safety **The Google Play and Apple App stores combined have nearly 5 million apps available for download. Unfortunately a lot of these apps are also malicious programs pretending to be real applications. In this course you will learn how to identify the legit apps from the fake ones and prevent yourself from falling victim to malicious apps.You will also learn the truth about app permissions and you can restrict the apps you have installed on your smart phone so they have access only to the necessary information that is required for them to function.** Practical Skills **This course is loaded with practical skills designed to help you secure your mobile device. You will learnHow to work with Malwarebytes - one of the best anti malware appsHow to backup your mobile deviceHow to install and configure a virtual private network on your mobile deviceHow to safely access free public Wifi networksHow to properly tweak and change the default security settings of your android deviceand so much moreEnroll now and start learning how to protect your mobile de

Learn Oracle NetSuite : Introduction to Data Management
HighlightsThe main objective of this course is to make aspirants understand the fundamentals of Using NetSuite Reports, Using Saved Searches, Dashboard Customization.This course will help you to grow your career as a Functional Consultant, Accountant Professional, Financial Professional, NetSuite Auditor, and Report Specialist.If you are IT professionals, ERP domain, Business Analyst, System Administrator and fresher, This Course will help you to become an Accountant Professional, NetSuite Auditor, and Functional Consultant.ReportsThis is the main tool to retrieve present and analyzed real-time business results. Easy to organize and segment your data.It contains financial Statements, ledger aging, etc.Use prebuilt and customized with report builder.Print, Email, Schedule, and Export Data.Reports In NetSuiteFinancial Report.Purchase-related report. Sales-related report.Aging Report.Inventory-related report.Financial ReportIncome Statement.Balance Sheet.General Ledger.Trial Balance.Saved SearchThis is the main tool to retrieve present and analyzed real-time business results. Use it when you are looking for a precise set of data.It contains a Live data set.Use this on your dashboard Portlets.Save, Print, Email, Schedule, and Export Data.Dashboard CustomizationDashboard Layout. Dashboard Portlets.Publishing Dashboard.Assigning Published Dashboards to Use

Gatling Fundamentals for Stress Testing APIs - Java
Gatling has been around since 2012, and has since grown into a hugely popular open-source tool for stress testing any web application or API. Until recently, Gatling had only been available in Scala, which has hindered many users in adopting the tool.In 2022, Gatling finally released a Java version of the tool, eliminating the need to use Scala and opening the doors for wide spread adoption.In this course, you will learn the fundamentals of using the Java version of the Gatling stress testing tool. We will write many Gatling scripts from scratch against a target application created specifically for this course.Why Gatling?:Extremely powerful and flexible performance and stress testing solutionAn open-source tool, so no cost to use itPerformance testers with Gatling experience are in high demand - yet few Engineers know how to use this toolWhy this course?:Learn all aspects of the Java version of Gatling including:Installation Configuration, both standalone and in an IDE using the Maven build toolUsing the Recorder to record your user journey, both with Swagger and PostmanWriting many Gatling load test scripts from scratch, learning all fundamental conceptsAnalysing test results reportsSee how to write many scripts from scratch to become familiar with the process, each script teaches a new conceptRun tests from the command line, including by using the Maven build tool.Although Gatling scripts are pure Java code, you will see why the excellent Gatling DSL means no real knowledge of Java is required to succeed with GatlingResources for learning Gatling are scarce. It can be overwhelming and in

Reinforcement Learning (English): Master the Art of RL
Hello and welcome to our course; Reinforcement Learning. Reinforcement Learning is a very exciting and important field of Machine Learning and AI. Some call it the crown jewel of AI.In this course, we will cover all the aspects related to Reinforcement Learning or RL. We will start by defining the RL problem, and compare it to the Supervised Learning problem, and discover the areas of applications where RL can excel. This includes the problem formulation, starting from the very basics to the advanced usage of Deep Learning, leading to the era of Deep Reinforcement Learning.In our journey, we will cover, as usual, both the theoretical and practical aspects, where we will learn how to implement the RL algorithms and apply them to the famous problems using libraries like OpenAI Gym, Keras-RL, TensorFlow Agents or TF-Agents and Stable Baselines.The course is divided into 6 main sections:1- We start with an introduction to the RL problem definition, mainly comparing it to the Supervised learning problem, and discovering the application domains and the main constituents of an RL problem. We describe here the famous OpenAI Gym environments, which will be our playground when it comes to practical implementation of the algorithms that we learn about.2- In the second part we discuss the main formulation of an RL problem as a Markov Decision Process or MDP, with simple solution to the most basic problems using Dynamic Programming.3- After being armed with an understanding of MDP, we move on to explore the solution space of the MDP problem, and what the different solutions beyond DP, which includes model-based and model-free solutions. We will focus in this part on model-free solutions, and defer model-based solutions to the last part. In this part, we describe the Monte-Carlo and Temporal-Difference sampling based methods, including the famous and important Q-learning algorithm, and SARSA. We will describe the practical usage and implementation of Q-l

Advanced Windows Performance Troubleshooting
How To Fix a Windows Slow Boot in 10 minutes With This Proven Technique?A few years ago, I was working as a system administrator and also as a desktop support engineer.One of the most frustrating problems I was facing was bad computer performance; A Windows computer that takes 5 minutes to boot, Windows Explorer that takes ages to display folder content, Applications that are slow to open ...and so and so. You Wasted My Time Without Fixing My Problem!!I was spending hours on the user's computer trying to fix those performance issues, and most of the time, I end up re-installing Windows hoping this will fix the problem.But guess what? A few days later, the user comes back with the same problem, but angrier.I was feeling like incompetent! Until one day, I Discovered Windows Performance Toolkit.Windows Performance Toolkit made my life easier than before. And he can do the same thing for you.I'm going to teach you how to use Windows Performance Toolkit with a proven troubleshooting technique so that you can solve those tricky Windows slow performance problems quickly.This will make your users and customers happier and make you more successful.In this course you are going to learn how to:= Record a trace.You are going to learn how to record a trace that contains all the events happening inside the operating system during the problematic period.