Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TestQuestion.create(
- text: 'Which interface provides the capability to store objects using a key-value pair?',
- answer1: 'Java.util.Map',
- answer2: 'Java.util.Set',
- answer3: 'Java.util.List',
- answer4: 'Java.util.Collection',
- correct_answer: 1,
- skill: 'Java'
- )
- TestQuestion.create(
- text: 'Which of the following will not directly cause a thread to stop?',
- answer1: 'notify()',
- answer2: 'wait()',
- answer3: 'InputStream access',
- answer4: 'sleep()',
- correct_answer: 1,
- skill: 'Java'
- )
- TestQuestion.create(
- text: 'Which class or interface defines the wait(), notify(),and notifyAll() methods?',
- answer1: 'Class',
- answer2: 'Thread',
- answer3: 'Runnable',
- answer4: 'Object',
- correct_answer: 4,
- skill: 'Java'
- )
- TestQuestion.create(
- text: 'How many roles in Scrum Team?',
- answer1: '2',
- answer2: '3',
- answer3: '4',
- answer4: '4',
- correct_answer: 2,
- skill: 'Agile'
- )
- TestQuestion.create(
- text: ' What is an epic?',
- answer1: 'A customer described software feature that is itemized in the product backlog',
- answer2: 'Prepared parts which defines project or business functions, and it is delivered in a particular sprint as expected.',
- answer3: 'List of all desired features and is owned by the product owner',
- answer4: 'Prototypes and Wireframes',
- correct_answer: 1,
- skill: 'Agile'
- )
- TestQuestion.create(
- text: 'Markup tags tell the web browser',
- answer1: 'How to organise the page',
- answer2: 'How to display the page',
- answer3: 'How to display message box on page',
- answer4: 'None of these',
- correct_answer: 2,
- skill: 'HTML'
- )
- TestQuestion.create(
- text: 'The common element which describe the web page, is ?',
- answer1: 'heading',
- answer2: 'paragraph',
- answer3: 'list',
- answer4: 'All of these',
- correct_answer: 4,
- skill: 'HTML'
- )
- TestQuestion.create(
- text: 'White spaces in XML includes',
- answer1: 'Things like space characters, new lines and tabs',
- answer2: 'Only spaces',
- answer3: 'Space between two double quotes',
- answer4: 'None of these',
- correct_answer: 3,
- skill: 'XML'
- )
- TestQuestion.create(
- text: 'The tags elements in XML are',
- answer1: 'case-insensitive',
- answer2: 'case-sensitive',
- answer3: 'browser dependent',
- answer4: 'none of these',
- correct_answer: 2,
- skill: 'XML'
- )
- TestQuestion.create(
- text: ' C++ encourages structuring.a software as a collection of components that are?',
- answer1: 'highly cohesive and loosely coupled',
- answer2: 'not highly cohesive but loosely coupled',
- answer3: 'highly cohesive and tightly coupled',
- answer4: 'not highly cohesive but tightly coupled',
- correct_answer: 1,
- skill: 'C++'
- )
- TestQuestion.create(
- text: 'C++ was originally developed by; ',
- answer1: 'Clocksin and Mellish',
- answer2: 'Donald E. Knuth',
- answer3: 'Sir Richard Hadlee',
- answer4: 'Bjame Stroustrup',
- correct_answer: 4,
- skill: 'C++'
- )
- TestQuestion.create(
- text: 'Which one of the following is not true?',
- answer1: 'An interface can extend another interface.',
- answer2: 'A class which is implementing an interface must implement all the methods of the interface.',
- answer3: 'An interface can implement another interface.',
- answer4: 'An interface is a solution for multiple inheritance in java.',
- correct_answer: 3,
- skill: 'OOP'
- )
- TestQuestion.create(
- text: 'Which one is the correct keyword for defining a constant in Swift?',
- answer1: 'const',
- answer2: 'final',
- answer3: 'def',
- answer4: 'let',
- correct_answer: 3,
- skill: 'Swift'
- )
- TestQuestion.create(
- text: 'You can add a row using SQL in a database with which of the following?',
- answer1: 'ADD',
- answer2: 'CREATE',
- answer3: 'INSERT',MAKEBjame Stroustrup',
- correct_answer: 3,
- skill: 'SQLite'
- )
- TestQuestion.create(
- text: 'The HAVING clause does which of the following?',
- answer1: 'Acts like a WHERE clause but is used for groups rather than rows.',
- answer2: 'Acts like a WHERE clause but is used for rows rather than columns.',
- answer3: 'Acts like a WHERE clause but is used for columns rather than groups.',
- answer4: 'Acts EXACTLY like a WHERE clause.',
- correct_answer: 1,
- skill: 'SQLite'
- )
- TestQuestion.create(
- text: 'Which one is the correct keyword for defining a constant in Swift?',
- answer1: 'const',
- answer2: 'final',
- answer3: 'def',
- answer4: 'let',
- correct_answer: 3,
- skill: 'Swift'
- )
- TestQuestion.create(
- text: 'What is Singleton?',
- answer1: 'Separates object construction from its representation',
- answer2: 'A class of which only a single instance can exist',
- answer3: 'A fully initialized instance to be copied or cloned',
- answer4: 'Match interfaces of different classes',
- correct_answer: 2,
- skill: 'Patterns'
- )
- TestQuestion.create(
- text: 'What type of pattern belong Strategy to?',
- answer1: 'Creational',
- answer2: 'Anti',
- answer3: 'Structural',
- answer4: 'Behavioral',
- correct_answer: 4,
- skill: 'Patterns'
- )
- TestQuestion.create(
- text: 'What is JSON?',
- answer1: 'JavaScript On Network',
- answer2: 'JavaScript Object Notation',
- answer3: 'Java Source Object Notation',
- answer4: 'Java Source On Network',
- correct_answer: 2,
- skill: 'JSON'
- )
- TestQuestion.create(
- text: 'Which of the following process is given the name βsuper daemonβ in Unix?',
- answer1: 'sysinit',
- answer2: 'init',
- answer3: 'inetd ',
- answer4: 'proc',
- correct_answer: 2,
- skill: 'Linux'
- )
Advertisement
Add Comment
Please, Sign In to add comment