Upload Button Icon Add office photos

Filter interviews by

MTX Group Full Stack Developer Interview Questions and Answers

Updated 20 Oct 2021

MTX Group Full Stack Developer Interview Experiences

1 interview found

I appeared for an interview in Aug 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 135 Minutes
Round difficulty - Medium

Programming Aptitude and Coding Skills

  • Q1. 

    AVL Tree Insertion Problem

    Given an AVL tree, your task is to insert an element into the AVL Tree ensuring it remains balanced.

    An AVL tree is a self-balancing binary search tree with the following prope...

  • Ans. 

    Insert an element into an AVL tree while maintaining balance.

    • Ensure the AVL tree remains balanced after insertion by performing rotations if necessary.

    • Update the height of each node after insertion to maintain the AVL property.

    • Perform single or double rotations based on the balance factor of the nodes.

    • Example: Inserting 7 into the AVL tree shown in the image would require a double rotation to balance the tree.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 50 Minutes
Round difficulty - Easy

Javascript and Coding skills

  • Q1. 

    First Missing Positive Problem Statement

    You are provided with an integer array ARR of length 'N'. Your objective is to determine the first missing positive integer using linear time and constant space. T...

  • Ans. 

    Find the smallest positive integer missing from an array of integers.

    • Iterate through the array and mark positive integers as visited by changing the sign of the corresponding index.

    • After marking, iterate again to find the first positive index which is not marked.

    • Return the index + 1 as the smallest missing positive integer.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Fullstack Developer in HyderabadEligibility criteria7 CGPAMTX interview preparation:Topics to prepare for the interview - Javascript, Data structures, MYSQL, CSS, OOPS, Strings, HTML, CSS, OSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : Practice at least 100+ DSA problems.
Tip 2 : Understanding of Javascript and other web tech.
Tip 3 : One Frontend project.

Application resume tips for other job seekers

Tip 1 : Provide the project links. It can be the Github repo or Deployed Project Link.
Tip 2 : Provide the Links of Coding platforms like Leetcode, Codechef as it gives benefits while shortlisting.

Final outcome of the interviewSelected

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about MTX Group?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Develop calc in programming language of your choice
  • Q2. What all are database management languages
  • Ans. 

    Database management languages are used to create, manipulate, and manage databases effectively.

    • SQL (Structured Query Language) - Used for querying and managing relational databases.

    • PL/SQL (Procedural Language/SQL) - An extension of SQL for procedural programming in Oracle databases.

    • T-SQL (Transact-SQL) - Microsoft's proprietary extension of SQL used in SQL Server.

    • NoSQL - A category of database management languages for ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed during interview and prepare your tech stack fully 2 days before interview

Full Stack Developer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Query and Matrix Problem Statement You are given a binary matrix ... read more
asked in MakeMyTrip
Q2. Tower of Hanoi Problem Statement You have three rods numbered fro ... read more
Q3. Maximum Difference Problem Statement Given an array ARR of N elem ... read more
asked in Samsung
Q4. LCA of Binary Tree Problem Statement You are given a binary tree ... read more
Q5. Count Set Bits Problem Statement Given a positive integer N, comp ... read more

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is Apex
  • Ans. 

    Apex is a programming language used to develop customizations for Salesforce applications.

    • Apex is similar to Java and C#.

    • It is used to write business logic and perform database operations.

    • It can be used to create triggers, classes, and controllers.

    • Apex code runs on the Salesforce platform.

    • Example: Apex can be used to create a custom button that updates a record when clicked.

  • Answered by AI
  • Q2. Difference between roles and profile.
  • Ans. 

    Roles define what users can do in an organization, while profiles determine what users can see and access within the application.

    • Roles define the level of access and responsibility a user has in an organization.

    • Profiles determine the objects, fields, and records that a user can view, edit, and delete.

    • Roles are hierarchical and determine the data visibility for users below them in the hierarchy.

    • Profiles are assigned to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were only 1 technical round and 1 HR round. The technical questions were moderate and they asked almost everything related to salesforce in 1 hour.

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Asked practical scenario questions from frontend(lwc) and apex.
  • Q2. Deployment process with ci/cd
  • Q3. Write a trigger to update contact when accounts phone changed.
  • Q4. Fetch data in table from apex
  • Q5. Cpu error in apex
  • Ans. 

    CPU error in Apex

    • Check for infinite loops or recursive calls

    • Reduce the number of SOQL queries and DML statements

    • Optimize code to reduce CPU usage

    • Consider using asynchronous processing

    • Use governor limits to avoid exceeding CPU time limit

  • Answered by AI
  • Q6. Data loader, future method, share record in apex

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the interview based on real scenario. They won't ask internet questions.

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. What are types of flows
  • Ans. 

    Types of flows include autolaunched flows, screen flows, and scheduled flows.

    • Autolaunched flows are triggered by a process or record change

    • Screen flows guide users through a series of screens to collect information

    • Scheduled flows are triggered based on a schedule or time-based event

  • Answered by AI
  • Q2. What are types of table in report
  • Ans. 

    Types of tables in reports include summary tables, matrix tables, and joined tables.

    • Summary tables provide a high-level overview of data, often with subtotals and grand totals.

    • Matrix tables allow for data to be grouped and summarized in rows and columns.

    • Joined tables combine data from multiple sources or objects in a single report.

  • Answered by AI
  • Q3. What is skinny table
  • Ans. 

    Skinny table is a custom table in Salesforce that contains a subset of fields from standard and custom objects for performance optimization.

    • Skinny table is used to improve query performance by reducing the number of joins needed.

    • It contains frequently accessed fields from standard and custom objects.

    • Data in skinny tables is automatically synchronized with the source objects.

    • Skinny tables are read-only and cannot be dir...

  • Answered by AI

Skills evaluated in this interview

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

(3 Questions)

  • Q1. What is the by default sharing method followed by apex code
  • Ans. 

    Apex code follows the by default sharing method of 'with sharing'.

    • By default, Apex code enforces sharing rules that apply to the current user.

    • This means that the code runs in the user's context and respects their sharing settings.

    • Developers can also use 'without sharing' to bypass sharing rules if necessary.

  • Answered by AI
  • Q2. How to bypass sharing rules via apex class
  • Ans. 

    Bypassing sharing rules via apex class involves using 'without sharing' keyword in the class definition.

    • Use 'without sharing' keyword in the class definition to bypass sharing rules.

    • This keyword allows the apex class to ignore sharing rules and access all data regardless of the user's permissions.

  • Answered by AI
  • Q3. How to convert Json data into string in LWC Can we do callouts from LWC? What is the precautions need to take care Before writing queaueable apex class? Have you worked on platform events? How to communi...
  • Ans. 

    To convert Json data into string in LWC, use JSON.stringify() method.

    • Use JSON.stringify() method to convert Json data into string in LWC.

    • Yes, callouts can be made from LWC using imperative Apex.

    • Precautions before writing queueable Apex class include governor limits, bulkification, and error handling.

    • Platform events can be used for inter-component communication in LWC.

    • To communicate unrelated LWC components, use Lightni...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Question related to flow, security
  • Q2. Asked to write trigger related to after update
  • Ans. 

    A Salesforce trigger for after update events allows you to perform actions post record updates.

    • Use 'after update' to execute logic after a record is updated.

    • Example: Update related records based on changes in the updated record.

    • Use Trigger.new to access the updated records.

    • Use Trigger.old to compare previous values with new values.

  • Answered by AI
Are these interview questions helpful?

I applied via Company Website and was interviewed in Oct 2022. There were 4 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 

