Questions are mostly regarding my experience and how to apply it to their situation.
Senior Development Engineer Interview Questions
1,535 senior development engineer interview questions shared by candidates
basic oops concepts,discussion on types of testing done in the previous projects,reverse string using stack and linkedlist. What I did not liked was she asked me for a particular project that I had worked on,why this manual testing was done and not automation.
Round2 : Question 1: You have a website & you want to know the number of hits made in last 5 seconds. Even a user refreshes the page, it will be considered a new hit. Provide the approach for this. Question 2: web service - cache - yes ---> return (timeout is 1 second) else go to api call - yes ---> return (timeout 5 seconds) else go to database - yes ---> return (timeout 10 seconds) default error You have to implement above kind of system where each module is used if it is Up, else check with next module. What design pattern you will follow. Question 3: Difference between SOAP & REST Question 4: Have you used Micoservices? Question 5: Which framework did you use in REST? He was suggesting like Jersey webserver, Spring.
2. Write python code to count the no. of occurrences of list elements. 3. Linux command to transfer a file from one server to another server. 4. Linux command to check for no. of ports connected 5. Linux command to list down all the files and folders recursively 6. Linux command to list down the files and directories sizewise 7. Inheritance question - Class A, B, C, D , all have test(), B and C are inheriting A, D is inheriting B and C, then which test() will be called. 8. What is the difference between an instance method and a class method? 9. Difference between list and set. 10. Difference between list and tuple. 11. Types of inheritance. 12. Types of testing, Difference between System and Integration testing 13. Components of an E-commerce grocery site. 14. Write down test cases for Login functionality.
Tell me about Past Projects and Experience.
Viewing 1531 - 1540 interview questions