Upload Button Icon Add office photos

Filter interviews by

ARC Group of Companies Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview Questionnaire 

2 Questions

  • Q1. Self interview
  • Q2. Job details

Interview Preparation Tips

Interview preparation tips for other job seekers - Self interview and work experience

I applied via Walk-in and was interviewed before Apr 2021. There were 4 interview rounds.

Round 1 - Group Discussion 

There were atleast 200 Aaplicants in which there separation of groups into 30 applicants and names were called out and have to say more that 4 to 5 lines on any topic u want to talk about as extempore.

Round 2 - Aptitude Test 

There were quest as pharmacology, pharmaceutics, reasoning knowledge, mathematics, English section.

Round 3 - Technical 

(1 Question)

  • Q1. The questions were asked on Pharma knowledge with subjective knowledge
Round 4 - HR 

(1 Question)

  • Q1. Question were asked regarding my expectations my working flexibility ets

Interview Preparation Tips

Topics to prepare for Cognizant Data Analyst interview:
  • Pharmacovigilance
  • Clinical Trials
  • ICH - GCP Guidelines
  • Pharmacology
  • Pharmaceutics
  • Current Profile
  • Basic
Interview preparation tips for other job seekers - Please make sure you are fully prepared for the Pharmacovigilance, ICH GCP guidline, basic Pharma knowledge, subjective knowledge. Be presentable and confident.

I applied via Referral and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. OOPS concepts, Async & Await, Readonly vs Coinstant, Dependency Injection
  • Q2. SOLID Principles, stored procedure vs functions, constraints
  • Q3. Authentication & Authorization, Routing, HTML helpers, AJAX calling
Round 2 - Behavioral 

(3 Questions)

  • Q1. Previous project related questions
  • Q2. Roles and responsibilities in the project
  • Q3. Scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to change the existing company
  • Q2. Expected CTC discussion and finalization

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared with the concepts and be confident as well clear what you are answering

I applied via Naukri.com and was interviewed before Nov 2021. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Interview was done 1 telephone round 2) cognizant live interview portal
Round 3 - One-on-one 

(1 Question)

  • Q1. Coding and technical around

Interview Preparation Tips

Interview preparation tips for other job seekers - You can prepare by basics concepts. Please prepare the

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Difference between C and Java
  • Ans. 

    C is a procedural language while Java is an object-oriented language.

    • C is compiled while Java is interpreted

    • C has pointers while Java does not

    • Java has automatic garbage collection while C does not

    • Java is platform-independent while C is not

    • Java has built-in support for multithreading while C does not

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Data Analyst interview:
  • Java
Interview preparation tips for other job seekers - Good one and Well Good It is useful to implement our knowledge and about interview experience

Skills evaluated in this interview

I applied via Job Portal and was interviewed before Dec 2021. There were 3 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 - One-on-one 

(1 Question)

  • Q1. Basic Mainframe Questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussions and location

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing more to say than just go for it and crack it

I applied via Walk-in and was interviewed in Apr 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is c++.
  • Ans. 

    C++ is a high-level programming language used for developing system software, application software, and video games.

    • C++ is an extension of the C programming language.

    • It supports object-oriented programming concepts like classes, inheritance, and polymorphism.

    • C++ is used for developing operating systems, device drivers, and embedded systems.

    • It is also popular for developing video games and high-performance applications.

    • ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I need an advice from others and the given

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

All quants and verbal

Round 2 - Coding Test 

Basic c language

Round 3 - HR 

(1 Question)

  • Q1. General HR questions

Interview Preparation Tips

Topics to prepare for Cognizant Intern interview:
  • aptitude
Interview preparation tips for other job seekers - learn aptitude and basic c language

I applied via Naukri.com and was interviewed in May 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. General introduction, Questions on Tosca and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - It's better to avoid this company.
Unnecessary work pressure would be there if you join.
Job security is very less here

I applied via Naukri.com and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Lifecycle methods of Angular
  • Ans. 

    Angular has several lifecycle methods that are called at different stages of a component's life.

    • ngOnInit() - called after the component is initialized

    • ngOnChanges() - called when the component's input properties change

    • ngDoCheck() - called during every change detection cycle

    • ngAfterViewInit() - called after the component's view has been initialized

    • ngOnDestroy() - called just before the component is destroyed

  • Answered by AI
  • Q2. What are pipes in angular?
  • Ans. 

    Pipes are a feature in Angular that allow for data transformation before displaying it in the view.

    • Pipes are used to format data in the view

    • They can be used to filter, sort, and transform data

    • Examples include the date pipe, currency pipe, and uppercase pipe

  • Answered by AI
  • Q3. How to do global error handling in angular?
  • Ans. 

    Global error handling in Angular can be done using ErrorHandler class.

    • Create a class that implements the ErrorHandler interface

    • Override the handleError() method to handle errors globally

    • Provide the ErrorHandler class in the providers array of AppModule

    • Use the error handling service to log errors or display error messages

  • Answered by AI
  • Q4. What are custom directives? What are their types? How to create with general example?
  • Ans. 

    Custom directives are a way to extend HTML with new attributes and functionality.

    • Types of custom directives are attribute, element, and class directives.

    • Attribute directives modify the behavior of existing HTML elements.

    • Element directives create new HTML elements.

    • Class directives modify the behavior of existing HTML elements based on their class.

    • To create a custom directive, use the directive() method of the AngularJS ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident if you know the answers and frank if you don't.
2. Try to get your basics and core concepts to be clear clear.

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Cognizant Interview Questions
3.7
 • 5.7k Interviews
WNS Interview Questions
3.4
 • 1.1k Interviews
Goldman Sachs Interview Questions
3.5
 • 381 Interviews
TCE Interview Questions
3.8
 • 251 Interviews
Mu Sigma Interview Questions
2.6
 • 235 Interviews
Tiger Analytics Interview Questions
3.7
 • 228 Interviews
Gallagher Interview Questions
3.7
 • 226 Interviews
BCG Interview Questions
3.7
 • 198 Interviews
Capita Interview Questions
3.6
 • 149 Interviews
View all

ARC Group of Companies Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Accountant
3 salaries
unlock blur

₹1.9 L/yr - ₹6.6 L/yr

Executive Accountant
3 salaries
unlock blur

₹2.6 L/yr - ₹3.6 L/yr

Explore more salaries
Compare ARC Group of Companies with

Cognizant

3.7
Compare

WNS

3.4
Compare

Capita

3.6
Compare

Gallagher

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview