Upload Button Icon Add office photos

Filter interviews by

Atrium.ai Interview Questions and Answers

Updated 10 Apr 2024

Atrium.ai Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Mar 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Technical Round the interviewer asked about salesforce admin

Salesforce Consultant Interview Questions asked at other Companies

Q1. 1. can we extract related object from parent object and vice versa and how? 2. what is sharing rules and what all things can you do using it? 3. flows 4. features of permission sets ( i included expiring of prmsn sets) why do we go with it?... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Fairly simple ....asked one trigger involving Master-data relationship and make a roll-up field

Round 2 - HR 

(2 Questions)

  • Q1. Why you want to change?
  • Q2. What are your expectations from us

Salesforce Consultant Interview Questions asked at other Companies

Q1. 1. can we extract related object from parent object and vice versa and how? 2. what is sharing rules and what all things can you do using it? 3. flows 4. features of permission sets ( i included expiring of prmsn sets) why do we go with it?... read more
View answer (1)

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic to advanced definition and scenarios based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well to explain about the project and scenarios based questions

I applied via Referral and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal Testing Questions and Agile

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process was smooth and simple.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Trigger Code for updating account record with one field to another before insert
  • Ans. 

    Use a trigger to update one field to another on account record before insert

    • Create a before insert trigger on Account object

    • Write code to update the field value before the record is inserted

    • Use trigger.new to access the records being inserted

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Lwc lifecycle hooks
  • Q2. Different types of flows and how to add lwc components to flows
  • Ans. 

    Different types of flows and how to add LWC components to flows

    • Types of flows include autolaunched flows, screen flows, and scheduled flows

    • To add LWC components to flows, use the 'lightning__FlowScreen' interface in the LWC component's meta file

    • LWC components can be added to flows using the Lightning App Builder by dragging and dropping them onto the flow canvas

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly Lwc and admin part basics

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Write a trigger to create contact whenever account is created.
  • Ans. 

    Trigger to create contact when account is created

    • Create an after insert trigger on Account object

    • Check if the trigger is fired due to account creation

    • Create a new contact record with necessary fields filled in

  • Answered by AI
  • Q2. Error handling in flows
  • Ans. 

    Error handling in flows involves setting up fault paths to handle exceptions and errors that may occur during the flow execution.

    • Set up fault paths in the flow to catch and handle errors

    • Use decision elements to determine the appropriate action based on the error

    • Consider using record-triggered flows for more complex error handling scenarios

    • Utilize debug logs and error emails to track and troubleshoot errors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - believe in yourself

Skills evaluated in this interview

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

(2 Questions)

  • Q1. It was very Extensive. It was a really good learning experience for me.
  • Q2. For the technical round the interviewers try to test your knowledge in all aspects of salesforce so one has to be prepated accordingly

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through Salesforce Security
Apex
Lwc
flows
Aura
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Trigger on child object to update parent object (Account from Contact)
  • Ans. 

    Use trigger on Contact to update related Account fields

    • Create a trigger on Contact object

    • Query for related Account record using Contact's AccountId

    • Update Account fields based on Contact field changes

  • Answered by AI
  • Q2. Batch Apex Syntax, Features and Limitations
  • Ans. 

    Batch Apex is used to process large amounts of data asynchronously in Salesforce.

    • Batch Apex is used to handle large data volumes by breaking the processing into smaller chunks.

    • It is implemented by writing a class that implements the Database.Batchable interface.

    • Batch Apex has start, execute, and finish methods to control the batch processing.

    • It has limitations such as a maximum of 50 million records processed per batch...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Trigger to send Email to Contacts on update on Account
  • Ans. 

    Use a trigger to send email to contacts when an account is updated

    • Create a trigger on Account object

    • Query for related contacts

    • Send email to contacts using Apex email class

  • Answered by AI
  • Q2. Communication in LWC
  • Ans. 

    Communication in LWC involves using events, properties, and methods to pass data between components.

    • Use events to communicate between parent and child components

    • Pass data using properties in the component hierarchy

    • Call methods in child components from parent components

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Reason for Job Change
  • Ans. 

    Seeking new challenges and growth opportunities in a dynamic environment.

    • Desire to work with cutting-edge technology

    • Opportunity for career advancement

    • Seeking a more collaborative team environment

  • Answered by AI
  • Q2. Salary Expectations

Interview Preparation Tips

Topics to prepare for Infosys Salesforce Consultant interview:
  • Batch Apex
  • LWC
  • Apex Triggers

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How can utilise data in salesforce by not storing in salesforce for building dashboards and reports
  • Ans. 

    Utilize external data sources for building dashboards and reports in Salesforce

    • Integrate external data sources using Salesforce Connect or third-party integration tools

    • Use tools like Tableau or Power BI to connect to external data sources and create visualizations

    • Leverage APIs to pull data from external systems into Salesforce for reporting purposes

  • Answered by AI

Skills evaluated in this interview

Atrium.ai Interview FAQs

How many rounds are there in Atrium.ai interview?
Atrium.ai interview process usually has 1-2 rounds. The most common rounds in the Atrium.ai interview process are Technical, Coding Test and HR.

Tell us how to improve this page.

Atrium.ai Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k 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
Compare Atrium.ai with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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