Add office photos
Engaged Employer

Optum Global Solutions

4.0
based on 5.8k Reviews
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

Impex Solutions Interview Questions and Answers

Updated 29 Jun 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 Impex Solutions 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. How will you approach a problem which you are completely unaware of

Ans.

I would start by breaking down the problem, researching similar problems, seeking help from colleagues, and experimenting with different solutions.

  • Break down the problem into smaller components to understand it better

  • Research similar problems online or in relevant literature

  • Seek help from colleagues or mentors who may have experience with similar problems

  • Experiment with different solutions to see what works best

Add your answer

Q7. 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

Q8. 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

Q9. 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 Impex Solutions

based on 14 interviews
2 Interview rounds
Resume Shortlist Round
Technical 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.8
 • 157 Interview Questions
3.6
 • 19 Interview Questions
3.9
 • 18 Interview Questions
4.7
 • 15 Interview Questions
4.3
 • 14 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