TCS NQT Linked List Quiz – 1

Question 1

Time: 00:00:00
 The linked list used to implement

Stack

Stack

Queue

Queue

Graph

Graph

All of these.

All of these.

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 2

Time: 00:00:00
What are the applications that uses the linked list?

Queue

Queue

Stack

Stack

Both a and b

Both a and b

None of them

None of them

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 3

Time: 00:00:00
What is the biggest advantage of the linked list.

There is no need to specify fixed size of linked list.

There is no need to specify fixed size of linked list.

Add only certain element.

Add only certain element.

Add only specify data

Add only specify data

None of them

None of them

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 4

Time: 00:00:00
In linked list implementation what type of data is carried in a node?

Data

Data

Link

Link

Both a and b

Both a and b

None of them

None of them

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 5

Time: 00:00:00
 In which linked list the last node of linked list is pointed to the first node of the linked list.

Singly Linked List

Singly Linked List

Doubly linked list

Doubly linked list

Circular linked list

Circular linked list

All of these

All of these

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 6

Time: 00:00:00
Linked List data structure usage offer considerable saving in

Computational time

Computational time

None

None

Computational time and space utilization

Computational time and space utilization

Space utilization

Space utilization

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 7

Time: 00:00:00
Which of the following code is for creating a new node?

ptr=(Node*)malloc(sizeof(Node));

ptr=(Node*)malloc(sizeof(Node));

ptr=(Node*)malloc(Node);

ptr=(Node*)malloc(Node);

ptr(Node*)malloc(sizeof(Node*));

ptr(Node*)malloc(sizeof(Node*));

ptr=(Node)malloc(sizeof(Node));

ptr=(Node)malloc(sizeof(Node));

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 8

Time: 00:00:00
What type of memory is referred for the linked list.

Static memory allocation

Static memory allocation

local memory

local memory

Dynamic memory allocation

Dynamic memory allocation

All type of memory can assigned

All type of memory can assigned

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 9

Time: 00:00:00
 Suppose the linked list is used to implement the stack then which for the following node is considered as a top.

Any node

Any node

Middle node

Middle node

Last node

Last node

First node

First node

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

Question 10

Time: 00:00:00
The link field of the linked list carries

Zero value

Zero value

Link of next node

Link of next node

Link of the first node.

Link of the first node.

None

None

Once you attempt the question then PrepInsta explanation will be displayed.

Please login to submit your explanation

Start

["0","40","60","80","100"]
["Need more practice!","Keep trying!","Not bad!","Good work!","Perfect!"]

Buy TCS NQT Paid Materials

Paid Materials TCS NQT

Join TCS NQT Online Classes

Personalized Analytics only Availble for Logged in users

Analytics below shows your performance in various Mocks on PrepInsta

Your average Analytics for this Quiz

Rank

-

Percentile

0%

Completed

0/10

Accuracy

0%

Get Prepinsta Prime

Get all 200+ courses offered by Prepinsta

Never Miss an OffCampus Update

Get OffCampus Updates on Social Media from PrepInsta

Follow us on our Media Handles, we post out OffCampus drives on our Instagram, Telegram, Discord, Whatsdapp etc.

Get Hiring Updates
Amazon,Google,Delottie & 30+companies are hiring ! Get hiring Updates right in your inbox from PrepInsta

Get over 200+ course One Subscription

Courses like AI/ML, Cloud Computing, Ethical Hacking, C, C++, Java, Python, DSA (All Languages), Competitive Coding (All Languages), TCS, Infosys, Wipro, Amazon, DBMS, SQL and others.

Get over 200+ course One Subscription

Courses like AI/ML, Cloud Computing, Ethical Hacking, C, C++, Java, Python, DSA (All Languages), Competitive Coding (All Languages), TCS, Infosys, Wipro, Amazon, DBMS, SQL and others.

Get PrepInsta Prime Subscription

Get access to all the courses that PrepInsta offers, check the out below -

Companies

TCS, Cognizant, Delloite, Infosys, Wipro, CoCubes, KPMG, Amazone, ZS Associates, Accenture, Congnizant & other 50+ companies

Programming

Data Structures, Top 500 Codes, C, C++, Java Python & other 10+ subjects

Skills

Full Stack Web Development, Data Science, Machine Learning, AWS Cloud, & other 10+ skills and 20+ projects

Comments