i
Cloud Analogy
Filter interviews by
Code to reverse a string of your name
Create a function that takes a string as input
Use built-in functions like reverse() or loop through the string to reverse it
Return the reversed string
Code to print pyramid pattern in Python
Use nested loops to print spaces and stars in each row
Increment the number of stars in each row to form the pyramid shape
Example: for a pyramid with 5 rows, the code would look like this:
for i in range(5):
print(' '*(5-i-1) + '*'*(2*i+1))
I applied via campus placement at Dronacharya College of Engineering, Greater Noida and was interviewed in Aug 2023. There were 3 interview rounds.
There is a total of 4 coding questions and you have to complete any 3 codes to get selected for the next round i.e. Technical Round.
Attempt to de-reference null object occurs when trying to access or manipulate a null object in Salesforce development.
Always check if an object is null before trying to access its properties or methods
Use safe navigation operator '?' to avoid null pointer exceptions
Example: Account acc = null; System.debug(acc.Name); // This will throw Attempt to de-reference null object error
Example: Account acc = null; System.debug(
What people are saying about Cloud Analogy
I applied via campus placement at GLA Institute of Technology and Management, Mathura and was interviewed in Dec 2022. There were 4 interview rounds.
Mcq questiojn answering given
Quant and verbal percentage question number series question
Cloud Analogy interview questions for designations
I applied via Campus Placement and was interviewed in Oct 2022. There were 3 interview rounds.
Coding test contains 4 questions in which we have to do only 3
1. It was based on a pattern ,we have to print the pattern
2. Reverse array with some additional work
3. Find the number to delete so that it makes a palindrome number .for ex-122321 Here 2 at index 0 or 1 should be deleted to make a palindrome number.
4.We have to find the difference of stable numbers and unstable number
Stable number is which contains same no. of each digit like 112233
Unstable no. which has different no. of each digit like 1123
Get interview-ready with Top Cloud Analogy Interview Questions
I applied via campus placement at Maharishi Dayanand University (MDU), Rohtak and was interviewed in Mar 2022. There were 3 interview rounds.
I applied via campus placement at Uttar Pradesh Technical University (UPTU) and was interviewed in Oct 2020. There were 4 interview rounds.
Code to reverse a string
Use a loop to iterate through the string
Create a new string and add each character from the original string in reverse order
Return the new string
Overloading constructor in Python allows creating multiple constructors with different parameters.
Define multiple constructors with different parameters
Use default values for optional parameters
Call the appropriate constructor based on the number and type of arguments passed
Python provides a built-in method to remove leading whitespaces from a string.
Use the lstrip() method to remove leading whitespaces from a string.
lstrip() method removes all whitespaces from the beginning of the string.
Example: string = ' Hello World' string.lstrip() Output: 'Hello World'
Code to create a star pattern
Use nested loops to print the pattern
The outer loop controls the number of rows
The inner loop controls the number of stars to print in each row
Use a combination of spaces and stars to create the pattern
I was interviewed in Jul 2022.
Basic pattern program was given to. we have to solve it using a minimum number of loops(It doesn't matter whether it is nested or not).
A bit harder pattern program than the previous one, again same constraints as the last round.
I applied via Referral and was interviewed in Aug 2024. There were 3 interview rounds.
Implemented a custom Lightning component for a client to streamline their lead management process.
Created a custom Lightning component using Aura framework
Integrated the component with Salesforce lead objects and workflows
Implemented client-specific business logic and validation rules
Tested the component thoroughly to ensure functionality and performance
Seeking new challenges and growth opportunities in a dynamic environment.
Looking to expand my skill set and work on more complex projects
Interested in exploring new technologies and methodologies
Seeking a company culture that aligns with my values and career goals
My project currently integrates with external systems such as SAP, Marketo, and Slack.
Integration with SAP for syncing customer data
Integration with Marketo for lead management
Integration with Slack for real-time notifications
I was interviewed in Jul 2022.
Basic pattern program was given to. we have to solve it using a minimum number of loops(It doesn't matter whether it is nested or not).
A bit harder pattern program than the previous one, again same constraints as the last round.
based on 7 interviews
3 Interview rounds
based on 50 reviews
Rating in categories
Salesforce Developer
323
salaries
| ₹2.2 L/yr - ₹18.6 L/yr |
Salesforce Administrator
65
salaries
| ₹3 L/yr - ₹11.4 L/yr |
Quality Analyst
63
salaries
| ₹3 L/yr - ₹9 L/yr |
Full Stack Developer
39
salaries
| ₹4.7 L/yr - ₹14 L/yr |
Senior Salesforce Developer
34
salaries
| ₹8.4 L/yr - ₹29.4 L/yr |
Cognizant
TCS
Infosys
Wipro