(1 Question)

  • Q1. Screening round. MCQ's based on automation, security,lwc,lac, integration,apex Need to have good knowledge,not straight forward questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. 1.relationship types 2.what is junction object 3.scenario based questions on security. 4.mixed dml error 5.scenario based questions on automation process, flows 6.what are bound and inbound expression in l...
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions on your working experience. Why Deloitte Complex situations you have faced in ur project Why are u looking for change Given a business problem and asked how would you approach or solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to have good knowledge and need to prepare well to crack the interviews.
Deloitte has stringent interview process.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Sep 2023. 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. Apex Trigger to count no of Contacts in a particular account
  • Ans. 

    Use an Apex Trigger to count the number of Contacts in a specific Account.

    • Create an Apex Trigger on the Contact object.

    • Query for Contacts related to the specific Account.

    • Use a SOQL query to count the number of Contacts.

    • Update a custom field on the Account with the count.

  • Answered by AI
  • Q2. Different Values of Apex Context variables in different scenarios
  • Ans. 

    Apex context variables hold different values based on the scenario in Salesforce development.

    • Trigger.new and Trigger.old contain new and old versions of records in trigger context

    • System.isBatch() returns true in batch context

    • System.isFuture() returns true in future method context

    • System.isScheduled() returns true in scheduled job context

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on Apex Trigger

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(5 Questions)

  • Q1. What is Salesforce service cloud
  • Ans. 

    Salesforce Service Cloud is a customer service platform that helps businesses manage and improve customer interactions.

    • It allows businesses to provide personalized customer support through various channels such as phone, email, chat, and social media.

    • Service Cloud includes features like case management, knowledge base, and omni-channel routing to streamline customer service processes.

    • It integrates with other Salesforce...

  • Answered by AI
  • Q2. How do you rate your self in coding
  • Ans. 

    I would rate my coding skills as proficient, with a strong grasp of Salesforce development and Apex programming.

    • Proficient in Apex, having developed multiple triggers and classes for business logic.

    • Experienced with Visualforce and Lightning components for UI development.

    • Strong understanding of Salesforce data model and SOQL for efficient data retrieval.

    • Familiar with best practices in coding, such as bulkification and g...

  • Answered by AI
  • Q3. Salesforce Security model question
  • Q4. Have you worked on flows
  • Ans. 

    Yes, I have worked on flows in Salesforce.

    • I have experience creating flows to automate business processes in Salesforce.

    • I have used flows to streamline data entry and update records efficiently.

    • I have integrated flows with other Salesforce features like Process Builder and Apex triggers.

  • Answered by AI
  • Q5. Mostly asked what you mentioned in your resume
Round 2 - Technical 

(3 Questions)

  • Q1. Write trigger on parent child scenario
  • Ans. 

    Writing trigger on parent child scenario in Salesforce

    • Create trigger on parent object

    • Use trigger context variables to access child records

    • Perform necessary operations on child records based on parent record changes

  • Answered by AI
  • Q2. Wha are important feature of service cloud, LWC decorators, events in lwc, asynchronous apex , batch class, flows and its type , experience cloud basics .
  • Ans. 

    Service Cloud features, LWC decorators, events, asynchronous apex, batch class, flows, and experience cloud basics.

    • Service Cloud features include case management, knowledge base, omni-channel routing, and service console.

    • LWC decorators are used to add metadata to Lightning web components, such as @api, @track, and @wire.

    • Events in LWC are used for communication between components, such as standard events like onchange a...

  • Answered by AI
  • Q3. Expectations was user should know each and every topic of Salesforce

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was very good answered every single question asked by panel . After first round
HR says feedback is good, you got selected no need of next round , Asked what is final expected salary and notice period , for which i already shared before screening process .

Then after couple of days HR calls back and said Panel no sure about you wants to check another round of interview. Even my second round was good answer almost all questions. Not got any feedback from HR despite of couple of follow up .

People who want to apply make sure that you share your expectations with HR clearly .

Skills evaluated in this interview

Tell us how to improve this page.

MTX Group Full Stack Developer Salary
based on 16 salaries
₹9.3 L/yr - ₹17.4 L/yr
35% more than the average Full Stack Developer Salary in India
View more details

MTX Group Full Stack Developer Reviews and Ratings

based on 2 reviews

1.0/5

Rating in categories

1.5

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Consultant
86 salaries
unlock blur

₹21 L/yr - ₹36.2 L/yr

Consultant
79 salaries
unlock blur

₹11.8 L/yr - ₹27.8 L/yr

Salesforce Consultant
61 salaries
unlock blur

₹9.6 L/yr - ₹15 L/yr

Quality Analyst
35 salaries
unlock blur

₹8.5 L/yr - ₹15.4 L/yr

Salesforce Developer
33 salaries
unlock blur

₹7.8 L/yr - ₹14.2 L/yr

Explore more salaries
Compare MTX Group with

Teleperformance

3.9
Compare

Amazon

4.0
Compare

iEnergizer

4.7
Compare

Deloitte

3.7
Compare
write
Share an Interview