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

Interview Questionnaire 

1 Question

  • Q1. Past experience

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Nov 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(4 Questions)

  • Q1. Operate or control a particualar typing of data device that is attached to a computer
  • Q2. Operate or contriol
  • Q3. In computing a device driver is a computer program that operates or controls a particular type of device that is attached to a computer or automaton
  • Q4. To perform some manual act upon a human body in a methodical manner, and usually with instruments, with a view to restore soundness or health, as in amputation, lithotomy, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - vdart is supoort

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

Interview Questionnaire 

4 Questions

  • Q1. What is React Js? Virtual Dom? d/ w state and props? Hooks? D/w class nd functional Components? Life Cycle Components? Mounting? Routing? And soo on
  • Ans. 

    React Js is a JavaScript library for building user interfaces.

    • Virtual DOM is a lightweight copy of the actual DOM used for faster rendering.

    • State and props are used to manage data in React components.

    • Hooks are functions that allow you to use state and other React features in functional components.

    • Class and functional components are two ways to create React components.

    • Life cycle components are methods that are called at...

  • Answered by AI
  • Q2.  What is JavaScript? ES6? Promise? Async await?
  • Ans. 

    JavaScript is a scripting language used for web development. ES6 is the latest version with new features. Promise and Async await are used for asynchronous programming.

    • JavaScript is a high-level, interpreted language used for web development.

    • ES6 is the latest version of JavaScript with new features like arrow functions, let and const keywords, and template literals.

    • Promise is a way to handle asynchronous operations in ...

  • Answered by AI
  • Q3. HTML CSS Jquery AJAX calls
  • Q4. Aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good with Self Introduction Be Confidence

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 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 - Assignment 

Assignment test will be intrested to me

Round 3 - Aptitude Test 

Aptitude test will be intrested to me

Interview Preparation Tips

Topics to prepare for Terralogic Software Solutions Software Developer interview:
  • Java,SQL, python
  • Java, SQL, python
Interview preparation tips for other job seekers - For intrested in this company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. How does Angular work ?
  • Ans. 

    Angular is a front-end web application framework that allows developers to build dynamic single-page applications.

    • Angular uses TypeScript for building applications.

    • It follows the MVC (Model-View-Controller) architecture.

    • Angular provides two-way data binding, which means changes in the model are automatically reflected in the view and vice versa.

    • It uses directives to extend HTML with new attributes and tags.

    • Angular has ...

  • Answered by AI
  • Q2. Array based javascript question
  • Q3. What is hoisting ?
  • Ans. 

    Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.

    • In JavaScript, variable and function declarations are hoisted to the top of their scope.

    • This means that you can use a variable or function before it is declared.

    • However, only the declarations are hoisted, not the initializations.

  • Answered by AI
  • Q4. What is temporal dead zone ?
  • Ans. 

    Temporal dead zone is the period between entering scope and being able to access a variable.

    • Occurs when trying to access a variable before it has been declared

    • Caused by hoisting in JavaScript

    • Results in a ReferenceError

    • Example: const x = 10; console.log(x); // ReferenceError: Cannot access 'x' before initialization

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics well

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Project related question
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based question
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the worst organization I have ever worked for.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Oct 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between list and map
  • Ans. 

    List is an ordered collection of elements, while map is a collection of key-value pairs.

    • List maintains the order of elements, while map does not guarantee any specific order.

    • List allows duplicate elements, while map does not allow duplicate keys.

    • In a list, elements are accessed by their index, while in a map, elements are accessed by their keys.

  • 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

Interview Questions from Similar Companies

JMR Infotech Interview Questions
4.3
 • 29 Interviews
VDart Interview Questions
4.1
 • 28 Interviews
DISYS Interview Questions
3.0
 • 27 Interviews
EagleView Interview Questions
3.3
 • 20 Interviews
View all
Softwaretest Engineer
39 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Associate Consultant Developer
35 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Test Engineer
22 salaries
unlock blur

₹2.8 L/yr - ₹8.9 L/yr

System Administrator
14 salaries
unlock blur

₹1.9 L/yr - ₹7 L/yr

Software Developer
13 salaries
unlock blur

₹3 L/yr - ₹10.4 L/yr

Explore more salaries
Compare Amtex Systems with

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

Saama Technologies

3.7
Compare

DISYS

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