Premium Employer

i

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

Persistent Systems Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 3.7k Reviews

Filter interviews by

Persistent Systems Salesforce Developer Interview Questions, Process, and Tips

Updated 27 Jul 2024

Top Persistent Systems Salesforce Developer Interview Questions and Answers

  • Q1. How security works in apex, let's say user don't have access on Phone field and SELECT id, Name, Phone from Account WITH_SECURITY_ENFORCED how this query works?
  • Q2. how to change create date while uploading the record through data loader?
  • Q3. how wire method works, while importing data want to add record inside wire method in Jsfile how?
View all 8 questions

Persistent Systems Salesforce Developer Interview Experiences

11 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - HR 

(1 Question)

  • Q1. Resume shortlist
Round 2 - Technical 

(5 Questions)

  • Q1. Mostly Questions come from real-time scenarios only, interviewer taken 1 hour of my time for interview
  • Q2. How to change create date while uploading the record through data loader?
  • Ans. 

    You can change the create date while uploading records through Data Loader by enabling the 'Allow Insert' option.

    • Enable 'Allow Insert' option in Data Loader settings

    • Map the 'Created Date' field in the mapping file to the desired date/time value

    • Ensure the user has the necessary permissions to change the create date

  • Answered by AI
  • Q3. How wire method works, while importing data want to add record inside wire method in Jsfile how?
  • Ans. 

    Wire method in Salesforce is used to fetch data from Apex controller to Lightning Web Component. Adding records inside wire method in JS file involves using imperative Apex to create records.

    • Use @wire decorator in Lightning Web Component JS file to call an Apex method

    • Inside the wire method, use imperative Apex to create records by calling the createRecord method from the Lightning Data Service

    • Pass the record data as pa

  • Answered by AI
  • Q4. Write a trigger on account if account already having 1 contact then user can't able to create another
  • Q5. How security works in apex, let's say user don't have access on Phone field and SELECT id, Name, Phone from Account WITH_SECURITY_ENFORCED how this query works?
  • Ans. 

    In Apex, security is enforced by default. If a user doesn't have access to a field, they won't be able to query it.

    • In Apex, security is enforced by default, meaning that users can only access data they have permission to see.

    • If a user doesn't have access to the Phone field in the Account object, they won't be able to query it even with WITH_SECURITY_ENFORCED.

    • The SELECT id, Name, Phone from Account WITH_SECURITY_ENFORCE...

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Asked to write trigger

Round 2 - Technical 

(4 Questions)

  • Q1. Sales cloud configuration questions and then lwc and apex questions
  • Q2. Tell me sales cloud sales process?
  • Ans. 

    The sales cloud sales process is a systematic approach to managing and tracking sales activities from lead generation to closing deals.

    • Lead generation: Identifying potential customers and capturing their information.

    • Opportunity management: Qualifying leads and converting them into opportunities.

    • Sales pipeline: Tracking the progress of opportunities through various stages.

    • Sales forecasting: Predicting future sales based...

  • Answered by AI
  • Q3. What is relation between account and contact?
  • Ans. 

    Account and contact have a parent-child relationship in Salesforce.

    • An account represents a company or organization, while a contact represents an individual associated with that account.

    • An account can have multiple contacts, but a contact can only be associated with one account.

    • Contacts are linked to accounts through a lookup relationship.

    • Account and contact records can be related using the AccountId field on the conta

  • Answered by AI
  • Q4. Explain master detail?
  • Ans. 

    Master-detail is a relationship between two objects where the detail object is dependent on the master object.

    • Master-detail is a one-to-many relationship.

    • The master object controls certain behaviors of the detail object.

    • Deleting the master record automatically deletes the detail records.

    • Security and sharing settings of the master record are inherited by the detail records.

    • Roll-up summary fields can be created on the ma...

  • Answered by AI

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

(2 Questions)

  • Q1. Given a scenario and asked to writte a batch class
  • Q2. Rest and SOAP API

Salesforce Developer Interview Questions & Answers

user image abhinav trivedi

posted on 29 Feb 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is batch job
  • Ans. 

    A batch job is a process that runs in the background to process large volumes of data in chunks.

    • Batch jobs are used in Salesforce to handle large data volumes efficiently.

    • They are typically scheduled to run at off-peak times to minimize impact on system performance.

    • Batch jobs can be used for data cleansing, data migration, and other data processing tasks.

    • Example: A batch job that updates all customer records with a new

  • Answered by AI
  • Q2. Can we change chunk size in batch job
  • Ans. 

    Yes, we can change the chunk size in a batch job.

    • Chunk size can be changed by setting the batch size parameter in the start method of the batch class.

    • The default chunk size is 200 records, but it can be increased or decreased based on the requirements.

    • Changing the chunk size can impact the performance of the batch job, so it should be tested thoroughly.

    • Example: If you want to process records in batches of 100, you can

  • Answered by AI

Skills evaluated in this interview

