Skip to content

Data World

Drive Into Data

  • Home
  • About Me
Data World

Latest Posts

Quick Tips On Cracking DP-203 Certification

July 2, 2022 parmsingla Big Data, Certifications, Databricks, Synapse

I recently completed my DP 203 certification. My learning and tips to prepare for the exam. If you are a[…]

Read more

Azure 70-775: Big Data Engineering with HDInsight

March 22, 2017 parmsingla Big Data, Certifications, Spark

1) Administer and Provision HDInsight Clusters Deploy HDInsight clusters Create a cluster in a private virtual network, create a cluster[…]

Read more

Data Warehouse Vs Data Lake vs Data Lakehouse

July 12, 2022 parmsingla Azure, Big Data, Certifications, Databricks, DP-203, Interview Questions, Synapse

Data Warehouse Vs Data Lake vs Data Lakehouse What is a Data warehouse? A data warehouse is a type of data management system that[…]

Read more

Machine Learning For Beginners 1: Must Know Terminologies

September 26, 2018 parmsingla Artificial Intelligence, Machine Learning

Data model: Data model involves providing an ML algorithm (that is, the learning algorithm) with training data to learn from. The term[…]

Read more

Python : Playing with Linked list

May 14, 2018 parmsingla Interview Questions, Python

Create linked list and add node at the beginning class node:     def __init__(self, p_data):         self.data=p_data         self.next=None class[…]

Read more

Python: Find Whether A String Could be Palindrome or Not

May 14, 2018 parmsingla Interview Questions, Python

str=”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 more

Data Structure and Algorithm Interview Questions With Python

May 14, 2018 parmsingla Interview Questions, Python

Find whether a string could be palindrome or not? Linked list creation with add node at the beginning Linked list[…]

Read more

Exam 70-776: Perform Big Data Engineering on Microsoft Cloud Services

January 4, 2018 parmsingla Big Data, Certifications, Machine Learning

Design and Implement Complex Event Processing By Using Azure Stream Analytics (15-20%) Ingest data for real-time processing What is Stream[…]

Read more

Posts navigation

1 2 3 … 8 Next Posts»
Categories
  • Artificial Intelligence
  • Azure
  • Big Data
  • Certifications
  • Databricks
  • DP-203
  • Interview Questions
  • Leadership
  • Machine Learning
  • Motivational
  • Performance Tuning
  • Python
  • Scripts
  • Spark
  • SQL Server
  • SSIS
  • Synapse
  • Uncategorized
Archives
  • July 2022
  • September 2018
  • May 2018
  • January 2018
  • October 2017
  • August 2017
  • March 2017
  • December 2016
  • August 2016
  • May 2016
  • December 2015
  • November 2015
  • June 2015
  • August 2014
  • August 2013
  • January 2013
  • October 2012
  • June 2012
  • February 2012
  • May 2011
WordPress Theme: Poseidon by ThemeZee.
Follow by Email
Facebook
fb-share-icon
LinkedIn
LinkedIn
Share
Data World
Proudly powered by WordPress Theme: Poseidon.