Upload Button Icon Add office photos

Filter interviews by

NICE Actimize Software Engineer and Technical Lead Interview Questions and Answers

Updated 22 Apr 2022

NICE Actimize Software Engineer and Technical Lead Interview Experiences

2 interviews found

Round 1 - Aptitude Test 

Technical on Java and Angular

Round 2 - Technical 

(1 Question)

  • Q1. Implement search using hashmp.
  • Ans. 

    Implement search using hashmap

    • Create a hashmap with keys as search terms and values as indices

    • Iterate through the array of strings and add each string to the hashmap with its index

    • To search for a term, check if it exists in the hashmap and return the corresponding index

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Classloader, SQL queries
Round 4 - Behavioral 

(1 Question)

  • Q1. AWS, Jenkins, Fortify
Round 5 - Behavioral 

(1 Question)

  • Q1. Personality, attitude

Interview Preparation Tips

Interview preparation tips for other job seekers - Get clear idea on job role before joining the company

Skills evaluated in this interview

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

Round 1 - Coding Test 

Online coding test

Round 2 - Technical 

(1 Question)

  • Q1. Hashmap Linked List etc
Round 3 - Technical 

(1 Question)

  • Q1. JVM, SQL, Spring etc

Interview Preparation Tips

Interview preparation tips for other job seekers - HR tries to play lot with emotions and try hard to pay as less as possible. Have a good review of compensation before joining the company

Software Engineer and Technical Lead Interview Questions Asked at Other Companies

Q1. Implement search using hashmp.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is the internal working of a hashmap?
  • Q2. Design a Least Recently Used (LRU) cache.
Round 2 - Technical 

(2 Questions)

  • Q1. What are the SOLID principles in software engineering?
  • Q2. What design patterns have you worked with?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal logical, verbal, and quantitative ability questions.

Round 2 - Psychometric Test 

(1 Question)

  • Q1. Behavioural questions like how do you manage your team what do you do in thia or that situation
Round 3 - Technical 

(2 Questions)

  • Q1. Computer Fundamentals like OOPS,DBMS and SQL
  • Q2. Questions Based on yourresume

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Patient and work o you CS fundamentals
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Data structure was more and it was difficult round

Round 2 - Technical 

(1 Question)

  • Q1. It will depend on interviewer
Round 3 - Behavioral 

(1 Question)

  • Q1. It will be depending on Manager who is taking interview
Round 4 - HR 

(1 Question)

  • Q1. It will be very smooth

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good company overall I had very good learning and experience
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was pretty easy. Various theoretical questions on technical knowledge and 3 coding questions. Since I was applying for a .net profile, all questions were related to that only.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Coding question on inheritance.
  • Q2. Coding question on Abstract classes and their application.
  • Q3. Discussion on the company, their culture.
  • Q4. Coding question on graph.
Round 3 - HR 

(2 Questions)

  • Q1. Asked me my expected salary even though it was already decided when they reached out to me.
  • Q2. Negotiations on the salary.

Interview Preparation Tips

Interview preparation tips for other job seekers - Had a very bad experience with HR, since they started negotiating on salary after I completed all my rounds. Giving me reasons why they won't be able to give me the salary that they mentioned at the start of the interview.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

Test will be in hacker rank there would be a difficulty level between easy to medium

Round 2 - Technical 

(1 Question)

  • Q1. Question will be from data structure and easy to medium level of the programming laanguage question
Round 3 - HR 

(1 Question)

  • Q1. This is just to check your english ability
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Coding test was easy. They asked LC easy anyone with fair understanding of programming can easily solve it.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked a question from Blind 75 that i dont remember as of now. I kind of stumbled here yet gave a code for original question
  • Q2. Asked LC hard question. Interviewer was very rude and did not give a shit about my approach when I tried to explain it to him/her. He said just run code against test cases provided. I received rejection ...

Interview Preparation Tips

Interview preparation tips for other job seekers - HRs were very professional and polite but not the interviewer.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic things.. same as any company

Round 2 - Coding Test 

Basic coding, 2 codes asked.

Round 3 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Skills in my resule
  • Ans. 

    My skills include programming languages like Java, Python, and C++, as well as experience with databases and problem-solving.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with databases such as MySQL and MongoDB

    • Strong problem-solving skills demonstrated through projects and coding challenges

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

(2 Questions)

  • Q1. Why incedo? Why job switch?
  • Ans. 

    Incedo offers exciting opportunities for growth and learning in the software engineering field. Job switch for new challenges and career advancement.

    • Incedo provides a dynamic work environment with cutting-edge technologies.

    • Opportunity to work on diverse projects and enhance skills.

    • Career growth prospects and learning opportunities at Incedo.

    • Desire for new challenges and professional development.

    • Alignment of career goal

  • Answered by AI
  • Q2. How re you useful for our organization

Interview Preparation Tips

Topics to prepare for Incedo Software Engineer Trainee interview:
  • Resume
Interview preparation tips for other job seekers - Be confident. Prepare basics very well.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Scheduled script and Map reduce script?
  • Ans. 

    Scheduled script runs on a predefined schedule, while Map reduce script processes large datasets in parallel.

    • Scheduled script is used for automating tasks at specific times, like sending reports daily at 8am.

    • Map reduce script is used for processing large datasets by splitting them into smaller chunks and processing them in parallel.

    • Scheduled script is typically used for routine tasks, while Map reduce script is used fo...

  • Answered by AI
  • Q2. Types of scripts in NetSuite.
  • Ans. 

    Types of scripts in NetSuite include SuiteScript, SuiteTalk, SuiteFlow, and SuiteBuilder.

    • SuiteScript: JavaScript-based scripts for customizing NetSuite functionality.

    • SuiteTalk: Web services integration for connecting NetSuite with external systems.

    • SuiteFlow: Visual workflow tool for automating business processes.

    • SuiteBuilder: Customization tool for modifying NetSuite forms, fields, and records.

  • Answered by AI

NICE Actimize Interview FAQs

How many rounds are there in NICE Actimize Software Engineer and Technical Lead interview?
NICE Actimize interview process usually has 4 rounds. The most common rounds in the NICE Actimize interview process are Technical, Behavioral and Coding Test.
What are the top questions asked in NICE Actimize Software Engineer and Technical Lead interview?

Some of the top questions asked at the NICE Actimize Software Engineer and Technical Lead interview -

  1. Implement search using hash...read more
  2. Classloader, SQL quer...read more
  3. AWS, Jenkins, Fort...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.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
FIS Interview Questions
3.9
 • 480 Interviews
TCS iON Interview Questions
3.9
 • 365 Interviews
View all
NICE Actimize Software Engineer and Technical Lead Salary
based on 19 salaries
₹11 L/yr - ₹21.5 L/yr
8% less than the average Software Engineer and Technical Lead Salary in India
View more details

NICE Actimize Software Engineer and Technical Lead Reviews and Ratings

based on 2 reviews

2.2/5

Rating in categories

3.0

Skill development

3.2

Work-life balance

1.0

Salary

2.2

Job security

2.2

Company culture

1.4

Promotions

2.2

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
42 salaries
unlock blur

₹6.9 L/yr - ₹15.8 L/yr

Senior Software Engineer
28 salaries
unlock blur

₹14.6 L/yr - ₹26 L/yr

Associate Software Engineer
26 salaries
unlock blur

₹5.8 L/yr - ₹10 L/yr

Software Engineering Specialist
21 salaries
unlock blur

₹16.2 L/yr - ₹33 L/yr

Technical Manager
20 salaries
unlock blur

₹24 L/yr - ₹55 L/yr

Explore more salaries
Compare NICE Actimize with

FIS

3.9
Compare

Fiserv

3.0
Compare

TCS

3.7
Compare

Wipro

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