Complete Question Index

Browse through all 2134 assessment questions (Page 5 of 15)

EssentialsGenai

Reparameterization trick is used to...

EssentialsGenai

What does VAE stand for?

EssentialsGenai

What is the primary role of autoencoders in generative modeling?

EssentialsGenai

Which application does NOT typically use VAEs?

EssentialsGenai

Why is the reparameterization trick crucial in training VAEs?

EssentialsGenai

In the context of Variational Autoencoders (VAEs), what does variational inference help achieve?

EssentialsGenai

Which component of the VAE loss function ensures the latent variables adhere to a standard distribution?

EssentialsGenai

In which application might you use a VAE for generating new, coherent samples?

EssentialsGenai

Which of the following is NOT a type of autoencoder?

EssentialsSoftware Fundamentals

Select the appropriate code snippet for the given problem statement provided as pseudocode. Problem Statement : Dinner Plan Five friends plan to ...

EssentialsSoftware Fundamentals

Choose the correct pseudocode for the below problem statement. Problem Statement : Find Maximum value Choose a pseudo code to find the maximum...

EssentialsSoftware Fundamentals

A mathematical quiz context happened in a school and the scores are stored in an array named quizmark. The coordinating person wants to copy the quiz ...

EssentialsSoftware Fundamentals

Assume, number[100] <- 99. How many elements can be stored inside the array variable number?

EssentialsSoftware Fundamentals

Which of the following are False with respect to the manipulation of arrays?

EssentialsSoftware Fundamentals

Negative elements can be placed inside an array. State true / false

EssentialsSoftware Fundamentals

The names of all associates undergoing training are stored in an array named associate_name[50]. The 5th associates’ name is retrieved as

EssentialsSoftware Fundamentals

Information about ___________ need not be specified when declaring an array

EssentialsSoftware Fundamentals

It is not possible to do a search operation in an array that is not sorted. State True/False.

EssentialsSoftware Fundamentals

The operation of ordering the elements in the list is known as

EssentialsSoftware Fundamentals

Random access is not possible in an array. State True/False

EssentialsSoftware Fundamentals

Assume you have an array named numbers of size 10. Which of the assignment is valid?

EssentialsSoftware Fundamentals

Which of the following statements is correct with respect to arrays?

EssentialsSoftware Fundamentals

Expression within [ ] should always resolve to a

EssentialsSoftware Fundamentals

Consider you buy a laptop. You want to store the details of that laptop such as price, model_name,model_number, warranty_period into a single array n...

EssentialsSoftware Fundamentals

List of songs stored in your mobile phone is a good example for

EssentialsSoftware Fundamentals

Consider you want to compare the prices of redmi , sony, samsung phones in three online sites like amazon,flipkart,ebay. Which array type is best sui...

EssentialsSoftware Fundamentals

It is possible to traverse through an array from the first position to the last and not vice versa. State true or false.

EssentialsSoftware Fundamentals

An Array consists of rows and columns is also called as________

EssentialsSoftware Fundamentals

Choose the correct Pseudo code to store names in an array and display a name.

EssentialsSoftware Fundamentals

Expression is a combination of ___________, ____________ and _______________

EssentialsSoftware Fundamentals

1.Take 1 away from me and you get a prime number; add 1 to me and you get twice that prime number.

EssentialsSoftware Fundamentals

Find out the logic of series and complete. 9 = 4, 21 = 9, 22 = 9, 24 = 10, 8 = 5, 7 = 5, 99 = 10, 100 = 7, 16 = ?

EssentialsSoftware Fundamentals

I am an odd number; take away an alphabet and I become even. What am I?

EssentialsSoftware Fundamentals

Select the appropriate code snippet for the given problem statement provided as pseudocode. Problem Statement : Strong number Check if a given nu...

EssentialsSoftware Fundamentals

Choose the pseudocode for the below problem statement. Problem Statement : Vehicle Registration Mr.William buys a new Audi car. During the vehic...

EssentialsSoftware Fundamentals

Consider the output: “0, 2, 4, 6, 8 ,10 ,12, 16” Which of the below given pseudo code snippet gives the above output?

EssentialsSoftware Fundamentals

Predict the output of the given flowchart.

EssentialsSoftware Fundamentals

Iteration/looping is a repetition of___________ Select one or more:

EssentialsSoftware Fundamentals

Do-while looping statement is almost same as______

EssentialsSoftware Fundamentals

