Premium Employer

i

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

Perficient Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Perficient Interview Questions, Process, and Tips

Updated 21 Jan 2025

Top Perficient Interview Questions and Answers

View all 21 questions

Perficient Interview Experiences

Popular Designations

41 interviews found

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

Interview Questionnaire 

4 Questions

  • Q1.  Database DML Operations and asked to write down some queries
  • Q2. 4-5 ques from python, spark, pandas dataframes.
  • Q3. Hive data ingestion, meta stores, linux basics ,hdfs
  • Q4. Previous project experience and data flow architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - it wasn't that difficult
panel and myself were in good sync and questions were also asked

Technical Consultant Interview Questions asked at other Companies

Q1. Oops C and java difference Query for selecting all columns from a table 10 uses of a pen Personal questions like the place we belong to What do you know about our company The interview was not really good ,I got selected 😅 for role of tech... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Technical Consultant Interview Questions asked at other Companies

Q1. Oops C and java difference Query for selecting all columns from a table 10 uses of a pen Personal questions like the place we belong to What do you know about our company The interview was not really good ,I got selected 😅 for role of tech... read more
View answer (1)
Perficient Interview Questions and Answers for Freshers
illustration image

I applied via Referral and was interviewed before Aug 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough, Be willing to work 11 to 12 hours a day if you are applying for a Lead role.

Lead Analyst Manager Interview Questions asked at other Companies

Q1. What is the market estimation methodology used in your recent projects?
View answer (1)

ETL Tester Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2021

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

Interview Questionnaire 

5 Questions

  • Q1. SQL query duplicate records
  • Q2. Rank vs dense rank
  • Ans. 

    Rank and dense rank are used to assign a rank to each row in a result set based on the values in a specific column.

    • Rank assigns unique ranks to each row, with gaps in the ranking sequence if there are ties.

    • Dense rank assigns unique ranks to each row, with no gaps in the ranking sequence if there are ties.

    • Rank and dense rank are commonly used in data analysis and reporting to identify top performers or outliers.

    • Example:...

  • Answered by AI
  • Q3. Query of set operator
  • Q4. Types of Scd
  • Ans. 

    SCD stands for Slowly Changing Dimensions. There are three types of SCD: Type 1, Type 2, and Type 3.

    • Type 1: Overwrite the old data with new data.

    • Type 2: Create a new record for the new data and keep the old record.

    • Type 3: Create a new column for the new data and keep the old column.

  • Answered by AI
  • Q5. About project

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well SQL and etl concepts

Skills evaluated in this interview

ETL Tester Interview Questions asked at other Companies

Q1. If we have 200 staging tables, 40 dimensions tables and 20 facts table, How will you compare it with target systems
View answer (3)

Perficient interview questions for popular designations

 Technical Consultant

 (11)

 Senior Technical Consultant

 (5)

 Associate Technical Consultant

 (3)

 Data Engineer

 (3)

 Data Analyst

 (2)

 Software Engineer

 (1)

 Software Developer

 (1)

 Test Engineer

 (1)

I applied via Approached by Company and was interviewed in May 2021. There were 4 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in the interview. Give your 100% to achieve your goal.

Senior Technical Consultant Interview Questions asked at other Companies

Q1. How do you get one to many mapping of permissions and user count from bridge table with many to many mapping of users to permissions
View answer (1)

Get interview-ready with Top Perficient Interview Questions

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (205)

Jobs at Perficient

View all

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

Interview Questionnaire 

3 Questions

  • Q1. I was interviewed for Angular UI developer. Technical and Managerial round was easy.
  • Q2. What is Rxjs, Subscriber, Observable, folkJoins?
  • Ans. 

    Rxjs is a library for reactive programming using Observables and Subscribers. forkJoins is a method for combining Observables.

    • Rxjs is a library for reactive programming that allows you to work with asynchronous data streams.

    • Observables are the source of data streams that can emit values over time.

    • Subscribers are the consumers of these data streams that can subscribe to Observables and receive emitted values.

    • forkJoins i...

  • Answered by AI
  • Q3. Basics on Array Manipulation, HTML5, CSS3?

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good understanding on UI and also read the basics of HIPPA

