Upload Button Icon Add office photos

Filter interviews by

iCIMS Interview Questions, Process, and Tips

Updated 13 Aug 2024

Top iCIMS Interview Questions and Answers

View all 6 questions

iCIMS Interview Experiences

Popular Designations

6 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Discuss the types of Joins in SQL
  • Ans. 

    Types of Joins in SQL include Inner Join, Left Join, Right Join, and Full Outer Join.

    • Inner Join: Returns rows when there is a 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 either table.

  • Answered by AI
  • Q2. What are the ways to optimize Tableau dashboard?
  • Ans. 

    Optimizing Tableau dashboard involves improving performance, usability, and visual appeal.

    • Limit the number of worksheets on a dashboard to improve performance

    • Use filters and parameters effectively to allow for interactivity

    • Optimize data source connections for faster loading times

    • Utilize dashboard actions to create dynamic interactions

    • Design with user experience in mind to ensure clarity and ease of use

  • Answered by AI
  • Q3. What are the different types of LOD functions? Give examples of situations where you used them.
  • Ans. 

    Different types of LOD functions include INCLUDE, EXCLUDE, and FIXED.

    • INCLUDE LOD function is used to compute the level of detail for a specific dimension while keeping all other dimensions constant.

    • EXCLUDE LOD function is used to compute the level of detail for all dimensions except the specified dimension.

    • FIXED LOD function is used to compute the level of detail independently of the visualization's dimensions.

    • Examples...

  • Answered by AI

Skills evaluated in this interview

Senior Data Analyst Interview Questions asked at other Companies

Q1. What is the difference between Least Squares Method and the maximum likelihood
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There is a codility test given with one coding and one test cases

Round 2 - Technical 

(1 Question)

  • Q1. LRU cache and its implementation
  • Ans. 

    LRU cache is a data structure that stores the most recently used items, discarding the least recently used items when full.

    • LRU cache stands for Least Recently Used cache

    • It is typically implemented using a combination of a doubly linked list and a hashmap

    • When a new item is accessed, it is moved to the front of the list. If the cache is full, the least recently used item at the end of the list is removed

    • Example: If the c...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is transaction management and how is it handled in microservices
  • Ans. 

    Transaction management is the process of ensuring data consistency and integrity in a system.

    • In microservices, each service has its own database, making distributed transactions challenging.

    • Two popular approaches to handle transaction management in microservices are Saga pattern and two-phase commit protocol.

    • Saga pattern involves breaking a transaction into multiple smaller transactions that can be rolled back individu...

  • Answered by AI
  • Q2. Statefull vs stateless
  • Ans. 

    Stateful vs stateless refers to whether a system retains information about the state of a user's interactions.

    • Stateful systems store client session information on the server side, requiring more resources and making scaling more complex.

    • Stateless systems do not store client session information, making them easier to scale and more fault-tolerant.

    • Stateful systems are typically used for applications that require maintain...

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Senior Associate Interview Questions & Answers

user image Aman Agarwal

posted on 5 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. He asked about the introduction
  • Q2. About the projects that I have worked on

Senior Associate Interview Questions asked at other Companies

Q1. On an average, how many invoices can you process in a day?
View answer (10)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2023. There were 4 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. Casual discussion and previous experience
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical and previous experience
Round 4 - HR 

(1 Question)

  • Q1. Current compensation and expectations and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the best process for job seekers.

iCIMS interview questions for popular designations

 Senior Associate

 (1)

 Product Manager

 (1)

 Software Developer

 (1)

 Senior Software Engineer

 (1)

 Senior Data Analyst

 (1)

 Senior Localization Engineer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

English and Reasoning

Round 2 - One-on-one 

(3 Questions)

  • Q1. Questions about previous experience
  • Q2. Stakeholder management
  • Q3. Conflict management

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (26)

Get interview-ready with Top iCIMS Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic DSA questions involving string and stack DS

Round 2 - Technical 

(1 Question)

  • Q1. Questions on DSA and Sql

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

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

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Salesforce Batch Classes, Async Apex, Apex Triggers

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn Practical Usecases
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain Quote to Cash Process with Example
  • Ans. 

    Quote to Cash Process involves generating a quote for a customer and then converting it into a sales order and invoice upon acceptance.

    • Customer requests a quote for a product or service

    • Sales team creates a quote with pricing and terms

    • Customer reviews and accepts the quote

    • Quote is converted into a sales order

    • Product or service is delivered to the customer

    • Invoice is generated and sent to the customer for payment

  • Answered by AI
  • Q2. Write User Stories for the CPQ Pricing Use Cases
  • Ans. 

    User Stories for CPQ Pricing Use Cases

    • As a sales representative, I want to easily create quotes with accurate pricing for customers.

    • As a customer, I want to see transparent pricing breakdowns for products and services.

    • As a manager, I want to track pricing changes and approvals for audit purposes.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. About company values
Round 2 - Technical 

(1 Question)

  • Q1. UML class diagram
  • Ans. 

    UML class diagram is a visual representation of classes, attributes, methods, and relationships in a system.

    • Classes are represented as boxes with three compartments for class name, attributes, and methods.

    • Attributes are listed in the second compartment with their data types.

    • Methods are listed in the third compartment with their parameters and return types.

    • Relationships between classes are shown using lines with arrows ...

  • Answered by AI
Round 3 - Group Discussion 

Competency based questions

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Know your resume and your basics

Round 2 - Coding Test 

Know class diagrams. Very Huge for workday.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just know your resume

iCIMS Interview FAQs

How many rounds are there in iCIMS interview?
iCIMS interview process usually has 2-3 rounds. The most common rounds in the iCIMS interview process are One-on-one Round, Technical and Coding Test.
How to prepare for iCIMS 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 iCIMS. The most common topics and skills that interviewers at iCIMS expect are Java, Javascript, Communication Skills, Hibernate and Python.
What are the top questions asked in iCIMS interview?

Some of the top questions asked at the iCIMS interview -

  1. What are the different types of LOD functions? Give examples of situations wher...read more
  2. what is transaction management and how is it handled in microservi...read more
  3. What are the ways to optimize Tableau dashboa...read more

Tell us how to improve this page.

iCIMS Interview Process

based on 8 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.2k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
UKG Interview Questions
3.1
 • 100 Interviews
PeopleStrong Interview Questions
3.4
 • 51 Interviews
Workday Interview Questions
4.1
 • 17 Interviews
View all

iCIMS Reviews and Ratings

based on 23 reviews

3.0/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

3.2

Salary

2.5

Job security

2.5

Company culture

2.4

Promotions

2.6

Work satisfaction

Explore 23 Reviews and Ratings
Senior Software Engineer
26 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare iCIMS with

Talent Recruit Software

2.8
Compare

PeopleStrong

3.4
Compare

Workday

4.1
Compare

Cornerstone OnDemand

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