- Create a Visualforce page to display a list of Account records in a table format. Include columns for Account Name, Account Number, and Industry.
- Create a Visualforce page that displays the details of a custom object
Course__cwhen given a specific Course ID. Include fields such as Name, Course Code, and Duration. - Develop a Visualforce page that allows users to create a new
Course__crecord. Include fields for Name, Course Code, and Duration. Upon submission, redirect to the newly created record’s detail page. - Create a Visualforce page that displays a filtered list of
Course__crecords based on a search criteria (e.g., Course Code). Include a search box to input the criteria and display matching records. - Create a Visualforce page that allows users to create a new
Project__crecord and associate it with an existingAccountrecord. Include fields for Project Name, Start Date, End Date, and a lookup field for Account. - Create a Visualforce page that lists
Event__crecords with a delete button next to each record. Implement a mechanism to delete a record when the button is clicked. - Create a Visualforce page that allows users to select an
Opportunityrecord from a lookup field and display its details. - Create a Visualforce page that displays a list of
Contactrecords related to a selectedAccount. Include a lookup field to select the Account. - Create a Visualforce page that shows a summary of
Course__crecords including Name, Course Code, and Duration. Include a button to export the data to a CSV file. - Create a Visualforce page to create a new
Invoice__crecord and add relatedInvoice_Line_Item__crecords. Display a form to inputInvoice__cdetails and a related list to addInvoice_Line_Item__crecords. - Create a Visualforce page to display
Opportunityrecords based on custom filters such as Stage and Close Date. Provide options to filter records and display the results. - Create a Visualforce page that displays and allows editing of
Course__crecords. Include a form to edit theName,Course_Code__c, andDuration__cfields. - Create a Visualforce page that displays a summary of
Student__crecords with a bar chart showing the number of students perCourse__c. - create a Visualforce page with a parent
Accountrecord and a related list ofContactrecords. Allow users to add a new contact to the account from the page. - Create a Visualforce page that generates a PDF report of a
Accountrecord, including its Name, Account Number, and Phone Number. - Create a Visualforce page to generate a PDF report for a
Course__crecord, including fields like Name, Course Code, and Duration. - Create a Visualforce page that generates a PDF of a
Contactrecord with a list of relatedOpportunityrecords. The PDF should include the Contact’s details and a table of related Opportunities. - Create a Visualforce page that generates a PDF report summarizing
Student__crecords byCourse__c. The report should include a summary of the number of students enrolled per course. - Create a Visualforce page that generates a PDF containing data for multiple
Invoice__crecords, including details and a summary section. - Create a Visualforce page that generates a PDF report summarizing
Invoice__crecords with aggregated totals and averages.

Top OmniStudio Developer Interview Questions – part 1
Below are clear, interview-ready answers for each OmniStudio question, written in a professional and easy-to-explain manner, suitable for 2–4 years of OmniStudio/Salesforce experience. 1. How
