AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

iCIMS

Compare button icon Compare button icon Compare
2.9

based on 34 Reviews

Play video Play video Video summary
  • About
  • Reviews
    34
  • Salaries
    287
  • Interviews
    7
  • Jobs
    19
  • Benefits
    1
  • Photos
    -

Filter interviews by

iCIMS Senior Software Engineer Interview Questions and Answers

Updated 13 Aug 2024

iCIMS Senior Software Engineer Interview Experiences

1 interview found

Senior Software Engineer Interview Questions & Answers

user image Anonymous

posted on 13 Aug 2024

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
    Add your answer
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
    Add your answer
  • 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
    Add your answer

Skills evaluated in this interview

Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about iCIMS?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Senior Software Engineer Interview Questions & Answers

Optum Global Solutions user image Anonymous

posted on 26 Feb 2021

I applied via Company Website and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. .Net support related questions for example 1. What to do when applicable is down. 2. how to check IIS error logs.
  • Add your answer
  • Q2. Explain Projects you worked and your role in those.
  • Add your answer
  • Q3. Explain scenario when you handled high pressure from client.
  • Ans. 

    Handled high pressure from client by prioritizing tasks and communicating effectively.

    • Identified critical issues and addressed them first

    • Communicated regularly with the client to provide updates and manage expectations

    • Collaborated with team members to delegate tasks and ensure timely delivery

    • Maintained a calm and professional demeanor to avoid escalating the situation

  • Answered by AI
    Add your answer
  • Q4. Explain release management.
  • Ans. 

    Release management is the process of planning, scheduling, coordinating, and deploying software releases.

    • It involves identifying the scope of the release and the features to be included

    • Creating a release plan and schedule

    • Coordinating with different teams involved in the release process

    • Testing the release to ensure it meets quality standards

    • Deploying the release to production

    • Monitoring the release to ensure it is stable...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - For .Net support related projects, you need to be aware about first identifying the problem and then you need to think best optimised solution for that. You need to know how to check error logs, should be well versed with basic SQL queries and debugging.

Skills evaluated in this interview

Anonymous

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
View answers (3)
asked in DBS Bank
Q2. Tell me about yourself. What technology are you using? What is a ... read more
View answers (2)
asked in Persistent Systems
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
View answers (2)
asked in GlobalLogic
Q4. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
View answer (1)
asked in Q3 Technologies
Q5. If you have to prioritize between coding standards and project de ... read more
View answers (2)
View All
company Logo

Senior Software Engineer Interview Questions & Answers

Wipro user image Anonymous

posted on 11 Oct 2021

I applied via Naukri.com and was interviewed in Sep 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous projects, core and basic javascript, advance javascript, node js, data structure,etc
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Be prepared
2. Explain well
3. Be logical
4. Make core concepts stronger
5. Make data structure concepts stronger
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Wipro user image Abhishek Singh

posted on 23 Apr 2023

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Java related ques
  • Add your answer
  • Q2. Spring framework
  • Add your answer
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Wipro user image Anonymous

posted on 24 Aug 2021

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to handle error in after deployed the project.
  • Ans. 

    Handle errors after project deployment

    • Implement error logging and monitoring tools

    • Create a process for reporting and resolving errors

    • Use automated testing to catch errors before deployment

    • Have a backup plan in case of critical errors

    • Regularly review and update error handling procedures

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask logical question as per experience level.

Skills evaluated in this interview

Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Capgemini user image Anonymous

posted on 3 Jun 2021

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

Interview Questionnaire 

1 Question

  • Q1. Basic Questions and Situational Questions
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the Basics.
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

IBM user image Anonymous

posted on 20 Apr 2021

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1) OOOps concept 2) SQLbasic question all theory questions no coding
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all theory questions like generics, delegates, joins, views, oops
Anonymous
Are these interview questions helpful?
company Logo

Senior Software Engineer Interview Questions & Answers

Wipro user image Anonymous

posted on 3 Aug 2022

I applied via Referral and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is the most challenging part you worked on KTA development.
  • Ans. 

    The most challenging part of KTA development was integrating with legacy systems.

    • Integrating with legacy systems required extensive testing and debugging.

    • The lack of documentation for legacy systems made integration even more difficult.

    • Ensuring data consistency between KTA and legacy systems was a major challenge.

    • Customizing KTA workflows to fit with legacy systems was time-consuming.

    • Working with stakeholders to unders...

  • Answered by AI
    Add your answer
Round 2 - One-on-one 

(1 Question)

  • Q1. Reason for your job change
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to your positive and attend the interview
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Accenture user image Rahul Kumar

posted on 6 Oct 2022

I appeared for an interview before Oct 2021.

Round 1 - Aptitude Test 

There are technical and objective questions

Round 2 - Group Discussion 

They asked about projects and asked to speak on any topics.

Round 3 - HR 

(2 Questions)

  • Q1. What is the preferred location? Where do I want to see myself in 5 years?
  • Ans. 

    I envision myself in a leadership role, driving innovative projects and mentoring junior engineers while contributing to impactful solutions.

    • I see myself leading a team of engineers, fostering collaboration and innovation.

    • I aim to specialize in cloud technologies, contributing to scalable solutions.

    • I want to mentor junior developers, sharing knowledge and best practices.

    • I aspire to contribute to open-source projects, e...

  • Answered by AI
    Add your answer
  • Q2. What are expectations from the company?
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep basic knowledge of data structure. Solve Objectives questions.
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

IBM user image Anonymous

posted on 23 Jun 2021

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of redux and react es6 js css3
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all go through the job description .Brush up all your basics .And do practice hands on coding.
Anonymous
More about working at iCIMS
  • HQ - Holmdel, New Jersey
  • IT Services & Consulting
  • 1k-5k Employees (Global)

iCIMS Interview FAQs

How many rounds are there in iCIMS Senior Software Engineer interview?
iCIMS interview process usually has 3 rounds. The most common rounds in the iCIMS interview process are Technical and Coding Test.
How to prepare for iCIMS Senior Software Engineer 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, Software Engineering, Agile Coaching and Communication Skills.
What are the top questions asked in iCIMS Senior Software Engineer interview?

Some of the top questions asked at the iCIMS Senior Software Engineer interview -

  1. what is transaction management and how is it handled in microservi...read more
  2. LRU cache and its implementat...read more
  3. statefull vs statel...read more

Tell us how to improve this page.

iCIMS Interviews By Designations

  • iCIMS Technical Support Engineer Interview Questions
  • iCIMS Senior Associate Interview Questions
  • iCIMS Product Manager Interview Questions
  • iCIMS Software Developer Interview Questions
  • iCIMS Senior Software Engineer Interview Questions
  • iCIMS Senior Data Analyst Interview Questions
  • iCIMS Senior Localization Engineer Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Software Engineer Interview Questions
  • Senior Engineer Interview Questions
  • System Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Project Engineer Interview Questions
  • Senior Software Developer Interview Questions
  • Lead Engineer Interview Questions
  • Show more
  • Lead Software Engineer Interview Questions
  • Senior Developer Interview Questions

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more

Senior Software Engineer Interview Questions from Similar Companies

Wipro
Wipro Senior Software Engineer Interview Questions
3.7
 • 152 Interviews
Capgemini
Capgemini Senior Software Engineer Interview Questions
3.7
 • 147 Interviews
Accenture
Accenture Senior Software Engineer Interview Questions
3.8
 • 82 Interviews
EPAM Systems
EPAM Systems Senior Software Engineer Interview Questions
3.7
 • 80 Interviews
CGI Group
CGI Group Senior Software Engineer Interview Questions
4.0
 • 51 Interviews
CitiusTech
CitiusTech Senior Software Engineer Interview Questions
3.3
 • 48 Interviews
Cognizant
Cognizant Senior Software Engineer Interview Questions
3.7
 • 47 Interviews
GlobalLogic
GlobalLogic Senior Software Engineer Interview Questions
3.6
 • 43 Interviews
 UST
UST Senior Software Engineer Interview Questions
3.8
 • 35 Interviews
Bounteous x Accolite
Bounteous x Accolite Senior Software Engineer Interview Questions
3.4
 • 32 Interviews
View all
iCIMS Senior Software Engineer Salary
based on 35 salaries
₹16 L/yr - ₹37 L/yr
46% more than the average Senior Software Engineer Salary in India
View more details

iCIMS Senior Software Engineer Reviews and Ratings

based on 4 reviews

2.7/5

Rating in categories

2.4

Skill development

3.6

Work-life balance

2.6

Salary

2.4

Job security

2.7

Company culture

2.0

Promotions

2.7

Work satisfaction

Explore 4 Reviews and Ratings
Senior Software Engineer Jobs at iCIMS
iCIMS
Sr. Software Engineer

Hyderabad / Secunderabad

4-9 Yrs

₹ 19-33.1 LPA

iCIMS
Senior Software Engineer - Java (5-10 yrs)

5-10 Yrs

Not Disclosed

iCIMS
Senior Software Engineer (5-10 yrs)

5-10 Yrs

Not Disclosed

Explore more jobs
iCIMS Salaries in India
Senior Software Engineer
35 salaries
unlock blur

₹16 L/yr - ₹37 L/yr

Software Engineer
26 salaries
unlock blur

₹8.1 L/yr - ₹22 L/yr

Senior Performance Engineer
13 salaries
unlock blur

₹28 L/yr - ₹31 L/yr

Principal Software Engineer
12 salaries
unlock blur

₹30 L/yr - ₹62 L/yr

Total Rewards Specialist
11 salaries
unlock blur

₹7 L/yr - ₹7 L/yr

Explore more salaries
Compare iCIMS with
Accenture

Accenture

3.7
Compare
Wipro

Wipro

3.7
Compare
Cognizant

Cognizant

3.7
Compare
Capgemini

Capgemini

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • iCIMS Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter