Add office photos
Employer?
Claim Account for FREE

Optum

4.0
based on 4k Reviews
Filter interviews by

IQ Accencis Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. Shortest Path in Ninjaland

Ninjaland consists of ‘N’ states and ‘M’ paths. Each path connecting two states can either be a normal path or a special path, each with its unique length. Your task is to find the sh...read more

Add your answer

Q2. Minimum Direction Changes Problem Statement

Given a 2D grid with 'N' rows and 'M' columns, where each cell contains a character from the set { 'U', 'L', 'D', 'R' } indicating the allowed direction to move to a ...read more

Add your answer

Q3. N Queens Problem

Given an integer N, find all possible placements of N queens on an N x N chessboard such that no two queens threaten each other.

Explanation:

A queen can attack another queen if they are in the...read more

Add your answer

Q4. String Transformation Problem

Given a string (STR) of length N, you are tasked to create a new string through the following method:

Select the smallest character from the first K characters of STR, remove it fr...read more

Add your answer
Discover IQ Accencis interview dos and don'ts from real experiences

Q5. Find All Pairs Adding Up to Target

Given an array of integers ARR of length N and an integer Target, your task is to return all pairs of elements such that they add up to the Target.

Input:

The first line conta...read more
Add your answer

Q6. FInd the maximium capacity that a thief can thief can stole having W Knapsack capacity

Ans.

Find maximum capacity a thief can steal with W Knapsack capacity.

  • Use dynamic programming approach.

  • Sort items by their value-to-weight ratio.

  • Iterate through items and update maximum value that can be stolen.

Add your answer

Q7. Middle of the Linked list

Ans.

Finding the middle node of a linked list.

  • Traverse the linked list with two pointers, one moving twice as fast as the other.

  • When the fast pointer reaches the end, the slow pointer will be at the middle node.

  • If the linked list has even number of nodes, there will be two middle nodes.

  • In that case, choose either of the middle nodes as the result.

Add your answer

Q8. Reverse words in a sentence

Ans.

Reverse words in a sentence

  • Split the sentence into words

  • Reverse the order of the words

  • Join the words back into a sentence

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at IQ Accencis

based on 6 interviews
1 Interview rounds
Resume Shortlist Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Associate Software Engineer Interview Questions from Similar Companies

3.7
 • 60 Interview Questions
3.7
 • 26 Interview Questions
3.8
 • 25 Interview Questions
3.6
 • 19 Interview Questions
3.7
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

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

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter