Upload Button Icon Add office photos

Filter interviews by

Clear (1)

MTX Group Salesforce Developer Interview Questions and Answers

Updated 18 Apr 2024

MTX Group Salesforce Developer Interview Experiences

3 interviews found

Round 1 - Coding Test 

They ask Compitative coding ques

Round 2 - Technical 

(1 Question)

  • Q1. They asked me questions from sql and binary tree
Round 3 - Technical 

(1 Question)

  • Q1. They asked me to do coding by sharing my screen
Round 4 - HR 

(1 Question)

  • Q1. No questions just said me location

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect in dsa and sql. If you have done projects in web dev it is better
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

90 mins ig, It had some basic salesforce questions and Aptitude.

Round 2 - Technical 

(1 Question)

  • Q1. Interview questions on Javascript and for loops basic.
Round 3 - Technical 

(1 Question)

  • Q1. Javascript - Advanced Questions for Interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Read the company reviews before applying. My experience working with MTX was Okayish. Its not a very great company to work for. it has a hectic work-life balance. and Politics.

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

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

(1 Question)

  • Q1. Basic aptitude questions
Round 2 - One-on-one 

(1 Question)

  • Q1. 2 coding questions 1st one was easy level - related to binary search 2nd one was medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - i advice you to try some good companies because there is no job security and management is not good. you get selected easity but after training period you may have high chances of getting terminated based on performance or delay in onboarding due to requirement without informing the exact dates.

Interview questions from similar companies

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 Resume 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 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 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

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. What is master detail relationship
  • Ans. 

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

    • Master-detail relationship is a parent-child relationship between two objects.

    • The master object is the controlling object and the detail object is the dependent object.

    • Deleting the master record automatically deletes the associated detail records.

    • Security and sharing settings of the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I am fresher so i m working with any project
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked to write trigger

Round 2 - Technical 

(2 Questions)

  • Q1. Rest api questions
  • Q2. Asynchronous apex questions

Interview Preparation Tips

Interview preparation tips for other job seekers - try cotact othrs who already gave interview
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in May 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 Resume tips
Round 2 - Aptitude Test 

If a dozen glasses are fallen down.the ratio between broken and unbroken glasses is
And:2:3

Round 3 - Coding Test 



Interview Preparation Tips

Topics to prepare for Wipro Salesforce Developer interview:
  • Computer Networking
Interview preparation tips for other job seekers - Good policies, work culture and potential, and offers a multi - cultural and diverse work environment
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 3 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 Resume tips
Round 2 - Assignment 

Iq oriented test and topic related questions

Round 3 - HR 

(2 Questions)

  • Q1. About self intro
  • Q2. About company culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Contribute & help others!
anonymous
You can choose to be anonymous

MTX Group Interview FAQs

How many rounds are there in MTX Group Salesforce Developer interview?
MTX Group interview process usually has 3 rounds. The most common rounds in the MTX Group interview process are Technical, Coding Test and HR.
How to prepare for MTX Group 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 MTX Group. The most common topics and skills that interviewers at MTX Group expect are Architecture, Lwc and Vlocity.
What are the top questions asked in MTX Group Salesforce Developer interview?

Some of the top questions asked at the MTX Group Salesforce Developer interview -

  1. 2 coding questions 1st one was easy level - related to binary search 2nd one w...read more
  2. Interview questions on Javascript and for loops bas...read more
  3. They asked me questions from sql and binary t...read more

Recently Viewed

INTERVIEWS

MTX Group

No Interviews

INTERVIEWS

Groww

No Interviews

INTERVIEWS

Groww

No Interviews

INTERVIEWS

Hiver

No Interviews

INTERVIEWS

ADF Data Science

No Interviews

INTERVIEWS

Groww

No Interviews

INTERVIEWS

Groww

No Interviews

INTERVIEWS

MTX Group

No Interviews

INTERVIEWS

ZeroCodeHR

No Interviews

INTERVIEWS

Groww

No Interviews

Tell us how to improve this page.

MTX Group Salesforce Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
MTX Group Salesforce Developer Salary
based on 26 salaries
₹6.5 L/yr - ₹19 L/yr
61% more than the average Salesforce Developer Salary in India
View more details

MTX Group Salesforce Developer Reviews and Ratings

based on 7 reviews

3.7/5

Rating in categories

3.8

Skill development

3.6

Work-life balance

3.7

Salary

3.4

Job security

4.1

Company culture

3.3

Promotions

3.7

Work satisfaction

Explore 7 Reviews and Ratings
Senior Consultant
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Consultant
44 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Developer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare MTX Group with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Adani Group

3.9
Compare

Mahindra & Mahindra

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