Upload Button Icon Add office photos
Engaged Employer

i

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

Bluvium Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Bluvium Interview Questions and Answers

Updated 24 May 2024

Bluvium Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - One-on-one 

(4 Questions)

  • Q1. Lwc Life cycle hook
  • Q2. Security model used in LWC
  • Ans. 

    LWC uses the Salesforce security model for data protection and access control.

    • LWC leverages the same security features as Salesforce, such as profiles, permission sets, and sharing rules.

    • Access to data is controlled through CRUD (Create, Read, Update, Delete) and FLS (Field Level Security) settings.

    • Developers can also use Apex sharing to enforce record-level access control in LWC components.

  • Answered by AI
  • Q3. Callback function and promises
  • Q4. How to handle bulk operation in batch class
  • Ans. 

    Bulk operations in batch class are handled by implementing the Database.Batchable interface in Salesforce.

    • Implement the Database.Batchable interface in the batch class

    • Define the scope of records to be processed in the start method

    • Process the records in the execute method

    • Handle any post-processing logic in the finish method

  • Answered by AI

Skills evaluated in this interview

Salesforce Developer Interview Questions asked at other Companies

Q1. Write a trigger to update contact when accounts phone changed.
View answer (6)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. The interview was average
  • Q2. All senario based questions. Write a query to fetch all the Account which dont have opportunity
  • Q3. Write a code to calculate multiply of two integer passing as parameter
  • Ans. 

    Code to calculate the product of two integers passed as parameters.

    • Declare a function that takes two integer parameters.

    • Multiply the two integers together and store the result in a variable.

    • Return the calculated product.

  • Answered by AI

Skills evaluated in this interview

Senior Salesforce Developer Interview Questions asked at other Companies

Q1. What are best practices to write trigger? What are execution order in salesforce? What are deployment techniques used in salesforce? What is min code coverage required while deployment? What is azure dev ops?
View answer (1)

I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic salesforce concepts and automation questions.
Round 2 - Technical 

(1 Question)

  • Q1. Focussed on scenerio based questions and Triggers.

Interview Preparation Tips

Interview preparation tips for other job seekers - My both round of interviews went well but I was rejected and was not provided with reason.

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 Jun 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly on cpq configurations ,apex trigger rules, quotes

Interview Preparation Tips

Interview preparation tips for other job seekers - be strong with basics of cpq,apex coding

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Bluvium interview questions for popular designations

 Salesforce Developer

 (2)

 Software Developer

 (1)

 Senior Salesforce Developer

 (1)

Jobs at Bluvium

View all

Interview questions from similar companies

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

Very easy but should be more depth questions

Round 2 - Coding Test 

Pretty easy but should work on coding more

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

I applied via Naukri.com

Round 1 - HR 

(2 Questions)

  • Q1. R u interested in sales
  • Ans. 

    Yes, I am interested in sales as it allows me to understand customer needs and provide solutions.

    • I enjoy interacting with customers and understanding their requirements.

    • I am motivated by meeting sales targets and achieving success.

    • I believe in the value of building relationships with clients to drive business growth.

  • Answered by AI
  • Q2. Ready to relocation
  • Ans. 

    Yes, I am ready for relocation.

    • I am open to relocating for the right opportunity

    • I have experience moving for previous jobs

    • I am excited about the possibility of living in a new city

  • Answered by AI

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 

7 Questions

  • Q1. Disconnect Callback renderCallback in LWC
  • Q2. Events in omniscript
  • Ans. 

    Events in Omniscript allow for dynamic interactions with the user.

    • Events can be triggered by user actions or system events

    • Events can be used to show/hide components, update fields, or navigate to different steps

    • Examples include onClick, onChange, and onInit

  • Answered by AI
  • Q3. Pub sub event
  • Q4. Indirect lookup vs external lookup
  • Ans. 

    Indirect lookup is used to find related records through a junction object while external lookup is used to find related records in an external system.

    • Indirect lookup is used when there is a many-to-many relationship between two objects.

    • External lookup is used when the related record is stored in an external system.

    • Indirect lookup uses a junction object to connect two objects.

    • External lookup uses an external ID field to...

  • Answered by AI
  • Q5. Current project
  • Ans. 

    I am currently working on a project to develop a Salesforce application for a retail company.

    • Developing custom objects and fields to track product inventory and sales data

    • Implementing automation processes using workflows and process builder

    • Creating custom reports and dashboards to provide insights on sales performance

    • Integrating with external systems to synchronize customer data

    • Implementing security measures to protect

  • Answered by AI
  • Q6. Rest and Soap API
  • Q7. Order of execution
  • Ans. 

    Order of execution in Salesforce determines the sequence of events that occur when a record is saved.

    • Validation rules are executed first

    • Before triggers are executed next

    • Custom validation rules are executed after before triggers

    • After triggers are executed next

    • Assignment rules are executed after after triggers

    • Workflows are executed after assignment rules

    • Escalation rules are executed after workflows

    • Processes are executed ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Jan 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics about apex
  • Q2. Apex basic of aura
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Dec 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 tips
Round 2 - Aptitude Test 

Aptitude, logical reasoning, basic English and Coding

Round 3 - Technical 

(1 Question)

  • Q1. They are asking about basic Salesforce questions.
Round 4 - HR 

(1 Question)

  • Q1. Basic about introduction,and family background and college experience

Bluvium Interview FAQs

How many rounds are there in Bluvium interview?
Bluvium interview process usually has 1-2 rounds. The most common rounds in the Bluvium interview process are Technical and One-on-one Round.
How to prepare for Bluvium 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 Bluvium. The most common topics and skills that interviewers at Bluvium expect are Apex, Salesforce, Visualforce, Lightning and Salesforce CRM.
What are the top questions asked in Bluvium interview?

Some of the top questions asked at the Bluvium interview -

  1. How to handle bulk operation in batch cl...read more
  2. Write a code to calculate multiply of two integer passing as parame...read more
  3. Security model used in ...read more

Tell us how to improve this page.

Bluvium Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.1k Interviews
Asian Paints Interview Questions
4.0
 • 645 Interviews
ITC Interview Questions
3.9
 • 547 Interviews
Berger Paints Interview Questions
3.7
 • 259 Interviews
Nestle Interview Questions
3.9
 • 233 Interviews
Procter & Gamble Interview Questions
4.1
 • 114 Interviews
Indigo Paints Interview Questions
4.0
 • 26 Interviews
View all

Bluvium Reviews and Ratings

based on 10 reviews

3.7/5

Rating in categories

3.0

Skill development

3.6

Work-life balance

3.0

Salary

3.3

Job security

3.0

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 10 Reviews and Ratings
Salesforce Scrum Master

Pune

5-8 Yrs

Not Disclosed

Salesforce CPQ/ Revenue Cloud QA

Pune,

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Salesforce Developer
22 salaries
unlock blur

₹3.8 L/yr - ₹14.6 L/yr

Senior Salesforce Developer
10 salaries
unlock blur

₹9 L/yr - ₹22 L/yr

Salesforce Cpq Developer
7 salaries
unlock blur

₹5 L/yr - ₹15.4 L/yr

Technical Lead
4 salaries
unlock blur

₹24 L/yr - ₹33 L/yr

Manager Business Analyst
4 salaries
unlock blur

₹28.8 L/yr - ₹32.8 L/yr

Explore more salaries
Compare Bluvium with

Indigo Paints

4.0
Compare

Asian Paints

4.0
Compare

Berger Paints

3.7
Compare

Pidilite Industries

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