Upload Button Icon Add office photos

Filter interviews by

Accenture Federal Services Associate Application Developer Interview Questions and Answers

Updated 21 Nov 2021

Accenture Federal Services Associate Application Developer Interview Experiences

1 interview found

I applied via Campus Placement and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. He asked me about my project
  • Q2. Some technical questions based on python and Java
  • Q3. One problem solving question
  • Q4. He asked me about my project
  • Q5. One problem solving question

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was good . Interviewer was so chill and calm .

Top trending discussions

View All
Interview Hub
1w
a team lead
FeedCard Image
Got a question about Accenture Federal Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy noy really tough to be honest

Round 2 - Technical 

(1 Question)

  • Q1. Uses of turbine and types of turbinew
  • Ans. 

    Turbines are used to convert kinetic energy into mechanical energy. There are various types of turbines such as steam, gas, and hydraulic.

    • Turbines are used in power generation, aviation, and marine propulsion.

    • Steam turbines are used in thermal power plants to generate electricity.

    • Gas turbines are used in aircraft engines and power plants.

    • Hydraulic turbines are used in hydroelectric power plants.

    • Wind turbines are used t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be cool go for it keep a neat attitude.Preapre aptitude reasoning qnd general engliah

Associate Application Developer Interview Questions Asked at Other Companies

Q1. Describe an application in the financial domain and how it can be ... read more
asked in Accenture
Q2. What triggers recursion in Lightning Web Components (LWC), and ho ... read more
asked in Accenture
Q3. What is the life cycle of a Lightning Web Component (LWC)?
Q4. Write a program for generating prime numbers? Write a program for ... read more
Q5. Write code to print the following pattern: * ** *** ** *

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour of test, time and speed, work and distance.

Round 2 - Group interview 

(2 Questions)

  • Q1. Which college subject was your favorite
  • Q2. Would you like to work for Accenture

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a very easy job, just do aptitude well

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Average questions with combination of logical verbal reasoning

Round 2 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. Why should we hire you?
  • Q3. Where do you see yourself in 5 years?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice math.If you have good written and verbal skills you can easily crack the interview

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quants, LA and English aptitude.

Round 2 - Technical 

(1 Question)

  • Q1. Basic to intermediate question on technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on technology for what you are applying.

I applied via Campus Placement and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Opp concepts in java, sql, spring boot, salesforce etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just practice and keep your basics strong

Accenture Federal Services HR Interview Questions

26 questions and answers

Q. Tell me about your project and the challenges you faced.
Q. How can one become a successful female entrepreneur in society?
Q. What is your role in this company?

I applied via Campus Placement and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction, project based question, branch related basic concepts, oops, dbms, sql and technical certification if any, internship related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly revise your resume and be clear with all the skills mentioned in your resume.
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself Any scenario explaining your team player skills
  • Q2. Clear idea about preferred work location, preferred shift timings Good communication, Interpersonal skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic interview preparation including
Grooming - Formal dressing, tie, shoes, clean shave
Read about company history, IT basics

I applied via Other and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of C++, C
  • Q2. Questions from resume , project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for coding logic and resume based questions.

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(6 Questions)

Round duration - 360 minutes
Round difficulty - Medium

They give you 6 hr. For 6 question but the good part is that you need to complete atleast 1 question and you are good to go.
Round will be cleared only after attempting one question and rest of the questions are for improving your rank.

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Q2. 

    Minimum Number of Platforms Needed Problem Statement

    You are given the arrival and departure times of N trains at a railway station for a particular day. Your task is to determine the minimum number of pl...

  • Ans. 

    The task is to determine the minimum number of platforms needed at a railway station based on arrival and departure times of trains.

    • Sort the arrival and departure times in ascending order.

    • Use two pointers to keep track of overlapping schedules.

    • Increment platform count when a new train arrives before the previous one departs.

  • Answered by AI
  • Q3. 

    Minimise Sum Problem Statement

    You are given a matrix of 'N' rows and 'M' columns and a non-negative integer 'K'. Determine the minimum possible sum of all elements in each submatrix after performing at m...

  • Ans. 

    Given a matrix and a non-negative integer K, find the minimum possible sum of all elements in each submatrix after performing at most K decrements.

    • Iterate through all submatrices and find the minimum possible sum after performing decrements

    • Keep track of the number of decrements performed on each element

    • Use dynamic programming to optimize the solution

    • Ensure not to decrease any number below 0

    • Return the minimum possible s...

  • Answered by AI
  • Q4. 

    Chocolate Distribution Problem

    You are given an array/list CHOCOLATES of size 'N', where each element represents the number of chocolates in a packet. Your task is to distribute these chocolates among 'M'...

  • Q5. 

    Prime Time Again Problem Statement

    You are given two integers DAY_HOURS and PARTS. Consider a day with DAY_HOURS hours, which can be divided into PARTS equal parts. Your task is to determine the total ins...

  • Q6. 

    Constellation Identification Problem

    Given a matrix named UNIVERSE with 3 rows and 'N' columns, filled with characters {#, *, .}, where:

    • '*' represents stars.
    • '.' represents empty space.
    • '#' repre...
Round 2 - HR 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Associate Software Engineer in MumbaiEligibility criteriaAbove 7 cgpaTata Consultancy Services (TCS) interview preparation:Topics to prepare for the interview - Data Structures, Python, Operating System, Algorithms, DBMSTime required to prepare for the interview - 2 MonthsInterview preparation tips for other job seekers

Tip 1 : learn basics
Tip 2 : learn any oops language and practice.
Tip 3 : code as much as you can.

Application resume tips for other job seekers

Tip 1 : short and precise. Upto the point.
Tip 2 : keep few things aside from resume

Final outcome of the interviewSelected

Skills evaluated in this interview

Accenture Federal Services Interview FAQs

What are the top questions asked in Accenture Federal Services Associate Application Developer interview?

Some of the top questions asked at the Accenture Federal Services Associate Application Developer interview -

  1. Some technical questions based on python and Ja...read more
  2. One problem solving quest...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.2k Interviews
Accenture Interview Questions
3.7
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 8k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
HCLTech Interview Questions
3.5
 • 4.2k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.2k Interviews
Genpact Interview Questions
3.7
 • 3.5k Interviews
View all
Team Lead
7 salaries
unlock blur

₹10.7 L/yr - ₹19.7 L/yr

Software Engineer
5 salaries
unlock blur

₹5.4 L/yr - ₹12 L/yr

Associate Consultant
5 salaries
unlock blur

₹3 L/yr - ₹25 L/yr

Senior Executive
5 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Manager
5 salaries
unlock blur

₹19.7 L/yr - ₹35 L/yr

Explore more salaries
Compare Accenture Federal Services with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview