Upload Button Icon Add office photos

Filter interviews by

Salesforce Senior Technical Staff Member 1 Interview Questions and Answers

Updated 8 Jul 2024

Salesforce Senior Technical Staff Member 1 Interview Experiences

2 interviews found

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

I applied via Referral and was interviewed in Sep 2023. 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 - Coding Test 

1 Leetcode Medium Problem - Interviewer was very friendly and was looking for the thought process instead of a mugged up solution

Round 3 - Design Test 

(1 Question)

  • Q1. It was a round with a senior manager. He posed a problem and asked me to come up with a HLD. IT was a very interactive interview where we were figuring out the requirements on the fly.
Round 4 - Behavioral 

(1 Question)

  • Q1. General questions about my previous work and why I'd want to work with Salesforce.

Interview Preparation Tips

Topics to prepare for Salesforce Senior Technical Staff Member 1 interview:
  • Data sctructure
  • HLD
  • LLD
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Java program to find longest substring palindrome

Round 2 - Technical 

(1 Question)

  • Q1. How to handle dynamic web elements
  • Ans. 

    Handle dynamic web elements by using techniques like waiting, locating by attributes, and using explicit waits.

    • Use implicit waits to wait for elements to load before interacting with them

    • Locate elements by attributes like ID, class name, xpath, etc.

    • Use explicit waits to wait for specific conditions before proceeding

    • Handle dynamic elements by using dynamic locators or regular expressions

    • Use frameworks like Selenium for

  • Answered by AI

Skills evaluated in this interview

Senior Technical Staff Member 1 Interview Questions Asked at Other Companies

asked in Salesforce
Q1. how to handle dynamic web elements
Q2. find Anagram from string array
Q3. Internal working of hashmap
Q4. Top view of binary Tree
Q5. Hight of binary tree

Interview questions from similar companies

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

(2 Questions)

  • Q1. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values based on keys.

    • HashMap internally uses an array of linked lists to store key-value pairs.

    • When a key-value pair is added, the key is hashed to determine the index in the array where it will be stored.

    • If multiple keys hash to the same index, a linked list is used to handle collisions.

    • To retrieve a value, the key is hash...

  • Answered by AI
  • Q2. Find Anagram from string array
  • Ans. 

    Find anagrams from a string array

    • Iterate through each string in the array

    • Sort the characters of each string to create a key for comparison

    • Use a hashmap to group anagrams together

    • Return the grouped anagrams as arrays

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Top view of binary Tree
  • Ans. 

    A top view of a binary tree shows the nodes visible when looking at the tree from the top.

    • The top view of a binary tree is the set of nodes visible when looking at the tree from the top.

    • Nodes at the same horizontal distance from the root are considered at the same level.

    • Use a map to store the horizontal distance of each node and only keep the first node encountered at each horizontal distance.

  • Answered by AI
  • Q2. Java based questions
Round 3 - One-on-one 

(2 Questions)

  • Q1. Hight of binary tree
  • Ans. 

    Height of a binary tree is the maximum number of edges on the longest path from the root node to a leaf node.

    • Height of an empty tree is -1

    • Height of a tree with only one node is 0

    • Height of a binary tree can be calculated recursively by finding the height of left and right subtrees and adding 1 to the maximum of the two heights

  • Answered by AI
  • Q2. Garbage Collector
Round 4 - One-on-one 

(1 Question)

  • Q1. Library Management System

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Python basics questions and programming questions
  • Q2. Write a program for Sum of natural numbers
  • Ans. 

    Program to calculate the sum of natural numbers

    • Use a loop to iterate through the natural numbers

    • Keep adding each number to a running total

    • Stop the loop when the desired number of natural numbers is reached

    • Return the sum

  • Answered by AI
  • Q3. Write a program for primary numbers
  • Ans. 

    Program to find prime numbers

    • Start with a loop to iterate through numbers

    • Check if each number is divisible by any number less than itself

    • If not divisible, add it to the list of prime numbers

  • Answered by AI
  • Q4. What is decorator in python
  • Ans. 

    A decorator in Python is a design pattern that allows a user to add new functionality to an existing object or function without modifying its structure.

    • Decorators are denoted by the '@' symbol followed by the name of the decorator function.

    • They are used to modify the behavior of functions or classes.

    • Decorators can be used for logging, timing, caching, access control, etc.

    • They provide a way to wrap or modify the behavio...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Reverse linked list
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to Software Testing Process Coding questions Puzzle
  • Q2. How to get individual character from string
  • Ans. 

    Use indexing to access individual characters from a string.

    • Use square brackets and the index number to access a specific character in the string.

    • Remember that indexing starts at 0 in most programming languages.

    • Example: str = 'hello', to get the first character 'h', use str[0].

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Coding Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round
Round 1 - Aptitude Test 

It will be easier those who are good in C program and mathametics

Round 2 - Coding Test 

It consists of 5 questions with moderate level

Round 3 - Coding Test 

It consists of 3 questions but its more difficult than the 2nd round

Round 4 - Technical 

(1 Question)

  • Q1. It is face to face technical round in this round questions were asked from fundamentals of java
Round 5 - HR 

(1 Question)

  • Q1. About your self, about the previous rounds and discussed the salary and date of joining

Interview Preparation Tips

Topics to prepare for Zoho Member Technical Staff interview:
  • Advanced Java
Interview preparation tips for other job seekers - Try to use Java programming in coding rounds

I applied via Recruitment Consulltant and was interviewed in Nov 2021. There were 5 interview rounds.

Round 1 - Coding Test 

Basic Coding questions around LRU Cache and Top View Tree Traversal

Round 2 - Coding Test 

Multi threading and Internal Working of Hash Map!

Round 3 - HR 

(1 Question)

  • Q1. Behavioural Questions
Round 4 - HR 

(1 Question)

  • Q1. Behavioural Questions
Round 5 - HR 

(1 Question)

  • Q1. Behavioural Questions

Interview Preparation Tips

Topics to prepare for VMware Software Member Technical Staff interview:
  • Data Structures
  • Java
Interview preparation tips for other job seekers - Good knowledge in Java if applying for Java Background and medium level Data Structures knowledge is essential

I applied via Campus Placement and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Some basic questions in c,java,python and sql queries.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. React based question
  • Q2. Auto complete component

Salesforce Interview FAQs

How many rounds are there in Salesforce Senior Technical Staff Member 1 interview?
Salesforce interview process usually has 3 rounds. The most common rounds in the Salesforce interview process are Coding Test, Design Test and Behavioral.

Tell us how to improve this page.

People are getting interviews through

based on 2 Salesforce interviews
Referral
Job Portal
50%
50%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 878 Interviews
Google Interview Questions
4.4
 • 833 Interviews
Amdocs Interview Questions
3.8
 • 520 Interviews
View all
Salesforce Senior Technical Staff Member 1 Salary
based on 8 salaries
₹24.7 L/yr - ₹80 L/yr
107% more than the average Senior Technical Staff Member 1 Salary in India
View more details
Technical Support Engineer
846 salaries
unlock blur

₹12 L/yr - ₹24 L/yr

Technical Consultant
297 salaries
unlock blur

₹13.8 L/yr - ₹30 L/yr

Member Technical Staff
259 salaries
unlock blur

₹18.8 L/yr - ₹55 L/yr

Senior Member of Technical Staff
229 salaries
unlock blur

₹27 L/yr - ₹100.4 L/yr

Salesforce Developer
228 salaries
unlock blur

₹7.9 L/yr - ₹27 L/yr

Explore more salaries
Compare Salesforce with

SAP

4.2
Compare

Zoho

4.3
Compare

Oracle

3.7
Compare

Adobe

4.0
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