Hello Nitin

Cost accounting is a specialized branch of accounting that focuses on capturing a company's total costs of production by assessing the variable costs of each step of production, as well as fixed costs. It is an essential tool for management to make informed decisions.
## **1. Nature of Cost Accounting**
Cost accounting is both an art and a science, serving as a critical internal subsystem of an organization's information system.
 * **Internal Focus:** Unlike financial accounting, which provides information

...

See on Student Notes »

sdsdfs

1. Number Systems & Data Types

Question 1: What is the decimal equivalent of 0xBEEF?

  • 48879

Question 2: What is the decimal number equivalent of the octal value 0465?

  • 309

Question 3: What is the binary equivalent of decimal 135?

  • 0b10000111

Question 4: What is the octal equivalent of 0x5EED?

  • 057355

Question 5: What is the binary equivalent of 0xBEAD?

  • 0b1011111010101101

Question 6: What is the range of an unsigned byte?

  • 0 to 255

Question 7: What is the range of a signed

...

See on Wikiteka »

RTIT-paper

Q)Explain RDD and its operations.

-RDD (Resilient Distributed Dataset)

An RDD (Resilient Distributed Dataset) is the fundamental data structure of Apache Spark. It is a fault-tolerant collection of elements that is distributed across multiple nodes in a cluster and can be processed in parallel.

RDDs are called resilient because they can automatically recover lost data using lineage information (i.e., how the data was created).

Key Features of RDD:

Distributed: Data is split across multiple machines.

...

See on Student Notes »

Interview

║         GOOGLE DATA CENTER TECHNICIAN L3 — MASTER INTERVIEW CHEAT SHEET        ║

THE INTERVIEW PROCESS
STAGE 1 — Recruiter Screen
  • Background check, location confirm, basic fit questions
  • "Why Google?" "Are you OK with shift work?" "Can you relocate?"
  • Takes ~46 days avg from apply to hire

STAGE 2 — Technical Phone Screen
  • Rapid-fire fundamentals: protocols, commands, definitions
  • 20-30 questions, short answers expected
  • No NDA — questions are mostly...

See on Student Notes »

Dwshort

Data Warehouse: centralized repository storing integrated and historical data for analysis and decision-making; Characteristics of Data Warehouse: subject-oriented, integrated, time-variant, non-volatile; OLAP: technology used for fast multidimensional data analysis; OLAP Operations: slice (single dimension), dice (multiple dimensions), drill-down (detailed view), roll-up (summary view); Data Cube: multidimensional structure representing data across dimensions like time, product, and location; Star...

See on Student Notes »

ghdfhdrhfdh

Define static and dynamic characteristics of a system.

In measurement and instrumentation, system characteristics are divided into static and dynamic depending on whether the input changes with time or not.


1. Static Characteristics

These describe the behavior of a system when the input is constant (not changing with time).

Definition:
Static characteristics are the properties of a system measured under steady-state conditions (no time variation).

Examples:

  • Accuracy – how
...

See on Student Notes »

dgfgdfxzcxzc

Practical No. 1 – SEO Keyword Research Guide
🟢 Step 1: Choose Topic
Pick one topic
Example: Clothes website

🟢 Step 2: Think Basic Words
Write simple words
🟢 Step 3: Open SEO Tool
Open SEMrush
Type your words
Click search

🟢 Step 4: Check Keywords
Look at:
search volume (how many people search)
difficulty (easy or hard)

🟢 Step 5: Select Short Keywords
Choose small words

🟢 Step 6: Select Long Keywords
Choose long sentences
Example:
buy clothes online in India

🟢 Step 7: Group Keywords
Put keywords

...

See on Student Notes »

Company law

A promoter is an individual, group, or firm that conceives a business idea, evaluates its viability, and undertakes the necessary legal and financial actions to bring a company into existence.
Key 🔑 Functions of a Promoter 
•Conceiving the Idea: Identifying a business opportunity and evaluating its viability and profitability.
•Feasibility Studies: Investigating technical, financial, and legal aspects to ensure the project is practical.
•Incorporation Documentation: Drafting the Memorandum

...

See on Student Notes »

f.publicas

O que entende por saldo primário e por saldo estrutural no tocante ao equilíbrio orçamental? Relacione com o critério do ativo de tesouraria e com a “regra de ouro» das Finanças Públicas.

O saldo primário corresponde ao saldo orçamental apurado sem considerar os encargos com juros da dívida pública, permitindo avaliar se o Estado, na sua atividade corrente, gera receitas suficientes para financiar as suas despesas sem recorrer a novo endividamento. Trata-se, assim, de um indicador essencial

...

See on Wikiteka »