Problem database last updated: June 20, 2025

IInfo Edge logo

Info Edge Coding Interview Questions

7 problems · 1 Easy, 5 Medium, 1 Hard · Ranked #187 of 458

Difficulty breakdown

1 Easy

14% · avg 23%

5 Medium

71% · avg 59%

1 Hard

14% · avg 18%

Top topics

array
71.4%
hash-table
42.9%1.9x
linked-list
14.3%2x
math
14.3%
number-theory
14.3%27.9x
counting
14.3%4.3x

Interview profile

Based on 7 reported problems, Info Edge interviews are in line with industry averages - 14% Hard vs 18% overall. The majority (71%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.

Compared to the industry average, Info Edge puts unusual emphasis on hash-table (42.9% of problems, 1.9x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are array (71.4%), hash-table (42.9%), linked-list (14.3%), math (14.3%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 7 problems

Find the Minimum and Maximum Number of Nodes Between Critical Points

Solve

A critical point in a linked list is defined as either a local maxima or a local minima.

MediumVery Likely
linked-list

Find The Maximum Factor Score Of Array

Solve

You are given an integer array nums. The factor score of an array is defined as the product of the LCM and GCD of all elements of that array. Return the maximum...

MediumVery Likely
arraymathnumber-theory

Count Almost Equal Pairs I

Solve

You are given an array nums consisting of positive integers. Two integers x and y are called almost equal if both integers can become equal after performing the...

MediumVery Likely
arrayhash-tablecounting

Two Out of Three

Solve

Given three integer arrays nums1, nums2, and nums3, return a distinct array containing all the values that are present in at least two out of the three arrays....

EasyVery Likely
arrayhash-tablebit-manipulation

Subrectangle Queries

Solve

Implement the class SubrectangleQueries which receives a rows x cols rectangle as a matrix of integers in the constructor and supports two methods:

MediumLikely
arraydesignmatrix

Bus Routes

Solve

You are given an array routes representing bus routes where routes[i] is a bus route that the ith bus repeats forever.

HardLikely
arrayhash-tablebreadth-first-search

Longest Palindromic Substring

Solve

Given a string s, return the longest palindromic substring in s.

MediumLikely
two-pointersstringdynamic-programming

How often are these problems asked?

Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Info Edge interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your Info Edge coding interview

Info Edge interviews focus heavily on array, hash-table, linked-list problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.

Beyond solving problems, practice explaining your approach. Info Edge interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.

Looking for more companies? Browse all 458 companies in our directory, or sharpen your fundamentals with our free data structure visualizers and AI-powered DSA tutor.

Frequently Asked Questions

What coding problems does Info Edge ask in interviews?add

Info Edge has been reported to ask 7 distinct coding problems. The most common topics are array, hash-table, linked-list. 1 are Easy difficulty, 5 are Medium, and 1 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are Info Edge coding interviews?add

Based on 7 reported problems, Info Edge interviews are in line with industry averages - 14% Hard vs 18% overall. 71% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.

How should I prepare for a Info Edge coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: array, hash-table, linked-list. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.

Other companies to explore

Ready to ace your Info Edge interview?

Simulate a real Info Edge coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.

Simulate a Info Edge interview with AIarrow_forward