Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Accenture Federal Services Associate Software Engineer Interview Questions and Answers

Updated 6 Oct 2023

Accenture Federal Services Associate Software Engineer Interview Experiences

5 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Cognitive and Apti test easy

Round 2 - Coding Test 

Easy to medium level

Round 3 - One-on-one 

(1 Question)

  • Q1. Hr+tech interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont bluff in your cv

HCLTech

Workplace transformation starts with you

Explore various roles and find your spark with us

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Technocrats Institute of Technology, Bhopal and was interviewed in Nov 2022. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Normal aptitude as on campus placement

Round 3 - Coding Test 

2 question 45 minutes esay mode

Round 4 - One-on-one 

(2 Questions)

  • Q1. Nice and sweet and simple just ask normal general questions
  • Q2. Tell me about you project and challenges
  • Ans. 

    I worked on a project to develop a mobile application for tracking fitness activities.

    • Developed a user-friendly interface for the mobile app

    • Implemented features for tracking steps, calories burned, and distance covered

    • Integrated with external APIs to fetch weather data for personalized recommendations

    • Challenges included optimizing battery usage and handling data synchronization across devices

  • Answered by AI

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
asked in Gainsight
Q2. Connecting Ropes with Minimum Cost You are given 'N' ropes, each ... read more
Q3. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
Q5. Ninja and Alternating Largest Problem Statement Ninja is given a ... read more

I applied via Campus Placement and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction and projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Be genuine and accept if you don't know the answer

I applied via LinkedIn and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. 1. Tell me about your self.
  • Ans. 

    I am a passionate software engineer with experience in developing and implementing software solutions.

    • I have a strong background in programming languages such as Java, C++, and Python.

    • I have worked on various projects, including developing a web application for a retail company and creating a mobile app for a healthcare organization.

    • I am skilled in problem-solving and have a good understanding of data structures and al...

  • Answered by AI
  • Q2. 2. How innovative are you?
  • Ans. 

    I consider myself to be highly innovative, always seeking new and creative solutions to problems.

    • I have a track record of coming up with unique ideas and implementing them successfully.

    • I enjoy thinking outside the box and finding unconventional approaches to challenges.

    • I actively seek out new technologies and stay updated on industry trends to bring fresh perspectives to my work.

    • I am not afraid to take risks and try ne...

  • Answered by AI
  • Q3. 3. Oops concept.
  • Q4. 4. Role in your project.
  • Ans. 

    I played the role of a developer in my project.

    • Developed and maintained software applications

    • Collaborated with team members to design and implement new features

    • Debugged and fixed software defects

    • Participated in code reviews and provided feedback

    • Worked closely with stakeholders to gather requirements and ensure customer satisfaction

  • Answered by AI
  • Q5. 5. Any questions for me.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and confident

Accenture Federal Services interview questions for designations

 Software Engineer

 (1)

 Associate Engineer

 (1)

 Software Developer

 (1)

 Associate Application Developer

 (1)

 Operations Associate

 (1)

 Senior Test Engineer

 (1)

 Trainee Process Associate

 (1)

 QA QC Engineer

 (1)

I applied via Campus Placement and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Bio technical and hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - It was insightful and was very informative.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-
Round 1 - Aptitude Test 

Aptitude test consists 2 section first section is of of Logical reasoning , Verbal reasoning and Analytical Reasoning
and next section is of technical mcqs MS office , cloud , networking and security , Pseudo code related mcqs

Round 2 - Coding Test 

After that there were

Round 3 - Communication Round 

(2 Questions)

  • Q1. Tests our reading skills
  • Q2. Test our speaking skill
Round 4 - One-on-one 