Skills evaluated in this interview

Technical Consultant Interview Questions asked at other Companies

Q1. Oops C and java difference Query for selecting all columns from a table 10 uses of a pen Personal questions like the place we belong to What do you know about our company The interview was not really good ,I got selected 😅 for role of tech... read more
View answer (1)

I applied via Job Portal and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure about all basics and practical implementation scenarios of that.
If you good at technically, interview will be easy to crack

Technical Consultant Interview Questions asked at other Companies

Q1. Oops C and java difference Query for selecting all columns from a table 10 uses of a pen Personal questions like the place we belong to What do you know about our company The interview was not really good ,I got selected 😅 for role of tech... read more
View answer (1)

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

Interview Questionnaire 

1 Question

  • Q1. Basic IIB question. Exception handling, nodes, esql methods and logic

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be strong

Technical Consultant Interview Questions asked at other Companies

Q1. Oops C and java difference Query for selecting all columns from a table 10 uses of a pen Personal questions like the place we belong to What do you know about our company The interview was not really good ,I got selected 😅 for role of tech... read more
View answer (1)

I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How can a string be converted to an int in C?
  • Ans. 

    A string can be converted to an int in C using the atoi() function.

    • Include the header file

    • Use the atoi() function to convert the string to an int

    • Store the converted int in a variable

    • Handle errors if the string cannot be converted

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - int atoi(const char *string)

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Perficient Interview FAQs

How many rounds are there in Perficient interview?
Perficient interview process usually has 2-3 rounds. The most common rounds in the Perficient interview process are Technical, One-on-one Round and HR.
How to prepare for Perficient 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 Perficient. The most common topics and skills that interviewers at Perficient expect are SQL, Java, Javascript, Spring Boot and Angular.
What are the top questions asked in Perficient interview?

Some of the top questions asked at the Perficient interview -

  1. what are the tools I used for the data engineerin...read more
  2. How can a string be converted to an int in...read more
  3. What is enum and what is the purpose of using en...read more
How long is the Perficient interview process?

The duration of Perficient interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Perficient

No Jobs

SALARIES

IIGM

REVIEWS

Online Instruments

No Reviews

REVIEWS

Online Instruments

No Reviews

REVIEWS

Online Instruments

No Reviews

REVIEWS

Online Instruments

No Reviews

REVIEWS

Online Instruments

No Reviews

REVIEWS

Online Instruments

No Reviews

REVIEWS

Online Instruments

No Reviews

Tell us how to improve this page.

Perficient Interview Process

based on 40 interviews

Interview experience

3.7
  
Good
View more
Join Perficient Leading global digital consultancy

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all

Perficient Reviews and Ratings

based on 490 reviews

3.6/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.5

Salary

3.4

Job security

3.6

Company culture

3.4

Promotions

3.5

Work satisfaction

Explore 490 Reviews and Ratings
Senior Technical Architect [MSO]

Maharashtra

16-25 Yrs

Not Disclosed

Senior Payroll Specialist

Chennai

9-14 Yrs

Not Disclosed

Senior Frontend Dev [React+Nextjs]

Maharashtra

5-10 Yrs

Not Disclosed

Explore more jobs
Technical Consultant
851 salaries
unlock blur

₹4.2 L/yr - ₹14.9 L/yr

Senior Technical Consultant
435 salaries
unlock blur

₹7.1 L/yr - ₹21 L/yr

Associate Technical Consultant
319 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Technical Leader Consultant
209 salaries
unlock blur

₹11 L/yr - ₹29 L/yr

Softwaretest Engineer
185 salaries
unlock blur

₹3.2 L/yr - ₹9 L/yr

Explore more salaries
Compare Perficient with

Cognizant

3.7
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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