Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Concentrix Corporation Team. If you also belong to the team, you can get access from here

Concentrix Corporation Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 25.4k Reviews

Filter interviews by

Concentrix Corporation Specialist Interview Questions and Answers

Updated 15 Sep 2022

Concentrix Corporation Specialist Interview Experiences

1 interview found

Specialist Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2022

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. General Question asked by manager around what my current role is all about and what projects you have done so far?
  • Q2. Some advance question around the tools you are using.
  • Q3. General discussion around your aspirations.
  • Q4. Technology and projects information
Round 2 - Case Study 

The case study were around contact center analytics data so the alignment with process can be evaluated. Around that a PPT needs to prepare and discuss with the interviewer about the approach

Round 3 - HR 

(1 Question)

  • Q1. General question asked around salary discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be familiar with the current role what you actually do regularly and the knowledge about the technology you use

Specialist Jobs at Concentrix Corporation

View all

Interview questions from similar companies

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell about family background
Round 2 - HR 

(1 Question)

  • Q1. Expectation all about your self
Round 3 - Technical 

(1 Question)

  • Q1. Logical questions all experience questions

Interview Preparation Tips

Interview preparation tips for other job seekers - It's nice place and friendly environment

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

Interview Questionnaire 

1 Question

  • Q1. How are you.........

Interview Preparation Tips

Interview preparation tips for other job seekers - I am fine..............
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Overview and detailed explanation of phases of clinical data management
  • Q2. About job change , behavioral questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Difference betwen joins
  • Ans. 

    Joins are used in databases to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join: Returns all rows from the left table, and the matched rows from the right table.

    • Right Join: Returns all rows from the right table, and the matched rows from the left table.

    • Full Outer Join: Returns rows when there is a match in one ...

  • Answered by AI
  • Q2. Filter functions in DAX
  • Ans. 

    Filter functions in DAX are used to manipulate data by applying filters based on specified conditions.

    • FILTER function is used to return a table that contains only the rows that meet specified criteria.

    • CALCULATE function is used to apply filters to a calculation.

    • ALL function is used to remove filters from a column or table.

    • RELATED function is used to retrieve related values from another table based on a specified relati

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Site to site vPN
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Introduction and Overall Experience
Round 2 - One-on-one 

(2 Questions)

  • Q1. JOB Profile and KPI's
  • Q2. Key Performance Indicators
Round 3 - Case Study 

Shrinkage Attrition Calculation

Round 4 - One-on-one 

(1 Question)

  • Q1. Client Round Management Skills
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What is the skill set of your previous job
  • Ans. 

    My previous job required a skill set including proficiency in network design, troubleshooting, and system administration.

    • Proficiency in network design

    • Strong troubleshooting skills

    • Experience in system administration

    • Knowledge of various operating systems and software

    • Ability to work well under pressure and meet deadlines

  • Answered by AI
  • Q2. Explain about your project
  • Ans. 

    Developed a system for automating network monitoring and troubleshooting

    • Designed and implemented a custom monitoring tool to track network performance

    • Integrated alerting system to notify administrators of any issues in real-time

    • Utilized machine learning algorithms to predict potential network failures

    • Reduced downtime by 30% and improved overall network efficiency

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Asked to write a code to select values on the basis of the map keys using java 8 stream API

Round 2 - Technical 

(2 Questions)

  • Q1. How OAuth works?
  • Ans. 

    OAuth is an open standard for access delegation, commonly used as a way for Internet users to grant websites or applications access to their information on other websites but without giving them the passwords.

    • OAuth allows users to grant access to their information without sharing their passwords.

    • It is commonly used for authentication and authorization in web applications.

    • OAuth uses tokens to grant access to resources o...

  • Answered by AI
  • Q2. Benefits of using Stream API.
  • Ans. 

    Stream API provides a way to process collections of objects in a functional style.

    • Allows for concise and readable code

    • Supports parallel processing for improved performance

    • Provides a set of powerful functions like map, filter, reduce, etc.

    • Enables lazy evaluation for better memory efficiency

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join Conduent.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Normal js questions
  • Q2. React - create a to do list
  • Ans. 

    Create a to do list using React

    • Create a new React project using create-react-app

    • Create a component for the to do list

    • Use state to manage the list of tasks

    • Allow users to add new tasks and mark tasks as completed

    • Style the to do list using CSS or a UI library like Material-UI

  • Answered by AI
  • Q3. What you know about typescript
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features to help developers write more robust code.

    • TypeScript is a statically typed language that compiles to plain JavaScript

    • It supports modern JavaScript features like classes, interfaces, and modules

    • TypeScript helps catch errors at compile time, making code more reliable and maintainable

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Normal js questions
  • Q2. Write a map function.
  • Ans. 

    A map function applies a given function to each element of an array and returns a new array with the results.

    • Use the map function to iterate over each element of the array

    • Pass a callback function as an argument to the map function

    • The callback function should take the current element as input and return the transformed element

    • Example: const arr = ['apple', 'banana', 'cherry']; const newArr = arr.map(item => item.toUpper

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interview

Skills evaluated in this interview

Concentrix Corporation Interview FAQs

How many rounds are there in Concentrix Corporation Specialist interview?
Concentrix Corporation interview process usually has 3 rounds. The most common rounds in the Concentrix Corporation interview process are HR, One-on-one Round and Case Study.
How to prepare for Concentrix Corporation Specialist interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Concentrix Corporation. The most common topics and skills that interviewers at Concentrix Corporation expect are Recruitment, Business Services, Customer Engagement, Continuous Improvement and HP Data Protector.
What are the top questions asked in Concentrix Corporation Specialist interview?

Some of the top questions asked at the Concentrix Corporation Specialist interview -

  1. Some advance question around the tools you are usi...read more
  2. Technology and projects informat...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
IBM Interview Questions
4.1
 • 2.4k Interviews
Teleperformance Interview Questions
3.9
 • 1.7k Interviews
WNS Interview Questions
3.4
 • 961 Interviews
View all
Concentrix Corporation Specialist Salary
based on 35 salaries
₹2.8 L/yr - ₹9 L/yr
43% less than the average Specialist Salary in India
View more details

Concentrix Corporation Specialist Reviews and Ratings

based on 7 reviews

3.2/5

Rating in categories

1.8

Skill development

1.5

Work-life balance

1.5

Salary

1.7

Job security

1.8

Company culture

1.4

Promotions

1.7

Work satisfaction

Explore 7 Reviews and Ratings
Wellbeing Specialist

Bangalore / Bengaluru

2-3 Yrs

₹ 5.6-7.1 LPA

Specialist, Instructional Design

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

Explore more jobs
Advisor
3.7k salaries
unlock blur

₹0.9 L/yr - ₹7 L/yr

Customer Service Executive
3.7k salaries
unlock blur

₹0.9 L/yr - ₹7.8 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹2.9 L/yr - ₹10.2 L/yr

Senior Representative
3k salaries
unlock blur

₹1.5 L/yr - ₹6.6 L/yr

Content Moderator
3k salaries
unlock blur

₹1.7 L/yr - ₹5 L/yr

Explore more salaries
Compare Concentrix Corporation with

Teleperformance

3.9
Compare

Foundever

3.6
Compare

Wipro

3.7
Compare

Genpact

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