(4 Questions)

  • Q1. Tell me about yourself
  • Q2. What was the difficult subject for you in your curriculum and how you did overcome it ?
  • Ans. 

    Data Structures and Algorithms was the most difficult subject for me in my curriculum.

    • I struggled with understanding complex data structures like graphs and trees.

    • I overcame this by seeking help from professors, classmates, and online resources.

    • I practiced solving problems regularly on platforms like LeetCode and HackerRank.

    • I also joined study groups to discuss and work on challenging problems together.

  • Answered by AI
  • Q3. Explain in the brief about your Semester project including tech stack
  • Ans. 

    Developed a web application for managing student records using HTML, CSS, JavaScript, and PHP

    • Used HTML for structuring the web pages

    • Utilized CSS for styling the pages and making them visually appealing

    • Implemented client-side functionality using JavaScript

    • Backend logic and database management done with PHP

    • Included features like student registration, course enrollment, and grade tracking

  • Answered by AI
  • Q4. What you do apart from curricular activities(Asking hobbies)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for coding round go through pyq as there is high chances of getting repeated do topics like arrays , DP(Easy level-medium level) , strings and Basic mathematics related problems very well !
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Swap two variables, prime number
  • Ans. 

    To swap two variables, use a temporary variable to store one value before swapping them.

    • Create a temporary variable to store one of the values

    • Assign the first variable to the temporary variable

    • Assign the second variable to the first variable

    • Assign the temporary variable to the second variable

  • Answered by AI
  • Q2. Based on Linux, SQL and other
  • Q3. What are pointers
  • Ans. 

    Pointers are variables that store memory addresses of other variables or functions.

    • Pointers are used to access and manipulate memory directly.

    • They are commonly used in programming languages like C and C++.

    • Example: int *ptr; // declaring a pointer to an integer variable

  • Answered by AI
  • Q4. Commands on SQL and Linux
  • Q5. Questions related to HR
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the difference between drop and delete in SQL?
  • Ans. 

    Drop removes a table from the database while delete removes specific rows from a table.

    • DROP is a DDL (Data Definition Language) command used to remove a table and its data from the database.

    • DELETE is a DML (Data Manipulation Language) command used to remove specific rows from a table based on a condition.

    • DROP command is irreversible and all the data in the table is lost, while DELETE can be rolled back if used within a...

  • Answered by AI
  • Q2. What are the different commands in SQL?
  • Ans. 

    SQL commands are used to interact with databases and perform various operations like querying, updating, and deleting data.

    • SELECT - retrieves data from a database

    • INSERT - adds new data to a database

    • UPDATE - modifies existing data in a database

    • DELETE - removes data from a database

    • CREATE - creates a new database or table

    • ALTER - modifies the structure of a database object

    • DROP - deletes a database object

    • JOIN - combines row...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were two coding questions

Round 2 - Coding Test 

There was oncampus coding round , where 1 question was given.

Round 3 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself?
  • Q2. What are your projects?
Round 4 - HR 

(1 Question)

  • Q1. Where do you see yourself after 5 years?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - communication 

(2 Questions)

  • Q1. Read the sentence
  • Q2. Listen and repeat the sentence
Round 2 - Coding Test 

Mercel platform 1 hour

Round 3 - Technical 

(2 Questions)

  • Q1. Explain ur project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented backend functionality using Node.js and MongoDB

    • Incorporated user authentication and authorization features

    • Utilized RESTful APIs for communication between front-end and back-end

  • Answered by AI
  • Q2. One code according to ur cluster
  • Ans. 

    I would write a code snippet based on the specific cluster or category provided.

    • Identify the specific cluster or category provided in the question

    • Write a code snippet that aligns with the requirements of the cluster

    • Ensure the code is accurate and relevant to the given cluster

  • Answered by AI
Contribute & help others!
anonymous
You can choose to be anonymous

Accenture Federal Services Interview FAQs

How many rounds are there in Accenture Federal Services Associate Software Engineer interview?
Accenture Federal Services interview process usually has 4 rounds. The most common rounds in the Accenture Federal Services interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in Accenture Federal Services Associate Software Engineer interview?

Some of the top questions asked at the Accenture Federal Services Associate Software Engineer interview -

  1. Nice and sweet and simple just ask normal general questi...read more
  2. Bio technical and hr ro...read more
  3. 3. Oops conce...read more

Recently Viewed

INTERVIEWS

Apptunix

7 interviews

INTERVIEWS

Innov8

3 interviews

INTERVIEWS

Skolar

20 interviews

INTERVIEWS

MRF Tyres

298 interviews

INTERVIEWS

Wingsure

2 interviews

INTERVIEWS

KodNest

21 interviews

INTERVIEWS

Edifecs

13 interviews

INTERVIEWS

Faurecia

59 interviews

INTERVIEWS

Codingmart Technologies

No Interviews

INTERVIEWS

Integra Micro Systems

No Interviews

Tell us how to improve this page.

Accenture Federal Services Associate Software Engineer Interview Process

based on 2 interviews

1 Interview rounds

  • Aptitude Test Round
View more

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

Accenture Federal Services Associate Software Engineer Salary
based on 5 salaries
₹3.8 L/yr - ₹10 L/yr
At par with the average Associate Software Engineer Salary in India
View more details
Application Development Associate
8 salaries
unlock blur

₹3 L/yr - ₹5.2 L/yr

Associate Manager
5 salaries
unlock blur

₹18.5 L/yr - ₹21 L/yr

Associate Analyst
5 salaries
unlock blur

₹5.8 L/yr - ₹14.3 L/yr

Senior Executive
5 salaries
unlock blur

₹10 L/yr - ₹30 L/yr

Associate Engineer
5 salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Accenture Federal Services with

Deloitte

3.8
Compare

IBM

4.0
Compare

TCS

3.7
Compare

Wipro

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent