Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure #980

Merged
merged 44 commits into from
Jan 20, 2021
Merged

Azure #980

Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
a91bd0e
test-commit-php
Sep 7, 2020
0f08eb3
Update php-quiz.md
Sep 7, 2020
1e874dd
Merge remote-tracking branch 'upstream/master'
Sep 7, 2020
46ff68c
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questions
Sep 21, 2020
b5c757a
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questions
Oct 1, 2020
5906206
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questio…
Oct 15, 2020
a656ca8
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questio…
Oct 24, 2020
5e82751
Merge remote-tracking branch 'upstream/master' into master
Oct 26, 2020
f9d1e28
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questio…
Oct 28, 2020
b4e5ac5
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questio…
Nov 8, 2020
79e3868
Newest commit
Nov 8, 2020
30939d5
commit-from-upstream
Nov 9, 2020
1385a06
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questions
Nov 11, 2020
8fc5043
update-c-lang-quiz
Nov 11, 2020
c803cb4
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questions
Nov 13, 2020
6d26a35
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questio…
Nov 13, 2020
8db158b
Merge branch 'master' of https://github.com/ebazhanov/in-quiz-questions
Nov 16, 2020
62f113c
Merge branch 'master' of https://github.com/tik9/in-quiz-questions
Nov 21, 2020
3705f54
Merge branch 'master' of https://github.com/tik9/in-quiz-questions in…
Dec 6, 2020
de37f0f
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questio…
Dec 6, 2020
a2279c0
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questions
Dec 13, 2020
5e9869f
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questio…
Dec 14, 2020
3da7dc5
commit
Dec 15, 2020
efce1f9
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questio…
Dec 19, 2020
d59a8e2
Merge branch 'master' of https://github.com/tik9/in-quiz-questions
Jan 4, 2021
0465e78
Merge branch 'master' of https://github.com/Ebazhanov/in-quiz-questions
Jan 4, 2021
fa7050b
c++-started-formatting
Jan 4, 2021
8cc9ec1
commit from function giwf
Jan 5, 2021
0fb6148
Merge branch 'master' of github.com:Ebazhanov/in-quiz-questions
Jan 5, 2021
9534fc4
C++ Format Md
Jan 6, 2021
ce1eb65
fixed-conflicts
Jan 6, 2021
3aa1f37
Django Format and one line c++
Jan 6, 2021
8cbb97f
fixed-conflicts
Jan 6, 2021
68caf34
!!NEW!! VBA questions added Answers missing!!NEW!!
Jan 6, 2021
4ad4ecb
Angular Better Format
Jan 6, 2021
331ef7e
Merge branch 'master' of github.com:Ebazhanov/in-quiz-questions
Jan 7, 2021
6195f60
commit from tik9
Jan 7, 2021
ccbeedd
Merge branch 'master' of github.com:Ebazhanov/in-quiz-questions
Jan 10, 2021
48d66da
commit from tik9
Jan 13, 2021
a30851f
Merge branch 'master' of github.com:tik9/in-quiz-questions
Jan 13, 2021
3204a63
readme-nosql
Jan 13, 2021
c4294fb
readme-nosql
Jan 13, 2021
bb8e3fb
azure
Jan 13, 2021
48ccda8
conclude-merge
Jan 20, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Newest commit
  • Loading branch information
tik committed Nov 8, 2020
commit 79e38684c0e24d78751f22d82b8dc3bf8db72a5c
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<!-- ALL-CONTRIBUTORS-BADGE:END -->
> This repository does not pretend to give you all answers for LinkedIn questions, rather it's a starting guide to help you prepare for the LinkedIn skills quiz and to know what to expect in the main exam or which areas to target in your exam preparations. Should you have found some incorrect answers, or want to contribute your answers, please feel free to create any PR changes - all are welcome!

If you want to improve your skills on another test platform, I recommend the [Pluralsight tests](https://github.com/tik9/pluralsight-skill-test). On this repository, you can view questions and participate. Should you have found some incorrect answers or want to contribute your answers, please feel free to create any PR changes - all are welcome!

### Table of Contents

| Quiz | Status |
Expand Down
13 changes: 10 additions & 3 deletions c (programming language)/c quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ main(){
- [ ] by using recursive functions
- [ ] by using global variables

#### Q21. A union allows you to store differente _____ in the same _____.
#### Q21. A union allows you to store different _____ in the same _____.

- [ ] Objects; Structure
- [ ] Variables; Declaration
Expand All @@ -296,6 +296,13 @@ main(){
#### Q23. What is the difference between scanf() and sscanf() functions?

- [ ] The scanf() function reads data formatted as a string; The sscanf() function reads string input from the screen.
- [x] The scanf() function reads formatted data from the keyword; The sscanf() function reads formatted input from a string.
- [ ] The scanf() function reads string data from the keyword; The sscanf() function reads string data from a string.
- [x] The scanf() function reads formatted data from the keyboard; The sscanf() function reads formatted input from a string.
- [ ] The scanf() function reads string data from the keyboard; The sscanf() function reads string data from a string.
- [ ] The scanf() function reads formatted data from a file; The sscanf() function reads input from a selected string

#### Q24. What is not a valid command with this declaration?
char *string[20] = { "one", "two", "three"};
- [ ] printf("%c", string[1][2]);
- [x] printf("%s", string[1][2]);
- [ ] printf("%s", string[1]);
- [ ] printf(string[1]);