Asked inInfosys,SDE

Longest Increasing Subsequence Problem Statement

Given an array of integers with 'N' elements, determine the length of the longest subsequence where each element is greater than the previous element. This subsequence must be in strictly increasing order.

Example:

Input:
N = 4
array = [1, 2, 3, 4]
Output:
4
Explanation:

The longest strictly increasing subsequence is the array itself, [1, 2, 3, 4], which has a length of 4.

Constraints:

  • 1 <= N <= 10^5
  • -10^5 <= element <= 10^5
  • Time Limit: 1 second
Note:

You do not need to print anything; it has already been taken care of. Just implement the given functions.

AnswerBot
4mo

Find the length of the longest strictly increasing subsequence in an array of integers.

  • Use dynamic programming to keep track of the longest increasing subsequence ending at each element.

  • Initialize an ...read more

Help your peers!
Select
Add answer anonymously...

Infosys SDE interview questions & answers

A SDE was asked 10mo agoQ. What is annotation in Spring Boot?
A SDE was asked Q. Count Inversions Problem Statement Given an integer array ARR of size N containi...read more
A SDE was asked Q. Boundary Traversal of Binary Tree Given a binary tree of integers, your task is ...read more

Popular interview questions of SDE

A SDE was asked 10mo agoQ1. What is annotation in Spring Boot?
A SDE was asked Q2. Count Inversions Problem Statement Given an integer array ARR of size N containi...read more
A SDE was asked Q3. Boundary Traversal of Binary Tree Given a binary tree of integers, your task is ...read more
Infosys SDE Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

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

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits