Sominath Avhad सार्वजनिक
[search 0]
अधिक
Download the App!
show episodes
 
Artwork

1
iTECH PODCAST

Sominath Avhad

Unsubscribe
Unsubscribe
मासिक
 
नमस्कार दोस्तों , आपका बहुत बहुत स्वागत है हमारे चैनल " iTECH - iNDIA KA TECH PODCAST " में , मैंने यह चैनल मेरे उन सभी दोस्तों के लिए बनाया है जो टेक्नोलॉजी के बारे में अपनी भाषा में जानना चाहते है , " iTECH - iNDIA KA TECH PODCAST " इस चैनल में आपको रोज़ाना कम से कम 3 और जादा से जादा 10 नयी special ऑडिओ मिलेगी जहा मैं कोशिश करूँगा आपको मोबाइल, कंप्यूटर और नयी Technology की दुनिया के बारे में कुछ जरुरी बातें बताने की....
  continue reading
 
Loading …
show series
 
मॉब लिंचिंग क्या है? लिंचिंग (lynching) या मोब लिंचिंग (mob lynching) अंग्रेजी का शब्द है जिसका अर्थ यह है कि जब किसी झुंड या भीड़ के द्वारा किसी घटना या वारदात को अंजाम देना। यदि इसे सीधी भाषा में कहा जाये तो इसका अर्थ है कि जब किसी भीड़ द्वारा किसी अफवाह के चलते या किसी अन्य कारण के चलते किसी की हत्या कर देना होता है। आज कल मोब लिंचिंग की समस्या धी…
  continue reading
 
