Problem database last updated: June 20, 2025

VVerily logo

Verily Coding Interview Questions

11 problems · 1 Easy, 9 Medium, 1 Hard · Ranked #136 of 458

Difficulty breakdown

1 Easy

9% · avg 23%

9 Medium

82% · avg 59%

1 Hard

9% · avg 18%

Top topics

array
90.9%1.6x
hash-table
63.6%2.8x
sorting
45.5%3.1x
math
36.4%2.9x
string
36.4%
dynamic-programming
27.3%

Interview profile

Based on 11 reported problems, Verily interviews are in line with industry averages - 9% Hard vs 18% overall. The majority (82%) 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, Verily puts unusual emphasis on geometry (18.2% of problems, 33.7x the industry average), greedy (27.3% of problems, 3.2x the industry average), sorting (45.5% of problems, 3.1x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are array (90.9%), hash-table (63.6%), sorting (45.5%), math (36.4%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 11 problems

Happy Number

Solve

Write an algorithm to determine if a number n is happy.

EasyVery Likely
hash-tablemathtwo-pointers

Jump Game

Solve

You are given an integer array nums. You are initially positioned at the array's first index, and each element in the array represents your maximum jump length...

MediumVery Likely
arraydynamic-programminggreedy

Find Original Array From Doubled Array

Solve

An integer array original is transformed into a doubled array changed by appending twice the value of every element in original, and then randomly shuffling the...

MediumVery Likely
arrayhash-tablegreedy

Kth Largest Element in an Array

Solve

Given an integer array nums and an integer k, return the kth largest element in the array.

MediumVery Likely
arraydivide-and-conquersorting

Group Anagrams

Solve

Given an array of strings strs, group the anagrams together. You can return the answer in any order.

MediumVery Likely
arrayhash-tablestring

Find All Possible Recipes from Given Supplies

Solve

You have information about n different recipes. You are given a string array recipes and a 2D string array ingredients. The ith recipe has the name recipes[i],...

MediumVery Likely
arrayhash-tablestring

Minimum Area Rectangle II

Solve

You are given an array of points in the X-Y plane points where points[i] = [xi, yi].

MediumVery Likely
arrayhash-tablemath

Longest String Chain

Solve

You are given an array of words where each word consists of lowercase English letters.

MediumVery Likely
arrayhash-tabletwo-pointers

Guess the Word

Solve

You are given an array of unique strings words where words[i] is six letters long. One word of words was chosen as a secret word.

HardVery Likely
arraymathstring

Video Stitching

Solve

You are given a series of video clips from a sporting event that lasted time seconds. These video clips can be overlapping with each other and have varying leng...

MediumVery Likely
arraydynamic-programminggreedy

Minimum Area Rectangle

Solve

You are given an array of points in the X-Y plane points where points[i] = [xi, yi].

MediumVery Likely
arrayhash-tablemath

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 Verily interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your Verily coding interview

Verily interviews focus heavily on array, hash-table, sorting 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. Verily 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 Verily ask in interviews?add

Verily has been reported to ask 11 distinct coding problems. The most common topics are array, hash-table, sorting. 1 are Easy difficulty, 9 are Medium, and 1 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are Verily coding interviews?add

Based on 11 reported problems, Verily interviews are in line with industry averages - 9% Hard vs 18% overall. 82% 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 Verily coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: array, hash-table, sorting. 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 Verily interview?

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

Simulate a Verily interview with AIarrow_forward