Upload Button Icon Add office photos
Engaged Employer

i

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

bebo Technologies Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 172 Reviews

Filter interviews by

bebo Technologies Salesforce Developer Interview Questions and Answers

Updated 13 Jun 2024

bebo Technologies Salesforce Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Approached by Company and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was around Triggers mostly. Use of newMap and stuff
  • Q2. Data security implementation in apex like fields and objects to prevent unauthorized DMLS.
  • Ans. 

    Implementing data security in Apex to prevent unauthorized DML operations on fields and objects.

    • Use field-level security to restrict access to sensitive fields

    • Implement object-level security using profiles and permission sets

    • Utilize Apex sharing rules to control record-level access

    • Consider using custom validation rules to enforce data integrity

    • Implement triggers to enforce additional business logic and security measure

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Integration practices and summary
  • Ans. 

    Integration practices involve connecting different systems to share data and functionality.

    • Use APIs to connect systems and exchange data

    • Implement middleware like MuleSoft or Dell Boomi for seamless integration

    • Leverage Salesforce Connect to access external data sources within Salesforce

    • Consider batch processing for large data transfers

    • Implement error handling and monitoring for robust integrations

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - they never took my last round as the interviewer hasn't had enough time. Rescheduled 3 - 4 times but always cancelled at end time.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is LMS ?
  • Ans. 

    LMS stands for Learning Management System, a software application for the administration, documentation, tracking, reporting, and delivery of educational courses or training programs.

    • LMS helps organizations deliver online courses and training programs to employees or students.

    • It allows for the creation and management of courses, assessments, and learning materials.

    • LMS can track learner progress, generate reports, and p...

  • Answered by AI
  • Q2. What is shadow DOM
  • Ans. 

    Shadow DOM is a way to encapsulate the styling and structure of a web component, preventing styles from leaking out or clashing with the rest of the page.

    • Shadow DOM allows for creating self-contained components with their own styles and markup

    • It helps in preventing styles from the main document affecting the component and vice versa

    • Shadow DOM can be created using the 'shadowRoot' property of an element

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What all exceptions you know ?
  • Ans. 

    Some common exceptions in Salesforce development include DMLException, QueryException, and LimitException.

    • DMLException: Thrown when an error occurs while performing DML operations like insert, update, delete.

    • QueryException: Thrown when an error occurs while querying data from the database.

    • LimitException: Thrown when governor limits are exceeded, such as SOQL query limit or CPU time limit.

  • Answered by AI
  • Q2. Have you worked on integration ?
  • Ans. 

    Yes, I have worked on integration in Salesforce development.

    • I have experience integrating Salesforce with external systems using REST and SOAP APIs.

    • I have worked on integrating Salesforce with third-party applications like MailChimp and DocuSign.

    • I have implemented custom integrations using tools like Salesforce Connect and MuleSoft.

    • I have experience with data mapping, transformation, and synchronization during integrat

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Why governor limits ?
  • Ans. 

    Governor limits are in place to ensure efficient use of resources and prevent abuse in Salesforce platform.

    • Governor limits help in maintaining system performance and preventing monopolization of resources.

    • They ensure fair usage of resources among all users on the platform.

    • Examples include limits on number of records retrieved in a single query, number of SOQL queries executed, and CPU time consumed.

    • Governor limits also...

  • Answered by AI
  • Q2. What is challenge you faced ?
  • Ans. 

    One challenge I faced was integrating a third-party API with Salesforce.

    • Had to understand the API documentation thoroughly

    • Encountered compatibility issues with Salesforce platform

    • Implemented custom code to bridge the gap between API and Salesforce

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

Technical round on Salesforce basics

Round 3 - One-on-one 

(1 Question)

  • Q1. Profiles, permission sets, sharing settings, sharing rules

I applied via Job Portal

Round 1 - One-on-one 

(4 Questions)

  • Q1. Triggers on objects.
  • Ans. 

    Triggers are pieces of code that execute before or after specific events occur on a record.

    • Triggers can be used to automate processes, enforce business rules, and maintain data consistency.

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

    • Triggers can be executed before or after insert, update, delete, or undelete operations.

    • Triggers can access and modify related records and perform complex vali

  • Answered by AI
  • Q2. Difference between custom settings and custom metadata
  • Ans. 

    Custom settings are org-wide while custom metadata is record-specific.

    • Custom settings are used to store data that is org-wide and can be accessed by all users.

    • Custom metadata is used to store data that is specific to a record or a set of records.

    • Custom settings can be accessed using the hierarchy custom setting or the list custom setting.

    • Custom metadata can be accessed using the Metadata API or the Apex Metadata API.

    • Cu...

  • Answered by AI
  • Q3. Security model question
  • Q4. Apex asynchronous about batch
  • Ans. 

    Apex asynchronous batch is used for processing large data sets asynchronously.

    • Batch Apex is used for processing large data sets asynchronously

    • It is used to avoid governor limits and timeouts

    • Batch Apex can be scheduled to run at a specific time or can be executed manually

    • Example: Updating all accounts with a specific field value using Batch Apex

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be good practice on triggers and Apex asynchronous

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jul 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Some trigger to update another object when parent data changes.

