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

Filter interviews by

Concentrix Corporation Associate Technical Specialist Interview Questions and Answers

Updated 21 Feb 2022

Concentrix Corporation Associate Technical Specialist Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How does the hashmap internal working.
  • Ans. 

    Hashmap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Hashmap uses an array to store the key-value pairs.

    • The key is hashed to generate an index in the array.

    • If two keys hash to the same index, a linked list is used to store the values.

    • Retrieving a value involves hashing the key to find the index and then traversing the linked list if necessary.

    • Hashmap provides constant time...

  • Answered by AI
  • Q2. Multiple questions on Data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Had a great experience with prokarma. Total 3 rounds of interview.
They asked me like a live scenarios and asked me to share my screen and write a code snippet. Not a executed code they need logic only like pseudo code.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Basic introduction and assignment
  • Q2. Aptitude and topics to speak in english.
Round 2 - Group Discussion 

Two members took an English and grammar knowledge assessment.

Round 3 - Technical 

(2 Questions)

  • Q1. Talk about all computers stuffs
  • Q2. Hardware and software
Round 4 - One-on-one 

(1 Question)

  • Q1. Asked technical questions in operation round about wifi routers, computer softwares, printers and Americans behaviour and all are irrelevant topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste time; join and apply your skills at other multinational corporations.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about Yourself
  • Q2. How many months you suffer in in this company
  • Q3. If you have better opportunity are you left this company or if great opportunity is there or not ?
Round 2 - Group Discussion 

That was a own question based upon interviewer

Interview Preparation Tips

Interview preparation tips for other job seekers - If you Want money and Experience kindly join in this company to develop Skills
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. HR Screening - Resume
Round 2 - Technical 

(2 Questions)

  • Q1. About the current Project
  • Q2. Some basic Java concepts
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

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

(2 Questions)

  • Q1. What is role in your project?
  • Q2. What challenges you faced in your career?
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 - Technical 

(1 Question)

  • Q1. About basics of Wi-Fi and other technical concepts of previous jobs
Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions based on interview
  • Q2. Tell me about yourself? Tell me about your old job? What is Empathy in customer service and how it could impact the transaction?

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be confident and speak well about the previous job.
2. Keep an eye contact with the interviewer and be honest
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Technical stack in mobile application?
  • Ans. 

    The technical stack in mobile application includes programming languages, frameworks, libraries, and tools used to develop the app.

    • Programming languages: Java, Kotlin, Swift, Objective-C

    • Frameworks: React Native, Flutter, Xamarin

    • Libraries: Retrofit, Alamofire, Glide, Picasso

    • Tools: Android Studio, Xcode, Visual Studio

    • Other technologies: RESTful APIs, Firebase, Push notifications

  • Answered by AI
  • Q2. Native library’s in ios ?
  • Ans. 

    Native libraries are pre-compiled code that can be used in iOS apps for various functionalities.

    • Native libraries are written in languages like C, C++, and Objective-C.

    • They can be used for tasks like image processing, audio and video playback, and networking.

    • Examples of native libraries in iOS include Core Data, Core Graphics, and Core Animation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are in bench for then start search job as soon as possible

Skills evaluated in this interview

I applied via Company Website and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Normal and technical interview
  • Q2. Can you please increase the salary base
  • Q3. Grew up hikes

Interview Preparation Tips

Interview preparation tips for other job seekers - Growth is slow and it will be the mnc one excellence support and incentives

Concentrix Corporation Interview FAQs

How many rounds are there in Concentrix Corporation Associate Technical Specialist interview?
Concentrix Corporation interview process usually has 1 rounds. The most common rounds in the Concentrix Corporation interview process are Technical.
What are the top questions asked in Concentrix Corporation Associate Technical Specialist interview?

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

  1. How does the hashmap internal worki...read more
  2. Multiple questions on Data structu...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
Teleperformance Interview Questions
3.9
 • 1.8k Interviews
WNS Interview Questions
3.4
 • 985 Interviews
View all
Concentrix Corporation Associate Technical Specialist Salary
based on 51 salaries
₹12.5 L/yr - ₹24.2 L/yr
10% more than the average Associate Technical Specialist Salary in India
View more details

Concentrix Corporation Associate Technical Specialist Reviews and Ratings

based on 5 reviews

2.0/5

Rating in categories

2.0

Skill development

2.0

Work-life balance

2.1

Salary

2.7

Job security

2.4

Company culture

1.9

Promotions

1.6

Work satisfaction

Explore 5 Reviews and Ratings
Customer Service Executive
3.7k salaries
unlock blur

₹0.9 L/yr - ₹7.8 L/yr

Advisor
3.4k salaries
unlock blur

₹0.9 L/yr - ₹6 L/yr

Assistant Manager
3.3k salaries
unlock blur

₹2.9 L/yr - ₹10.2 L/yr

Senior Representative
3.1k 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.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview