Upload Button Icon Add office photos

Filter interviews by

Aress Software and Education Technologies Salesforce Developer Interview Questions and Answers

Updated 23 Feb 2024

Aress Software and Education Technologies Salesforce Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Coding Test 

Asked the basics pf oops and dbms. Asked the java code to swap two variables without using third variable.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the opps concepts

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write a Code related to the Trigger

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the Batch Job
  • Ans. 

    Batch job is a process that allows you to process large volumes of data in smaller chunks.

    • Batch job is used to handle large data volumes that would exceed the normal processing limits.

    • It breaks down the data into smaller batches for processing, improving performance and efficiency.

    • Batch jobs can be scheduled to run at specific times or triggered manually.

    • Examples include data imports, updates, and deletions in Salesfor

  • Answered by AI
  • Q2. Pro and cons of the LWC
  • Ans. 

    LWC (Lightning Web Components) are a modern UI framework for building web components on the Salesforce platform.

    • Pros: Faster performance, better security, easier to debug, reusable components, better encapsulation.

    • Cons: Steeper learning curve for developers new to web components, limited browser support compared to Aura components.

  • Answered by AI

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - HR 

(1 Question)

  • Q1. Resume shortlist
Round 2 - Technical 

(5 Questions)

  • Q1. Mostly Questions come from real-time scenarios only, interviewer taken 1 hour of my time for interview
  • Q2. How to change create date while uploading the record through data loader?
  • Ans. 

    You can change the create date while uploading records through Data Loader by enabling the 'Allow Insert' option.

    • Enable 'Allow Insert' option in Data Loader settings

    • Map the 'Created Date' field in the mapping file to the desired date/time value

    • Ensure the user has the necessary permissions to change the create date

  • Answered by AI
  • Q3. How wire method works, while importing data want to add record inside wire method in Jsfile how?
  • Ans. 

    Wire method in Salesforce is used to fetch data from Apex controller to Lightning Web Component. Adding records inside wire method in JS file involves using imperative Apex to create records.

    • Use @wire decorator in Lightning Web Component JS file to call an Apex method

    • Inside the wire method, use imperative Apex to create records by calling the createRecord method from the Lightning Data Service

    • Pass the record data as pa

  • Answered by AI
  • Q4. Write a trigger on account if account already having 1 contact then user can't able to create another
  • Q5. How security works in apex, let's say user don't have access on Phone field and SELECT id, Name, Phone from Account WITH_SECURITY_ENFORCED how this query works?
  • Ans. 

    In Apex, security is enforced by default. If a user doesn't have access to a field, they won't be able to query it.

    • In Apex, security is enforced by default, meaning that users can only access data they have permission to see.

    • If a user doesn't have access to the Phone field in the Account object, they won't be able to query it even with WITH_SECURITY_ENFORCED.

    • The SELECT id, Name, Phone from Account WITH_SECURITY_ENFORCE...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Apex trigger security model etc
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial round
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - If you have high expectations on salary please don’t join this
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What are the trigger events in Salesforce
  • Ans. 

    Trigger events in Salesforce are actions that can cause a trigger to execute.

    • Before Insert

    • Before Update

    • Before Delete

    • After Insert

    • After Update

    • After Delete

    • After Undelete

  • Answered by AI
  • Q2. What is a sandbox?
  • Ans. 

    A sandbox is a separate environment for testing and developing applications without affecting the production environment.

    • A sandbox is a copy of the production environment where developers can experiment and make changes without impacting live data.

    • It allows developers to test new features, configurations, and integrations before deploying them to the production environment.

    • Sandbox environments can be refreshed with the...

  • Answered by AI
  • Q3. Best practices of trigger
  • Ans. 

    Best practices for triggers in Salesforce development

    • Use trigger handlers to separate logic from the trigger itself

    • Avoid using SOQL queries or DML statements inside loops

    • Leverage bulkification to process records in batches

    • Consider using trigger frameworks for better organization and maintainability

    • Write unit tests to ensure trigger functionality and coverage

  • Answered by AI
  • Q4. Write rollup summery on account object and contact
  • Ans. 

    A roll-up summary field calculates values from related records and displays the result on a parent record.

    • Roll-up summary fields can be created on the parent object to display aggregated data from child records.

    • They can be used to calculate the sum, count, minimum, maximum, or average of a field on the child object.

    • Roll-up summary fields are automatically updated when the child records are created, edited, or deleted.

    • T...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Aug 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Profile, role differencess
  • Q2. How data is sent by callout
  • Ans. 

    Data is sent by callout using HTTP request methods like GET, POST, PUT, DELETE.

    • Data can be sent in the request body or as query parameters

    • Headers can be used to provide additional information

    • Response codes indicate the status of the request

    • Examples: Sending data to an external API, retrieving data from a web service

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Trigger scenario based question

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
4
Good
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 - Technical 

