Upload Button Icon Add office photos

Filter interviews by

360 Degree Cloud Technologies Salesforce Developer Interview Questions and Answers

Updated 17 Oct 2023

360 Degree Cloud Technologies Salesforce Developer Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. General questions
Round 3 - Technical 

(1 Question)

  • Q1. Deep details regarding the application
Round 4 - One-on-one 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
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 - Technical 

(1 Question)

  • Q1. 1.teat classes best practices 2.trigger on count of related contact 3.integration related questions 4.lwc
Round 3 - Technical 

(1 Question)

  • Q1. Project,personal details,project manegment

Interview Preparation Tips

Interview preparation tips for other job seekers - study the basic concept of admin as well as development part practice trigger and lwc

Salesforce Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write a trigger to update contact when accounts phone changed.
asked in Infosys
Q2. How do you make the child records read only of its parent record' ... read more
asked in TCS
Q3. Difference between Roles & Profiles, Difference between Workf ... read more
asked in Infosys
Q4. How do load both parent and child records at a time using data lo ... read more
asked in Infosys
Q5. How do you call a controllor method from javascript in visualforc ... read more
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 

Quantitative, Verbal and Logical Reasoning Skills

Round 3 - Coding Test 

Apex Class, Trigger,

Round 4 - HR 

(1 Question)

  • Q1. Personal information, Family Background and etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Search the job but you have full prepped your skills and very deep knowledge .
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Keep Apex Basic Clear
Round 2 - Technical 

(1 Question)

  • Q1. Learn new thing about salesforce
Round 3 - HR 

(1 Question)

  • Q1. Normal managerial conversation was done

360 Degree Cloud Technologies interview questions for designations

 Senior Salesforce Developer

 (1)

 Salesforce Cpq Developer

 (1)

 IOS Developer

 (1)

 Software Developer

 (1)

 Python Developer Intern

 (1)

 Mern Full Stack Developer

 (1)

Interview Questionnaire 

2 Questions

  • Q1. Java related questions
  • Q2. Map and exception handling

Interview Preparation Tips

Round: Test
Experience: 5 Java programs

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. How to implement Sqlite database in React Native?
  • Ans. 

    Sqlite database can be implemented in React Native using 'react-native-sqlite-storage' package.

    • Install 'react-native-sqlite-storage' package using npm.

    • Import SQLite from 'react-native-sqlite-storage'.

    • Create a database using SQLite.openDatabase() method.

    • Execute SQL queries using executeSql() method.

    • Close the database connection using close() method.

  • Answered by AI
  • Q2. What are generator functions?
  • Ans. 

    Generator functions are functions that can be paused and resumed, allowing for lazy evaluation of data.

    • Generator functions use the yield keyword to pause execution and return a value.

    • They can be used to generate an infinite sequence of values.

    • They are memory efficient as they only generate values when needed.

    • Example: function* myGenerator() { yield 1; yield 2; yield 3; }

    • Example: const infiniteGenerator = function*() {

  • Answered by AI
  • Q3. How to implement push notifications in Android and iOS?
  • Ans. 

    Push notifications can be implemented in Android and iOS using Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs) respectively.

    • For Android, integrate FCM SDK in the app and use FCM console to send notifications.

    • For iOS, create an APNs certificate, configure the app to receive notifications, and use APNs to send notifications.

    • Both platforms require handling of notification payload in the app to di...

  • Answered by AI
  • Q4. How do you use in your last app?
  • Ans. 

    I used React Native for my last app.

    • Developed UI components using React Native

    • Integrated APIs to fetch and display data

    • Implemented Redux for state management

    • Used Firebase for authentication and database

    • Optimized app performance using React Native Debugger

  • Answered by AI
  • Q5. What is the difference between functional components and non functional components?
  • Ans. 

    Functional components are stateless and return UI elements based on input props, while non-functional components have state and can change UI based on user interaction.

    • Functional components are simpler and easier to test than non-functional components.

    • Non-functional components can have state and lifecycle methods, while functional components cannot.

    • Examples of functional components include buttons, labels, and icons, w...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Its Hard and requires deep knowledge of your technical skills.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Write a c++ program to implement the basic functions of queue using linked list and class?
  • Ans. 

    C++ program to implement queue using linked list and class

    • Create a class for queue and node

    • Implement enqueue, dequeue, and display functions

    • Use pointers to link nodes in the linked list

  • Answered by AI
  • Q2. Questions related to the projects .

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have good command over the language you chose and the tech stack you are working upon. You should be able to explain your role.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Nov 2021. 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 - Aptitude Test 

There are basic aptitude questions for freshers level

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts, basics of sql
  • Q2. Basics of programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics interview questions for freshers level
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is Connection pooling
  • Ans. 

    Connection pooling is a technique to manage database connections efficiently, reducing overhead and improving performance.

    • Connection pooling maintains a pool of active database connections for reuse.

    • It reduces the overhead of establishing a new connection for each database request.

    • Example: A web application can reuse connections from the pool instead of opening new ones for each user request.

    • Connection pools can be con...

  • Answered by AI
  • Q2. What is mounting in docker
  • Ans. 

    Mounting in Docker allows you to share files between the host and containers, enabling data persistence and configuration management.

    • Mounting can be done using volumes or bind mounts.

    • Volumes are managed by Docker and are stored in a part of the host filesystem which is not directly accessible.

    • Example of a volume: `docker run -v my_volume:/data my_image`.

    • Bind mounts allow you to specify an exact path on the host, e.g., ...

  • Answered by AI
  • Q3. What is decorators
  • Ans. 

    Decorators are a design pattern in Python that allows modifying the behavior of functions or methods at runtime.

    • A decorator is a function that takes another function and extends its behavior without explicitly modifying it.

    • Common use cases include logging, access control, and caching.

    • Example: @staticmethod and @classmethod are built-in decorators in Python.

    • Custom decorators can be created using nested functions.

    • Example...

  • Answered by AI
  • Q4. Shell script question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic C++, Multithreading
  • Q2. Be prepared for a linked list question

360 Degree Cloud Technologies Interview FAQs

How many rounds are there in 360 Degree Cloud Technologies Salesforce Developer interview?
360 Degree Cloud Technologies interview process usually has 3-4 rounds. The most common rounds in the 360 Degree Cloud Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for 360 Degree Cloud 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 360 Degree Cloud Technologies. The most common topics and skills that interviewers at 360 Degree Cloud Technologies expect are Salesforce, Apex, SFDC, Visualforce and Triggers.
What are the top questions asked in 360 Degree Cloud Technologies Salesforce Developer interview?

Some of the top questions asked at the 360 Degree Cloud Technologies Salesforce Developer interview -

  1. 1.teat classes best practices 2.trigger on count of related contact 3.integrati...read more
  2. Java related questi...read more
  3. Map and exception handl...read more

Tell us how to improve this page.

360 Degree Cloud Technologies Salesforce Developer Interview Process

based on 4 interviews

3 Interview rounds

  • Resume Shortlist Round
  • Technical Round - 1
  • Technical Round - 2
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 49 Interviews
PC Solutions Interview Questions
3.7
 • 16 Interviews
Bankai Infotech Interview Questions
3.4
 • 13 Interviews
View all
360 Degree Cloud Technologies Salesforce Developer Salary
based on 291 salaries
₹3.4 L/yr - ₹21.6 L/yr
55% more than the average Salesforce Developer Salary in India
View more details

360 Degree Cloud Technologies Salesforce Developer Reviews and Ratings

based on 32 reviews

2.5/5

Rating in categories

3.0

Skill development

2.1

Work-life balance

2.7

Salary

2.3

Job security

2.3

Company culture

2.5

Promotions

2.4

Work satisfaction

Explore 32 Reviews and Ratings
Salesforce Developer

Faridabad

1-5 Yrs

Not Disclosed

Salesforce Developer

Noida

4-9 Yrs

₹ 15-25 LPA

Salesforce Developer

Pune,

Jaipur

+2

4-9 Yrs

Not Disclosed

Explore more jobs
Salesforce Developer
291 salaries
unlock blur

₹3.3 L/yr - ₹21.6 L/yr

Senior Salesforce Developer
72 salaries
unlock blur

₹11 L/yr - ₹32 L/yr

Salesforce Administrator
46 salaries
unlock blur

₹3.3 L/yr - ₹10.5 L/yr

Software Developer
35 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Software Engineer
28 salaries
unlock blur

₹3 L/yr - ₹12 L/yr

Explore more salaries
Compare 360 Degree Cloud Technologies with

PC Solutions

3.7
Compare

RNF Technologies

3.3
Compare

Hidden Brains InfoTech

3.8
Compare

Affine

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