1. Silahkan buka
Lembar Excel yang kosong
2. Klik View dan Un-centang
Girdlines.
3. Sudah tidak ada garis
border
.
1. Silahkan buka
Lembar Excel yang kosong
2. Klik View dan Un-centang
Girdlines.
3. Sudah tidak ada garis
border
.
JavaScript Introduction
-> Client-Side Scripting Language
-> It is untyped, multi paradigm, functional, event driven
-> It is Interpreted by browser's javascript engine
JavaScript Advantages
-> Less Server Interactions
-> Better Performance
-> Richer Interface
-> Increased Interactivity
JavaScript Arrays
-> Let's you store multiple values in a single variable
-> It stores a fixed size sequential collection of elements
-> To access any element, we need to pass the index
WRITING DATA
--> var fruits = new Array ("apple","orange","mango");
--> var fruits = ["apple","orange","mango"];
READING DATA
--> fruits [0] is the first element
--> fruits [1] is the second element
--> fruits [2] is the third element
1. COUNTBLANK
Saat mengolah data, terkadang kita bakal menemukan beberapa value yang masih kosong. Buat mendeteksi data yang kosong ini, kita bisa menggunakan metode Isna() di Python.
Tapi buat para pemula, kamu juga bisa kok, melakukan hal yang sama di Excel! Caranya dengan fungsi COUNTBLANK. Fungsi ini bakal menghitung jumlah sel kosong dalam satu rentang sel.
Rumusnya: =COUNTBLANK(range)
2. VLOOKUP
VLOOKUP adalah salah satu fungsi terpenting yang harus diketahui semua Data Analyst. Rumus ini akan memudahkanmu saat mencari data yang disusun dalam kolom vertikal, baik dalam sheet yang sama atau di sheet yang berbeda.
Rumusnya: =VLOOKUP(lookup_value, table_array, col_index_number)
3. RANK Mengurutkan data termasuk hal penting yang bisa memudahkanmu dalam pembacaan dan analisa data. Kamu bisa menggunakan fungsi RANK di Excel untuk mengurutkan peringkat suatu data numerik jika dibandingkan dengan data numerik lainnya dalam sebuah daftar. Rumusnya: =RANK(number, list) (Number adalah angka yang peringkatnya ingin kamu tentukan, dan list adalah rentang sel yang berisi daftar angka dalam sheet-mu.) 4. IFERROR IFERROR adalah fungsi yang berguna untuk mengganti hasil error dari sebuah rumus menjadi pesan khusus sesuai keinginanmu. Ini akan berguna saat kamu ingin mempresentasikan datamu ke orang lain. Kamu bisa menghindari munculnya pesan error seperti "0" atau "#VALUE!" yang mungkin belum dipahami semua orang. Rumusnya: =IFERROR(value, value_if_error) 5. MATCH Dengan jumlah data yang banyak, terkadang kita bakal kesulitan untuk menemukan di mana letak data yang kita mau. Cara mudahnya, kamu bisa pakai fungsi MATCH. Fungsi MATCH mencari nilai tertentu dalam rentang sel, dan menunjukkan posisi dari nilai ini. Rumusnya: =MATCH(value, array) |
1. Which action resolves a 401 error response to an HTTP GET that is issued to retrieve statement using RESTCONF on a CSR1000V ?
a. Change the HTTP method to PUT
b. Change the transport protocol to HTTPS
c. Check the MIMF types in the HTTP headers
d. Check the authentication credentials (TRUE)
2. What is the purpose of the Cisco VIRL software tool?
a. JSON (TRUE)
b. BER
c. XHTMLd. Plain text
6. A developer is writing an application that a REST API and the application requires a valid from the API which element of the response is used in the conditional check?
a.
URL
b.
Status code (TRUE)
c.
Link
d. Body
a. @@-90,88+20191008T134@@
b. @@-20191007T1200+88,90@@
c. @@-20191007T1200+20191008T1349@@d. @@-88,10+88,6@@ (TRUE)
a. Stateless (TRUE)
b. Uniform interface
c. Cacheabled. Client-server
a. Processor
b. Codec
c. Listener (TRUE)d. Transaction monitor
a. An artifact repository allows to compare and merge changes in the source code of files involved in
b. An artifact repository is needed only for CI/CD pipeline execute on a public cloud infrastructur
c. An artifact repository provides traceability, search, and management of binary files (TRUE)d. An artifact repository is needed only for managing open-source software
a. XML
b. X-form-encoding
c. YANG (TRUE)d. YAML
a. Creates a local copy of a repository called “my project” (TRUE)
b. Creates a copy of a branc called “my project”
c. Initiates a new Git repository called “my project”
d. Creates a new branch called “my project”
a. Guarantees container images are secured and free of vulnerabilities
b. Prevents information leakage that can occur when unhandled exceptions are returned in HTTP responses
c. Allows for separation of application that traditionally run in the same host (TRUE)d. Natively secures access to secrets that are used by the running application
a. Devnet & output.txt
b. Devnet > output.txt (TRUE)
c. Devnet < output.txtd. Devnet | output.txt
a. Provide the hypervisor to host virtual servers
b. Specifically designed for container-based workloads
c. Provides workloads with access to hardware features (TRUE)d. Not compatible with other cloud services such as Paas or SaaS offerings
a. Finesse gadgets
b. Cisco unified communications manager (TRUE)
c. Webex devices
d. Webex teams
17. In python, which expression checks whether the script returns a success status code when the Requests library is used?
a. Response.status_code==requests.ok
b. Respons.status_code==requests.codes.ok (TRUE)
c. Response.code==requests.codes.okd. Response.status_code!==requests.codes.ok
a. OAuth must be used
b. A token must be retrieved, and the associated string must be embedded in the X-Auth-Token header
c. Basic authentication must be used (TRUE)d. No authentication is required
a. Laptop on which the scripted is running
b. Router
c. Switch
d. Load balancer (TRUE)
a. Switch
b. Router
c. Firewall (TRUE)d. Load balancer