Upload Button Icon Add office photos
Engaged Employer

i

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

Acuvate Software Verified Tick

Compare button icon Compare button icon Compare
3.4

based on 131 Reviews

Filter interviews by

Acuvate Software Software Engineer Interview Questions and Answers

Updated 22 Jan 2024

Acuvate Software Software Engineer Interview Experiences

4 interviews found

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 in Dec 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Do you follow any of the Acuvate's social media handles? What do you know about Acuvate? Flexible to work from office?

Interview Preparation Tips

Interview preparation tips for other job seekers - You must be good at comskills and clear and true to your salary information.
Round 1 - Aptitude Test 

Questions on critical thinking
verbal
video answers

Round 2 - Technical 

(1 Question)

  • Q1. Self intro aptitude reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - questions on critical thinking and verbal they just take exam no mood in taking next round just time weast

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview Questionnaire 

1 Question

  • Q1. Mainly on analytical skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on basics, think logically. regarding programming C# they will ask.

Interview Questionnaire 

1 Question

  • Q1. Gd,programming questions, technical questions

Acuvate Software interview questions for designations

 Software Engineer Trainee

 (1)

 Senior Software Engineer

 (1)

 Data Engineer

 (1)

 Azure Data Engineer

 (1)

 Technical Architect

 (1)

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude Had around 50 Questions which cover Logical,Quantitative, Code snippets

Round 2 - Technical 

(3 Questions)

  • Q1. Two Sum in Coding
  • Ans. 

    Find two numbers in an array that add up to a specific target value.

    • Use a hashmap to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target value.

  • Answered by AI
  • Q2. Differences in final,Finally,Finalize
  • Ans. 

    final, finally, and finalize are related terms in programming but have different meanings and usage

    • final is a keyword in Java used to restrict inheritance, method overriding, and variable reassignment

    • finally is a block of code in exception handling that always executes, regardless of whether an exception is thrown

    • finalize is a method in Java used for cleanup operations before an object is garbage collected

  • Answered by AI
  • Q3. Basic Sql operations
Round 3 - Technical 

(3 Questions)

  • Q1. Array List Implementation in Stack for Push and pop
  • Ans. 

    Array List can be implemented in a stack by using an array and keeping track of the top element.

    • Create an array to store the elements of the stack.

    • Keep track of the top element using a variable.

    • For push operation, add the element to the top of the stack and increment the top index.

    • For pop operation, remove the top element and decrement the top index.

  • Answered by AI
  • Q2. Finding 3rd Largest Number in an Array without using Sort
  • Ans. 

    Find 3rd largest number in array without sorting

    • Iterate through array to find largest, 2nd largest, and 3rd largest numbers

    • Keep track of these numbers as you iterate

    • Return the 3rd largest number found

  • Answered by AI
  • Q3. Finding the min number of Swap in Sorting of Array
  • Ans. 

    To find the minimum number of swaps needed to sort an array

    • Use graph theory to find cycles in the array

    • Count the number of swaps needed to fix each cycle

    • Add up the swaps needed for all cycles to get the total minimum swaps

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn About a PL clearly and Do more of DSA.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Sql related questions were asked
  • Q2. Manual testing questions were asked
  • Q3. Joins questions
  • Q4. Where clause questions
  • Q5. Manual testing questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting of an array
  • Q2. Bubble sorting algorithm
Round 2 - Technical 

(1 Question)

  • Q1. Java oops question
Round 3 - Technical 

(1 Question)

  • Q1. API questions related to put and patch api
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

30 mins interview. Asked about resume, APIs, Stack DSA question and one Sorting algorithm question.

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

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Collection all concept, core java, solid principles
Round 2 - Coding Test 

Sort an array and couple of stream api and project structure.

Round 3 - Behavioral 

(1 Question)

  • Q1. Agile methodology, Restful Apis

Acuvate Software Interview FAQs

How many rounds are there in Acuvate Software Software Engineer interview?
Acuvate Software interview process usually has 1-2 rounds. The most common rounds in the Acuvate Software interview process are Aptitude Test, Technical and HR.
How to prepare for Acuvate Software 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 Acuvate Software. The most common topics and skills that interviewers at Acuvate Software expect are Microsoft Technologies and SQL.
What are the top questions asked in Acuvate Software Software Engineer interview?

Some of the top questions asked at the Acuvate Software Software Engineer interview -

  1. Gd,programming questions, technical questio...read more
  2. Mainly on analytical skil...read more

Tell us how to improve this page.

Acuvate Software Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Acuvate Software Software Engineer Salary
based on 328 salaries
₹2.3 L/yr - ₹7.5 L/yr
58% less than the average Software Engineer Salary in India
View more details

Acuvate Software Software Engineer Reviews and Ratings

based on 45 reviews

2.8/5

Rating in categories

3.6

Skill development

2.8

Work-life balance

2.6

Salary

2.5

Job security

3.0

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 45 Reviews and Ratings
Software Engineer
328 salaries
unlock blur

₹2.3 L/yr - ₹7.5 L/yr

Senior Software Engineer
80 salaries
unlock blur

₹5.5 L/yr - ₹16 L/yr

Software Developer
63 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Software Engineer Trainee
19 salaries
unlock blur

₹2.4 L/yr - ₹3.5 L/yr

System Analyst
14 salaries
unlock blur

₹10.8 L/yr - ₹17.9 L/yr

Explore more salaries
Compare Acuvate Software with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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