Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Actifio Software Engineer Interview Questions and Answers

Updated 19 Apr 2023

Actifio Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Python scripting
  • Q2. Shell Scripting
Round 3 - Technical 

(2 Questions)

  • Q1. Python Scripting
  • Q2. Shell Scripting

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before the interview

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: First round was a simple round which involved 10 multiple choice questions and 3 coding questions on hackerrank platform.

Round: Technical Interview
Experience: Mainly on topics like networks, data structures and algorithms, operating systems. The interviewers looked for people who have had prior experience in web development and asked questions regarding web development in depth too.
Tips: I recommend everyone to read the book titled, 'Cracking the Coding Interview' as it was helpful in my approach to an interview.

General Tips: The one major thing that would give you the edge in joining Myntra would definitely be exposure to web development. Since it is not a part of the curriculum , it's all the more important for you to familiarize yourself with web development. In fact, a few projects in the same field would put you in a very advantageous position to get the job.
Skill Tips: 1. Start your placement preparations well ahead, no point regretting later.
2. Keep a concise resume. Do not take your resume to several pages.
3. Do not neglect aptitude preparation. Many people do this mistake and end up not clearing the first round for several companies.
4. Be thorough with your basics across all subjects. (Do not neglect any subject, even they you may like a few and dislike the others.)
5. Keep in mind, the interviewers are really friendly and try to make sure that you're not nervous during the interview. All they want to do is to test you. Be confident and give it your best shot.
Skills:
College Name: NIT Surathkal
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Sort colours or the dutch flag problem
  • Ans. 

    The Dutch Flag problem involves sorting an array of strings with three possible values in a specific order.

    • Create three pointers to keep track of the boundaries of each color group

    • Iterate through the array and swap elements to group them in the correct order

    • Time complexity of O(n) can be achieved by a single pass through the array

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Rotate array leetcode question
  • Q2. Longest palindormic substring
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Use dynamic programming to solve this problem efficiently.

    • Iterate through the string and expand around each character to find the longest palindrome.

    • Consider both odd and even length palindromes.

    • Example: Input 'babad', Output 'aba' or 'bab'.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Print all the subsequences of a string
  • Ans. 

    Generate all possible subsequences of a given string.

    • Use recursion to generate all possible combinations of characters in the string.

    • At each step, include or exclude the current character to form subsequences.

    • Store each subsequence in an array of strings.

  • Answered by AI
  • Q2. Print longest substring with k unique values
  • Ans. 

    Find and print the longest substring with k unique characters in an array of strings.

    • Iterate through the array of strings and keep track of the longest substring with k unique characters.

    • Use a sliding window approach to efficiently find the longest substring.

    • Keep a hashmap to store the frequency of characters in the current window.

    • Update the window boundaries based on the number of unique characters.

    • Return the longest

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behaviour quesions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Rain water problem
  • Ans. 

    The rain water problem involves calculating the amount of rainwater that can be trapped between buildings or structures.

    • Calculate the maximum height of water that can be trapped at each position

    • Subtract the height of the building at each position to get the water level

    • Sum up the water levels at each position to get the total amount of trapped rainwater

  • Answered by AI
  • Q2. 2 sum problemjijo
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The written test consisted of two DS programs.

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour in testing problem solving and basic math

Round 2 - Coding Test 

Coding round with graph and tree questions

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

I appeared for an interview in Dec 2024.

Round 1 - Coding Test 

Two medium to hard-level questions and one hard question.

Round 2 - Coding Test 

3 medium level problems

Round 3 - Coding Test 

Two challenging problems were presented.

Round 4 - System design 

(1 Question)

  • Q1. Parking lot design
  • Ans. 

    Designing a parking lot involves considering factors like size, layout, capacity, accessibility, and efficiency.

    • Consider the size and layout of the parking lot to maximize space and ease of navigation.

    • Include designated spaces for different types of vehicles (e.g. compact cars, motorcycles, disabled parking).

    • Implement efficient traffic flow patterns to reduce congestion and improve overall user experience.

    • Incorporate f...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. About previous role and experience
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2022. 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 Resume tips
Round 2 - Coding Test 

Hacker rank aor direct interview

Round 3 - In 

(2 Questions)

  • Q1. Simple Oops question.
  • Q2. Basic programming theories and questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic knowledge of coding for freshers.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Nov 2024.

Round 1 - Coding Test 

I was asked questions about a doubly linked list, specifically regarding how to add songs to a playlist and play them from the start, end, or a specified ID. Additionally, I was required to delete a song and report on the total number of times each song was played overall and by each individual.

Contribute & help others!
anonymous
You can choose to be anonymous

Actifio Interview FAQs

How many rounds are there in Actifio Software Engineer interview?
Actifio interview process usually has 3 rounds. The most common rounds in the Actifio interview process are Technical and Resume Shortlist.
What are the top questions asked in Actifio Software Engineer interview?

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

  1. Python script...read more
  2. Shell Script...read more

Recently Viewed

SALARIES

Lifespan Biotech

DESIGNATION

LIST OF COMPANIES

Bharat Iron Syndicate

Overview

DESIGNATION

DESIGNATION

SALARIES

Fiem Industries

INTERVIEWS

Sangamam Power Projects

No Interviews

LIST OF COMPANIES

Allons Public School

Overview

LIST OF COMPANIES

Netflix

Locations

INTERVIEWS

RSWM

No Interviews

Tell us how to improve this page.

Actifio Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Actifio Software Engineer Salary
based on 8 salaries
₹4.5 L/yr - ₹12.9 L/yr
10% less than the average Software Engineer Salary in India
View more details
Senior Software Engineer
10 salaries
unlock blur

₹10.4 L/yr - ₹28 L/yr

Software Engineer
8 salaries
unlock blur

₹4.5 L/yr - ₹12.9 L/yr

Customer Success Engineer
7 salaries
unlock blur

₹10.5 L/yr - ₹20 L/yr

Data Analyst
4 salaries
unlock blur

₹5.8 L/yr - ₹14.9 L/yr

Engineer- Customer Support
3 salaries
unlock blur

₹8.3 L/yr - ₹15 L/yr

Explore more salaries
Compare Actifio with

Udaan

3.9
Compare

BigBasket

3.9
Compare

Swiggy

3.8
Compare

CARS24

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