Upload Button Icon Add office photos

Filter interviews by

Wilco Source Senior Salesforce Developer Interview Questions, Process, and Tips

Updated 23 Dec 2019

Wilco Source Senior Salesforce Developer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Lightning requirement WRT mobile friendly design . How to show as many as columns in single page
  • Ans. 

    To show many columns in a single page for mobile-friendly design in Lightning, use responsive design and consider using horizontal scrolling.

    • Use responsive design to ensure the layout adjusts to different screen sizes

    • Consider using horizontal scrolling to allow users to view more columns without taking up too much vertical space

    • Prioritize the most important columns to display first

    • Use filters or collapsible sections to...

  • Answered by AI
  • Q2. Web service scenario.Best approach to handle bulk callouts over button click
  • Ans. 

    Use batch Apex to handle bulk callouts over button click

    • Implement the Database.Batchable interface to process records in batches

    • Use the @future annotation to make asynchronous callouts

    • Consider using a queueable Apex job to handle large volumes of data

    • Use the Limits.getCallouts() method to monitor callout limits

    • Handle any errors or exceptions that may occur during the callout process

  • Answered by AI
  • Q3. Can an email message from a trigger be sent after logic gets into Adderror method
  • Ans. 

    Yes, an email message can be sent from a trigger even after logic gets into AddError method.

    • Email messages are sent asynchronously and are not affected by the AddError method.

    • The AddError method only prevents the record from being saved and rolls back any changes made in the transaction.

    • To send an email from a trigger, use the Messaging.SingleEmailMessage class and the Messaging.sendEmail method.

  • Answered by AI
  • Q4. Order of execution in Salesforce
  • Ans. 

    Order of execution in Salesforce determines the sequence of events that occur when a record is saved.

    • Triggers are executed first

    • Validation rules are checked next

    • Before triggers are executed

    • Custom validation logic is checked

    • Record is saved to the database

    • After triggers are executed

    • Assignment rules are executed

    • Auto-response rules are executed

    • Workflow rules are executed

    • Escalation rules are executed

    • Roll-up summary fields a...

  • Answered by AI
  • Q5. How to optimize SOQL and DML in a Apex transaction
  • Ans. 

    Optimizing SOQL and DML in Apex transactions

    • Use selective SOQL queries to limit the number of records retrieved

    • Avoid using SOQL queries inside loops

    • Use bulkified DML operations to process records in batches

    • Minimize the number of DML statements by grouping similar operations

    • Use @future or Queueable Apex for long-running operations

    • Consider using Database methods for DML operations to handle errors

    • Use System.debug() to mo

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Feb 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions to start with. then as rounds proceeds you can see the questions being more application oriented.

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 3 rounds of technical interview. One of the toughest interview panel I have come across. It is important to know the technical concept as well as the scenarios where you will be using it.

They give enough time and keep you comfortable. All you have to do is solve it meticulously and they are more in to the approach than the solutions.

All the best.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Coding test in any language

Round 3 - Group Discussion 

Any topics for the GD

Round 4 - One-on-one 

(4 Questions)

  • Q1. Experience about the java script
  • Q2. My work experience about the java scirpt
  • Q3. Palindrome in any code language
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Check if the input string is equal to its reverse

    • Ignore spaces and punctuation when checking for palindromes

    • Convert the input string to lowercase for case-insensitive comparison

  • Answered by AI
  • Q4. Other general maths programming 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 Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Peak element in array
  • Ans. 

    A peak element in an array is an element that is greater than or equal to its neighbors.

    • Iterate through the array and check if the current element is greater than its neighbors.

    • If the element at index i is greater than or equal to elements at indices i-1 and i+1, it is a peak element.

    • Example: ['1', '3', '2', '4', '1'] has peak elements at index 1 and 3.

  • Answered by AI
  • Q2. 2 dimentional array rotate 90 degree
  • Ans. 

    Rotate a 2D array by 90 degrees clockwise

    • Transpose the array

    • Reverse each row of the transposed array

  • Answered by AI
