Upload Button Icon Add office photos
Engaged Employer

i

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

Amtex Systems Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Amtex Systems Salesforce Developer Interview Questions and Answers

Updated 14 Aug 2024

Amtex Systems Salesforce Developer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Write trigger on case object to prevent duplicate record based on three picklist value country, city and state.
  • Ans. 

    Create trigger on Case object to prevent duplicate records based on country, city, and state picklist values.

    • Create a before insert trigger on Case object

    • Query existing Case records to check for duplicates based on country, city, and state values

    • Use a map to store unique combinations of country, city, and state values

    • Throw an error if a duplicate record is found

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Introduce Yourself
  • Q2. Write a trigger
  • Ans. 

    A trigger is a piece of code that executes before or after a record is inserted, updated, or deleted in Salesforce.

    • Triggers are written in Apex and are used to perform custom actions on Salesforce records.

    • Triggers can be used to enforce business rules, automate processes, or update related records.

    • Example: Writing a trigger to update a related record when a specific field is changed on a record.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amtex Systems Salesforce Developer interview:
  • Apex Triggers

Skills evaluated in this interview

Salesforce Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write a trigger to update contact when accounts phone changed.
asked in Infosys
Q2. How do you make the child records read only of its parent record' ... read more
asked in TCS
Q3. Difference between Roles & Profiles, Difference between Workf ... read more
asked in Infosys
Q4. How do load both parent and child records at a time using data lo ... read more
asked in Infosys
Q5. How do you call a controllor method from javascript in visualforc ... read more

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics questions and programs related to trigger,lightning and few questions on lwc

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice programming more and be confident

Interview Preparation Tips

Skills: Coding Skills And Knowledge On Data Structures, Knowledge About Database Managements Systems
College Name: Bharati Vidyapeeth Deemed University,Pune

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

Interview Questionnaire 

1 Question

  • Q1. Apex, WF and PB, Asynchronous, order of execution, flows, basics of Lightning, Governance limit, Deployment types

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume.

Interview Questionnaire 

5 Questions

  • Q1. How do you make the child records read only of its parent record's field is updated to some value
  • Ans. 

    Child records can be made read-only when parent record's field is updated using validation rules.

    • Create a validation rule on child object

    • Use ISCHANGED() function to check if parent field is updated

    • Use PRIORVALUE() function to get the previous value of parent field

    • Use ISBLANK() function to check if the previous value of parent field is blank

    • Use ISNEW() function to allow creation of child records

    • Use OR() function to comb...

  • Answered by AI
  • Q2. How do you call a controllor method from javascript in visualforce page?
  • Ans. 

    To call a controller method from JavaScript in a Visualforce page, use the actionFunction tag.

    • Create a controller method in the Apex class.

    • Add an actionFunction tag in the Visualforce page.

    • Call the actionFunction from JavaScript using its name.

    • Pass parameters to the controller method using the actionFunction tag.

    • Use the rerender attribute to update the page after the controller method is called.

  • Answered by AI
  • Q3. What are the collectio variables and when do we use them in apex?
  • Ans. 

    Collection variables are used to store multiple values of the same data type in Apex.

    • Collection variables include Lists, Sets, and Maps.

    • Lists are ordered collections of elements that can contain duplicates.

    • Sets are unordered collections of unique elements.

    • Maps are collections of key-value pairs.

    • Collection variables are useful for iterating over multiple values and performing operations on them.

    • Example: List names = new...

  • Answered by AI
  • Q4. How do load both parent and child records at a time using data loader?
  • Ans. 

    Use data loader's parent-child functionality to load both parent and child records at once.

    • Create a CSV file with both parent and child records

    • Use the data loader's parent-child functionality to map the relationship between the two

    • Ensure that the parent records are loaded before the child records

    • Use the data loader's insert or upsert operation to load the data

  • Answered by AI
  • Q5. Syntax of batch class, future method
  • Ans. 

    Batch class and future method syntax in Salesforce development.

    • Batch class syntax: Implements Database.Batchable interface, has start(), execute() and finish() methods.

    • Future method syntax: Has @future annotation, returns void, takes parameters.

    • Example batch class syntax: public class MyBatch implements Database.Batchable { ... }

    • Example future method syntax: @future public static void myFutureMethod(String param) { ...

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 2 interview rounds.

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. Basics related to customisations and configuration
  • Q2. Basics of integration

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with realtime scenarios.
To back up all concepts that will be asked you to explain

I applied via LinkedIn and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. The technical interview mostly includes basic knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basis of trigger and admin part

I applied via Job Fair

Round 1 - Assignment 

There are 4 section including Aptitude Reasoning and technical question based on java, data structure and SQL.

Round 2 - Technical 

(1 Question)

  • Q1. One coding question was asked in this round
Round 3 - Technical 

(1 Question)

  • Q1. In this round, some random question were asked on java SQL with one coding question
Round 4 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Persistent Systems Salesforce Developer interview:
  • OOPS
  • Data Structures
  • SQL
  • DBMS
Interview preparation tips for other job seekers - There are 4 rounds including assessment with 2 technical and HR round.
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

Amtex Systems Interview FAQs

How many rounds are there in Amtex Systems Salesforce Developer interview?
Amtex Systems interview process usually has 1 rounds. The most common rounds in the Amtex Systems interview process are Technical and One-on-one Round.
How to prepare for Amtex Systems Salesforce Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Amtex Systems. The most common topics and skills that interviewers at Amtex Systems expect are Salesforce, Apex, Aura, CRM and Force.com.
What are the top questions asked in Amtex Systems Salesforce Developer interview?

Some of the top questions asked at the Amtex Systems Salesforce Developer interview -

  1. Write trigger on case object to prevent duplicate record based on three picklis...read more
  2. Write a trig...read more

Tell us how to improve this page.

Amtex Systems Salesforce Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Softwaretest Engineer
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Consultant Developer
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Administrator
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amtex Systems 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