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 appeared for an interview 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)

Jobs at Codleo Consulting

View all

Interview questions from similar companies

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 Company Website and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Develop calc in programming language of your choice
  • Ans. 

    I would develop a calculator in Python using basic arithmetic operations and GUI libraries.

    • Use Python's built-in arithmetic operators (+, -, *, /) to perform calculations.

    • Use a GUI library like Tkinter or PyQt to create a user-friendly interface.

    • Implement error handling to prevent invalid inputs and division by zero.

    • Consider adding additional features like memory functions or scientific notation.

    • Test the calculator tho

  • Answered by AI
  • Q2. What all are database management languages

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed during interview and prepare your tech stack fully 2 days before interview

I applied via LinkedIn and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. All about candidate and their interest skill assessments
Round 2 - Technical 

(1 Question)

  • Q1. All technical questions end to end in a 1 and half our long interview

Interview Preparation Tips

Interview preparation tips for other job seekers - It was Good , not so easy. Process is very quicker

I applied via Referral and was interviewed before Mar 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. What is Salesforce What is soql
  • Ans. 

    Salesforce is a cloud-based CRM platform that helps businesses manage customer interactions and data.

    • Salesforce is a customer relationship management (CRM) platform

    • It is cloud-based and accessible from anywhere

    • It helps businesses manage customer interactions and data

    • It offers a range of tools and features for sales, marketing, and customer service

    • SOQL (Salesforce Object Query Language) is a query language used to searc...

  • Answered by AI
  • Q2. What is trigger What is apex
  • Ans. 

    A trigger is a piece of code that executes before or after a record is inserted, updated, or deleted in Salesforce.

    • Triggers are used to automate processes and enforce business logic.

    • Triggers can be written in Apex and are associated with a specific object.

    • Triggers can be used to update related records, send emails, or perform other actions.

    • Triggers can be created using the Salesforce user interface or the Salesforce De

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very easy, they need heads to bill from client

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic understanding of platform
Round 2 - Technical 

(1 Question)

  • Q1. Advance level knowledge
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and rest depends on your experience in projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic questions on aptitude round on probability and time and work

Round 2 - Technical 

(1 Question)

  • Q1. Regarding my projects in salesforce
Round 3 - HR 

(1 Question)

  • Q1. Basic hr questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in May 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Diff. between SOQL and SOSL
  • Ans. 

    SOQL is used to query records from Salesforce objects, while SOSL is used to search for records across multiple objects.

    • SOQL stands for Salesforce Object Query Language

    • SOQL is used to query records from a single Salesforce object

    • SOSL stands for Salesforce Object Search Language

    • SOSL is used to search for records across multiple Salesforce objects

    • SOQL queries are more structured and specific, while SOSL searches are more

  • Answered by AI
  • Q2. Queueable Apex and Future Apex , Use, syntax and differences
  • Q3. Screen flow, Why we use Subflow?
  • Ans. 

    Subflows are used in screen flows to break down complex processes into smaller, reusable components.

    • Subflows help in organizing and modularizing the flow logic.

    • They allow for reusability of common flow elements across multiple screen flows.

    • Subflows can be called from multiple places within a screen flow, reducing redundancy.

    • They make it easier to maintain and update the flow logic.

    • Subflows can improve the overall perfo...

  • Answered by AI
  • Q4. What is mixed dml error?
  • Ans. 

    Mixed DML error occurs when DML operations on setup and non-setup objects are mixed in a single transaction.

    • Mixed DML error occurs when DML operations are performed on both setup and non-setup objects in a single transaction.

    • Setup objects include objects like User, Profile, PermissionSet, etc.

    • Non-setup objects include custom objects created by the user.

    • To avoid mixed DML error, separate the DML operations on setup and

  • Answered by AI
  • Q5. Trigger to prevent user from deleting Account if any opportunity record is associated with it
  • Ans. 

    Use a trigger to prevent deletion of Account if any Opportunity record is associated with it

    • Create a before delete trigger on Account object

    • Query for related Opportunity records using SOQL

    • If any Opportunity records are found, throw an error message to prevent deletion

  • Answered by AI
  • Q6. What is ValidateInput
  • Ans. 

    ValidateInput is a method used to check and validate user input in a software application.

    • ValidateInput ensures that the data entered by the user meets certain criteria or constraints.

    • It helps prevent errors and security vulnerabilities by verifying the input before processing it.

    • Examples include checking for valid email addresses, ensuring numeric values are within a specified range, and validating required fields.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Question related to flow, security
  • Q2. Asked to write trigger related to after update

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 Aptitude Test.
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, Salesforce, CSS, HTML and Relationship Building.

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

₹2 L/yr - ₹10.6 L/yr

Salesforce Administrator
9 salaries
unlock blur

₹2.1 L/yr - ₹5.1 L/yr

Software Engineer
5 salaries
unlock blur

₹3 L/yr - ₹6 L/yr

Software Developer
5 salaries
unlock blur

₹4.8 L/yr - ₹5.5 L/yr

Associate Software Engineer
5 salaries
unlock blur

₹2 L/yr - ₹5.4 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