Premium Employer

i

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

NSquare Xperts Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

NSquare Xperts Salesforce Developer Interview Questions and Answers

Updated 18 Oct 2024

NSquare Xperts Salesforce Developer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Trigger on Account to update contact phone
  • Ans. 

    Create a trigger on Account to update contact phone field

    • Create an after insert, after update trigger on Account object

    • Query for related contacts using the Account Id

    • Update the phone field on the contacts with the new phone number from the Account

  • Answered by AI
  • Q2. Lwc and basic salesforce questions
Round 2 - Coding Test 

Batch apex. how to execute , lwc basic

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Apr 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 

(3 Questions)

  • Q1. All Resume Based Question
  • Q2. What is crm , What is Dashbord
  • Ans. 

    CRM stands for Customer Relationship Management. A dashboard is a visual representation of data and key performance indicators.

    • CRM is a software that helps businesses manage interactions with current and potential customers.

    • It stores customer information, tracks sales, and manages marketing campaigns.

    • A dashboard is a visual tool that displays key metrics and data points in a graphical format.

    • It provides a quick overvie...

  • Answered by AI
  • Q3. Write a trigger
  • Ans. 

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

    • Triggers are written in Apex, Salesforce's programming language.

    • Triggers can be used to perform custom actions like updating related records, sending emails, or enforcing business rules.

    • Triggers are associated with a specific object in Salesforce, such as Account, Contact, or Opportunity.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview Will be depend upon the resume

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

Salesforce Developer Jobs at NSquare Xperts

View all

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. React life cycle

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ basic
  • Q2. Hh
  • Q3. Yy

Interview Preparation Tips

Interview preparation tips for other job seekers - Hh

I applied via Company Website and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Explain about your project you did
  • Q2. I did the kolhapur tourism websites in visual studio using asp.net c# sql server and html css javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and try to answer every question . And good communication skills are important

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Amcat and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Refer R S Agarwal book for apptitude

Round 2 - One-on-one 

(1 Question)

  • Q1. Write a c program on fractional numbers
  • Ans. 

    A C program to perform arithmetic operations on fractional numbers.

    • Use float or double data type to store fractional numbers.

    • Use scanf() to take input from the user.

    • Perform arithmetic operations like addition, subtraction, multiplication, and division.

    • Use printf() to display the result.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared refer R S Agarwal book for apptitude test

Skills evaluated in this interview

NSquare Xperts Interview FAQs

How many rounds are there in NSquare Xperts Salesforce Developer interview?
NSquare Xperts interview process usually has 2 rounds. The most common rounds in the NSquare Xperts interview process are Technical, Coding Test and Resume Shortlist.
How to prepare for NSquare Xperts 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 NSquare Xperts. The most common topics and skills that interviewers at NSquare Xperts expect are Apex, Lwc, Restaurant, Oracle Integration Cloud and SFDC.
What are the top questions asked in NSquare Xperts Salesforce Developer interview?

Some of the top questions asked at the NSquare Xperts Salesforce Developer interview -

  1. What is crm , What is Dashb...read more
  2. Trigger on Account to update contact ph...read more
  3. Write a trig...read more

Tell us how to improve this page.

NSquare Xperts Salesforce Developer Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more
Join NSquare Xperts Delivering efficiency with cutting-edge Software Solutions
NSquare Xperts Salesforce Developer Salary
based on 8 salaries
₹3.6 L/yr - ₹10 L/yr
21% less than the average Salesforce Developer Salary in India
View more details

NSquare Xperts Salesforce Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
MS CRM Consultant
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce CRM Consultant
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare NSquare Xperts 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