HytechPro interview experience Real time questions & tips from candidates to crack your interview

Salesforce Developer

HytechPro
upvote
share-icon
4 rounds | 8 Coding problems

Interview preparation journey

expand-icon
Journey
It was a roller coaster ride to get a job during this recession, but after being rejected from 15 interviews, I never lost hope. I finally cracked it and secured a Salesforce developer role, which is a great start for me. Keep working hard and never lose hope.
Application story
The company shortlisted candidates based on academic criteria after applying through campus. If you have a good academic record, you're more likely to be selected for further rounds.
Preparation
Duration: 6 Months
Topics: HTML, CSS, JavaScript, Django, Salesforce Admin, Machine Learning, Cloud
Tip
Tip

Tip 1: Keep consistency in learning new skills.

Tip 2: Never get demotivated or jealous of others' success.

Tip 3: Work on some full-fledged projects to showcase.

Application process
Where: Campus
Eligibility: Above 8 CGPA
Resume Tip
Resume tip

Tip 1: Include keywords related to the job description in your resume.

Tip 2: Have some good full-stack projects.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration90 minutes
Interview date21 Feb 2024
Coding problem4

1. Reverse the given String

Easy
15m average time
85% success
0/40
Asked in companies
IBMFacebookAcko

You are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string.

For example:

 If the given string is: STR = "abcde". You have to print the string "edcba".
follow up:
Try to solve the problem in O(1) space complexity. 
Try solving now

2. Print all the permutations of a String

Moderate
15m average time
85% success
0/80
Asked in companies
MakeMyTripDisney + HotstarOla

You are given a string 'STR' consisting of lowercase English letters. Your task is to return all permutations of the given string in lexicographically increasing order.

String A is lexicographically less than string B, if either A is a prefix of B (and A ≠ B), or there exists such i (1 <= i <= min(|A|, |B|)), that A[i] < B[i], and for any j (1 <= j < i) A[i] = B[i]. Here |A| denotes the length of the string A.

For example :

If the string is “bca”, then its permutations in lexicographically increasing order are { “abc”, “acb”, “bac”, “bca”, “cab”, “cba” }.
Note:
Given string contains unique characters.
Try solving now

3. Implement Calculator using Class and OOPs Concepts

Easy
10m average time
90% success
0/40
Asked in companies
ApplePharmEasyGoogle inc

You are given a string 'S' of length 'N' representing an arithmetic expression. Your task is to compute the result of the expression.

For Example:
If the given arithmetic expression is: “2*3+5/6*3+15”, then the output will be 23.5.

Note:

1. The arithmetic expression consists of positive integers, +, -, *, and / (no parentheses).

2. The given input will always be a valid arithmetic expression.

3. There will be at least one integer in the given arithmetic equation.
Try solving now

4. Maximum length substring

Moderate
20m average time
80% success
0/80
Asked in companies
Morgan StanleyAmazonWalmart

Given a string 'S' of length 'L', return the length of the longest substring without repeating characters.

Example:

Suppose given input is "abacb", then the length of the longest substring without repeating characters will be 3 ("acb").
Try solving now
02
Round
Medium
Face to Face
Duration30 minutes
Interview date21 Feb 2024
Coding problem2

1. Operating System

What are semaphores? (Learn)
What is virtual memory? (Learn)
Explain the main purpose of an operating system. (Learn)
What problem do we face in computer systems without OS?

2. DBMS

What is normalization in DBMS? (Learn)
What is DBMS? (Learn)
What is data abstraction? (Learn)
Explain ACID properties. (Learn)
What is a database language? (Learn)
What is denormalization? (Learn)
Explain DBMS vs RDBMS
What is a subquery in SQL? (Learn)

03
Round
Easy
HR Round
Duration30 minutes
Interview date21 Feb 2024
Coding problem1

1. HR Questions

Tell me about yourself
What are your strengths?
Why does this role attract you?
What are your biggest accomplishments?
Why should we hire you?
What motivates you?
What are your weaknesses?

04
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date21 Mar 2024
Coding problem1

1. Just normal talks about company

There is just a normal conversation about the company and about the technologies on which it works.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
960 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3451 views
0 comments
0 upvotes