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
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Code pairing round - you will be given story where you need to add one API to the share repository. It is a simple problem but needs good understanding of the shared code. You should follow clean code pri...
  • Q2. Add one API to the existing repository
  • Ans. 

    The API allows users to retrieve weather data based on location.

    • Create a new endpoint that accepts a location parameter

    • Use a weather API service to fetch weather data based on the location

    • Return the weather data in a standardized format, such as JSON

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Project you are working on, do some changes to the project, how well you understand the project
  • Q2. Add some feature to the project
  • Ans. 

    The feature added to the project is a user authentication system.

    • Implement a login page with username and password fields.

    • Create a database table to store user credentials.

    • Hash and salt passwords for secure storage.

    • Implement password reset functionality.

    • Add user roles and permissions for access control.

  • Answered by AI

Skills evaluated in this interview

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 Jan 2023. There were 3 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. Spark architecture pyspark coding sql coding
Round 3 - One-on-one 

(1 Question)

  • Q1. Spark architecture sql window functions,aggreate functions pyspark data frame coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare sql, python, pyspark dataframe coding, data modelling
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Mahatma Gandhi Institute of Technology, Hyderabad and was interviewed in Dec 2022. There were 3 interview rounds.

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 - Aptitude Test 

It was easy- moderate in difficulty level.

Round 3 - Technical 

(2 Questions)

  • Q1. The questions were purely based on python and SQL
  • Q2. SQL- What are window functions and were asked to write some basic fetching queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Aptitude questions and 2 coding questions were asked

Round 3 - Technical 

(2 Questions)

  • Q1. What are indexes in DBMS
  • Ans. 

    Indexes in DBMS are data structures that improve the speed of data retrieval operations on a database table.

    • Indexes are used to quickly locate data without having to search every row in a table.

    • They are created on columns in a table to speed up SELECT queries.

    • Examples of indexes include primary keys, unique keys, and non-unique indexes.

  • Answered by AI
  • Q2. ACID propwrties in DBMS
  • Ans. 

    ACID properties in DBMS refer to the key characteristics of a transaction: Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that all operations in a transaction are completed successfully or none at all.

    • Consistency ensures that the database remains in a consistent state before and after the transaction.

    • Isolation ensures that the execution of multiple transactions concurrently does not interfere with ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Normal behavorial questions

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Software Engineer interview:
  • DBMS
  • CPP
  • Javascript
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Different between Thread and Task?
  • Ans. 

    Thread is a lightweight process that runs concurrently with other threads in a process. A task is a unit of work that can be executed asynchronously.

    • Threads are managed by the operating system, while tasks are managed by a task scheduler.

    • Threads are more low-level and require more manual management, while tasks are higher-level and can be managed more easily.

    • Threads are typically used for parallelism, while tasks are u...

  • Answered by AI
  • Q2. Static Constructor overloaded or not?
  • Ans. 

    Static constructor can be overloaded in C#.

    • Static constructor is used to initialize static fields of a class.

    • Overloading static constructor is useful when we want to initialize different static fields with different values.

    • Static constructor is called only once, before the first instance of the class is created.

    • Static constructor has no access modifier and no parameters.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice syntaxes.
Practice every minute exceptional behavior of OOps. Which do we generally not use?

Skills evaluated in this interview

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 Sep 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Pillar of java with example
  • Ans. 

    Four pillars of Java are Abstraction, Encapsulation, Inheritance, and Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Wrapping data and code into a single unit.

    • Inheritance: Acquiring properties and behavior of a parent class by a child class.

    • Polymorphism: Ability of an object to take many forms.

    • Example: A car is an abstraction of a vehicle, encapsulating its...

  • Answered by AI
  • Q2. Collection based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do string related coding program and concepts of collection

Skills evaluated in this interview

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

I was interviewed in Feb 2023.

Round 1 - Coding Test 

Stream program and spring boot, jpa etc

Round 2 - Technical 

(1 Question)

  • Q1. Stream api program
Round 3 - Coding Test 

Stream program and microservice architecture

Interview Preparation Tips

Interview preparation tips for other job seekers - only focus on stream api
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Coding Test 

DSA, Technical MCQ

Round 3 - Technical 

(1 Question)

  • Q1. DSA - Nth Fibonacci no with memoization, Find duplicate node in Linked list, Binary tree DSA questions, Project based tech questions, OOPS, Puzzle
  • Ans. 

    Interview questions for Software Engineer position covering DSA, project-based tech questions, OOPS, and puzzle.

    • Be prepared to answer DSA questions such as finding the Nth Fibonacci number with memoization, finding duplicate nodes in a linked list, and binary tree DSA questions.

    • Expect project-based tech questions that may require you to explain your approach to solving a particular problem.

    • Brush up on OOPS concepts and...

  • Answered by AI
Round 4 - Leadership discussion 

(1 Question)

  • Q1. Project based question in depth, Some HR questions, Leadership qualities questions, Puzzle
Round 5 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on basics and have in depth knowledge of your project.

Skills evaluated in this interview

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
22 salaries
unlock blur

₹16.2 L/yr - ₹35 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