Unter anderem Fragen zum Lebenslauf, der eigenen Motivation, warum Salesforce, was wissen Sie über das Unternehmen und seine Werte sowie Kultur, welche Schwerpunkte bringen Sie aus der Vergangenheit mit und was erwarten Sie von Salesforce gestellt.
Cloud Support Engineer Interview Questions
9,818 cloud support engineer interview questions shared by candidates
2) Consider the program below a) public class ProgramGenerator { public static class Expression { private int lhs; public int getLhs() {return lhs;} public int setLhs(int lhs) {this.lhs = lhs;} private int rhs; public int getRhs() {return rhs;} public int setRhs(int rhs) {this.rhs = rhs;} private String operator; public String getOperator() {return operator;} public String setOperator(String operator) {this.operator = operator;} } public static void generateProgram(ProgramGenerator.Expression expression) { System.out.println("public class ConstructedProgram {"); System.out.println("public static void main(String[] args) {"); System.out.print("System.out.println("); System.out.print(expression.getLhs()); System.out.print(expression.getLhs()==7?"-":expression.getOperator()); System.out.print(expression.getLhs()==7?expression.getRhs()*2 :expression.getRhs()); System.out.println(");"); System.out.println("}\n}"); } ... } What is the output of the following code snippet: ProgramGenerator.Expression expression = new ProgramGenerator.Expression(); expression.setLhs(7); expression.setRhs(5); expression.setOperator("+"); ProgramGenerator.generateProgram(expression) b )Modify the class ProgramGenerator so that if LHS is 7, then the expression is changed in such a manner that the operator is inverted (i.e., + becomes - and - becomes +) and the RHS is multiplied by two. So, in the above example; the output of ConstructedProgram will be -3.
Networking questions L4-L7, Security Ciphers, Linux, Logical reasoning question and understanding of the CASB space and the Netskope product
Muy simples, nada del otro mundo... Cosas básicas de conocimiento de Marketing Cloud y arquitectura.
Elaborate on past experience
No technical questions
How would you handle a situation with ticketing?
4 Paises con mas usuarios en linked in
For Introductory Interview was more a get to know you kind. Basic questions on interests, strengths, and weaknesses. Rest of the Questions were Behavioral-, Skils-, and Scenarios-based.
Basics of Servicenow scripting and rules
Viewing 9321 - 9330 interview questions