K8s related Ingress controller K8s service Security Troubleshooting.
Developer Support Engineer Interview Questions
315 developer support engineer interview questions shared by candidates
Gave a scenario of a DNS issue and asked how i troubleshoot it
Why do you want the role? What do you know about the company?
Why Salesforce?
Why all of a sudden a visual force page performance was down which was working fine previously.
It was back in 1997, not sure if its all relevant now. The questions were fairly tough C, C++ like what's the output of this code and few puzzles. But, nothing that completely stumped me.
Can you introduce yourself bit.
Determine the output of the following Java code: class B { public static void main(String[] args) { int k = 55; try { System.out.println("In try block"); int t = k/55; } catch (ArithmeticException e) { System.out.println("In catch block"); System.out.println("Dividing by zero but caught"); } finally { System.out.println("Execution, whether an exception occurs or not"); } } }
How would you implement a pattern like the one below using your familiar programming language? * ** *** **** *****
Given an array with 10 digits, describe the data structure you would use to find the summation of these values.
Viewing 301 - 310 interview questions