Selasa, 15 Agustus 2023

Kuis Data Analytic

 Ø  Which role needs the most technical and working experience?

-> data scientist (Benar)

Data scientists typically have lots of real-world working experience. They are fluent in coding, math, and statistics, as well as all other required data roles, like data engineering, data cleaning, and reporting outcomes.

-> data engineer

-> data analyst

Ø  What is a form of data cleaning and transformation?

-> building VLOOKUP or XLOOKUP functions to bring in data from other worksheets

-> building pivot tables, crosstabs, charts, or graphs

-> deleting columns or adding calculations to an Excel spreadsheet (Benar)

Ø  Which choice is not a valid data type?

-> Number

-> Start date (Benar)

Start date is a field name and is likely a date and time data type.

-> Boolean

-> Text or String

Ø  When data analysts consider all the data from any object, this is an example of them turning on their _____.

-> join lens

-> spreadsheet lens

-> query goggles

-> data lens (Benar)

The data lens is something that a data analyst will improve over time. The more exposure to data you have, the more likely you are to think of data points when they are not exactly in front of you on a table or spreadsheet.

Ø  When starting a new data project, what is one of the best sources to help you begin?

-> existing reports (Benar)

Learning about what is currently being reported will help you understand the organization. Using existing reports, you can often reverse engineer the data to begin your own projects.

-> the database

-> technical documentation

-> queries

Ø  What does a cross join or no join accomplish?

-> It shows only equal records or matching records on both tables.

-> It shows no records.

-> It associates every record to every record in both tables. (Benar)

When multiple tables are brought into a query, they must have a common field that links them together through a join. When this join line is missing, it will tie every record from one table to every record in another table.

-> It shows every record from the left table.

Ø  You want to join records in tables that match with fields in other tables. To do this, which join will you use?

-> a right outer join

-> an inner join (Benar)

-> a left outer join

-> a cross join

Ø  Which items are examples of data cleaning?

A. removing unnecessary columns

B. changing the case of data (upper, lower, etc.)

C. connecting to the data in a database

D. removing unnecessary spaces from data

 

-> B, C, D

-> A, B, C, D

-> A, B, D (Benar)

Removing columns, spaces, and changing case of data are all examples of data cleaning.

-> A, C, D

Ø  Maintaining your original data set provides you with which option(s)? A. the benefit of not starting entirely back over after a mistake

B. an audit trail

C. a better understanding of your data

D. none of these answers

 

-> A, B (Benar)

Keeping a copy of the original data provides you the ability to just quickly start back over after a mistake. It will also give you the ability to return to the original data for auditing the work.

-> D

-> C

Ø  When you are learning a new database, when should you look at a sample of the data?

-> after you look at the queries

-> after you look at the table names (Benar)

-> after you look at the relationships

Ø  Reviewing table design is important for a data analyst. What is something you will discover in the design of tables?

-> workflow

-> data types (Benar)

-> queries

-> record counts

Ø  Knowing the statistical significance of any data point or set is an example of the _____ truth.

-> data

-> stats (Benar)

-> business

Ø  Which items are best practices for being effective in a meeting?

A. Dive right into the data and information when it's your turn.

B. Ask to be on the agenda and state how much time you need.

C. Provide a list of key definitions and consider a slide deck.

 

-> A, B, C

-> B, C (Benar)

As a data analyst, it is important that you have time to cover the information you need answers for your questions. Providing a key list of definitions up front is important to reduce time spent answering questions that you can answer with a simple document. Including a slide deck will help you stay focused and on point.

-> A

Ø  In data, numbers are _____ aligned by default.

-> justified

-> left

-> right (Benar)

Numbers are typically best read when they are right aligned by their last value. In data, it's also an indicator that the program sees values as numbers because it will default to right aligned.

-> center

Ø  One of the key ways to validate your queries is by knowing how many _____ you have in each data set.

-> calculations

-> fields

-> records (Benar)

It is beyond important to know how many records are in the tables you are working with. This is one of the simplest ways to validate your joins.

-> data types

Ø  Which truth is a measure of an organization's production?

-> the stats truth

-> the data truth

-> the business truth (Benar)

Ø  You should _____ the headers on a new sheet tab to provide valuable information with your data.

-> cut and paste

-> manually type

-> copy and transpose (Benar)

Transpose allows you to flip data from horizontal to vertical, which can be helpful when documenting information about fields and while providing data sets to others.

