GuideFoot - Learn Together, Grow Smarter. Logo

Questions in computers-and-technology

📝 Answered - Which bar code includes human-readable interpretation (HRI) markings? A. 2D Bar Code B. Linear Bar Code C. Serial Coding D. Transportation Control Number (TCN)

📝 Answered - Sam is an IT administrator of a global automobile company. The company has provisioned several Virtual Machines from AWS and a subset of them are provisioned on their On-premise location. They want to monitor the system level metrics for these servers and have a unified dashboard for monitoring. Which of the following options can help in this regard? A) Migrate the On-premise servers to Cloud using AWS migration Suite B) Install some third party software in both set of servers to generate the performance report C) Use Cloud Watch service provided by AWS D) Devise a Custom Solution script to generate metrics to measure performance of the servers

📝 Answered - Programs that focus on the professional display of graphics and text in a print or online format.

📝 Answered - Discuss how to properly pack and store ICT equipment to prevent damage during transport or storage. Emphasize the importance of following manufacturer guidelines when handling ICT equipment.

📝 Answered - Which of the following describes the use of online code repositories like GitHub and GitLab? A. To compile and debug code B. To share code and collaborate with other developers C. To design and create 3D models D. To measure electrical parameters

📝 Answered - SELECT SUM(Sales) AS Sales, Customer FROM Sales GROUP BY Territory, Sales HAVING SUM(Sales) > 5000; What will the result of this query be? Pick ONE option: - The result set will be returned summed by Territory and then Customer - You will receive an error: Incorrect syntax near the keyword 'GROUP BY'. Remove the Sales from GROUP BY - You will receive an error: Column 'Customer' is invalid in the select list because it is not contained in either an aggregate function or the GROUP BY clause. Remove the Customer field from the SELECT statement. - The result set will be returned summed by Territory only

📝 Answered - Kushal wants to change how each slide appears on the screen during the presentation. Which effect in Impress will he use to do the same? A. Hatching B. Slide transition C. Gradient

📝 Answered - Which of the following filters can be used to detect UDP scan attempts using Wireshark? A. icmp.type==13 B. icmp.type==8 or icmp.type==0 C. icmp.type==15 D. icmp.type==3 and icmp.code==3

📝 Answered - Which company notifies you with the phrase "You've Got Mail" when you receive an email through their system? A. Yahoo B. AOL C. Bing D. Google

📝 Answered - Which of the following adds some margin into the system to account for variation in clock network (source, network)? A. set_driving_cell B. set_clock_skew C. set_clock_uncertainty D. create_generated_clock Propagated clocks are identified by which command? A. Rpt_clock_ports B. Report_QOR C. Report_annotated_parasitics D. Report_clocks Which command is used to identify the endpoint port of a design which has the worst slack for out_setup? A. Report_analysis_coverage -status violated -check out_setup B. Report_annotated_parasitics -status violated -check out_setup C. All D. Report_timing_path_short -to [all_outputs *] -check out_setup