You are on page 1of 10

CONTENT CREATION PROCESS

4/5/2020
Attempts: 1 Sub section 2
Pass %: 80% (22/30) Sub section 3
Duration: 45 Minutes Sub section 4
Number of Sub Sections: 4 COMMON, LOW, MED, HIGH
Design test by complexity level. Randomise
Sl.NO. Question Complexity Correct A
After you install Git and prior to issuing the first commit, which
two configuration properties does the tool expect to be
1 configured? Low A

After you initialize a new Git repository and create a file named
git-quiz.html, which of the following commands will not work if
2 issued? Medium D

Which command should you use to initialize a new Git


3 repository? Low C

Which file can you configure to ensure that certain file types are
4 never committed to the local Git repository? Medium B
In Git, which error would you get if you try to push master-branch
changes to a remote repository,
and someone else pushed changes to that same branch while
you were making your changes? (Choose
5 one.) High A
True or False? In Git, if you want to make your local repository
reflect changes that have been made
in a remote (tracked) repository, you should run the pull
command.
6 Medium A

7 What is the default location of local repository ? Medium C

8 Which of the following is not a maven goal? Medium D

Which of the following command removes the target directory


9 with all the build data before starting the build process? High A
Which of the following commands is used to display the
10 directory attributes rather than its contents? Medium A

Which symbol is used to separate more than one command in


the same command line?
11 Low D
12 Add this symbol to a command to run it in the background Low A

13 What is the right command to save file and exit in Vim? Medium A
On Red Hat Linux and its derivatives, which of the following
commands will be appropriate to check whether a particular
14 “package” is installed or not? Medium B

15 What does “chmod 755 file” accomplish? Medium A


16 Which option to git commit, will modify the last commit Medium
Which one of the following is not part of the data
17 structure of a Git repository? Medium B
Now, imagine that you have a local repository, but
other team members have pushed changes into the
remote repository. What Git operation would you use
18 to download those changes into your working copy? High D

Imagine that you just joined a development team


that uses Git for version control and collaboration.
To start contributing to the project, what Git operation
19 would you most likely invoke first? Medium B

If you want to make radical changes to your team’s


project and don’t want to impact the rest of the team,
20 you should implement your changes in … Low D

21 What is the sequence in which Maven looks for the resources ? Medium B
What is the command to build and install artifacts into the local
22 repository. Medium C

Which of the following phase in maven life cycle validates that


23 the project is correct and all necessary information is available? Medium C
If no packaging value has been specified in POM, what will the
24 default? Low C
25 Which is not a minimum requirement POM element? Medium B

26 To access the value of an environment variable, we _____. Medium A

27 command1 | command2 will? Medium C

28 In a ps command output, the PPID displays the: Low D

How do you make a list of all filenames in the /tmp directory


29 that the contain the text “user”, regardless of case? Low C
30 What source control system does the Linux kernel use? Low C
A B C D

username and email adusername and password email address and pas username and IP address

git add git-quiz.html git status git add . git commit -m "git quiz web file added"

git bash git install git init git start

ignore.git .gitignore gitignore.txt git.ignore

Rejected 404 500 . Access denied

1 0

~/.m2/repo ~/m2./home/repository ~/.m2/repository ~/m2./home/repo

clean package install debug

mvn clean mvn build mvn compile mvn site

ls -l -d ls -l ls -x ls -F

$ # : ;
& ~ ? $

:wq :a :q :q!
query-pkg rpm -qa pkg sys

Makes the file


read/write/execute by Makes the file
the owner, Makes the file execute by write/execute by the
read/execute by the owner, execute/read owner, execute by Makes the file read by the owner,
group and other. by group and other. group and other. execute by group and other.
"--replace" "--update" "--change" "--amend"

Branch Pointer Body Element Commit Object HEAD Pointer

Checkout Commit Export Pull


Checkout Clone Export Revert

a Tag The Trunk The Root The Branch

Remote-> Maven Local -> Remote - Maven Remote-> Local -> Maven Central -> Local -> Remote
Central - > Local Centra Maven Central

mvn package mvn deploy mvn install mvn compile


mvn install mvn package mvn validate mvn compile

ear pom jar war


artifactID packing modelVersion project root

add the dollar ($) add the hash (#)


symbol before the type the variable’s name symbol after the add the dollar ($) symbol after the
variable name (in lower case only) variable name variable name

Command1 and Output command1


Command2 run Output command2 wil be wil be input of
together input of command1 command2 Command2 run after Command1
Process’s scheduling priorit

Number of memory
pages (swap) of the
process Process ID Parent Process ID
ls /tmp | grep user

ls /tmp : grep user ls /tmp | grep -i user grep user /tmp


Patches Bitkeeper GIT SVN
E

None of Above

All of Above

git update

None of Above

Login Failed

None of Above

test

mvn test

None of Above

None of Above
*

:w file Name
ls

Makes the file write/read by the


owner, execute by group and other.
"--modify"

None of Above

update
Update

All of Above

None of Above

None of Above
mvn deploy

All of Above
None of Above

add the underscore (_) symbol before


the variable name

None of Above

Parent Zombie ID

ls /tmp | find user


CVS
Azure Notification Hubs

You might also like