Skip to content

Commit

Permalink
auto formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov committed Aug 17, 2022
1 parent 6b3689f commit 6333828
Show file tree
Hide file tree
Showing 12 changed files with 61 additions and 59 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FEbazhanov%2Flinkedin-skill-assessments-quizzes&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://hits.seeyoufarm.com)

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->

[![All Contributors](https://img.shields.io/badge/all_contributors-1033-orange.svg?style=flat-square)](#contributors-)

<!-- ALL-CONTRIBUTORS-BADGE:END -->

> This repository is for those looking for answers to the LinkedIn assessment quiz questions or willing to help others by contributing to the tests. Or possibly you would like to create your first pull request and be added as a contributor. Whatever is your goal - you are always welcome here! Feel free to use [online grammar checker](https://www.grammarly.com/) when you contribute!
Expand All @@ -20,6 +22,7 @@ have a great understanding about.
[![Join our Discord server!](https://invidget.switchblade.xyz/NKCyjjw3MW?theme=light)](https://discord.gg/NKCyjjw3MW)

3. Playground before taking quiz using:

- Web App https://linkedin-faq.github.io/md2practice/
- Web App #2 https://linkedin-faq.github.io/skill-assessments-quizzes/
- In **terminal** https://github.com/linkedin-faq/linkedin-quizzes-kodyfire
Expand Down Expand Up @@ -80,7 +83,7 @@ want to contribute? here is the source code https://github.com/linkedin-faq
| [Microsoft Access](microsoft-access/microsoft-access.md) | | | 30 | 28 | [@drmegalomaniac](https://github.com/drmegalomaniac) |
| [Microsoft Azure](microsoft-azure/microsoft-azure-quiz.md) | | | 55 | 53 | [@tomtreffke](https://github.com/tomtreffke), [@ziasistani](https://github.com/ziasistani) |
| [Microsoft Excel](microsoft-excel/microsoft-excel-quiz.md) | | [<img src="assets/de.svg" width="22">](microsoft-excel/microsoft-excel-quiz-de.md) | 109 | 107 | [@gazihasanrahman](https://github.com/gazihasanrahman) |
| [Microsoft Outlook](microsoft-outlook/microsoft-outlook-quiz.md) | | | 79 | 56 | |
| [Microsoft Outlook](microsoft-outlook/microsoft-outlook-quiz.md) | ❗needs updating | | 79 | 56 | |
| [Microsoft Power Automate](microsoft-power-automate/microsoft-power-automate-quiz.md) | | | 14 | 02 | [@mervynteo](https://github.com/mervynteo) |
| [Microsoft Power BI](microsoft-power-bi/microsoft-power-bi-quiz.md) | | | 81 | 80 | [@vittorio-giatti](https://github.com/vittorio-giatti) |
| [Microsoft Power Point](microsoft-power-point/microsoft-power-point-quiz.md) | | | 85 | 77 | [@ckullo](https://github.com/ckullo) |
Expand All @@ -96,7 +99,7 @@ want to contribute? here is the source code https://github.com/linkedin-faq
| [Python](python/python-quiz.md) | | | 136 | 136 | [@tik9](https://github.com/tik9), [@Amsal1](https://github.com/Amsal1), [@declarck](https://github.com/declarck) |
| [QuickBooks](quickbooks/quickbooks-quiz.md) | ❗needs updating | | 47 | 39 | |
| [R](r/r-quiz.md) | | | 52 | 52 | [@gregglind](https://github.com/gregglind) |
| [React.js](react/reactjs-quiz.md) | | [<img src="assets/es.svg" width="22">](react/reactjs-quiz-es.md) | 100 | 100 | [@RobTables](https://github.com/RobTables) [@bandinopla](https://github.com/bandinopla) |
| [React.js](react/reactjs-quiz.md) | | [<img src="assets/es.svg" width="22">](react/reactjs-quiz-es.md) | 100 | 100 | [@RobTables](https://github.com/RobTables) [@bandinopla](https://github.com/bandinopla) |
| [REST API](rest-api/rest-api-quiz.md) | | | 65 | 65 | |
| [Revit](revit/revit-quiz.md) | ❗needs updating | | 14 | 0 | |
| [Ruby on Rails](ruby-on-rails/ruby-on-rails-quiz.md) | | | 59 | 59 | [@gudata](https://github.com/gudata) |
Expand Down
19 changes: 14 additions & 5 deletions css/css-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,8 @@ img {
color: yellow;
}
```
[Highlight Background](https://alvarotrigo.com/blog/css-highlight-text/#:~:text=Highlight%20text%20(CSS)%20is%20used,text%20is%20the%20most%20popular.)

[Highlight Background](<https://alvarotrigo.com/blog/css-highlight-text/#:~:text=Highlight%20text%20(CSS)%20is%20used,text%20is%20the%20most%20popular.>)

#### Q116. To prevent a background image from tiling in any direction, which style property would you apply?

Expand Down Expand Up @@ -1927,10 +1928,18 @@ p + section {
#### Q127. When these pseudo class selectors are applied to a link, what states will the styles be applied to?

```css
a:visited {...}
a:active {...}
a:hover {...}
a:focus {...}
a:visited {
...;
}
a:active {
...;
}
a:hover {
...;
}
a:focus {
...;
}
```

- [ ] `:visited` styles are applied after the link has been opened.
Expand Down
13 changes: 6 additions & 7 deletions django/django-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -657,10 +657,9 @@ model=Planet
- [ ] 8000
- [ ] It would fail to start
#### Q72. Which statement about Django apps is false?
- [ ] A Django app is the top-level container for a web application powered by Django.
- [ ] Django apps are small libraries designed to represent a single aspect of a project.
- [ ] Each Django app should do one thing, and one thing alone.
- [ ] A Django project is made up of many apps.
#### Q72. Which statement about Django apps is false?
- [ ] A Django app is the top-level container for a web application powered by Django.
- [ ] Django apps are small libraries designed to represent a single aspect of a project.
- [ ] Each Django app should do one thing, and one thing alone.
- [ ] A Django project is made up of many apps.
2 changes: 1 addition & 1 deletion eclipse/eclipse-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@
- [ ] It reminds you that you have work to do.
- [x] Comments starting with TODO are listed in the Tasks view.
- [ ] It creates automated email reminders of remaining tasks.
- [ ] Comments starting with TODO are stored in the Task List view.
- [ ] Comments starting with TODO are stored in the Task List view.
2 changes: 1 addition & 1 deletion git/git-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1039,4 +1039,4 @@ remote repository, named origin, to point to the new remote repository at this l
- [ ] Provide detailed commit messages that describe the changes being introduced by the commit. <url>
- [ ] make large commits that introduce multiple featurs. <url>
- [x] Keep local repository branches in sync with upstream branches in the remote repository by committing,pushing and pulling frequently. <url>
- [ ] Avoid frequent interaction with the remote repository to reduce the probability of pulling conflicts. <url>
- [ ] Avoid frequent interaction with the remote repository to reduce the probability of pulling conflicts. <url>
19 changes: 9 additions & 10 deletions go/go-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,16 +558,15 @@ fmt.Println(i)
func worker(m Message) Result

- [ ] go func() {
r := worker(m)
ch <- r
}

r := worker(m)
ch <- r
}
- [ ] go func() {
r := worker(m)
r -> ch
} ()
r := worker(m)
r -> ch
} ()
- [ ] go func() {
r := worker(m)
ch <- r
} ()
r := worker(m)
ch <- r
} ()
- [ ] go ch <- worker(m)
9 changes: 5 additions & 4 deletions hadoop/hadoop-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,14 +484,15 @@ FROM customers c;
- [x] hadoop fs -copyFromLocal <fromDir> <toDir>
- [ ] hadoop fs -copyFromLocal <toDir> <fromDir>

#### Q68. delete a Hive ______ table and you will delete the table ______.
#### Q68. delete a Hive **\_** table and you will delete the table **\_**.

- [ ] managed; metadata
- [ ] external; data and metadata
- [ ] external; metadata
- [ ] managed; data

#### Q69. To see how Hive executed a JOIN operation, use the _ statement and look for the ____ value.

#### Q69. To see how Hive executed a JOIN operation, use the \_ statement and look for the \_ value.

- [ ] EXPLAIN; JOIN Operator
- [ ] QUERY; MAP JOIN Operator
- [ ] EXPLAIN; MAP JOIN Operator
Expand Down
4 changes: 3 additions & 1 deletion microsoft-excel/microsoft-excel-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,8 @@ https://support.microsoft.com/en-us/office/print-headings-or-titles-on-every-pag
- [ ] Format as Table
- [ ] Theme Colors

#### Q130. Which formula could *not* have been entered in cell C5?
#### Q130. Which formula could _not_ have been entered in cell C5?

![60d22a3a498ede33588680f8-1624476186391](https://user-images.githubusercontent.com/6527493/184480550-f12346e9-79ae-4dbc-ad4f-b5365a50236f.png)

- [x] =SUBTOTAL(9, C2:C4)
Expand All @@ -1174,6 +1175,7 @@ https://support.microsoft.com/en-us/office/print-headings-or-titles-on-every-pag
- [ ] =SUM(C2:C4)

#### Q131. The last two digits of the Representative ID Number is the Office ID. Which function, when entered into cell B2 and then dragged to cell B6, returns the Office ID for each representative?

![WhatsApp Image 2022-08-15 at 00 08 22](https://user-images.githubusercontent.com/80069786/184557060-2164d8b6-37ae-41d3-9525-31e88065fbdc.jpeg)

- [ ] =TRIM(A2,2)
Expand Down
8 changes: 1 addition & 7 deletions php/php-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -1188,11 +1188,8 @@ while($i < 6) {
echo "loop stopped at $i by break statement";

- [ ] loop stopped at 3 by break statement

- [ ] loop stopped at 4 by break statement

- [ ] loop stopped at 6 by break statement

- [x] loop stopped at 2 by break statement

####96. After creating your objects, you can call member functions related to that object, such as setting the names and prices for three "Pet" objects. What is the likely output of this code snippet?
Expand All @@ -1206,9 +1203,6 @@ $horse->setPrice(7);
print_r($cat);

- [ ] Pet Object ( [title]=> Spot[price]=>10)

- [x] Pet Object ( [title]=> Mimi [price]=>15 )

- [ ] Pet Object ( [title]=> Mimi[price]=>10 )

- [ ] Pet Object ( [title]=> Trigger [price]=> 7)
- [ ] Pet Object ( [title]=> Trigger [price]=> 7)
22 changes: 12 additions & 10 deletions react/reactjs-quiz-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const element = <p>{message}</p>;
- [x] `React.lazy`
- [ ] `React.fallback`

#### Q19. ¿Cuándo se utiliza `useLayoutEffect`?
#### Q19. ¿Cuándo se utiliza `useLayoutEffect`?

- [ ] cuando quieres optimizar para todos los dispositivos
- [ ] para completar el update
Expand Down Expand Up @@ -291,6 +291,7 @@ const Heading = () => {
- [ ] Envolver el h1 en un div

#### Q30. To create a constant in JavaScript, which keyword do you use?

#### Q30. Para definir una constánte en javascript, ¿Qué keyword se utiliza?

- [x] const
Expand Down Expand Up @@ -448,7 +449,7 @@ function MyComponent(props) {
- [x] Una función componente acepta un único parámetro con sus propiedades y devuelve un elemento React
- [ ] Una función componente es la única forma en la que se puede crear un componente
- [ ] Una función componente es requerido para poder crear un componente en React

#### Q47. ¿Qué librería define el método global `fetch()`?

- [ ] FetchJS
Expand Down Expand Up @@ -618,7 +619,7 @@ const Star = ({ selected = false }) => <Icon color={selected ? 'red' : 'grey'} /
```

- [ ] El botón A no tendrá acceso a la referencia del evento onClick
- [x] El botón A no se ejecutará correctamente
- [x] El botón A no se ejecutará correctamente
- [ ] No hay diferencia, ambos se ejecutarán con éxito
- [ ] El botón B no se ejecutará correctamente

Expand Down Expand Up @@ -761,7 +762,6 @@ class Comp extends React.Component {
- [ ] React.Component
- [x] Component


#### Q66. Cuando utilizas un Portal, ¿Qué va en el primer parámetro?

```javascript
Expand Down Expand Up @@ -793,8 +793,8 @@ const [count, setCount] = useState(0);
#### Q68. ¿Cuál es el uso de la función map en el código de abajo?

```javascript
const database = [{ data:1 }, { data:2 }, { data:3 }];
database.map((user)=><h1>{user.data}</h1>);
const database = [{ data: 1 }, { data: 2 }, { data: 3 }];
database.map((user) => <h1>{user.data}</h1>);
```

- [ ] devuelve un mapa de todas las entradas en la base de datos
Expand Down Expand Up @@ -998,7 +998,7 @@ class StarTrekkin extends React.Component {
#### Q87. ¿Cómo le agregarías el id heading al siguiente elemento h1?

```javascript
let dish = <h1>Mac and Cheese</h1>;
let dish = <h1>Mac and Cheese</h1>;
```

- [ ] `let dish = <h1 id={heading}>Mac and Cheese</h1>;`
Expand Down Expand Up @@ -1027,7 +1027,7 @@ class Huggable extends React.Component {
- [x] `<button onClick={(e) => this.hug(name, e)}>Hug Button</button>;`

**Explicación:**
Esta pregunta testea tu conocimiento de componente de clases en react. Tenés que usar `this` para llamar métodos definidos en componentes de clases.
Esta pregunta testea tu conocimiento de componente de clases en react. Tenés que usar `this` para llamar métodos definidos en componentes de clases.

#### Q89. ¿Qué sintaxis usas para crear componentes en React?

Expand All @@ -1039,6 +1039,7 @@ Esta pregunta testea tu conocimiento de componente de clases en react. Tenés qu
[Componentes y propiedades](https://reactjs.org/docs/components-and-props.html)

#### Q90. You want to disable a button so that it does not emit any events onClick. Which prop do you use to acomplish this?

#### Q90. Querés deshabilitar un botón para que no emita eventos de onClick. ¿Que propiedad utilizas para lograr esto?

- [ ] onBlur
Expand All @@ -1065,6 +1066,7 @@ function Dish() {
- [ ] es un componente anexo

#### Q92. When does the componentDidMount function fire?

#### Q92. ¿Cuándo se ejectua el método componentDidMount en un componente de clase?

- [x] luego de haber sido agregado al DOM
Expand Down Expand Up @@ -1150,8 +1152,8 @@ add();
#### Q99. ¿Porqué podrías necesitar utilizar React.createRef?

- [ ] para referirnos a otro archivo JS
- [ ] para bindear una función
- [ ] para llamar a una función
- [ ] para bindear una función
- [ ] para llamar a una función
- [x] para acceder directamente a un nodo DOM

[Reference](https://reactjs.org/docs/refs-and-the-dom.html)
Expand Down
Loading

0 comments on commit 6333828

Please sign in to comment.