What is true about FOR LOOP?

EssentialsSoftware Fundamentals

Jack wants to book flight tickets in Feather-Airways’ online portal for his family of five. Passenger details like name, age, gender etc. should be en...

EssentialsSoftware Fundamentals

What will be the output for WHILE loop? BEGIN DECLARE number SET number <-- 30 WHILE number>0 number <-- number-4 END WHILE PRIN...

EssentialsSoftware Fundamentals

What is the output for FOR-loop snippet? FOR i <--1 to 15 PRINT i i <-- i+3 END FOR

EssentialsSoftware Fundamentals

Which of the following symbols is inappropriate in building the flowchart pertaining to sequential flow of program?

EssentialsSoftware Fundamentals

The statement / statements within the loop must get executed at least once except for do-while statement. State True/False.

EssentialsSoftware Fundamentals

Which of the following statements are true with respect to looping statements? Select one or more:

EssentialsSoftware Fundamentals

Which of the following statements are true?

EssentialsSoftware Fundamentals

Consider you have a Rubik cube with different colors in each face. To solve this cube, you will continue to rotate the sides until you reach same colo...

EssentialsSoftware Fundamentals

It's Halloween. You go from house to house, tricking or treating. You get 2 candies from each house that you go to. You must return home once you coll...

EssentialsSoftware Fundamentals

Looping statements are also called ____________

EssentialsSoftware Fundamentals

Which of the following options are the steps involved in Requirements Analysis? Select one or more:

EssentialsSoftware Fundamentals

From the below options, identify the role of the system analyst.

EssentialsSoftware Fundamentals

Identify the correct statements from the below options.

EssentialsSoftware Fundamentals

Match the correct objectives of each phase involved in Requirements Engineering

EssentialsSoftware Fundamentals

Identify the type of design that helps in transforming the data model created during requirements analysis phase into the data structures that will be...

EssentialsSoftware Fundamentals

Match the objectives of the types of design involved

EssentialsSoftware Fundamentals

Whenever a new product is arrived, the stock needs to be updated. This requirement is an example for non functional requirement. State true or False

EssentialsSoftware Fundamentals

Identify the possible entities from the given option Select one or more:

EssentialsSoftware Fundamentals

Consider the below scenario. A team has many players and the player belongs to one team. Identify the cardinality between player and team

EssentialsSoftware Fundamentals

Which of the following are available in SRS Document?

EssentialsSoftware Fundamentals

What kind of non functional requirement best suit the below scenario: Whenever the new offers are published in the online shopping site, an sms has t...

EssentialsSoftware Fundamentals

_______ describes how the development activities will be performed and how development phases follow each other.

EssentialsSoftware Fundamentals

During which phase the following activities are performed: Identifying the major modules of the system, how these modules integrate, the architecture...

EssentialsSoftware Fundamentals

Aesthetics of the website is part of the functional requirement. State true or false

EssentialsSoftware Fundamentals

_________ is the application of a systematic, disciplined, quantifiable approach to the design, development, operation and maintenance of software.

EssentialsSoftware Fundamentals

Requirement came to Allen Software company to develop a software for military purpose. .00001 second delay in the missile launching software would cr...

EssentialsSoftware Fundamentals

Question 1 Pointing to a photograph of a boy Mathew said, "He is the son of the only son of my mother." How is Mathew related to that boy?

EssentialsSoftware Fundamentals

Save Tweety Silvester and Tweety are friends. Bender was one of the Silvester's enemy. One day Silvester and Tweety went on to a trip. Bender planned ...

EssentialsSoftware Fundamentals

Hide and Seek One day, Bunny and his friends were playing hide and seek in the forest. Tom went along to hide. He finds an abandoned bag containing ...

EssentialsSoftware Fundamentals

Choose the correct options to complete the pseudo-code and determine whether the number is positive, zero, or negative. BEGIN DECLARE number REA...

EssentialsSoftware Fundamentals

You are returning home from a hotel. On the way, you find a sealed envelope in a street, fully addressed with unused stamps on it. What would you do??...

EssentialsSoftware Fundamentals

Decision statements are also called as _______________.

EssentialsSoftware Fundamentals

When a single if-else logic is used, how many possible choices can be there?

EssentialsSoftware Fundamentals

If a doctor gives you 3 pills and tells you to take one pill every half hour, how long would it take before all the pills had been taken?

EssentialsSoftware Fundamentals

From the option, find the correct pseudo-code to find the greatest of three numbers

