J'ai postulé en ligne. Le processus a pris 2 semaines. J'ai passé un entretien chez Accenture (Pune) en mars 2021
Entretien
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.
Questions d'entretien [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.
The interview was straightforward and lasted around 30 minutes. The interviewer began with a brief introduction and then asked me to introduce myself. Most of the questions were HR-related, focusing on my background, career goals, strengths, willingness to relocate, and interest in joining the company. The interviewer was friendly and the overall experience was smooth and comfortable.
J'ai postulé en ligne. J'ai passé un entretien chez Accenture (Bengaluru)
Entretien
The Accenture interview process generally consists of 3 to 4 stages, starting with an online assessment (aptitude and coding), followed by a communication test, and concluding with Technical and HR interviews. The entire recruitment cycle typically takes about 3 to 4 weeks.
Questions d'entretien [1]
Question 1
The Accenture interview process generally consists of 3 to 4 stages, starting with an online assessment (aptitude and coding), followed by a communication test, and concluding with Technical and HR interviews. The entire recruitment cycle typically takes about 3 to 4 weeks.
J'ai passé un entretien chez Accenture (Hyderâbâd)
Entretien
2 rounds + hr round, the first 2 was virtual and next one was also virtual . Virtual interview was about 10 t0 20 mins, they mostly basics. If we good at acdemics + basic coding thats enough i guess.