Question
Which of the following services is NOT commonly provided
by AI/ML platforms?Solution
Correct Option: Rule-based automation (D) involves predefined sets of rules, which is more typical of traditional automation systems, not AI/ML. AI/ML focuses on learning from data, not applying static rules. Why Other Options Are Wrong: A) Image recognition: AI/ML platforms like TensorFlow or PyTorch provide robust services for image recognition through deep learning models. B) Data cleaning: AI/ML tools assist in data cleaning, which is crucial for improving the quality of input data for model training. C) Predictive analytics: AI/ML platforms excel in predictive analytics, allowing users to make predictions based on historical data. E) Natural language processing: NLP is a core component of AI/ML, with applications ranging from chatbots to sentiment analysis.
The amortized time for inserting into a dynamic array (like C++ vector) is:
Which algorithm is best suited to find the shortest path in a graph with negative edge weights but no negative cycles?
Which algorithm returns a minimum spanning tree (MST) and uses a priority queue to select the next edge connected to the growing tree?
Which of the following protocols is most commonly used in IoT devices to enable communication between smart devices?
Dynamic Programming is preferred over recursion when:
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which of the following SQL queries is used to remove a table from a database?
Which algorithm is best suited for finding a Hamiltonian cycle in an undirected graph?   Â
Which data structure is used for implementing recursive function calls?
Which protocol is most commonly used for secure communication between IoT devices over the internet?    Â