EssentialsSoftware Fundamentals

Manual execution of the steps in the algorithm is called as _____

EssentialsSoftware Fundamentals

A computer program must either use conditional statements or looping statements or sequential statements to solve a problem. All of them must not appe...

EssentialsSoftware Fundamentals

Which statement logic implements multiple-way selection?

EssentialsSoftware Fundamentals

By default, the flow of a program is________

EssentialsSoftware Fundamentals

Identify the logic which suits the flowchart

EssentialsSoftware Fundamentals

Which of the keyword is used to close the IF block, while writing a pseudo-code?

EssentialsSoftware Fundamentals

Which of the following is not a keyword used in a pseudo-code

EssentialsSoftware Fundamentals

Consider the pseudo-code snippet. What output do you think the snippet will produce if the sample input for number is 3? BEGIN DECLARE number READ n...

EssentialsSoftware Fundamentals

What do you infer from this statement? “Only if Alvin is happy, then he does not go to work.”

EssentialsSoftware Fundamentals

Go to statements in the algorithm is…

EssentialsSoftware Fundamentals

Arrange the pseudo-code logic for checking a number divisible by 5 or 11.

EssentialsSoftware Fundamentals

______________must be used when a set of statements needs to be executed only if a condition is met.

EssentialsSoftware Fundamentals

Identify the correct pseudo-code logic for checking a number divisible by 5 or 11.

EssentialsSoftware Fundamentals

If there are 6 chocolates and you take away 4, how many do you have?

EssentialsSoftware Fundamentals

READ age IF age>18 THEN PRINT “Eligible to vote” ENDIF The given pseudo-code snippet is an example for_______

EssentialsSoftware Fundamentals

Which of the following options are valid for the relationship between the configuration objects?

EssentialsSoftware Fundamentals

Version Control allows users to lock files so they can only be edited by one person at a time and track changes to files

EssentialsSoftware Fundamentals

Choose the missing steps involved in the Change Control Process in the correct order: Identify and submit change request ____________ Plan the chan...

EssentialsSoftware Fundamentals

State true or false. Automated tools are available in the market, for managing change and versioning the software

EssentialsSoftware Fundamentals

Version Management allows parallel concurrent development. State True or False.

EssentialsSoftware Fundamentals

Which of the following describes the change history of an object?

EssentialsSoftware Fundamentals

_________ is a committee that makes decisions regarding whether or not proposed changes to a software project can be incorporated.

EssentialsSoftware Fundamentals

From the options identify the features that are part of the software configuration management

EssentialsSoftware Fundamentals

Y2K problem is an example for ------------- maintenance

EssentialsSoftware Fundamentals

Client wanted to add a new feature to his existing application "Discount Offers" for all the existing customers. Whenever a new product comes to the...

EssentialsSoftware Fundamentals

Client has developed an application that allows each of their customers to store 2TB of data. As the number of Customers are increasing client feels t...

EssentialsSoftware Fundamentals

In an online shopping application, during customer registration the customer was made to enter his city in a text box. As the site became popular for ...

EssentialsSoftware Fundamentals

Any changes done to the software during the operational phase of the software before project wind up is called as maintenance. State if True or False...

EssentialsSoftware Fundamentals

In Software maintenance, changes are implemented by modifying existing components and adding new components to the system. State if True or False.

EssentialsSoftware Fundamentals

Software maintenance for the change of the platform is an example for --------- maintenance

EssentialsSoftware Fundamentals

Which conforms that the software meets its technical specifications?

EssentialsSoftware Fundamentals

The software is put into operation in the client’s environment. The client comes back to enhance the UI to attract more customers. This phase is calle...

EssentialsSoftware Fundamentals

Which of the below is one of the phase of the prototype model?

EssentialsSoftware Fundamentals

Major functions are addressed in the first cycles there by delivering an operational product. Which of the SDLC process models achieves this?

EssentialsSoftware Fundamentals

Beta technologies has undertaken a collision avoidance system software to be implemented for airports. Additional safety measures have to be automated...

EssentialsSoftware Fundamentals

The student mark processing system software has been developed and deployed at the St. Peters university. The system shows the grade as 0 for all the ...

EssentialsSoftware Fundamentals

Which model emphasizes Validation and Verification at each level of stage containment?

EssentialsSoftware Fundamentals

Consider that you have to develop a flight control system. The system is simulated as such that the original system is working. There are many potenti...

