Skip to main content

Accenture Mock Quiz | Part 2

 

Question 10

Incorrect
Marked out of 1.00
Flag question

Question text

Tom and his team uses the SVN(Configuration Management Tool) to do versioning of source code. Tom has pulled out the code from the SVN server to his local machine, updated his task partially and wanted to update the work back to the SVN server. What is the actual process Tom has performed with the SVN server.

Select one:
 

Feedback

Question 11

Incorrect
Marked out of 1.00
Flag question

Question text

Software was developed for Global Marketing. Few changes that was earlier requested was already incorporated in the delivered software. Now the client does not want the changes and requested for the previous release. Which of the below option would facilitate developer to meet the client needs.

Select one:
 

Feedback

Question 12

Correct
Marked out of 1.00
Flag question

Question text

A Software needs to be developed for a Sterlin Hospital to monitor the radiations given for cancer patients. Even a very minute deviation would result in the risk of the life of the patient. Which would be the appropriate life cycle model used to implement the given scenario

Select one:
 

Feedback

Question 13

Correct
Marked out of 1.00
Flag question

Question text

Unix Terminals are called Dummy terminals as they do not have _____________ capability.

Select one:
 

Feedback

Question 14

Incorrect
Marked out of 1.00
Flag question

Question text

Pipes are Used to combine two or more commands. The symbol used for representing pipe is ______

Select one:
 

Feedback

Question 15

Incorrect
Marked out of 1.00
Flag question

Question text

Which of the following layer acts as an interface between user and kernel ?


Select one:
 

Feedback

Question 16

Correct
Marked out of 1.00
Flag question

Question text

Every entry in the UNIX directory file has the following component(s).

Select one:
 

Feedback

Question 17

Incorrect
Marked out of 1.00
Flag question

Question text

which of the following option can be used ,in order to quit vi editor without saving the work done ?

Select one:
 

Feedback

Question 18

Incorrect
Marked out of 1.00
Flag question

Question text

What is the purpose of using -a option with ls command ?

Select one:
 

Feedback

Question 19

Correct
Marked out of 1.00
Flag question

Question text

What does DTD stand for?

Select one:
 

Feedback

Question 20

Correct
Marked out of 1.00
Flag question

Question text

Which of the following fragments of XML are well-formed

Select one:
 

Feedback

Comments

Must Read:

Programming using Java Hands On - Arrays | Display array values

  Write a java program to create an array of size ‘n’ and accepts ‘n’ number of integers from the user and display all the values from an array Sample Input 1 Enter the array size 5 Enter the values 10 15 62 94 78 Sample Output 1 10 15 62 94 78 Result Description Summary of tests *Note: All the test cases might not have same weightage +------------------------------+ |3 tests run / 3 tests passed | +------------------------------+ TEST CASE PASSED

Software Engineering Concepts Software Maintenance Test Your Understanding

  Software Engineering Concepts       Software Maintenance            Test Your Understanding

Software Engineering Concepts Software Engineering Fundamentals Pre-Quiz

  Software Engineering Concepts       Software Engineering Fundamentals            Pre-Quiz

Accenture TFA MCQ | Part 2

  Question  26 Incorrect Mark 0.00 out of 1.00 Flag question Question text Go-Will department store wants to automate few of its functionalities.From the below options identify the functional requirements of Go-Will department store Select one or more: a.  Generate Bill for the purchased Items   b.  Add Product Details   c.  System should be up and running 24/7   d.  Response for each button click should be within 3 seconds   Feedback The correct answers are: Generate Bill for the purchased Items, Add Product Details Question  27 Incorrect Mark 0.00 out of 1.00 Flag question Question text A website for Flight Booking was developed and given to the testing team for testing. It has various fields to enter the data, out of which one of the input field will take the birth year from the user ranging from 1980 to 2060. The boundary values for testing this field are? Select one: a.  1959, 1960, 1994, 1995 b.  0, 1959, 1960, 1961,...

Software Engineering Concepts Software Maintenance Pre-Quiz

  Software Engineering Concepts       Software Maintenance            Pre-Quiz

Software Engineering Concepts Requirement Analysis Pre-Quiz

  Software Engineering Concepts       Requirement Analysis            Pre-Quiz

Web Technology HTML 5 HTML 2 | Quiz 2

 Web Technology       HTML 5            HTML 2               Quiz 2

Knights Tour

1. You are given a number n, the size of a chess board. 2. You are given a row and a column, as a starting point for a knight piece. 3. You are required to generate the all moves of a knight starting in (row, col) such that knight visits       all cells of the board exactly once. 4. Complete the body of printKnightsTour function - without changing signature - to calculate and       print all configurations of the chess board representing the route      of knight through the chess board. Use sample input and output to get more idea. Note -> When moving from (r, c) to the possible 8 options give first precedence to (r - 2, c + 1) and                 move in clockwise manner to                explore other options. Input Format A number n A number row A number col Output Format All configurations of the chess board representing route of knights thro...

Subscribe to Get's Answer by Email