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

Jobs at Codleo Consulting

View all

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

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

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.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(5 Questions)

  • Q1. What is Salesforce service cloud
  • Ans. 

    Salesforce Service Cloud is a customer service platform that helps businesses manage and improve customer interactions.

    • It allows businesses to provide personalized customer support through various channels such as phone, email, chat, and social media.

    • Service Cloud includes features like case management, knowledge base, and omni-channel routing to streamline customer service processes.

    • It integrates with other Salesforce...

  • Answered by AI
  • Q2. How do you rate your self in coding
  • Q3. Salesforce Security model question
  • Q4. Have you worked on flows
  • Ans. 

    Yes, I have worked on flows in Salesforce.

    • I have experience creating flows to automate business processes in Salesforce.

    • I have used flows to streamline data entry and update records efficiently.

    • I have integrated flows with other Salesforce features like Process Builder and Apex triggers.

  • Answered by AI
  • Q5. Mostly asked what you mentioned in your resume
Round 2 - Technical 

(3 Questions)

  • Q1. Write trigger on parent child scenario
  • Ans. 

    Writing trigger on parent child scenario in Salesforce

    • Create trigger on parent object

    • Use trigger context variables to access child records

    • Perform necessary operations on child records based on parent record changes

  • Answered by AI
  • Q2. Wha are important feature of service cloud, LWC decorators, events in lwc, asynchronous apex , batch class, flows and its type , experience cloud basics .
  • Ans. 

    Service Cloud features, LWC decorators, events, asynchronous apex, batch class, flows, and experience cloud basics.

    • Service Cloud features include case management, knowledge base, omni-channel routing, and service console.

    • LWC decorators are used to add metadata to Lightning web components, such as @api, @track, and @wire.

    • Events in LWC are used for communication between components, such as standard events like onchange a...

  • Answered by AI
  • Q3. Expectations was user should know each and every topic of Salesforce

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was very good answered every single question asked by panel . After first round
HR says feedback is good, you got selected no need of next round , Asked what is final expected salary and notice period , for which i already shared before screening process .

Then after couple of days HR calls back and said Panel no sure about you wants to check another round of interview. Even my second round was good answer almost all questions. Not got any feedback from HR despite of couple of follow up .

People who want to apply make sure that you share your expectations with HR clearly .

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is Apex
  • Ans. 

    Apex is a programming language used to develop customizations for Salesforce applications.

    • Apex is similar to Java and C#.

    • It is used to write business logic and perform database operations.

    • It can be used to create triggers, classes, and controllers.

    • Apex code runs on the Salesforce platform.

    • Example: Apex can be used to create a custom button that updates a record when clicked.

  • Answered by AI
  • Q2. Difference between roles and profile.
  • Ans. 

    Roles define what users can do in an organization, while profiles determine what users can see and access within the application.

    • Roles define the level of access and responsibility a user has in an organization.

    • Profiles determine the objects, fields, and records that a user can view, edit, and delete.

    • Roles are hierarchical and determine the data visibility for users below them in the hierarchy.

    • Profiles are assigned to ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There were only 1 technical round and 1 HR round. The technical questions were moderate and they asked almost everything related to salesforce in 1 hour.

I applied via Company Website and was interviewed in Oct 2022. There were 4 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 

(1 Question)

  • Q1. Screening round. MCQ's based on automation, security,lwc,lac, integration,apex Need to have good knowledge,not straight forward questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. 1.relationship types 2.what is junction object 3.scenario based questions on security. 4.mixed dml error 5.scenario based questions on automation process, flows 6.what are bound and inbound expression in l...
Round 4 - Behavioral 

(1 Question)

  • Q1. Questions on your working experience. Why Deloitte Complex situations you have faced in ur project Why are u looking for change Given a business problem and asked how would you approach or solve it

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to have good knowledge and need to prepare well to crack the interviews.
Deloitte has stringent interview process.
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

REVIEWS

Othain Group

No Reviews

INTERVIEWS

W3Softech India

No Interviews

JOBS

Othain Group

No Jobs

PHOTOS

Othain Group

No Photos

COMPANY BENEFITS

Proziod Analytics

No Benefits

PHOTOS

Proziod Analytics

No Photos

SALARIES

Proziod Analytics

No Salaries

REVIEWS

Proziod Analytics

No Reviews

INTERVIEWS

FranConnect

No Interviews

COMPANY BENEFITS

Zerozilla Technologies

No Benefits

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.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Deloitte Interview Questions
3.8
 • 2.8k Interviews
PwC Interview Questions
3.4
 • 1.4k Interviews
Ernst & Young Interview Questions
3.4
 • 1.1k Interviews
KPMG India Interview Questions
3.5
 • 791 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