EssentialsSoftware Fundamentals

Testing performed by the user to ensure that the system meets the agreed upon quality attributes and the specification is called as….

EssentialsSoftware Fundamentals

Choose the option that accurately represents the sequential order of phases in the Waterfall model.

EssentialsSoftware Fundamentals

Scenario: LIC has manually carried out their process of premium collection procedure for the past 45 years. Now, they have employed the services of an...

EssentialsSoftware Fundamentals

ABC company comes to the Allen Software Company with various requirement. The client wants the functionality to view all the employee profile, view sa...

EssentialsSoftware Fundamentals

A client wants to develop a Web application for the new Super market store. The client want to have lot of UI components and customers will have lot o...

EssentialsSoftware Fundamentals

________ involves transformation of user needs into an effective software solution.

EssentialsSoftware Fundamentals

Spiral life cycle model is not suitable for products that are vulnerable to large number of risks. State if True or False.

EssentialsSoftware Fundamentals

When there is a difference between the output what is expected and the actual one is termed as……

EssentialsSoftware Fundamentals

XYZ Finance Co. has, at present, started its operations in India. Based on the first six months performance, it has plans for expansion across five co...

EssentialsSoftware Fundamentals

Identify this technique of dynamic testing where, For a range of input, three values are chosen, One value above the range, One value below the range,...

EssentialsSoftware Fundamentals

What is the difference between the actual output of a software and the correct output?

EssentialsSoftware Fundamentals

What is the type of testing in which the tester will know about the input and the expected output details based on the specification document only but...

EssentialsSoftware Fundamentals

Identify the correct phases of software testing life cycle.

EssentialsSoftware Fundamentals

Which all of the following options would basis path testing perform?

EssentialsSoftware Fundamentals

Tester is trying to test whether the values in the drop down are listed properly. What type of testing the tester performs in this scenario?

EssentialsSoftware Fundamentals

After implementation of Library management system, the tester identified that certain logic are redundantly rewritten by the developers, and the codin...

EssentialsSoftware Fundamentals

Determine the cyclomatic complexity for the following code: ...

EssentialsSoftware Fundamentals

Boundary value analysis can only be used during white-box testing. State if True or False.

EssentialsSoftware Fundamentals

In the online shopping portal, for customer registration the password field can accept only characters in the range of 5 to 25. Derive test cases usin...

EssentialsSoftware Fundamentals

Walk through is performed by the trained moderator, whereas the Inspection is usually conducted by the author itself to record defects and deviations

EssentialsSoftware Fundamentals

The testing technique that deals with the internal logic and structure of the code is called ________.

EssentialsSoftware Fundamentals

The standard document that describes all the requirements of the system is called as …

EssentialsSoftware Fundamentals

Client Comes to Allen Company for a Banking Solution. Who from the below options would be best suited to gather all the requirements correctly from th...

EssentialsSoftware Fundamentals

In remote control Car application, in the step by step execution of the requirement described, it is mentioned when the fuel level goes below the min...

EssentialsSoftware Fundamentals

A good SRS should be ______, ________ and _______.

EssentialsSoftware Fundamentals

Client Comes to Allen Company for a Banking Solution.Which phase of SDLC is best suited to gather what is expected from client

EssentialsSoftware Fundamentals

An SRS has the following requirement.The stock exchange shall show the stock report for the next 24 hours.What is the issue with this requirement

EssentialsWeb Technologies

In the web page, we have a field called phoneno and inside this textbox field, the text : "Only numbers are allowed" must appear. This should get dis...

EssentialsWeb Technologies

Ram has designed a portal that fetches the citizens' feedback regarding the voting process in India. The portal allows the end user to choose either '...

EssentialsWeb Technologies

Choose the relavant HTML input type attributes.

EssentialsWeb Technologies

If the phone number should accept only 10 digit numbers, which of the following options will suit?

EssentialsWeb Technologies

Consider the below webpage:

EssentialsWeb Technologies

Which of the following is/are the new feature(s) of HTML5?

EssentialsWeb Technologies

HTML stands for __________

EssentialsWeb Technologies

Which element is a container for all the head elements, and may include the document title, scripts, styles, meta information, and more?

EssentialsWeb Technologies

An application that lets you search and see material on the internet is

EssentialsWeb Technologies

John wants to animate (moving effect) an element in the webpage he designed. For this, he set its CSS position property to its default value and appl...

PreviousPage 5 of 15Next