Ø  A file that is not connected to a live data set, and that you receive through either email or an export, is an example of a(n) _____.

-> query

-> flat file (Benar)

Flat files are data sets that are not directly connected to the data source. They are typically are exports to .csv or Excel files that you run yourself or have been emailed to you.

-> Excel file

Excel files can sometimes be connected to data sources with live connections of data.

Ø  Data governance involves _____.

-> the IT department only

-> data regulations

-> people, technology, and processes (Benar)

The best data governance will include not only people, but technology and processes to ensure that data is the highest quality, secured and meeting requirements.

Ø  Changes we make to our data in Power Query are recorded in _____.

-> Applied Steps (Benar)

When making changes to the data in Power Query, it automatically tracks each step in the Applied steps.

-> VBA

-> Macros

Ø  You need a report for every day that occurred in a period of time. To determine if you had transactions on those days, which join would you use between your transactions table and date table?

-> outer join (Benar)

In order to pull every date from a range of dates you will tie your transactions table to a date table through an outer join.

-> cross join

-> inner join

Ø  Which option is not a reusable data set?

-> postal code data

-> date table

-> order transactions (Benar)

Order transactions will change and be an overall part of the data we report and visualize. However, it is not what we consider reusable, like a date table or postal code data.

Ø  _____ code is written by recording macros in Microsoft Office.

-> C++

-> VB (Visual Basic)

-> JavaScript

-> VBA (Visual Basic for Applications) (Benar)

VBA is the code language that runs Microsoft Office products. When you create a macro, it is coding in the VBA.

Ø  In Power Query, merge queries allow us to _____.

-> clean leading zeros

-> join data together (Benar)

Merge queries are the database equivalent to writing a select query.

-> change data types

-> compile equal data sets

Append queries are used to compile like data sets.

Ø  What command do you use to create aggregated data sets in Power Query?

-> Reference Data Set

Reference Data Set is the ability to duplicate a data set and maintain a cleaning reference to the original data set. It may be used in the process but it is not the function that creates the aggregated data.

-> Group By (Benar)

Group By will allow you to group data and add aggregate functions like SUM, COUNT and AVERAGE.

-> Append Queries

-> Merge Queries

Merge Queries are used to join data. They do not create aggregated data sets.

Ø  There are many reasons to change case of any data. Using Proper() changes case to proper in Excel. What is the equivalent command in Power Query?

-> Transform > Capitalize each word (Benar)

Transform > Capitalize each word is the same outcome as using the Proper() function in Excel.

-> Transform > UPPERCASE

-> Transform > Change Case > UPPERCASE

There is not a Change Case step between Transform and any case change command. UPPERCASE capitalizes every letter, not just the first.

Ø  It's not always obvious when looking at large data sets that data is duplicated. Which command in Excel lets you easily highlight duplicate values?

-> Remove Duplicates

Remove Duplicates will actually remove the data from the data set. It does not highlight the duplicated data.

-> Sort

-> Conditional Formatting (Benar)

Excel Conditional Formatting has a highlight option that will immediately apply formatting that shows duplicated data.

Ø  What is not an example of a logical function?

-> CountIF

-> Average (Benar)

Average is not considered a logical function, but an aggregate function.

-> IFS

-> SUMIF

Ø  Merge Columns replaces what function in Excel?

-> VLOOKUP

-> Match()

-> Concat() or Concatenate()  (Benar)

Concat() and Concatenate() both combine values in Excel, and the outcome of Merge Columns is the same as both of these commands in Excel.

-> SUMIF()

Minggu, 03 Juli 2022

Soal Soal dan Jawaban tentang JAVA

1.    Berikut ini adalah editor yang dapat digunakan untuk menuliskan program Java, kecuali… 

a.    JCreator

b.    Notepad

c.     Eclipse

d.    JavaBeans

2.    Berikut adalah cara inisialisasi variabel bertipe class string, kecuali..

a.    String me = new String (“inisialisasi 1”);

b.    String me; me = new String “inisialisasi 1”;

c.     String me; me = new String(“inisialisasi 1”);

d.    String me; me = “inisialisasi 1”;

3.    Hasil kompilasi dari berkas java adalah

a.    File BAK

b.    File Bytecode

c.     File executable

d.    File class

4.    Diantara perintah untuk mencetak berikut, yang benar adalah ………..     

a.    System.out.println(“Hello world”); cek

b.    System.Out.println(“Hello world ”);<br>

c.     System.out.Println(“Hello world ”);<br>

d.    System.Out.Println(Hello world ”);

 

 

5.    Arsitektur java yang dipakai untuk wireless device / mobile device, disebut dengan…

a.    J2SE

b.    J2ME

c.     J2EE

d.    J2EM

 

 

6.     Method yang digunakan untuk mengkonversi nilai string ke integer dalam Java adalah :

a.    parseInt( )

b.    converselnt()

c.     Cint()

d.    ChangeInt()

 

 

 

7.     Berikut ini pernyataan yang benar berhubungan dengan class dan object dalam Java, kecuali...

a.    Setiap class dapat mengandung beberapa method sekaligus

b.    Object merupakan instance dari class

c.     Object terdiri dari keyword dan method

d.    Class merupakan pendefinisian dari object

 

 

8.    Keyword yang digunakan untuk membuat nilai tetap dan tidak dapat berubah adalah…

a.    protected

b.    private

c.     public

d.    final


 

9.    Komentar program dalam Java dapat menggunakan perintah…

a.    /*…*/ saja

b.    // saja

c.     // dan /*..*/

d.    #, // dan /*…*/

 

 

10.  System yang berguna untuk mengirim keluaran ke layar adalah

a.    System.in.

b.    System.out

c.     System.err

d.    System.exit

 

 

11.  Berikut ini yang termasuk tipe data primitive adalah…

a.    Boolean

b.    character

c.     byte

d.    Double

 

12.  Sintaks java untuk melakukan kompilasi terhadap berkas program adalah :

a.    .java

b.    javac

c.     javaclass

d.    javax

 

13.  Method yang digunakan untuk membandingkan dua buah data string adalah …

a.    equal()

b.    concat()

c.     length()

d.    equals()

 

14.  Berikut ini adalah keyword yang terdapat dalam Java, kecuali…

a.    Goto

b.    Break

c.     If

d.    String

 

15.  Berikut adalah penamaan class pada java yang diperbolehkan, kecuali…

a.    3_One

b.    O_3ne

c.     Sl3h

d.    B3_Ta

 

 

16.  Fungsi method System.in dalam java adalah…  

a.    Mengirimkan keluaran ke layar

b.    Menangani pembacaan dari keyboard

c.     Menampilkan pesan kesalahan

d.    Menangani suatu objek

 

17.  Untuk menyimpan data nim mahasiswa, tipe data yang paling tepat digunakan adalah… String

a.    Int

b.    Short

c.     Char

d.    String .

18.  Berikut ini yang termasuk tipe data reference adalah…

a.    Float

b.    Character

c.     Short

d.    Int

19.  Diantara pernyataan berikut, konsep yang tidak ada di dalam pemrograman Java adalah…

a.    Polymorphisme

b.    Encapsulation

c.     Multiple inheritance

d.    Single inheritance

20.  Diantara pernyataan berikut, penulisan sintaks BbufferredReader yang benar adalah …

a.    int data = BufferedReader = new BufferedReader(new input Stream Reader(System.in)).Readline().intValue();

b.    int data = BufferedReader = new BufferedReader(new);

c.     int data = (new Integer( (new BufferedReader = new BufferedReader(new input Stream Reader(System.in))).readline( )).intValue( ));

d.    int data = (new Integer( (new BufferedReader (new InputStreamReader (System.in))).readLine()).intValue());

 


Kamis, 20 Januari 2022

Hello 2022

 Sudah hari ke 20 di tahun 2022 ini . 
Waww waktu cepat berlalu bestie, banyak rintangan yang sudah dilewati . 

Puja dan puji syukur marilah kita panjatkan kepada Allah SWT. Atas nikmat iman, Islam, serta nikmat sehat, Shalawat dan salam tidak lupa kita haturkan kepada junjungan Nabi Besar Muhammad SAW atas rahmatnya .

Udah kek pidato ya gw :) tpi bersyukur itu penting banget, akan menyadari kalau semua itu anugerah dan titipan dari Allah SWT.. ceilah :p


Aku harap kita semua dapat menggapai impian kita di 2022 ini hahaa .

Smoga di tahun 2022 kita selalu dipertemukan yang baik-baik dijauhkan dari segala keburukan aamiin . 

Semangat buat untuk diri sendiri dan semangat untuk semuanya .