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 moreAuthor: parmsingla
Data Structure and Algorithm Interview Questions With Python
Find whether a string could be palindrome or not? Linked list creation with add node at the beginning Linked list[…]
Read moreExam 70-776: Perform Big Data Engineering on Microsoft Cloud Services
Design and Implement Complex Event Processing By Using Azure Stream Analytics (15-20%) Ingest data for real-time processing What is Stream[…]
Read moreExam 70-774: Perform Cloud Data Science with Azure Machine Learning
Prepare Data for Analysis in Azure Machine Learning and Export from Azure Machine Learning Import and export data to and[…]
Read moreLeadership Tips set – 1
Approach-ability : Spend time with the team informally Do one on one with the team Use informal language outside meeting[…]
Read moreSQL Server -DBA Must Know commands
Following are couple of DBA must know commands. –Get the db details EXEC SP_HELPDB ‘Db_name’ –know the definition of the objects EXEC SP_HELPTEXT ‘object_name’ –Identify the size of database and table EXEC SP_SPACEUSED –Know the details of the disk drives EXEC MASTER..XP_FIXEDDRIVES —Quick view of SQL server sessions EXEC SP_WHO2 –It’s advanced version of sp_who2 but not shipped with SQL server.Get it from the following link. EXEC SP_WHOISACTIVE[…]
Read moreExam 70-461 Notes – Set Theory
Ordered list of returned result set is called Cursor. Without “order by” clause query doesn’t return results in particular order even[…]
Read more