Why Accenture?
Senior Developer Interview Questions
29,077 senior developer interview questions shared by candidates
1. Given a string, find the smallest window with greatest no. of distinct characters 2. k sorted array. 3. longest distance between a node and its ancestor.
During the first 2 rounds of 2 hours, almost everything the interviewer tried to ask which he might have collected from internet for the interviews.
Given a list of integers A and an integer k, return the number of unique pairs of integers in A that sum to k. For example, if A=[1 2 5 5 10 8 2] and k=10, the answer is 2, arrived as 5+5 or 2+8. There were 15 tests for this question, with at least the last two timing out, given that the implementation was not as efficient as possible.
Make recipe APIs for HelloFresh
Print numbers 1 to 100 in sequence using multiple threads.
Write Java code to check if a string is a palindrome.
You have two methods: one method takes long time to run and the other completes in short time. You execute the long method first and after that you execute the short method. Which one will complete first. There is no setTimeout involved.
Diff b/w var1 == var2 and var1.equals(var2) Which method needs to be implemented along with equals()?
Very simply question of inserting latest 5000 records in container along with timestamp and retrieve them as needed and discard which are older then 5000.
Viewing 11 - 20 interview questions