I applied online. The process took 2 weeks. I interviewed at Accenture (Pune) in Mar 2021
Interview
Describe the Interview Process The interview process is a multi-stage process for hiring new employees. The interview process typically includes the following steps: writing a job description, posting a job, scheduling interviews, conducting preliminary interviews, conducting in-person interviews, following up with candidates and making a hire.
Interview questions [1]
Question 1
What are the features of the C language?
Programs Written in C are efficient and fast. This is due to its variety of data type and powerful operators.
C language is the most widely used language in operating systems and embedded system development today.
Structured programming language
Machine Independent or Portable
What is recursion in C?
When a function calls itself and this process is known as recursion. The function that calls itself is known as a recursive function.
4) What is the usage of the pointer in C?
Accessing array elements, Dynamic memory allocation, Call by Reference and Data Structures like a tree, graph, linked list, etc
5) What is an auto keyword in C?
In C, every local variable of a function is known as an automatic (auto) variable. Variables which are declared inside the function block are known as a local variable. The local variables are also known as an auto variable. It is optional to use an auto keyword before the data type of a variable. If no value is stored in the local variable, then it consists of a garbage value. Know more about other keywords in C.
6) What is the maximum length of an identifier?
It is 32 characters ideally but implementation specific.
7) What is an infinite loop?
A loop running continuously for an indefinite number of times is called the infinite loop.
8) What functions are used for dynamic memory allocation in C language?
malloc(), calloc(), realloc(), free()
9) Can we compile a program without main () function?
Yes, we can compile, but it can’t be executed.
I applied online. I interviewed at Accenture (Neu-Delhi) in Feb 2021
Interview
There are 4 stageataring from aptitude then coding then communication round (similar to versant app) thenmain interview. You can easily clear the in terview if you know about you project very well , aprk from this they can ask some technical question from OOPs concept.
Interview questions [1]
Question 1
Interview question are from your final year projects
I applied through college or university. I interviewed at Accenture (Mysore) in Sep 2020
Interview
1st round consists of apti, reasoning,verbal,cloud and netwrk security
and coding round...you have to solve minimum one question in the coding round to get selected
2nd round was communication round
3rd round was hr interview
Interview questions [1]
Question 1
Tell me about yourself
Difficulties faced during your teamwork