Upload Button Icon Add office photos
Engaged Employer

i

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

JSW One Platforms Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

JSW One Platforms Salesforce Developer Interview Questions and Answers

Updated 13 Apr 2024

JSW One Platforms Salesforce Developer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in May 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 - One-on-one 

(2 Questions)

  • Q1. Asking very basic questions what is salesforce, what apex trigger, what is permission sets
  • Q2. Asked if you have worked on the sales and service cloud
Round 3 - One-on-one 

(3 Questions)

  • Q1. Asked me to write one apex trigger
  • Q2. Asked about my previous project
  • Q3. Asked about certification

Interview Preparation Tips

Interview preparation tips for other job seekers - I recently had an interview experience that left me quite disheartened. It was for a company that I was really excited about, as it seemed like a perfect fit for my skills and aspirations. However, my encounter with the interviewer, Suraj, was far from what I had expected.
The interview was scheduled for 12:00 AM, and I made sure to arrive early, well-prepared and enthusiastic about the opportunity. However, to my surprise, Suraj was not present at the scheduled time. I was left waiting for almost 20 minutes before he finally strolled into the room.

Suraj's lack of punctuality was just the beginning of my disappointment. As we began the interview, it became apparent that he had little interest in conducting a thorough evaluation. His questions were vague and lacked depth, giving me the impression that he was merely going through the motions. It felt as though he had already made up his mind about hiring someone else or perhaps there was no real requirement for the position in the first place.

Throughout the interview, Suraj appeared disengaged and distracted. He seemed uninterested in my responses and barely paid attention to what I was saying. It was evident that he had not taken the time to review my application or familiarize himself with my qualifications.

As the interview progressed, I couldn't help but feel frustrated and demoralized. It was clear that Suraj's lackadaisical approach was not only disrespectful to me as a candidate but also a reflection of the company's overall attitude towards the hiring process.

The whole experience left a lasting negative impression on me. I had prepared diligently for the interview, researched the company extensively, and invested my time and energy into the opportunity. To be met with such apathy and disinterest from the interviewer was disheartening, to say the least.

In retrospect, I can't help but wonder if Suraj's behavior was an exception or if it was indicative of a larger problem within the company's culture. Regardless, it was undeniably the most disappointing and unprofessional interview I have ever encountered.

I hope that my experience serves as constructive feedback for the company and that they take steps to improve their interview processes. It is essential for organizations to value and respect candidates' time and efforts, providing them with a fair and engaging interview experience.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Aptitude test was there.

Round 2 - HR 

(1 Question)

  • Q1. Whay do you want to change?

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 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 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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Very easy but should be more depth questions

Round 2 - Coding Test 

Pretty easy but should work on coding more

Interview Questionnaire 

1 Question

  • Q1. All questions are about OOPS and any programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are good at Programming skills and willing to switch to Salesforce you can apply for the role.
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
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

I applied via LinkedIn and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Asked basic questions regarding admin & customization. asked to write batch class, trigger, vf page & apex class. scenario-based questions. also asked to explain project.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare what you did in your project and be confident.
Contribute & help others!
anonymous
You can choose to be anonymous

JSW One Platforms Interview FAQs

How many rounds are there in JSW One Platforms Salesforce Developer interview?
JSW One Platforms interview process usually has 2-3 rounds. The most common rounds in the JSW One Platforms interview process are One-on-one Round, HR and Resume Shortlist.
How to prepare for JSW One Platforms 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 JSW One Platforms. The most common topics and skills that interviewers at JSW One Platforms expect are API Integration, Apex and Salesforce.
What are the top questions asked in JSW One Platforms Salesforce Developer interview?

Some of the top questions asked at the JSW One Platforms Salesforce Developer interview -

  1. Asking very basic questions what is salesforce, what apex trigger, what is perm...read more
  2. Asked me to write one apex trig...read more
  3. Asked about certificat...read more

Recently Viewed

SALARIES

ServiceNow

SALARIES

ServiceNow

SALARIES

ServiceNow

COMPANY BENEFITS

Concentrix Corporation

No Benefits

COMPANY BENEFITS

Concentrix Corporation

No Benefits

INTERVIEWS

JSW One Platforms

No Interviews

INTERVIEWS

JSW One Platforms

No Interviews

INTERVIEWS

ServiceNow

No Interviews

INTERVIEWS

ServiceNow

No Interviews

INTERVIEWS

ServiceNow

No Interviews

Tell us how to improve this page.

JSW One Platforms Salesforce Developer Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more
JSW One Platforms Salesforce Developer Salary
based on 4 salaries
₹6.5 L/yr - ₹18 L/yr
49% more than the average Salesforce Developer Salary in India
View more details
Assistant Manager
181 salaries
unlock blur

₹5 L/yr - ₹11.5 L/yr

Deputy Manager
53 salaries
unlock blur

₹9.2 L/yr - ₹15 L/yr

Senior Manager
39 salaries
unlock blur

₹16.9 L/yr - ₹31.1 L/yr

Senior Product Manager
29 salaries
unlock blur

₹28 L/yr - ₹52 L/yr

Sales Manager
27 salaries
unlock blur

₹6 L/yr - ₹21.5 L/yr

Explore more salaries
Compare JSW One Platforms with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Adani Group

3.9
Compare

Bharti Enterprises

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