MockQuestions

Salesforce Marketing Cloud Software Developer Mock Interview

Question 2 of 19 for our Salesforce Marketing Cloud Software Developer Mock Interview

Get More Information About Our Salesforce Marketing Cloud Interview Questions

Question 2 of 19

Talk about the differences between structured English and Pseudo Code?

"My approach is simple, I take an organized approach to how I write code, and the way I differentiate structured English, and Pseudo Code. First, I make a list of the main tasks that need to be accomplished. Then, I break them down into small manageable tasks that can be explained with a short phrase. It's been my experience that the further I dig into the correlation between Pseudo Code and real code, I find that Pseudo Code helps me plan the structure but doesn't help me resolve the real-world programming. In my opinion, that's really the bottom line difference in simple terms between the two. Since either is actual programming languages, they act as structured algorithms that can be used in a programming language."

Next Question

How to Answer: Talk about the differences between structured English and Pseudo Code?

Advice and answer examples written specifically for a Salesforce Marketing Cloud job interview.

  • 2. Talk about the differences between structured English and Pseudo Code?

      How to Answer

      Let's begin with what structured English and Pseudo Code are. Structured English is native English language. Its primary purpose is to write the structure of a program module. It uses programming language keywords to achieve this. Pseudo Code on the other hand is like a programming language without syntax of any specific language. This question can come in different forms, and each hiring manager in Salesforce's software development organization will ask it differently, but essentially they are asking the same question. Pseudocode is a kind of structured English used for describing algorithms. It describes the entire logic of an algorithm so that when implementation happens, it is translated line by line into source code. Basically, this is an algorithm question that the hiring manager asks to see if you're old school, and if you've written code in Lisp, FORTRAN or C programming language. This tells the manager how you approach a project, whether it's task structured or methodology driven. Either is not a wrong answer, but you want to ask the interviewer early in the interviewer what type of development organization he/she runs so you can answer accordingly. Make sure you have researched Salesforce's development practices before the interview so that you can anticipate the answer to this question and be prepared to respond to it.

      Answer Example

      "My approach is simple, I take an organized approach to how I write code, and the way I differentiate structured English, and Pseudo Code. First, I make a list of the main tasks that need to be accomplished. Then, I break them down into small manageable tasks that can be explained with a short phrase. It's been my experience that the further I dig into the correlation between Pseudo Code and real code, I find that Pseudo Code helps me plan the structure but doesn't help me resolve the real-world programming. In my opinion, that's really the bottom line difference in simple terms between the two. Since either is actual programming languages, they act as structured algorithms that can be used in a programming language."