Accolite Digital Interview Experience for Senior Java Developer Last Updated : 13 Jul, 2022 Summarize Comments Improve Suggest changes Share Like Article Like Report I received the Technical recruiter's direct call for the role of Senior Java Developer - Backend. After initial discussion over the phone call. They scheduled the interview on Turbohire. There were 3 rounds: Technical - Video InterviewManagerial - Video InterviewHR - Telephonic discussion First-round: Technical interviews: I was asked basic java questions: Java 8 FeaturesWhy needed a functional interface in java 8 if we can have a single abstract method in the interface or abstract class?Can we override default methods?Can we override static methods, if we do what will happen and output the program? Java class Base{ public static void hello(){ System.out.print("Base::Hello"); } } class Child extends Base{ public static void hello(){ System.out.print("Child::Hello"); } } class Main{ public static void main(String[] args){ //what would be output? Base b = new Child(); b.hello(); } } Write a lambda expression to add two integers?Find duplicate words in a sentence. Similar to this: https://www.geeksforgeeks.org/java-program-to-find-duplicate-words-in-a-regular-expression/Remove repeating characters from the string Managerial Round: This round was mostly focused on the Project and Some questions on Spring boot and microservices. What is Dependency Injection?Bean scopes - Singleton vs Prototype@Transactional annotation and transaction management in Spring@Restcontroller vs @Controller@SpringBootApplicationHow to create the rest API in spring boot - complete flowWhat are microservices?How do microservices communicate and discover? These were the questions that were asked, some questions I am not able to recall. Hope this helps. Comment More infoAdvertise with us Next Article Accolite Digital Interview Experience for Senior Java Developer Anonymous Improve Article Tags : Interview Experiences Similar Reads Accolite Digital Interview Experience for Java Developer | 4 Years Experienced Round 1(Online Test): MCQ's Round 2: Design LRU cache and write the code and the operation complexity must be O(1)API Management tools How can u make your API's secureLogger management tools.Java basic questions Round 3: What are the design principals and design patterns?Talk about facade design pat 1 min read Deloitte Interview Experience for Java Developer Application ShortlistingProcess: Deloitte's recruitment team reviews submitted applications to shortlist candidates based on academic performance, resume, and extracurricular activities. Purpose: To identify candidates with potential and align with Deloitte's hiring criteria. Coding Assessment with 2 min read Plivo Interview Experience for Java Developer Telephonic Round (Basics of Java)Process: Shortlisted candidates undergo a telephonic round focused on assessing their knowledge of Java basics. Purpose: To evaluate candidates' understanding of fundamental Java concepts and their ability to apply them in practical scenarios. Sample Questions: Expla 2 min read Amdocs Interview Experience for Software Developer (Java) Hi people, I was interviewed for Amdocs using virtual interviews. There were 3 rounds-- Online Assessment: The test link was sent by email. It was logo test platform and the test was 120 mins. The questions included SQL, Java, Linux commands, and 1 programming question.Article Link: https://www.geek 2 min read DXC Technology Interview Experience for Java Developer Hi, This role is required for 3+ years of experience. The process involves 2 rounds only: 1st Round- Technical Round-45mins Questions were mostly asked on spring boot and core java concepts. Exception handling topic with detailed explanation code examples.Difference between Array List and Linked Lis 1 min read Like