Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Wissen Technology Team. If you also belong to the team, you can get access from here

Wissen Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Wissen Technology Salesforce Developer Interview Questions and Answers

Updated 8 Oct 2022

Wissen Technology Salesforce Developer Interview Experiences

1 interview found

I applied via Job Portal

Round 1 - One-on-one 

(4 Questions)

  • Q1. Triggers on objects.
  • Ans. 

    Triggers are pieces of code that execute before or after specific events occur on a record.

    • Triggers can be used to automate processes, enforce business rules, and maintain data consistency.

    • Triggers can be written in Apex and are associated with a specific object.

    • Triggers can be executed before or after insert, update, delete, or undelete operations.

    • Triggers can access and modify related records and perform complex vali

  • Answered by AI
  • Q2. Difference between custom settings and custom metadata
  • Ans. 

    Custom settings are org-wide while custom metadata is record-specific.

    • Custom settings are used to store data that is org-wide and can be accessed by all users.

    • Custom metadata is used to store data that is specific to a record or a set of records.

    • Custom settings can be accessed using the hierarchy custom setting or the list custom setting.

    • Custom metadata can be accessed using the Metadata API or the Apex Metadata API.

    • Cu...

  • Answered by AI
  • Q3. Security model question
  • Q4. Apex asynchronous about batch
  • Ans. 

    Apex asynchronous batch is used for processing large data sets asynchronously.

    • Batch Apex is used for processing large data sets asynchronously

    • It is used to avoid governor limits and timeouts

    • Batch Apex can be scheduled to run at a specific time or can be executed manually

    • Example: Updating all accounts with a specific field value using Batch Apex

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be good practice on triggers and Apex asynchronous

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is LMS ?
  • Ans. 

    LMS stands for Learning Management System, a software application for the administration, documentation, tracking, reporting, and delivery of educational courses or training programs.

    • LMS helps organizations deliver online courses and training programs to employees or students.

    • It allows for the creation and management of courses, assessments, and learning materials.

    • LMS can track learner progress, generate reports, and p...

  • Answered by AI
  • Q2. What is shadow DOM
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out or clashing with the rest of the page.

    • Shadow DOM allows for creating self-contained components with their own styles and markup

    • It helps in preventing styles from the main document affecting the component and vice versa

    • Shadow DOM can be created using the 'shadowRoot' property of an element

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What all exceptions you know ?
  • Ans. 

    Some common exceptions in Salesforce development include DMLException, QueryException, and LimitException.

    • DMLException: Thrown when an error occurs while performing DML operations like insert, update, delete.

    • QueryException: Thrown when an error occurs while querying data from the database.

    • LimitException: Thrown when governor limits are exceeded, such as SOQL query limit or CPU time limit.

  • Answered by AI
  • Q2. Have you worked on integration ?
  • Ans. 

    Yes, I have worked on integration in Salesforce development.

    • I have experience integrating Salesforce with external systems using REST and SOAP APIs.

    • I have worked on integrating Salesforce with third-party applications like MailChimp and DocuSign.

    • I have implemented custom integrations using tools like Salesforce Connect and MuleSoft.

    • I have experience with data mapping, transformation, and synchronization during integrat

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Why governor limits ?
  • Ans. 

    Governor limits are in place to ensure efficient use of resources and prevent abuse in Salesforce platform.

    • Governor limits help in maintaining system performance and preventing monopolization of resources.

    • They ensure fair usage of resources among all users on the platform.

    • Examples include limits on number of records retrieved in a single query, number of SOQL queries executed, and CPU time consumed.

    • Governor limits also...

  • Answered by AI
  • Q2. What is challenge you faced ?
  • Ans. 

    One challenge I faced was integrating a third-party API with Salesforce.

    • Had to understand the API documentation thoroughly

    • Encountered compatibility issues with Salesforce platform

    • Implemented custom code to bridge the gap between API and Salesforce

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of platform
  • Q2. Types of work flow tasks
  • Ans. 

    Types of work flow tasks include email alerts, field updates, outbound messages, tasks, and approvals.

    • Email alerts: Notify users via email based on certain criteria.

    • Field updates: Automatically update fields in records.

    • Outbound messages: Send messages to external systems.

    • Tasks: Assign tasks to users.

    • Approvals: Route records for approval based on predefined criteria.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ITC Infotech Salesforce Developer interview:
  • Salesforce CRM
Interview preparation tips for other job seekers - Be clear about the basic platform understanding
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Technical round on Salesforce basics

Round 3 - One-on-one 

