Choose unsuitable file structure for random access

Quick Overview

This question evaluates understanding of physical file organization and data access methods, focusing on how different file structures impact efficient random access to records.

Choose unsuitable file structure for random access

Company: Bitkernel

Role: Software Engineer

Category: Software Engineering Fundamentals

Difficulty: medium

Interview Round: Online Assessment

When a file system must support **efficient random access** to records, which of the following physical file structures is **not** suitable for this scenario? Options: - A. Sequential file (contiguous allocation) - B. Indexed file - C. Linked file - D. Hash file

Quick Answer: This question evaluates understanding of physical file organization and data access methods, focusing on how different file structures impact efficient random access to records.

|Home/Software Engineering Fundamentals/Bitkernel
Bitkernel logo
Bitkernel
Oct 24, 2025
mediumSoftware EngineerOnline AssessmentSoftware Engineering Fundamentals
3
0

When a file system must support efficient random access to records, which of the following physical file structures is not suitable for this scenario?

Options:

  • A. Sequential file (contiguous allocation)
  • B. Indexed file
  • C. Linked file
  • D. Hash file
Loading comments...