महेंद्र सिंह धोनी में ऐसा क्या है जो उन्हें सबसे अलग बनाता है? हेलीकॉप्टर शॉट का ट्रेंड , टी-20 का पहला विश्व कप, 2011 का वर्ल्ड कप, मैदान पर कदम रखते ही धोनी-धोनी की गूंज सिर्फ स्टेडियम में नहीं बल्कि देश के हर घरों से सुनाई देती है, सबसे ज्यादा स्टंपिंग , कप्तान के तौर पे एकदिवसीय क्रिकेट मे सबसे ज्यादा छक्के उनके नाम, आईसीसी चैंपियंस ट्रॉफी (201…
  continue reading
 
सिर्फ 30 दिनों में खुद को कैसे बदले? किसी को बुरा मत कहो, क्योंकि यह दुनिया दूसरों की सुनती जरूर है बल्कि करती नहीं है। इसलिए बेहतर होगा कि कहने सुनने में वक्त बर्बाद ना करें और खुद की कमियों को ढूंढो और उनको सुधारे। आजकल तो टेक्नोलॉजी का जमाना है। सिर्फ मोबाइल में स्क्रॉल करके जवानी और जीवन का कीमती समय नष्ट न करें बल्कि हर चीज को टाइम के हिसाब से…
  continue reading
 
दोस्तों डिप्रेशन में जाना ओवरथिंकिंग का नतीजा है। इस समय हमारा दिमाग उन प्रॉब्लम्स को क्रिएट करने लग जाता है जिनका कोई अस्तित्व ही नहीं है तो प्लीज ओवरथिंकिंग मत करिए। अपने लाइफ को बेहतर बनाव। जो चीज करनी है उसके बारे में सोचिए और एक्शन लेना स्टार्ट करें। स्टार्ट करें और खुद को डिप्रेशन से बचाए। अपने दोस्तों को जरूर शेयर करें।…
  continue reading
 
सेना में कई बार जंग के दौरान जवानों को नहाने का समय नहीं मिलता है, इसलिए उनके बालों को छोटा किया जाता है। यही कारण है इन्हें कोई संक्रमण नहीं होता है। -जब भी कभी जंग के दौरान जवानों को बंदूक चलाने के लिए ध्यान से देख कर टारगेट लेना होता है तो बाल आंखों में आकर अवरोध पैदा ना करें। इस कारण भी बालों को छोटा किया जाता है। बाल छोटे रखने का और एक मुख्य क…
  continue reading
 
28. Mention the steps of a Data Analysis project.We discuss this question in question number 9. What are the various steps involved in any data analytics projects…today we will discuss more details.The core steps of a Data Analysis project include:· The foremost requirement of a Data Analysis project is an in-depth understanding of the business req…
  continue reading
 
27. How should you tackle multi-source problems?To tackle multi-source problems, you need to:· Identify similar data records and combine them into one record that will contain all the useful attributes, minus the redundancy.· Facilitate schema integration through schema restructuring.
  continue reading
 
26. Define “Time Series Analysis”.The sample answer is…Time Series analysis can usually be performed in two domains – time domain and frequency domain.Time series analysis is the method where the output forecast of a process is done by analyzing the data collected in the past using techniques like exponential smoothening, log-linear regression meth…
  continue reading
 
25. What is a hash table collision? How can it be prevented?This is one of the important data analyst interview questions.The sample answer is…When two separate keys hash to a common value, a hash table collision occurs. This means that two different data cannot be stored in the same slot.Hash collisions can be avoided by two methods :· Separate ch…
  continue reading
 
23. Name the statistical methods that are highly beneficial for data analysts?The statistical methods that are mostly used by data analysts are:· Bayesian method· Markov process· Simplex algorithm· Imputation· Spatial and cluster processes· Rank statistics, percentile, outliers detection· Mathematical optimization…
  continue reading
 
22. Define “Collaborative Filtering”.Collaborative filtering is an algorithm that creates a recommendation system based on the behavioral data of a user. For instance, online shopping sites usually compile a list of items under “recommended for you” based on your browsing history and previous purchases. The crucial components of this algorithm incl…
  continue reading
 
21. What is K-mean Algorithm?K-mean is a partitioning technique in which objects are categorized into K groups. In this algorithm, the clusters are spherical with the data points are aligned around that cluster, and the variance of the clusters is similar to one another.
  continue reading
 
20. What is “Clustering?” Name the properties of clustering algorithms.The sample answer is…Clustering is a method in which data is classified into clusters and groups. A clustering algorithm has the following properties:· Hierarchical or flat· Hard and soft· Iterative· Disjunctive
  continue reading
 
19. How can you define outlier?The sample answer isA data analyst interview question and answers guide will not complete without this question. An outlier is a term commonly used by data analysts when referring to a value that appears to be far removed and divergent from a set pattern in a sample. There are two kinds of outliers – Univariate and Mu…
  continue reading
 
18. Which is the name of the different data validation methods used by data analysts?There are many ways to validate datasets. Some of the most commonly used data validation methods by data analysts .The sample answer is…1. Field level validation – in this method, data validation is done in each field as and when a user enters the data. It helps to…
  continue reading
 
17. What should a data analyst do with missing or suspected data?A data analyst need to:1. Use data analysis strategies like deletion method, single imputation method and model based methods to detect missing data.2. Prepare a validation report containing all information about the suspected or missing data3. Scrutinize the suspicious data to assess…
  continue reading
 
13. What is difference between Data mining and data Analysis? Before we discuss in question number 6 . what is difference between data mining and data profiling? Today we discuss about what is difference between data mining and data analysis. The sample answer is… 1. Data mining – used to recognize patterns in data stored. 1. Data analysis – used t…
  continue reading
 
12. How can you handle missing values in a dataset? The sample answer is… 1. Listwise deletion – in listwise deletion method, an entire record is excluded from analysis if any single value is missing 2. Average imputation – use the average value of the responses from the other participants to fill in the missing value 3. Regression substitution – Y…
  continue reading
 
16. What is the KNN imputation method ? KNN (K — Nearest Neighbors) is one of many (supervised learning) algorithms used in data mining and machine learning, it's a classifier algorithm where the learning is based “how similar” is a data (a vector) from other . The sample answer is… This method is used to impute the missing attribute values which a…
  continue reading
 
15. What are the important responsibilities of a data analyst? This is the most commonly asked data analyst interview question. You must have a clear idea as to what your job entails. The sample answer is… 1. Collect and interpret data from multiple sources and analyze results. 2. Filter and clean data gathered from multiple sources. 3. Analyze com…
  continue reading
 
14. what are the key requirements for becoming a data analyst? This data analyst interview question tests your knowledge about the required skill set to become a data analyst. The sample answer is … 1. Be well versed with programming language like python, Sql , databases like MySql, SQLite and also have extensive knowledge on reportingas well as da…
  continue reading
 
11. What are the best practices for data cleaning? If you are sitting for a data analyst job, this is one of the most frequently asked data analyst interview questions. Data cleansing primarily refers to the process of detecting and removing errors and inconsistencies from the data to improve data quality. The sample answer is… 1. Make a data clean…
  continue reading
 
10. Which technical tools have used for analysis and presentation purposes? .....Being a data analyst, you are expected to have knowledge of the below tools for data analysis and presentation purposes The sample answer is… 1. Tableau 2. MS-Excel 3. MySql 4. Microsoft SQL server 5. SPSS - IBM platform 6. Python 7. Microsoft Powerpoint…
  continue reading
 
08. What are the common problems that data analysts encounter during analysis?There are four problems...1. Handling duplicate and missing values2. Collecting the meaningful right data and the Right time.3. Making data secure and dealing with compliance issues.4. Handling data purging and storage problems…
  continue reading
 
09. What are the various steps involved in any analytics projects?.... Data analytics projects involved in 5 important steps 1. Understand the problem, 2. Data collection, 3. Data cleaning, 4. Data exploration and analysis and 5. Interpret the result.
  continue reading
 
What is data wrangling in data analytics..? Data wrangling is the very important topics in the data analytics field. The answer is… Data wrangling is the process of cleaning, structuring, enriching, validating and analyzing the raw data into a desired usable format for better decision making.
  continue reading
 
06. What is the difference between data mining and data profiling? .....Both concepts are very important in data analytics . Don’t forget it. Interviewer asking this question in data analyst , business analyst and also data scientist interviews. .....The answer is… a.Data mining – data mining is the process of finding relevant information which has…
  continue reading
 
5. What are your communication strengths? ....Communication is key in any position. Specifically, with a data analyst role, you will be expected to successfully present your findings and collaborate with the team. Assure them of your ability to communicate with an answer like this: ....That question answers is..... quest“My greatest communication s…
  continue reading
 
4. Take a few minutes to explain how you would estimate how many tourists visit India every May?…… Many interviewers ask you this type of behavioral questions to see an analyst’s thought process without the help of computers and data sets. After all, technology is only as good and reliable as the people behind it. In your answer include: how you id…
  continue reading
 
3. What was your most difficult data analysis project?....... With a question like this, the interviewer is gaining insight into how you approach and solve problems. It also provides an idea of the type of work you have already done. Be sure to explain the event, action, and result (EAR), avoid blaming others, and explain why this project was diffi…
  continue reading
 
There are many different types of data analyst, including operations analysts, marketing analysts, financial analysts, and more. The answer is..... I would prefer to work as a marketing analyst because it’s in line with my skills and interests. In addition, I have seen that the companies who hire for this role work in industries that are booming an…
  continue reading
 
1. Why do you want to be a data analyst? There are many roles out there for data analysts within various industries. This question will tell the interviewer about your thought process in choosing this role. Answer is “A data analyst’s job is to take data and use it to help companies make better business decisions. I’m good with numbers, collecting …
  continue reading
 
नमस्कार दोस्तों , आपका बहुत बहुत स्वागत है हमारे चैनल " iTECH - iNDIA KA TECH PODCAST " में , मैंने यह चैनल मेरे उन सभी दोस्तों के लिए बनाया है जो टेक्नोलॉजी के बारे में अपनी भाषा में जानना चाहते है , " iTECH - iNDIA KA TECH PODCAST " इस चैनल में आपको रोज़ाना कम से कम 3 और जादा से जादा 10 नयी special ऑडिओ मिलेगी जहा मैं कोशिश करूँगा आपको मोबाइल, कं…
  continue reading
 
नमस्कार दोस्तों , आपका बहुत बहुत स्वागत है हमारे चैनल " iTECH - iNDIA KA TECH PODCAST " में , मैंने यह चैनल मेरे उन सभी दोस्तों के लिए बनाया है जो टेक्नोलॉजी के बारे में अपनी भाषा में जानना चाहते है , " iTECH - iNDIA KA TECH PODCAST " इस चैनल में आपको रोज़ाना कम से कम 3 और जादा से जादा 10 नयी special ऑडिओ मिलेगी जहा मैं कोशिश करूँगा आपको मोबाइल, कं…
  continue reading
 
नमस्कार दोस्तों , आपका बहुत बहुत स्वागत है हमारे चैनल " iTECH - iNDIA KA TECH PODCAST " में , मैंने यह चैनल मेरे उन सभी दोस्तों के लिए बनाया है जो टेक्नोलॉजी के बारे में अपनी भाषा में जानना चाहते है , " iTECH - iNDIA KA TECH PODCAST "इस चैनल में आपको रोज़ाना कम से कम 3 और जादा से जादा 10 नयी special ऑडिओ मिलेगी जहा मैं कोशिश करूँगा आपको मोबाइल, कंप…
  continue reading
 
नमस्कार दोस्तों , आपका बहुत बहुत स्वागत है हमारे चैनल " iTECH - iNDIA KA TECH PODCAST " में , मैंने यह चैनल मेरे उन सभी दोस्तों के लिए बनाया है जो टेक्नोलॉजी के बारे में अपनी भाषा में जानना चाहते है , " iTECH - iNDIA KA TECH PODCAST "इस चैनल में आपको रोज़ाना कम से कम 3 और जादा से जादा 10 नयी special ऑडिओ मिलेगी जहा मैं कोशिश करूँगा आपको मोबाइल, कंप…
  continue reading
 
Loading …

त्वरित संदर्भ मार्गदर्शिका