0% found this document useful (0 votes)
103 views

Accenture Technical Interview Questions

Uploaded by

Sabari Vj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views

Accenture Technical Interview Questions

Uploaded by

Sabari Vj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SECE – TECHNICAL TRAINING TEAM

Accenture Technical Interview Questions


1. Are the expressions arr and &arr same for an array of integers?
2. Does mentioning the array name gives the base address in all the
contexts? Explain one method to process an entire string as one unit?
3. What is the similarity between a Structure, Union and enumeration? Can
a Structure contain a Pointer to itself?
4. How can we check whether the contents of two structure variables are
same or not? How are Structure passing and returning implemented by
the complier?
5. How can we read/write Structures from/to data files?
6. What is the difference between an enumeration and a set of pre-processor
# defines? what do the 'c' and 'v' in argc and argv stand for?
7. Are the variables argc and argv are local to main?
8. What is the maximum combined length of command line arguments
including the space between adjacent arguments?
9. If we want that any wildcard characters in the command line arguments
should be appropriately expanded, are we required to make any special
provision? If yes, which?
10.Does there exist any way to make the command line arguments available
to other functions without passing them as arguments to the function?
11.What are bit fields? What is the use of bit fields in a Structure
declaration?
12.To which numbering system can the binary number 1101100100111100
be easily converted to? Which bit wise operator is suitable for checking
whether a particular bit is on or off?
13.Which bit wise operator is suitable for turning off a particular bit in a
number? Which bit wise operator is suitable for putting on a particular bit
in a number? Which bit wise operator is suitable for checking whether a
particular bit is on or off?
14.which one is equivalent to multiplying by 2:Left shifting a number by 1
or Left shifting an unsigned int or char by 1?

October 16, 2024 1


SECE – TECHNICAL TRAINING TEAM
15.Write a program to compare two strings without using the strcmp()
function.
16.Write a program to concatenate two strings.
17.Write a program to interchange 2 variables without using the third one.
Write programs for String Reversal & Palindrome check
18.Write a program to find the Factorial of a number Write a program to
generate the Fibinocci Series Write a program which employs Recursion
19.Write a program which uses Command Line Arguments
20.Write a program which uses functions like strcmp(), strcpy()? etc What
are the advantages of using typedef in a program?
21.How would you dynamically allocate a one-dimensional and two-
dimensional array of integers?

WEB Reference :
1. Accenture Coding Questions and Solution 2025 :
https://prepinsta.com/accenture/coding/
2. Geeks for Geeks practice :
https://www.geeksforgeeks.org/explore?page=1&company=Accenture&s
ortBy=latest&utm_source=gfg&utm_medium=gfg_header&utm_campai
gn=gfgpractice_header
3. Coding Ninja – Naukri 360 : https://www.naukri.com/code360/library/30-
most-common-accenture-coding-questions
4. Prepbytes : https://www.prepbytes.com/blog/interview-questions/top-10-
accenture-coding-questions-for-placements/
5. Interviewbit : https://www.interviewbit.com/search/?q=Accenture/
6. Interviewbit : https://www.interviewbit.com/accenture-interview-
questions/

October 16, 2024 2

You might also like