Passa al contenutoPassa al piè di pagina
  • Lavori
  • Aziende
  • Stipendi
  • Per le aziende

      Migliora la tua carriera

      Scopri le tue potenzialità di guadagno, trova lavori da sogno e condividi approfondimenti su lavoro e vita privata in forma anonima.

      employer cover photo
      employer logo
      employer logo

      Salesforce

      Azienda coinvolta

      Circa
      Recensioni
      Stipendi e benefit
      Lavori
      Colloqui
      Colloqui
      Ricerche correlate: Recensioni su Salesforce | Offerte di lavoro di Salesforce | Stipendi di Salesforce | Benefit di Salesforce
      Colloqui di SalesforceColloqui per Software Engineer presso SalesforceColloquio di Salesforce


      Glassdoor

      • Chi siamo
      • Contattaci

      Aziende

      • Account Business gratuito
      • Spazio per le aziende
      • Blog per le aziende

      Informazioni

      • Aiuto
      • Linee guida
      • Condizioni d'uso
      • Privacy e scelte pubblicitarie
      • Non vendere né condividere le mie informazioni
      • Strumento per l'accettazione dei cookie

      Lavora con noi

      • Inserzionisti
      • Carriere
      Scarica l'app

      • Cerca:
      • Aziende
      • Lavori
      • Località

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor," "Worklife Pro," "Bowls" e il relativo logo sono marchi registrati di Glassdoor LLC.

      Aziende seguite

      Non lasciarti sfuggire opportunità e informazioni privilegiate seguendo le aziende dove vorresti lavorare.

      Ricerche di lavoro

      Ricevi suggerimenti e aggiornamenti personalizzati avviando le tue ricerche.

      Colloquio per Software Engineer

      6 gen 2018
      Dipendente anonimo
      Calcutta
      Offerta accettata
      Esperienza positiva
      Colloquio nella media

      Candidatura

      Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Salesforce (Calcutta) nel mese di ago 2017

      Colloquio

      Round 1:(online) 45 mins Coding Round::: 2 coding Questions and 10 technical MCQs MCQs contained questions from C,C++,OS,etc 1st Coding Question: Given an array of integers where each element represents the max number of steps that can be made forward from that element. Write a function to return the minimum number of jumps to reach the end of the array (starting from the first element). If an element is 0, then cannot move through that element. Example: Input: arr[] = {1, 3, 5, 8, 9, 2, 6, 7, 6, 8, 9} Output: 3 (1-> 3 -> 8 ->9) First element is 1, so can only go to 3. Second element is 3, so can make at most 3 steps eg to 5 or 8 or 9. Solution: A naive approach is to start from the first element and recursively call for all the elements reachable from first element. The minimum number of jumps to reach end from first can be calculated using minimum number of jumps needed to reach end from the elements reachable from first. minJumps(start, end) = Min ( minJumps(k, end) ) for all k reachable from start Using Dynamic Programming the complexity can be reduced to O(n). 2nd Coding Question: Given an array, print the Next Greater Element (NGE) for every element. The Next greater Element for an element x is the first greater element on the right side of x in array. Elements for which no greater element exist, consider next greater element as -1. Examples: a) For any array, rightmost element always has next greater element as -1. b) For an array which is sorted in decreasing order, all elements have next greater element as -1. c) For the input array [4, 5, 2, 25}, the next greater elements for each element are as follows. Element NGE 4 --> 5 5 --> 25 2 --> 25 25 --> -1 Solution: Use two loops: The outer loop picks all the elements one by one. The inner loop looks for the first greater element for the element picked by outer loop. If a greater element is found then that element is printed as next, otherwise -1 is printed. Time-Complexity O(n^2) Can be reduced by using Stack to O(n). Round 2:F2F round The interview process started by first introducing myself. The interviewer was very friendly and he asked about how was the day that day? After thoroughly going through my CV, the interviewer asked me what do i mean by Object-Oriented Programming Principles? I started by first explaining what do we mean by objects(any real world entity which has certain state and behavior which in our programming concepts are called data-members and methods). Then I stated various OOP concepts like Abstraction,Encapsulation,Polymorphism,Inheritance,etc and explained each of them briefly. Then the interviewer asked me a real-world example? I gave an example of a pen which has state like amount of ink,material,etc and behavior is to write,etc Then the interviewer asked me to point out the objects present in the waterbotle? i gave the solution and said that it depends upon the designer of the class. Then there was a brief discussion of my CGPA and projects which I had done during my internship at a startup. Finally i was selected for next round. Round 3:HR round In this round all the candidates were asked to sit together and some behavioural questions were asked like Why do you want to join SalesForce,..,etc. The interviewer was very friendly and finally i was selected.

      Domande di colloquio [1]

      Domanda 1

      The interviewer asked me what do i mean by Object-Oriented Programming Principles?
      1 risposta
      1

      Altre recensioni di colloqui per Software Engineer presso Salesforce

      Colloquio per Software Engineer

      21 mag 2026
      Dipendente anonimo
      Offerta accettata
      Esperienza positiva
      Colloquio difficile

      Candidatura

      Ho sostenuto un colloquio presso Salesforce

      Colloquio

      The technical interview was much tougher than I anticipated. I faced a DSA question related to word searches that required optimizing a brute-force approach with a Trie. It was intense, but the practice I’d done on PracHub the week before really helped solidify my understanding of the problem-solving techniques. The behavioral round felt lighter, focusing on teamwork and project experience. After a couple of days, I received an offer, which I happily accepted. Overall, it was a challenging yet rewarding experience.

      Domande di colloquio [1]

      Domanda 1

      Word Search II - given an m x n board of characters and a list of words, return all words that can be formed from sequentially adjacent cells; had to optimize the brute-force backtracking with a Trie to pass the time limit
      Rispondi alla domanda

      Colloquio per Software Engineer

      12 mag 2026
      Candidato anonimo a colloquio
      Nessuna offerta
      Esperienza positiva
      Colloquio facile

      Candidatura

      Ho sostenuto un colloquio presso Salesforce

      Colloquio

      The interview process started with an online coding assessment that included DSA and problem-solving questions. After clearing the test, I had two technical interview rounds focused on data structures, OOPs concepts, DBMS, and project discussion. The final round was with the hiring manager where they asked about teamwork, problem solving, and career goals. The interviewers were professional and the process was smooth overall.

      Colloquio per Software Engineer

      11 mag 2026
      Candidato anonimo a colloquio
      Offerta rifiutata
      Esperienza neutra
      Colloquio nella media

      Candidatura

      Ho sostenuto un colloquio presso Salesforce

      Colloquio

      Went through 3 rounds. First round was a technical interview - it was a take home assessment. I didn't pass the test cases but still went through to the next round. The onsite had 1 behavioral, 1 system design, and 1 technical Leetcode style interview. It was in person on a whiteboard.