
Macia, and Paul are five children who wish to seat themselves in a row of five chairs at Golden International School... How many different arrangements are possible if Tom and Peter must sit at the extreme ends of the row?
In the humanities section of class XI there are 36 students weighing 87 kg each. A new student weighing ... is added to the class, the average weight of the students increases by 2kg. What is the weight of the new student?
Which part of speech does the word in bold belong to? The youngest son of King Edward VI was named after the Lionheart. Answer Options:
In a class of 90 students where the number of girls is twice that of boys, Shaidul is ranked fourteenth from the top. If there are 10 girls ahead of Shaidul, how many boys are ranked after him?
Five educational films A, B, C, D & E will be shown to a group of students. The films are to be shown in a particular order which conforms to the following conditions:
Using the information below, determine how far and in which direction point K is from point G
1, 3, 7, 13, 31, ... Choose the missing number from the below options.
Read the sentence and spot the error. They have been very close friends until they quarrelled. Answer Options:
Prem Brand Gaddi completes its journey in three segments traveling at speeds of 12 km/h, 10 km/h, and 15 km/h respectively. The time spent on each is 2 hours, and 1.5 hours. What is the total distance that he traveled?
There are seven friends - A, B, C, D, E, F and G. They like different foods... Whose favourite food can be Chicken Tikka from the provided options? Answer Options:
In a specific code language, the word 'HESSIAN' is encoded as 'HFSTIBO'. Using the same coding pattern, how would the word 'WARMUP' be encoded in this language? Answer Options:
Mrs. Dell's current age is such that twice the square of her age is at least 4608. Find the minimum possible age of Mrs. Dell.
If the compound interest accrued on a principal amount of 30,000 at an annual interest rate of 7% is 74,347. What is the duration of the investment period?
Select the correct order of words in the given options to make a coherent sentence. he / while / himself / the car / hurt / Samar / was repairing Answer Options:
Which of the following options will result in an Unchecked Exception in Core Java? (Options present Java code snippets throwing NullPointerException, custom exceptions extending Exception, etc.)
Consider the following Java code snippet: String text = "JAVA"; while (text.equalsIgnoreCase("JAVA")) { text = text.toLowerCase(); } System.out.println(text); What will be the output when this code is executed? Answer Options:
You are working on a Java application and notice that a recent commit has caused a build to fail. The failing tests are related to the service layer that interacts with an external API. What is the best first step to diagnose this issue? Answer Options:
Your team is planning to implement integration tests for a microservices architecture. Which approach should you prioritize to ensure effective integration testing? Answer Options:
Identify the exceptions raised by the Java code. import java.util.*; class Main { public static void main(String[] args) { String arr[] = {}; List<String> list = Arrays.asList(arr); list.add("There"); } } Answer Options:
Testing a RESTful API response You are testing a RESTful API that returns user data. The API returns a JSON response with user details including 'id', 'name', and 'email'. You notice that the 'email' field is sometimes null. Your task is to write a test case to ensure that the API handles this gracefully. What approach would you use? Answer Options:
If in a Spring Boot application, you have a method executeTests(List tests) that accepts a list of test cases. Some test cases are of type UnitTest and others are of type IntegrationTest, how can you ensure that each test case executes its specific logic without altering the executeTests method? Answer Options:
Java: Valid For Loop Syntax Oliver is studying the basic syntax of Core Java and is currently focusing on the 'for' loop construct. Among the given options, which ones correctly demonstrate the use of a 'for loop' in Java? (Select all that apply) Answer Options:
Which of the following best describes a Test Suite? Answer Options:
You are in the process of defining the test scope for a mobile application. Stakeholders have provided a list of features, but some are not critical for the initial release. How would you determine which features to include in the test scope? Answer Options:
A Test Plan Outline contains which of the following? (Select all that apply) Answer Options:
You are managing a testing team for a large project... constraints... you must allocate... What should you do? Answer Options:
You are preparing a test plan for a complex software with multiple integrations... Given the complexity, how would you approach estimating the test effort? Answer Options:
You are given a string consisting of lowercase English letters. Which of the following approaches correctly counts the total number of vowels in the string in O(n) time? Answer Options:
What will be the output of the following pseudo code? Integer p, q, r Set p=4, q=6, r=10 p=(p^q)^r q=(p^q)^p r=(p^q)^r Print p,q,r
Which swaps two array elements correctly? Answer Options:
An abstract Employee class needs to be refactored by adding an interface... Answer Options:
Fan Rotates (MCQ) You have a class "Fan" having 2 methods 'on()' and 'off()'. On call to 'on()' the fan rotates and stops when called 'off()' method. Which of the following features are achieved in this design? Answer Options:
Which of the following options best describes constructor chaining in object oriented programming? Answer Options:
Texas • Pending