Skip to content

Commit

Permalink
prettier auto formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov committed Dec 14, 2022
1 parent 0ab2c59 commit 8c6d7b8
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 121 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
[![Telegram](https://badgen.net/badge/icon/telegram?icon=telegram&label)](https://t.me/+lCPxL7Kd7gVjMGM6)

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

[![All Contributors](https://img.shields.io/badge/all_contributors-1248-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 Down Expand Up @@ -91,7 +93,7 @@ Want to contribute? Here is the source code https://github.com/linkedin-faq
| [Keynote](keynote/keynote-quiz.md) | | | 14 | 0 | |
| [Kotlin](kotlin/kotlin-quiz.md) | | | 78 | 78 | [@ItSNeverLate](https://github.com/ItSNeverLate), [@Husseinhj](https://github.com/Husseinhj) |
| [Linux](linux/linux-quiz.md) | | | 82 | 78 | [@D4RIO](https://github.com/D4RIO), [@Amsal1](https://github.com/Amsal1) |
| [Logic Pro](logic-pro/logic-pro-quiz.md) | | | 82 | 78 | |
| [Logic Pro](logic-pro/logic-pro-quiz.md) | | | 82 | 78 | |
| [Machine Learning](machine-learning/machine-learning-quiz.md) | | | 98 | 98 | [@aaronwangj](https://github.com/aaronwangj), [@antra0497](https://github.com/antra0497) |
| [MATLAB](matlab/matlab-quiz.md) | | | 70 | 70 | [@tm-sanjay](https://github.com/tm-sanjay) |
| [Maven](maven/maven-quiz.md) | | | 53 | 50 | |
Expand Down
46 changes: 23 additions & 23 deletions android/android-quiz-es.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,13 @@ Aviso: AndroidJUnitRunner nos permite ejecutar pruebas de estilo JUnit3/4 en dis
#### P24. Debe recuperar una lista de fotos de una API. ¿Qué fragmento de código define una solicitud HTML GET en Retrofit?

- [ ] @GET("foto/{id}"}
fun listPhotos(@Path("id") id:Long?) : Llamar<Photo>
fun listPhotos(@Path("id") id:Long?) : Llamar<Photo>
- [ ] @LIST("foto")
lista divertidaFotos() : Call\<List<Photo>>
lista divertidaFotos() : Call\<List<Photo>>
- [ ] @GET("foto")
fun listPhotos() : Llamar<Photo>
fun listPhotos() : Llamar<Photo>
- [x] @GET("foto")
lista divertidaFotos() : Call\<List<Photo>>
lista divertidaFotos() : Call\<List<Photo>>

#### P25. Dada la clase de prueba a continuación, ¿qué fragmento de código sería una afirmación correcta?

Expand Down Expand Up @@ -386,13 +386,13 @@ Aviso: AndroidJUnitRunner nos permite ejecutar pruebas de estilo JUnit3/4 en dis
```

- [ ] A
![img](image/00.jpeg)
![img](image/00.jpeg)
- [x] B
![img](image/01.jpeg)
![img](image/01.jpeg)
- [ ] C
![img](image/02.jpeg)
![img](image/02.jpeg)
- [ ] D
![img](image/03.jpeg)
![img](image/03.jpeg)

#### P30. Desea abrir la aplicación Marcador predeterminada en un dispositivo. ¿Qué tiene de malo este código?

Expand Down Expand Up @@ -898,22 +898,22 @@ Aviso: AndroidJUnitRunner nos permite ejecutar pruebas de estilo JUnit3/4 en dis
#### Pregunta 58. Ha creado una clase AboutActivity que muestra detalles sobre la aplicación. ¿Qué fragmento de código te permite iniciar tu actividad?

- [ ] Intent(this, AboutActivity::class).also { intent ->
startService(intención)
}
startService(intención)
}

- [x] Intent(this, AboutActivity::class.java).also { intent ->
startActivity(intención)
}
startActivity(intención)
}

- [ ] Intent(this, AboutActivity::class).also { intent ->
actividad(intención)
}
actividad(intención)
}

- [ ] Intent(this, AboutActivity::class).also { intent ->
startActivity(intención)
}
Explicación: Intención(Context packageContext, Class\<?> cls)
Aviso: Clase no KClass
startActivity(intención)
}
Explicación: Intención(Context packageContext, Class\<?> cls)
Aviso: Clase no KClass

#### Pregunta 59. ¿Cuál es el uso del archivo AndroidManifest.xml?

Expand All @@ -935,23 +935,23 @@ Aviso: AndroidJUnitRunner nos permite ejecutar pruebas de estilo JUnit3/4 en dis
- [ ] ProGuard
- [ ] Encogedor
- [ ] D8
Explicación: Cuando crea su proyecto utilizando el complemento Android Gradle 3.4.0 o superior, el complemento ya no utiliza ProGuard para realizar la optimización del código en tiempo de compilación. En cambio, el complemento funciona con el compilador R8 para manejar
Explicación: Cuando crea su proyecto utilizando el complemento Android Gradle 3.4.0 o superior, el complemento ya no utiliza ProGuard para realizar la optimización del código en tiempo de compilación. En cambio, el complemento funciona con el compilador R8 para manejar

[Referencia](https://developer.android.com/studio/build/shrink-code)

#### P62. ¿Qué jerarquía de diseño es probable que se dibuje más rápidamente?

- [x] A
![img](https://i.imgur.com/mT08jag.png?raw=png)
![img](https://i.imgur.com/mT08jag.png?raw=png)

- [ ] B
![img](https://i.imgur.com/rz9eKYc.png?raw=png)
![img](https://i.imgur.com/rz9eKYc.png?raw=png)

- [ ] C
![img](https://i.imgur.com/ETaHhaS.png?raw=png)
![img](https://i.imgur.com/ETaHhaS.png?raw=png)

- [ ] D
![img](https://i.imgur.com/1QBrTwR.png?raw=png)
![img](https://i.imgur.com/1QBrTwR.png?raw=png)

#### P63. ¿Cuál es la forma recomendada actual de manejar tareas en segundo plano de larga duración?

Expand Down
54 changes: 27 additions & 27 deletions android/android-quiz-fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@
#### Q12. Vous devez supprimer un événement basé sur son id de votre API, Quel extrait de code définit cette demande dans Retrofit ?

- [ ] @DELETE(« événements »)
fun deleteEvent(@Path(« id ») id: Long): Appel<Unit>
fun deleteEvent(@Path(« id ») id: Long): Appel<Unit>
- [x] @DELETE(« events/{id} »)
fun deleteEvent(@Path(« id ») id: Long): Appel<Unit>
fun deleteEvent(@Path(« id ») id: Long): Appel<Unit>
- [ ] @REMOVE(« events/{id} »)
fun deleteEvent(@Path(« id ») id: Long): Appel<Unit>
fun deleteEvent(@Path(« id ») id: Long): Appel<Unit>
- [x] @DELETE(« events/{id} »)
fun deleteEvent(@Path(« id ») id: Long): Appel<Unit>
fun deleteEvent(@Path(« id ») id: Long): Appel<Unit>

#### Q13. Quand utiliseriez-vous une saveur de produit dans votre configuration de construction ?

Expand Down Expand Up @@ -328,13 +328,13 @@ Remarque: AndroidJUnitRunner nous permet d’exécuter des tests de style JUnit3
#### Q24. Vous devez récupérer une liste de photos à partir d’une API. Quel extrait de code définit une requête HTML GET dans Retrofit ?

- [ ] @GET(« photo/{id}"}
fun listPhotos(@Path(« id ») id:Long?) : Appel<Photo>
fun listPhotos(@Path(« id ») id:Long?) : Appel<Photo>
- [ ] @LIST(« photo »)
fun listPhotos() : Call\<List<Photo>>
fun listPhotos() : Call\<List<Photo>>
- [ ] @GET(« photo »)
fun listPhotos() : Appel<Photo>
fun listPhotos() : Appel<Photo>
- [x] @GET(« photo »)
fun listPhotos() : Call\<List<Photo>>
fun listPhotos() : Call\<List<Photo>>

#### Q25. Compte tenu de la classe de test ci-dessous, quel extrait de code serait une assertion correcte ?

Expand Down Expand Up @@ -386,13 +386,13 @@ Remarque: AndroidJUnitRunner nous permet d’exécuter des tests de style JUnit3
```

- [ ] A
![img](image/00.jpeg)
![img](image/00.jpeg)
- [x] B
![img](image/01.jpeg)
![img](image/01.jpeg)
- [ ] C
![img](image/02.jpeg)
![img](image/02.jpeg)
- [ ] D
![img](image/03.jpeg)
![img](image/03.jpeg)

#### Q30. Vous souhaitez ouvrir l’application Dialer par défaut sur un appareil. Qu’est-ce qui ne va pas avec ce code ?

Expand Down Expand Up @@ -890,22 +890,22 @@ Remarque: AndroidJUnitRunner nous permet d’exécuter des tests de style JUnit3
#### Q58. Vous avez créé une classe AboutActivity qui affiche des détails sur votre application. Quel extrait de code vous permet de lancer votre activité ?

- [ ] Intent(this, AboutActivity::class).also { intent ->
startService(intention)
}
startService(intention)
}

- [x] Intent(this, AboutActivity::class.java).also { intent ->
startActivity(intention)
}
startActivity(intention)
}

- [ ] Intent(this, AboutActivity::class).also { intent ->
activité(intention)
}
activité(intention)
}

- [ ] Intent(this, AboutActivity::class).also { intent ->
startActivity(intention)
}
Explication : Intent(Context packageContext, Class\<?> cls)
Avis : Classe et non KClass
startActivity(intention)
}
Explication : Intent(Context packageContext, Class\<?> cls)
Avis : Classe et non KClass

#### Q59. Quelle est l’utilisation du fichier androidManifest.xml?

Expand All @@ -927,23 +927,23 @@ Remarque: AndroidJUnitRunner nous permet d’exécuter des tests de style JUnit3
- [ ] ProGuard
- [ ] Rétrécisseur
- [ ] D8
Explication: Lorsque vous générez votre projet à l’aide du plugin Android Gradle 3.4.0 ou supérieur, le plugin n’utilise plus ProGuard pour effectuer l’optimisation du code au moment de la compilation. Au lieu de cela, le plugin fonctionne avec le compilateur R8 pour gérer
Explication: Lorsque vous générez votre projet à l’aide du plugin Android Gradle 3.4.0 ou supérieur, le plugin n’utilise plus ProGuard pour effectuer l’optimisation du code au moment de la compilation. Au lieu de cela, le plugin fonctionne avec le compilateur R8 pour gérer

[Référence](https://developer.android.com/studio/build/shrink-code)

#### Q62. Quelle hiérarchie de mise en page est susceptible d’être dessinée le plus rapidement ?

- [x] A
![img](https://i.imgur.com/mT08jag.png?raw=png)
![img](https://i.imgur.com/mT08jag.png?raw=png)

- [ ] B
![img](https://i.imgur.com/rz9eKYc.png?raw=png)
![img](https://i.imgur.com/rz9eKYc.png?raw=png)

- [ ] C
![img](https://i.imgur.com/ETaHhaS.png?raw=png)
![img](https://i.imgur.com/ETaHhaS.png?raw=png)

- [ ] D
![img](https://i.imgur.com/1QBrTwR.png?raw=png)
![img](https://i.imgur.com/1QBrTwR.png?raw=png)

#### Q63. Quelle est la méthode actuellement recommandée pour gérer les tâches en arrière-plan de longue durée ?

Expand Down
54 changes: 27 additions & 27 deletions android/android-quiz-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,13 @@
#### D12. Devi rimuovere un evento in base al suo ID dalla tua API, Quale snippet di codice definisce quella richiesta in Retrofit?

- [ ] @DELETE("eventi"
fun deleteEvent(@Path("id") id: Long): Chiama<Unit>
fun deleteEvent(@Path("id") id: Long): Chiama<Unit>
- [x] @DELETE("events/{id}")
fun deleteEvent(@Path("id") id: Long): Chiama<Unit>
fun deleteEvent(@Path("id") id: Long): Chiama<Unit>
- [ ] @REMOVE("events/{id}")
fun deleteEvent(@Path("id") id: Long): Chiama<Unit>
fun deleteEvent(@Path("id") id: Long): Chiama<Unit>
- [x] @DELETE("events/{id}")
fun deleteEvent(@Path("id") id: Long): Chiama<Unit>
fun deleteEvent(@Path("id") id: Long): Chiama<Unit>

#### D13. Quando useresti un sapore di prodotto nella tua configurazione di costruzione?

Expand Down Expand Up @@ -328,13 +328,13 @@ Avviso: AndroidJUnitRunner ci consente di eseguire test in stile JUnit3 / 4 su d
#### D24. È necessario recuperare un elenco di foto da un'API. Quale frammento di codice definisce una richiesta HTML GET in Retrofit?

- [ ] @GET("photo/{id}"}
fun listPhotos(@Path("id") id:Long?) : Chiama<Photo>
fun listPhotos(@Path("id") id:Long?) : Chiama<Photo>
- [ ] @LIST("foto")
fun listPhotos() : Call\<List<Photo>>
fun listPhotos() : Call\<List<Photo>>
- [ ] @GET("foto")
fun listPhotos() : Chiama<Photo>
fun listPhotos() : Chiama<Photo>
- [x] @GET("foto")
fun listPhotos() : Call\<List<Photo>>
fun listPhotos() : Call\<List<Photo>>

#### D25. Data la classe di test riportata di seguito, quale frammento di codice sarebbe un'asserzione corretta?

Expand Down Expand Up @@ -386,13 +386,13 @@ Avviso: AndroidJUnitRunner ci consente di eseguire test in stile JUnit3 / 4 su d
```

- [ ] A
![img](image/00.jpeg)
![img](image/00.jpeg)
- [x] B
![img](image/01.jpeg)
![img](image/01.jpeg)
- [ ] C
![img](image/02.jpeg)
![img](image/02.jpeg)
- [ ] D
![img](image/03.jpeg)
![img](image/03.jpeg)

#### D30. Si desidera aprire l'app Dialer predefinita su un dispositivo. Cosa c'è di sbagliato in questo codice?

Expand Down Expand Up @@ -898,22 +898,22 @@ Avviso: AndroidJUnitRunner ci consente di eseguire test in stile JUnit3 / 4 su d
#### D58. Hai creato una classe AboutActivity che visualizza i dettagli sulla tua app. Quale snippet di codice ti consente di avviare la tua attività?

- [ ] Intent(this, AboutActivity::class).also { intent ->
startService(intento)
}
startService(intento)
}

- [x] Intent(this, AboutActivity::class.java).also { intent ->
startActivity(intento)
}
startActivity(intento)
}

- [ ] Intent(this, AboutActivity::class).also { intent ->
attività(intento)
}
attività(intento)
}

- [ ] Intent(this, AboutActivity::class).also { intent ->
startActivity(intento)
}
Spiegazione: Intent(Context packageContext, Class\<?> cls)
Avviso: Classe non KClass
startActivity(intento)
}
Spiegazione: Intent(Context packageContext, Class\<?> cls)
Avviso: Classe non KClass

#### D59. Qual è l'uso del file AndroidManifest.xml?

Expand All @@ -935,23 +935,23 @@ Avviso: AndroidJUnitRunner ci consente di eseguire test in stile JUnit3 / 4 su d
- [ ] ProGuard
- [ ] Termoretraitore
- [ ] D8
Spiegazione: Quando si compila il progetto utilizzando il plug-in Android Gradle 3.4.0 o versione successiva, il plug-in non utilizza più ProGuard per eseguire l'ottimizzazione del codice in fase di compilazione. Invece, il plugin funziona con il compilatore R8 per gestire
Spiegazione: Quando si compila il progetto utilizzando il plug-in Android Gradle 3.4.0 o versione successiva, il plug-in non utilizza più ProGuard per eseguire l'ottimizzazione del codice in fase di compilazione. Invece, il plugin funziona con il compilatore R8 per gestire

[Riferimento](https://developer.android.com/studio/build/shrink-code)

#### D62. Quale gerarchia di layout è probabile che venga disegnata più rapidamente?

- [x] A
![img](https://i.imgur.com/mT08jag.png?raw=png)
![img](https://i.imgur.com/mT08jag.png?raw=png)

- [ ] B
![img](https://i.imgur.com/rz9eKYc.png?raw=png)
![img](https://i.imgur.com/rz9eKYc.png?raw=png)

- [ ] C
![img](https://i.imgur.com/ETaHhaS.png?raw=png)
![img](https://i.imgur.com/ETaHhaS.png?raw=png)

- [ ] D
![img](https://i.imgur.com/1QBrTwR.png?raw=png)
![img](https://i.imgur.com/1QBrTwR.png?raw=png)

#### D63. Qual è il modo attualmente consigliato per gestire le attività in background a esecuzione prolungata?

Expand Down
Loading

0 comments on commit 8c6d7b8

Please sign in to comment.