Upload Button Icon Add office photos
Engaged Employer

i

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

Codleo Consulting Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Codleo Consulting Interview Questions and Answers

Updated 21 Feb 2025

Codleo Consulting Interview Experiences

2 interviews found

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

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

General Aptitude - Quotative and reasoning

Round 2 - Coding Test 

Trigger And Coding Related Questions, In my Case Salesforce Related Theory and i need to write trigger

Round 3 - HR 

(1 Question)

  • Q1. General Qestuions

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your Basics and Admin and Development Questions

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

I applied via Naukri.com and was interviewed in Aug 2022. 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. About your self why do you want to our company
  • Q2. What are your greatest strengths and weaknesses.
  • Ans. 

    My greatest strengths are my communication skills and ability to adapt. My weaknesses include being overly critical of myself and sometimes struggling with time management.

    • Strength: Excellent communication skills, both written and verbal

    • Strength: Quick learner and adaptable to new technologies and environments

    • Weakness: Being overly critical of myself, which can sometimes hinder my progress

    • Weakness: Struggling with time...

  • Answered by AI
Round 3 - Coding Test 

Trigger apex, batch apex, integration ,lwc

Interview Preparation Tips

Interview preparation tips for other job seekers - hi good morning ,I am Mohit Kumar I suggest that salesforce developer has grown so much

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)

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

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

I applied via Naukri.com and was interviewed in Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Profile and permission sets logical questions, logical question on process builder,contacts and accounts relationship and how to use trigger to calculate no.of contacts on account ,managed and unmanaged p...

Interview Preparation Tips

Interview preparation tips for other job seekers - technical round is mostly based on logic. If you have grip on salesforce admin then only you can answer. Managerial round is quite general, you can mostly go by preparing all interview questions on salesforce on internet.

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

Interview Questionnaire 

1 Question

  • Q1. Apex, WF and PB, Asynchronous, order of execution, flows, basics of Lightning, Governance limit, Deployment types

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume.

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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Hiring was for Salesforce developer role and interview questions were mainly from core Java, oops concept and coding question to reduce the complexity in the code.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and prepare well is the mantra.
Take pause before replying and if u don't know any answer simply say, "I will look into this after the interview", and proceed with next set of questions.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is trigger in salesforce
  • Ans. 

    A trigger in Salesforce is a piece of code that is executed before or after specific data manipulation events, such as insert, update, or delete.

    • Triggers are used to perform custom actions on records in Salesforce.

    • Triggers can be written in Apex programming language.

    • Triggers can be executed before or after specific events like insert, update, or delete.

    • Triggers are associated with a specific object in Salesforce.

    • Exampl...

  • Answered by AI
  • Q2. Type of flows in salesforce
  • Ans. 

    There are three types of flows in Salesforce: Autolaunched Flows, Screen Flows, and Scheduled Flows.

    • Autolaunched Flows are triggered by a process or Apex trigger and do not require user interaction.

    • Screen Flows guide users through a series of screens to collect and display information.

    • Scheduled Flows are triggered by a schedule and can automate repetitive tasks.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. LWC,aura,trigger scenarios and all scenario based questions but average level

Interview Preparation Tips

Interview preparation tips for other job seekers - should have practical knowledge

Codleo Consulting Interview FAQs

How many rounds are there in Codleo Consulting interview?
Codleo Consulting interview process usually has 3 rounds. The most common rounds in the Codleo Consulting interview process are HR, Coding Test and Resume Shortlist.
How to prepare for Codleo Consulting 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 Codleo Consulting. The most common topics and skills that interviewers at Codleo Consulting expect are Apex, CSS, HTML, Relationship Building and Salesforce.

Tell us how to improve this page.

Codleo Consulting Interview Process

based on 7 interviews

Interview experience

4.9
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Deloitte Interview Questions
3.8
 • 2.9k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 805 Interviews
View all

Codleo Consulting Reviews and Ratings

based on 70 reviews

3.8/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

3.8

Salary

3.8

Job security

3.8

Company culture

3.9

Promotions

3.8

Work satisfaction

Explore 70 Reviews and Ratings
Salesforce Developer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Administrator
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Codleo Consulting with

Deloitte

3.8
Compare

KPMG India

3.5
Compare

PwC

3.4
Compare

Ernst & Young

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