Round 2 - HR 

(1 Question)

  • Q1. Previous company's information about team and my personal details.

Interview Preparation Tips

Topics to prepare for Brillio Salesforce Developer interview:
  • Apex
Interview preparation tips for other job seekers - Try to get as much hands on as possible.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Technology advantage or not

Round 2 - Aptitude Test 

All aptitude topics,logical reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,2 coding questions
  • Q2. Palindrome,even number
Round 4 - HR 

(2 Questions)

  • Q1. What do you know
  • Q2. Do you have any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Similar to tcs,infosys pattern
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. REST API for User CRUD
  • Ans. 

    Design a RESTful API for CRUD operations on user resources.

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Create endpoints like /users for listing all users, /users/{id} for specific user

    • Use status codes like 200 for success, 404 for not found, 400 for bad request

    • Implement authentication and authorization mechanisms for security

    • Include request and response body formats like JSON or XML

  • Answered by AI
  • Q2. Two Sum Leetcode problem
  • Q3. Basic questions based on the candidate technical skills
Round 2 - Technical 

(2 Questions)

  • Q1. Basics to Intermediate level of questions based on the skills mentioned in the resume
  • Q2. Projects related discussions
Round 3 - Document Verification 

(1 Question)

  • Q1. I was informed to upload the supporting documents. ( They rejected me after this eventhough all my documents are genuine )

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer's are friendly. Be prepared as per your resume.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is OOPS ?
  • Ans. 

    OOPS stands for Object-Oriented Programming System. It is a programming paradigm based on the concept of objects.

    • OOPS focuses on creating objects that contain data and methods to manipulate that data.

    • It allows for encapsulation, inheritance, and polymorphism.

    • Examples of OOPS languages include Java, C++, and Python.

  • Answered by AI
  • Q2. What is Dependency Injection
  • Ans. 

    Dependency Injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Allows for easier testing by mocking dependencies

    • Promotes loose coupling between components

    • Improves code reusability and maintainability

    • Example: Constructor injection, Setter injection

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Which Architechture does you project build by?
  • Q2. What is Normalization in sql?
  • Ans. 

    Normalization in SQL is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a table into smaller tables and defining relationships between them.

    • It helps in reducing data redundancy by storing data in a structured manner.

    • There are different normal forms like 1NF, 2NF, 3NF, and BCNF that define the level of normalization.

    • Example: If we have a t...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell about your self ?
  • Q2. Whom do you provide your first month salary ?

Skills evaluated in this interview

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

I applied via Shine and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Normal coding round with simple oa complexity

Round 2 - One-on-one 

(2 Questions)

  • Q1. Discussion on projects
  • Q2. Culture fit check

Interview Preparation Tips

Interview preparation tips for other job seekers - go thru projects and problem solving
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. How does consumer, producer work in kafka
  • Ans. 

    Consumers read data from topics, while producers write data to topics in Kafka.

    • Consumers subscribe to topics to read messages from them

    • Producers publish messages to topics for consumers to read

    • Consumers can be part of a consumer group to scale out consumption

    • Producers can specify key for messages to control partitioning

  • Answered by AI

bebo Technologies Interview FAQs

How many rounds are there in bebo Technologies Salesforce Developer interview?
bebo Technologies interview process usually has 2 rounds. The most common rounds in the bebo Technologies interview process are Technical.
How to prepare for bebo Technologies Salesforce Developer 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 bebo Technologies. The most common topics and skills that interviewers at bebo Technologies expect are Apex, Salesforce, AWS, Ajax and CSS.
What are the top questions asked in bebo Technologies Salesforce Developer interview?

Some of the top questions asked at the bebo Technologies Salesforce Developer interview -

  1. Data security implementation in apex like fields and objects to prevent unautho...read more
  2. Integration practices and summ...read more
  3. It was around Triggers mostly. Use of newMap and st...read more

Tell us how to improve this page.

bebo Technologies Salesforce Developer Salary
based on 6 salaries
₹4.3 L/yr - ₹8.6 L/yr
13% less than the average Salesforce Developer Salary in India
View more details
Software Engineer
222 salaries
unlock blur

₹3 L/yr - ₹9.7 L/yr

Senior Software Engineer
178 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Module Lead
39 salaries
unlock blur

₹7 L/yr - ₹18 L/yr

Principal Software Engineer
33 salaries
unlock blur

₹8 L/yr - ₹19.5 L/yr

Associate Software Engineer
26 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Explore more salaries
Compare bebo Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview