Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Some XYZ company is arranging for online aptitude tests. Draw
detailed E-R diagram for the same..



Some XYZ company is arranging for online aptitude tests. Draw detailed E-R diagram for the same....

Answer / Vashu Rajput

Creating an Entity-Relationship (E-R) diagram for an online aptitude test system requires defining various entities, attributes, and relationships between them. Here's a simple example of such a diagram:
1. TestTaker (UserID, Name, Email, Password, Address)
2. Test (TestID, Name, Description, DifficultyLevel, StartTime, EndTime)
3. Question (QuestionID, TestID, SequenceNo, QuestionText, AnswerA, AnswerB, AnswerC, CorrectAnswer)
4. Result (ResultID, UserID, TestID, Score, Date)
5. Relationships:
a) A user can take multiple tests (TestTaker --many-- Takes_Tests --> Test).
b) A test has multiple questions (Test --one-- Contains_Questions --> Question).
c) A user submits one result for each test they take (TestTaker --one-- Submits_Result --> Result, Test --one-- Has_Result --> Result).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

What is difference between promise and callback?

1 Answers  


What are the main functions performed by javascript statements?

1 Answers  


Why is javascript used for web pages?

1 Answers  


How to shift and unshift using javascript?

1 Answers  


Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.

1 Answers  


How to convert a string to lowercase?

1 Answers  


discuss scoping in javascript?

1 Answers  


Where do you write javascript?

1 Answers  


What are the data types supported by javascript?

1 Answers  


What is difference between scripting and programming?

1 Answers  


Is it possible to assign a php variable to javascript ? And also is it possible to fetch the page contents if the url is not under our control ?

1 Answers  


What are the different objects used in javascripts?

1 Answers  


Categories