Upload Button Icon Add office photos

Filter interviews by

Vishv Books Salesforce Developer Interview Questions and Answers

Updated 20 Apr 2024

Vishv Books Salesforce Developer Interview Experiences

Interview questions from similar companies

I applied via campus placement at Uttar Pradesh Technical University (UPTU) and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Write the code to reverse the string
  • Ans. 

    Code to reverse a string

    • Use a loop to iterate through the string

    • Create a new string and add each character from the original string in reverse order

    • Return the new string

  • Answered by AI
  • Q2. How to overload constructor in Python?
  • Ans. 

    Overloading constructor in Python allows creating multiple constructors with different parameters.

    • Define multiple constructors with different parameters

    • Use default values for optional parameters

    • Call the appropriate constructor based on the number and type of arguments passed

  • Answered by AI
  • Q3. How to remove leading whitespaces from a string in the Python
  • Ans. 

    Python provides a built-in method to remove leading whitespaces from a string.

    • Use the lstrip() method to remove leading whitespaces from a string.

    • lstrip() method removes all whitespaces from the beginning of the string.

    • Example: string = ' Hello World' string.lstrip() Output: 'Hello World'

  • Answered by AI
  • Q4. Why we use tuple, difference between tuple and list and some basic questions on data structure .
  • Q5. Oops concepts
  • Q6. Write code to create pattern { star (*) pattern was given }
  • Ans. 

    Code to create a star pattern

    • Use nested loops to print the pattern

    • The outer loop controls the number of rows

    • The inner loop controls the number of stars to print in each row

    • Use a combination of spaces and stars to create the pattern

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - First round will be a MCQ round, not too tough only basic questions.

Main is Interview :
For Technical interview ;
Prepare some data structure questions available over internet .
Prepare any language for pattern and some basic 5-6 line code .

That's it . HR round is normal
Tell me about yourself , Why cloud analogy , any experience , what is cloud computing and some basic HR questions as your likes , dislikes etc .

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked basic questions regarding admin & customization. asked to write batch class, trigger, vf page & apex class. scenario-based questions. also asked to explain project.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare what you did in your project and be confident.

I applied via LinkedIn and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Admin Questions related to security, automation, objects & relationships
  • Q2. Apex trigger scenario coding
  • Q3. Past work experience related discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Have good admin knowledge and good understanding in coding as well follow best practices

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Apex, security, lightning, LWC, integration, configuration, vf.
  • Q2. Take googles help

Interview Preparation Tips

Interview preparation tips for other job seekers - Before going for the interview prepare yourself well, because everything depends on the interviewers mindset. Good luck.

Interview Questionnaire 

7 Questions

  • Q1. Disconnect Callback renderCallback in LWC
  • Q2. Events in omniscript
  • Ans. 

    Events in Omniscript allow for dynamic interactions with the user.

    • Events can be triggered by user actions or system events

    • Events can be used to show/hide components, update fields, or navigate to different steps

    • Examples include onClick, onChange, and onInit

  • Answered by AI
  • Q3. Pub sub event
  • Q4. Indirect lookup vs external lookup
  • Ans. 

    Indirect lookup is used to find related records through a junction object while external lookup is used to find related records in an external system.

    • Indirect lookup is used when there is a many-to-many relationship between two objects.

    • External lookup is used when the related record is stored in an external system.

    • Indirect lookup uses a junction object to connect two objects.

    • External lookup uses an external ID field to...

  • Answered by AI
  • Q5. Current project
  • Ans. 

    I am currently working on a project to develop a Salesforce application for a retail company.

    • Developing custom objects and fields to track product inventory and sales data

    • Implementing automation processes using workflows and process builder

    • Creating custom reports and dashboards to provide insights on sales performance

    • Integrating with external systems to synchronize customer data

    • Implementing security measures to protect

  • Answered by AI
  • Q6. Rest and Soap API
  • Q7. Order of execution
  • Ans. 

    Order of execution in Salesforce determines the sequence of events that occur when a record is saved.

    • Validation rules are executed first

    • Before triggers are executed next

    • Custom validation rules are executed after before triggers

    • After triggers are executed next

    • Assignment rules are executed after after triggers

    • Workflows are executed after assignment rules

    • Escalation rules are executed after workflows

    • Processes are executed ...

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Explain the current role in the project. What is the business flow of project?
  • Ans. 

    I am currently working as a Salesforce Developer on a project with a complex business flow.

    • My role involves developing and customizing Salesforce applications to meet the business requirements.

    • The project involves multiple stakeholders and departments, and the business flow includes lead generation, lead qualification, opportunity management, and sales forecasting.

    • I am responsible for designing and implementing custom ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was quite a smooth experience and I went thru 2 technical rounds and 1 managerial round. The first technical round was a basic salesforce discussion, Second was more relevant to my profile. Managerial discussion about my experience and role fit.

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is Apex
  • Ans. 

    Apex is a programming language used to develop customizations for Salesforce applications.

    • Apex is similar to Java and C#.

    • It is used to write business logic and perform database operations.

    • It can be used to create triggers, classes, and controllers.

    • Apex code runs on the Salesforce platform.

    • Example: Apex can be used to create a custom button that updates a record when clicked.

  • Answered by AI
  • Q2. Difference between roles and profile.
  • Ans. 

    Roles define what users can do in an organization, while profiles determine what users can see and access within the application.

    • Roles define the level of access and responsibility a user has in an organization.

    • Profiles determine the objects, fields, and records that a user can view, edit, and delete.

    • Roles are hierarchical and determine the data visibility for users below them in the hierarchy.

    • Profiles are assigned to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were only 1 technical round and 1 HR round. The technical questions were moderate and they asked almost everything related to salesforce in 1 hour.

I applied via Naukri.com and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What are the types of integration available with Salesforce?
  • Ans. 

    Salesforce offers various types of integration options to connect with external systems.

    • SOAP API: Allows integration with external systems using SOAP protocol.

    • REST API: Enables integration with external systems using RESTful web services.

    • Bulk API: Facilitates integration for large data volumes using batch processing.

    • Streaming API: Provides real-time integration by pushing data updates to external systems.

    • Outbound Messa...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and relevant questions were asked

I applied via Indeed and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for the position for Salesforce developer. If you have previous Java experience then they can provide training on Salesforce. They took almost 5 rounds of interview for this position and took almost 1 month for the entire process. I was selected in the 3 round itself and then HR called to me to sent the documents for background verification. After one week, again they took another 2 rounds of interview in Java. Finally, they told as not selected. I don't know whether the positions are there or filled with other candidates. It's a waste process for an experienced candidates.

Suggestion to management: Don't post this kind of job posts and waste the time for the working professionals

Vishv Books Interview FAQs

How many rounds are there in Vishv Books Salesforce Developer interview?
Vishv Books interview process usually has 1 rounds. The most common rounds in the Vishv Books interview process are One-on-one Round.

Tell us how to improve this page.

Vishv Books Salesforce Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 146 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 96 Interviews
HyScaler Interview Questions
4.5
 • 90 Interviews
CapitalOne Interview Questions
3.8
 • 78 Interviews
3 Minds Digital Interview Questions
4.4
 • 64 Interviews
View all

Vishv Books Salesforce Developer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Territory Sales Manager
4 salaries
unlock blur

₹4.8 L/yr - ₹8 L/yr

Senior Sales Officer
3 salaries
unlock blur

₹3.8 L/yr - ₹5 L/yr

Explore more salaries
Compare Vishv Books with

Huawei Technologies

4.0
Compare

Z X Learning

4.5
Compare

Evision Technoserve

4.8
Compare

Cogoport

2.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview