Sr Developer Interview Questions

30,121 sr developer interview questions shared by candidates

what is default port number of MySQL? what is the default SSL port? what are joins explain briefly? what is the difference between inner join and left and right joins? There is an array with some elements and find out second max element of an array without using any built in function? How you can assign the value to a HTML input element using j query? How you can read a HTML element value using j query?
avatar

Senior PHP Developer

Interviewed at Univariety

4.2
Jan 21, 2019

what is default port number of MySQL? what is the default SSL port? what are joins explain briefly? what is the difference between inner join and left and right joins? There is an array with some elements and find out second max element of an array without using any built in function? How you can assign the value to a HTML input element using j query? How you can read a HTML element value using j query?

Round 2: In-person White boarding: 1. Write the code to achieve the following: let myStr = "hello world!"; // your code here console.log(myStr); // !dlrow olleh 2. What is the output? Why? console.log(“one”); SetTimeout(function(){ console.log(“two”); }, 0); console.log(“three”); 3. For a given number ("n"), write a function that loops from 1 to "n" and outputs "Fizz" if the number is divisible by 3, "Buzz" if it is divisible by 5, "FizzBuzz" if it is divisible by both 3 & 5, and the number itself otherwise 4. What is the output? How to fix it? console.log(“start”); for(var i=0;i<5;i++){ setTimeout[function(){ console.log(i); },0); } console.log(“end”); 5. For a given array ([8, 7, 5, 3, 3, 0, 9, 1]), do the following: (must use ES6 Array methods) i) Sort in ascending order ii) Remove duplicates iii) Find numbers greater than a particular number (for ex: greater than 3)
avatar

Senior Front End Developer

Interviewed at Bank of America

3.9
Mar 25, 2017

Round 2: In-person White boarding: 1. Write the code to achieve the following: let myStr = "hello world!"; // your code here console.log(myStr); // !dlrow olleh 2. What is the output? Why? console.log(“one”); SetTimeout(function(){ console.log(“two”); }, 0); console.log(“three”); 3. For a given number ("n"), write a function that loops from 1 to "n" and outputs "Fizz" if the number is divisible by 3, "Buzz" if it is divisible by 5, "FizzBuzz" if it is divisible by both 3 & 5, and the number itself otherwise 4. What is the output? How to fix it? console.log(“start”); for(var i=0;i<5;i++){ setTimeout[function(){ console.log(i); },0); } console.log(“end”); 5. For a given array ([8, 7, 5, 3, 3, 0, 9, 1]), do the following: (must use ES6 Array methods) i) Sort in ascending order ii) Remove duplicates iii) Find numbers greater than a particular number (for ex: greater than 3)

Viewing 2901 - 2910 interview questions

Glassdoor has 30,121 interview questions and reports from Sr developer interviews. Prepare for your interview. Get hired. Love your job.