I recently completed my DP 203 certification. My learning and tips to prepare for the exam. If you are a[…]
Read more
Drive Into Data
I recently completed my DP 203 certification. My learning and tips to prepare for the exam. If you are a[…]
Read more1) Administer and Provision HDInsight Clusters Deploy HDInsight clusters Create a cluster in a private virtual network, create a cluster[…]
Read moreData Warehouse Vs Data Lake vs Data Lakehouse What is a Data warehouse? A data warehouse is a type of data management system that[…]
Read moreData model: Data model involves providing an ML algorithm (that is, the learning algorithm) with training data to learn from. The term[…]
Read moreCreate linked list and add node at the beginning class node: def __init__(self, p_data): self.data=p_data self.next=None class[…]
Read morestr=”amalaylam” flag=0 for i, c in enumerate(str): print (i,c,ascii(c),str.count(c)) if (str.count(c))%2 != 0: flag=flag+1; if flag>1:[…]
Read moreFind whether a string could be palindrome or not? Linked list creation with add node at the beginning Linked list[…]
Read moreDesign and Implement Complex Event Processing By Using Azure Stream Analytics (15-20%) Ingest data for real-time processing What is Stream[…]
Read more