(1 Question)

  • Q1. Profiles, permission sets, sharing settings, sharing rules
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is LMS ?
  • Ans. 

    LMS stands for Learning Management System, a software application for the administration, documentation, tracking, reporting, and delivery of educational courses or training programs.

    • LMS helps organizations deliver online courses and training programs to employees or students.

    • It allows for the creation and management of courses, assessments, and learning materials.

    • LMS can track learner progress, generate reports, and p...

  • Answered by AI
  • Q2. What is shadow DOM
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out or clashing with the rest of the page.

    • Shadow DOM allows for creating self-contained components with their own styles and markup

    • It helps in preventing styles from the main document affecting the component and vice versa

    • Shadow DOM can be created using the 'shadowRoot' property of an element

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What all exceptions you know ?
  • Ans. 

    Some common exceptions in Salesforce development include DMLException, QueryException, and LimitException.

    • DMLException: Thrown when an error occurs while performing DML operations like insert, update, delete.

    • QueryException: Thrown when an error occurs while querying data from the database.

    • LimitException: Thrown when governor limits are exceeded, such as SOQL query limit or CPU time limit.

  • Answered by AI
  • Q2. Have you worked on integration ?
  • Ans. 

    Yes, I have worked on integration in Salesforce development.

    • I have experience integrating Salesforce with external systems using REST and SOAP APIs.

    • I have worked on integrating Salesforce with third-party applications like MailChimp and DocuSign.

    • I have implemented custom integrations using tools like Salesforce Connect and MuleSoft.

    • I have experience with data mapping, transformation, and synchronization during integrat

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Why governor limits ?
  • Ans. 

    Governor limits are in place to ensure efficient use of resources and prevent abuse in Salesforce platform.

    • Governor limits help in maintaining system performance and preventing monopolization of resources.

    • They ensure fair usage of resources among all users on the platform.

    • Examples include limits on number of records retrieved in a single query, number of SOQL queries executed, and CPU time consumed.

    • Governor limits also...

  • Answered by AI
  • Q2. What is challenge you faced ?
  • Ans. 

    One challenge I faced was integrating a third-party API with Salesforce.

    • Had to understand the API documentation thoroughly

    • Encountered compatibility issues with Salesforce platform

    • Implemented custom code to bridge the gap between API and Salesforce

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company

Round 1 - One-on-one 

(2 Questions)

  • Q1. All basics of SFDC development
  • Ans. Be calm and you will get it
  • Answered Anonymously
  • Q2. What are types in worlflow
  • Ans. 

    Types in workflow refer to the different categories or classifications of workflow rules or actions.

    • Types in workflow can include time-based, immediate, or scheduled actions.

    • Each type serves a specific purpose in automating processes within Salesforce.

    • For example, time-based actions are triggered based on a specified time or date.

    • Immediate actions are executed immediately after a record meets certain criteria.

    • Scheduled...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - A quick learner is appriciated
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of platform
  • Q2. Types of work flow tasks
  • Ans. 

    Types of work flow tasks include email alerts, field updates, outbound messages, tasks, and approvals.

    • Email alerts: Notify users via email based on certain criteria.

    • Field updates: Automatically update fields in records.

    • Outbound messages: Send messages to external systems.

    • Tasks: Assign tasks to users.

    • Approvals: Route records for approval based on predefined criteria.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ITC Infotech Salesforce Developer interview:
  • Salesforce CRM
Interview preparation tips for other job seekers - Be clear about the basic platform understanding
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Technical round on Salesforce basics

Round 3 - One-on-one 

(1 Question)

  • Q1. Profiles, permission sets, sharing settings, sharing rules

Wissen Technology Interview FAQs

How many rounds are there in Wissen Technology Salesforce Developer interview?
Wissen Technology interview process usually has 2 rounds. The most common rounds in the Wissen Technology interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Wissen Technology Salesforce Developer interview?

Some of the top questions asked at the Wissen Technology Salesforce Developer interview -

  1. Difference between custom settings and custom metad...read more
  2. Apex asynchronous about ba...read more
  3. Triggers on objec...read more

Tell us how to improve this page.

Senior Software Engineer
546 salaries
unlock blur

₹10.5 L/yr - ₹36 L/yr

Software Engineer
537 salaries
unlock blur

₹5.5 L/yr - ₹23 L/yr

Principal Engineer
256 salaries
unlock blur

₹16 L/yr - ₹42 L/yr

Associate Software Engineer
152 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Senior Principal Engineer
131 salaries
unlock blur

₹22 L/yr - ₹48 L/yr

Explore more salaries
Compare Wissen Technology with

Wissen Infotech

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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