Round 2 - Group Discussion 

Pollitices current generation

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 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 - Coding Test 

1st round we had 3 coding question that has to be written(Easy,Medium,Hard)

Round 3 - Group Discussion 

We had Gd with self intro

Round 4 - Technical 

(2 Questions)

  • Q1. Tell me about Yourself
  • Q2. He gave me a coding question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DSA coding easy ,time complexity,space complexity

Round 2 - HR 

(2 Questions)

  • Q1. Tiktactoo logic,SQL,
  • Q2. Tell about yourself
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Written Coding Test - Arrays, Matrix in any language

Round 2 - Group Discussion 

GD is Group Discussion only shortlisted students will attend GD Round

Round 3 - Technical 

(2 Questions)

  • Q1. I've not attended
  • Q2. Then there will be a HR Round
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Before Aptitude Test, There was a telephonic interview round in which they test your communication and ask questions about your education and projects. You just have to show your confidence to pass this round. After that, the aptitude test was quite easy. There are 15 questions all are doable in just 15 to 20 minutes of time span.

Round 2 - Coding Test 

After that, The coding round takes place in which they provide you with a device with an online compiler of your preferred programming language and ask you to solve 4 questions without using any built-in function. The questions are based on Linked Lists, Stacks, Arrays, etc. You have to do it all manually. This round lasts up to 1 hour.

Round 3 - Technical 

(1 Question)

  • Q1. The technical round takes place in which they ask different questions from your coding round, a few concept-based ones, and also a few questions to test your thinking and problem-solving abilities like the...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared very well. Also, do not lose hope if not get selected.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

Easy aptitude test containing mathematics and logical questions

Round 2 - Coding Test 

4 leetcode easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions on project and tech stack.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the second most occurrence if string in JavaScript
  • Ans. 

    Find the second most occurrence of a string in an array of strings in JavaScript.

    • Create a map to store the count of each string in the array

    • Sort the map by values in descending order to find the most occurrence

    • Return the key of the second element in the sorted map

  • Answered by AI

Skills evaluated in this interview

Wilco Source Interview FAQs

How to prepare for Wilco Source Senior 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 Wilco Source. The most common topics and skills that interviewers at Wilco Source expect are Apex, Salesforce, Visualforce, Salesforce Integration and Force.com.
What are the top questions asked in Wilco Source Senior Salesforce Developer interview?

Some of the top questions asked at the Wilco Source Senior Salesforce Developer interview -

  1. Can an email message from a trigger be sent after logic gets into Adderror meth...read more
  2. Lightning requirement WRT mobile friendly design . How to show as many as colum...read more
  3. How to optimize SOQL and DML in a Apex transact...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
Bonami Software Interview Questions
4.1
 • 22 Interviews
Koantek Interview Questions
3.4
 • 17 Interviews
Ivanti Interview Questions
3.5
 • 14 Interviews
WinZO Interview Questions
4.0
 • 14 Interviews
SentientGeeks Interview Questions
4.2
 • 13 Interviews
TestVagrant Interview Questions
3.4
 • 13 Interviews
Calibraint Interview Questions
3.4
 • 12 Interviews
View all
Wilco Source Senior Salesforce Developer Salary
based on 5 salaries
₹8 L/yr - ₹29.5 L/yr
8% more than the average Senior Salesforce Developer Salary in India
View more details
Software Engineer
53 salaries
unlock blur

₹4.4 L/yr - ₹16.3 L/yr

Senior Software Engineer
31 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Salesforce Developer
18 salaries
unlock blur

₹2.2 L/yr - ₹12.8 L/yr

Technical Lead
9 salaries
unlock blur

₹13.5 L/yr - ₹25 L/yr

QA Engineer
8 salaries
unlock blur

₹3.5 L/yr - ₹7.4 L/yr

Explore more salaries
Compare Wilco Source with

NexTurn

4.1
Compare

Kanerika Software

4.5
Compare

Smarter BIZ Technologies

3.2
Compare

Nxtra Data

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