Intuit Software Engineer Coding & Algorithms Interview Questions
Practice the exact questions companies are asking right now.
4Questions
1Company
4 Questions 1 Company
Showing 4 results
Intuit
Medium
Software EngineerSum palindrome-change costs over all substrings
You are given a DNA string dna consisting only of characters A, C, G, T. For any substring dna[l..r], define its palindrome modification cost as the m...
Coding & Algorithms
0
0
Oct 13, 2025
Intuit
Medium
Software EngineerFind largest filename from ls -l output
You are given a multi-line string (via stdin) that represents the output of ls -l, with one entry per line. Each file line follows the typical ls -l f...
Coding & Algorithms
0
0
Oct 13, 2025
Intuit
Medium
Software EngineerSolve word segmentation and React palindrome validation
Part A — String segmentation: Given a non-empty string s and a dictionary of valid words, design an algorithm to determine whether s can be segmented ...
Coding & Algorithms
0
0
Sep 6, 2025
Intuit
Medium
Software EngineerImplement LRU, Extend to LFU, Analyze Complexity
Implement an in-memory Least Recently Used (LRU) cache with capacity N that supports get(key) -> value and put(key, value). Achieve O( 1) average time...
Coding & Algorithms
0
0
Sep 6, 2025