(2 Questions)

  • Q1. Explain Governor limits?
  • Ans. 

    Governor limits are runtime limits enforced by Salesforce to ensure efficient use of shared resources.

    • Governor limits are enforced to prevent code from monopolizing shared resources.

    • Examples of Governor limits include limits on CPU usage, heap size, and SOQL queries.

    • Exceeding Governor limits can result in exceptions being thrown by Salesforce.

    • Developers should always be mindful of Governor limits when writing code to e

  • Answered by AI
  • Q2. What is difference between user a
  • Ans. 

    User A is a standard user, while User B is a system administrator.

    • User A has limited access to Salesforce features and data.

    • User B has full access to all Salesforce features and data.

    • User A cannot customize Salesforce settings, while User B can.

    • User A cannot create or delete users, while User B can.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your family

I applied via LinkedIn and was interviewed in Oct 2022. There were 2 interview rounds.

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 - One-on-one 

(4 Questions)

  • Q1. What is salesforce,governer limits,profiles,roles,visualforce,apex
  • Ans. 

    Salesforce is a cloud-based CRM platform. Governor limits are limits on resources. Profiles and roles control access. Visualforce and Apex are development tools.

    • Salesforce is a cloud-based CRM platform used for managing customer data and interactions.

    • Governor limits are limits on resources such as CPU time, database queries, and API calls.

    • Profiles and roles control access to data and functionality within Salesforce.

    • Vis...

  • Answered by AI
  • Q2. In future what is use of salesforce
  • Ans. 

    Salesforce will continue to be a leading CRM platform, enabling businesses to streamline their operations and improve customer engagement.

    • Salesforce will continue to innovate and introduce new features and functionalities.

    • It will enable businesses to leverage AI and machine learning to gain insights and improve decision-making.

    • Salesforce will also play a key role in digital transformation initiatives, helping businesse...

  • Answered by AI
  • Q3. What can cause data loss in salesforce
  • Ans. 

    Various factors can cause data loss in Salesforce.

    • Human error such as accidental deletion or overwriting of data

    • System failures or crashes

    • Data migration or integration errors

    • Malicious intent or hacking

    • Expiration of data retention policies

    • Third-party app or plugin issues

  • Answered by AI
  • Q4. What is master detail relationship
  • Ans. 

    Master-detail relationship is a type of relationship in Salesforce where the master record controls certain behaviors of the detail record.

    • Master-detail relationship is a parent-child relationship where the master record controls certain behaviors of the detail record.

    • The detail record inherits certain fields, security, and sharing settings from the master record.

    • Deleting a master record automatically deletes all its d...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it is best IT company and the best it every fines finish on time work

Skills evaluated in this interview

Aress Software and Education Technologies Interview FAQs

How many rounds are there in Aress Software and Education Technologies Salesforce Developer interview?
Aress Software and Education Technologies interview process usually has 1 rounds. The most common rounds in the Aress Software and Education Technologies interview process are Coding Test.

Tell us how to improve this page.

Aress Software and Education Technologies Salesforce Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Aress Software and Education Technologies Salesforce Developer Salary
based on 122 salaries
₹2.8 L/yr - ₹9.6 L/yr
21% less than the average Salesforce Developer Salary in India
View more details

Aress Software and Education Technologies Salesforce Developer Reviews and Ratings

based on 14 reviews

2.3/5

Rating in categories

2.9

Skill development

2.1

Work-life balance

2.2

Salary

2.8

Job security

2.2

Company culture

2.2

Promotions

2.4

Work satisfaction

Explore 14 Reviews and Ratings
Technical Support Engineer
180 salaries
unlock blur

₹1.9 L/yr - ₹5 L/yr

Salesforce Developer
122 salaries
unlock blur

₹2.8 L/yr - ₹9.6 L/yr

Software Developer
53 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Software Engineer
51 salaries
unlock blur

₹2.7 L/yr - ₹9 L/yr

Senior Technical Support Engineer
31 salaries
unlock blur

₹2.1 L/yr - ₹8 L/yr

Explore more salaries
Compare Aress Software and Education Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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