Persistent Systems interview questions for designations

 Senior Salesforce Developer

 (2)

 Salesforce Developer Lead

 (1)

 Developer

 (1)

 Software Developer

 (36)

 Java Developer

 (15)

 Database Developer

 (2)

 PHP Developer

 (2)

 Senior Developer

 (2)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 Questions
  • Q2. Asynchronous Apex questions
Round 3 - HR 

(2 Questions)

  • Q1. Only Salary discussion
  • Q2. Some Personal Questions

Get interview-ready with Top Persistent Systems Interview Questions

I applied via Approached by Company

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

(3 Questions)

  • Q1. LWC hooks, Imperative method
  • Q2. Batch and future apex
  • Q3. Flows and types, trigger code

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good, HR will ask you your interview domain, sales and service cloud or lightning

Salesforce Developer Jobs at Persistent Systems

View all

I applied via Job Fair

Round 1 - Assignment 

There are 4 section including Aptitude Reasoning and technical question based on java, data structure and SQL.

Round 2 - Technical 

(1 Question)

  • Q1. One coding question was asked in this round
Round 3 - Technical 

(1 Question)

  • Q1. In this round, some random question were asked on java SQL with one coding question
Round 4 - HR 

(3 Questions)

  • Q1. What is your family background?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Persistent Systems Salesforce Developer interview:
  • OOPS
  • Data Structures
  • SQL
  • DBMS
Interview preparation tips for other job seekers - There are 4 rounds including assessment with 2 technical and HR round.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Flows ,batch apex,Lwc
Round 3 - Technical 

(1 Question)

  • Q1. Batch apex schenario,apex triggers
Round 4 - Technical 

(1 Question)

  • Q1. Apex,apex trigger schenario
Round 5 - HR 

(1 Question)

  • Q1. Salary discussion and some questions

Salesforce Developer Interview Questions & Answers

user image Divyansh Rastogi

posted on 3 Apr 2022

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

Round 1 - Coding Test 

Also aptitude test.
1hr for aptitude test 50question and 30min for coding test 2 question.

Round 2 - One-on-one 

(1 Question)

  • Q1. Data structure questions. Array,String,Stack,Queue,Linked list...just this nothing above them. He may ask you to code for a problem given by him

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice Array and string Data Structures . That will be enough for coding test. Also there is aptitude test of moderate difficulty can be easily done if you just revise the formulae.

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Apex triggers, batch class, asyncronous process, CPQ lifecycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Took a week to complete all 3 rounds, TR1,TR2 and HR. Then there was a waiting of about 25 days for the final offer letter. I would rate the process 4/5 , just because of the delay rest all was smooth.

Persistent Systems Interview FAQs

How many rounds are there in Persistent Systems Salesforce Developer interview?
Persistent Systems interview process usually has 2-3 rounds. The most common rounds in the Persistent Systems interview process are Technical, HR and Resume Shortlist.
How to prepare for Persistent 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 Persistent Systems. The most common topics and skills that interviewers at Persistent Systems expect are Salesforce, Apex, SFDC, Visualforce and Lightning.
What are the top questions asked in Persistent Systems Salesforce Developer interview?

Some of the top questions asked at the Persistent Systems Salesforce Developer interview -

  1. How security works in apex, let's say user don't have access on Phone field and...read more
  2. how to change create date while uploading the record through data load...read more
  3. how wire method works, while importing data want to add record inside wire meth...read more

Tell us how to improve this page.

Persistent Systems Salesforce Developer Interview Process

based on 4 interviews in last 1 year

Interview experience

3.5
  
Good

People are getting interviews through

based on 7 Persistent Systems interviews
Job Portal
Campus Placement
43%
29%
28% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Persistent Systems See Beyond, Rise Above
Persistent Systems Salesforce Developer Salary
based on 443 salaries
₹3.6 L/yr - ₹14 L/yr
19% more than the average Salesforce Developer Salary in India
View more details

Persistent Systems Salesforce Developer Reviews and Ratings

based on 36 reviews

4.0/5

Rating in categories

4.3

Skill development

3.7

Work-Life balance

3.7

Salary & Benefits

4.2

Job Security

4.3

Company culture

3.8

Promotions/Appraisal

4.1

Work Satisfaction

Explore 36 Reviews and Ratings
Salesforce Developer

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Salesforce Developer

Hyderabad / Secunderabad

4-8 Yrs

Not Disclosed

Salesforce Developer

Pune

4-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
4.3k salaries
unlock blur

₹2.5 L/yr - ₹9.5 L/yr

Senior Software Engineer
3.7k salaries
unlock blur

₹5 L/yr - ₹13 L/yr

Lead Engineer
3k salaries
unlock blur

₹7.2 L/yr - ₹30 L/yr

Lead Software Engineer
2.9k salaries
unlock blur

₹7.3 L/yr - ₹21 L/yr

Project Lead
1.8k salaries
unlock blur

₹13 L/yr - ₹38.8 L/yr

Explore more salaries
Compare Persistent Systems with

Cognizant

3.8
Compare

TCS

3.7
Compare

IBM

4.1
Compare

Wipro

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview