Upload Button Icon Add office photos

Filter interviews by

AlgoCirrus Salesforce Developer Trainee Interview Questions and Answers

Updated 6 Nov 2024

AlgoCirrus Salesforce Developer Trainee Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. About project tell me 3 projects
Round 2 - Group Discussion 

They give you one topic

Round 3 - Technical 

(1 Question)

  • Q1. Some coding questiond
Round 4 - HR 

(1 Question)

  • Q1. How you see yourself after 5 years
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Coding Test 

3 Rounds: 2 Tech & 1 Management

Topics: JAVA, OOPs, Coding Logic, Aptitude, IQ, Reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Algocirrus is an amazing place to be. Even the interview experience was fantastic & working here is even better.

Salesforce Developer Trainee Interview Questions Asked at Other Companies

asked in Impaqtive
Q1. What is the difference between class and object?
asked in ePromptus
Q2. What are the APIs are there in Salesforce
asked in ePromptus
Q3. What is the use of VS code and GitHub
Q4. What is polymorphism?
asked in BYJU'S
Q5. How to approach a person ?

Interview questions from similar companies

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

(2 Questions)

  • Q1. Questions about Apex programming
  • Q2. Questions about lightning web components

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience

Interview Preparation Tips

Skills: Coding Skills And Knowledge On Data Structures, Knowledge About Database Managements Systems
College Name: Bharati Vidyapeeth Deemed University,Pune

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

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

I applied via LinkedIn and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. The technical interview mostly includes basic knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basis of trigger and admin part
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

AlgoCirrus Interview FAQs

How many rounds are there in AlgoCirrus Salesforce Developer Trainee interview?
AlgoCirrus interview process usually has 2-3 rounds. The most common rounds in the AlgoCirrus interview process are One-on-one Round, Group Discussion and Technical.

Tell us how to improve this page.

AlgoCirrus Salesforce Developer Trainee Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
AlgoCirrus Salesforce Developer Trainee Salary
based on 4 salaries
₹2 L/yr - ₹10 L/yr
69% more than the average Salesforce Developer Trainee Salary in India
View more details

AlgoCirrus Salesforce Developer Trainee Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

4.7

Skill development

4.5

Work-life balance

3.8

Salary

4.7

Job security

4.7

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Salesforce Developer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Salesforce Developer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Developer Trainee
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Salesforce Developer Intern
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AlgoCirrus with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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