Add office photos
Premium Employer

Deloitte

3.8
based on 17.8k Reviews
Video summary
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

10+ Bayside Journal Interview Questions and Answers

Updated 1 Jul 2024
Popular Designations

Q1. 1. can we extract related object from parent object and vice versa and how? 2. what is sharing rules and what all things can you do using it? 3. flows 4. features of permission sets ( i included expiring of prm...

read more
Ans.

Interview questions for Salesforce Consultant

  • Extract related object from parent object and vice versa using relationship fields

  • Sharing rules control access to records based on criteria

  • Flows automate business processes

  • Permission sets grant additional permissions to users

  • Frameworks like Apex and Lightning provide structure for development

  • Role hierarchy determines access to records based on job function

  • Plugins like Salesforce Inspector help with debugging

  • Mandatory fields can be ...read more

Add your answer

Q2. how to convert one to one relation to many to many relationship

Ans.

To convert one to one relation to many to many relationship, create a junction object and establish relationships.

  • Create a junction object to serve as the intermediary between the two objects.

  • Create two lookup fields on the junction object, one for each object in the one to one relationship.

  • Update the existing records to associate them with the junction object.

  • Create new records in the junction object to establish the many to many relationship.

  • Use junction object reports and ...read more

Add your answer

Q3. how to show page layouts based on user location

Ans.

Page layouts can be shown based on user location by using Salesforce's record types and page layout assignment rules.

  • Create multiple record types for the object

  • Assign different page layouts to each record type

  • Create page layout assignment rules based on user location

  • Specify the criteria for each rule, such as user's country or region

  • Assign the appropriate page layout to each rule

Add your answer

Q4. types of ids 15 and 18 what are they?

Ans.

IDs 15 and 18 are Salesforce record IDs.

  • Salesforce record IDs are unique identifiers for records in the Salesforce platform.

  • ID 15 is a case-sensitive 15-character ID, while ID 18 is a case-insensitive 18-character ID.

  • These IDs are used to reference and identify specific records in Salesforce.

  • They are commonly used in queries, data manipulation, and integration processes.

Add your answer
Discover Bayside Journal interview dos and don'ts from real experiences

Q5. how to check security through apex

Ans.

To check security through Apex, use System.runAs() to run code with different user contexts.

  • Use System.runAs() to execute code as a specific user

  • Check user permissions using the UserRecordAccess object

  • Verify field-level security using the Schema.DescribeFieldResult class

  • Use the Security.stripInaccessible() method to remove inaccessible records from query results

Add your answer

Q6. What are the types of trigger in Salesforce

Ans.

Types of triggers in Salesforce include before triggers, after triggers, and future triggers.

  • Before triggers are used to update or validate record values before they are saved to the database.

  • After triggers are used to access field values that are set by the system (such as a record's ID) and to affect changes in other records.

  • Future triggers are used to perform operations asynchronously, such as sending email notifications or updating related records.

  • Examples: before insert ...read more

Add your answer

Q7. write batch apex to move all attachments to files

Ans.

Batch Apex to move attachments to files

  • Create a Batch Apex class that implements the Database.Batchable interface

  • In the start method, query for all attachments that need to be moved

  • In the execute method, loop through the attachments and create corresponding files

  • In the finish method, delete the attachments that have been successfully moved

Add your answer

Q8. Why are sharing rules used?

Ans.

Sharing rules are used to extend sharing access to users in Salesforce beyond the organization-wide defaults.

  • Sharing rules are used to grant access to records that a user does not own.

  • They are used to extend sharing access beyond the organization-wide defaults.

  • Sharing rules can be based on criteria or ownership.

  • They are used to give read or read/write access to specific groups of users.

  • Sharing rules are often used in conjunction with role hierarchy and sharing settings.

Add your answer

Q9. types of soql statements

Ans.

Types of SOQL statements

  • SELECT statement is used to retrieve records from one or more objects

  • UPDATE statement is used to modify existing records

  • DELETE statement is used to delete records

  • INSERT statement is used to create new records

  • UPSERT statement is used to either update existing records or insert new records

  • SOQL also supports aggregate functions like COUNT, SUM, AVG, etc.

  • SOQL can be used to query data from standard and custom objects

Add your answer

Q10. Best practices of apex class

Ans.

Best practices for writing Apex classes in Salesforce

  • Follow naming conventions for classes, variables, and methods

  • Keep classes focused on a single purpose to improve readability and maintainability

  • Use comments to explain complex logic or business rules

  • Avoid using hard-coded values and use custom settings or custom metadata types instead

  • Write unit tests to ensure code coverage and catch any potential issues early on

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Bayside Journal

based on 11 interviews
2 Interview rounds
Technical Round - 1
Technical Round - 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter