Viasat Inc. Software Engineer Interview Questions + Guide in 2025

Overview

Getting ready for an Software Engineer interview at Viasat? The Viasat Software Engineer interview span across 10 to 12 different question topics. In preparing for the interview:

  • Know what skills are necessary for Viasat Software Engineer roles.
  • Gain insights into the Software Engineer interview process at Viasat.
  • Practice real Viasat Software Engineer interview questions.

Interview Query regularly analyzes interview experience data, and we've used that data to produce this guide, with sample interview questions and an overview of the Viasat Software Engineer interview.

Viasat Software Engineer Salary

$104,452

Average Base Salary

$18,438

Average Total Compensation

Min: $60K
Max: $173K
Base Salary
Median: $95K
Mean (Average): $104K
Data points: 526

View the full Software Engineer at Viasat Inc. salary guide

Challenge

Check your skills...
How prepared are you for working as a Software Engineer at Viasat Inc.?

Viasat Software Engineer Interview Process

Typically, interviews at Viasat vary by role and team, but commonly Software Engineer interviews follow a fairly standardized process across these question topics.

Click or hover over a slice to explore questions for that topic.
Data Structures & Algorithms
(176)
SQL
(157)
Data Modeling
(30)
Behavioral
(14)
Machine Learning
(12)

We've gathered this data from parsing thousands of interview experiences sourced from members.

Viasat Software Engineer Interview Questions

Practice for the Viasat Software Engineer interview with these recently asked interview questions.

QuestionTopicDifficulty
Data Structures & Algorithms
Hard

Consider a trip from one city to another that may contain many layovers. Given the list of flights out of order, each with a starting city and end city, write a function plan_trip to reconstruct the path of the trip so the trip tickets are in order.

Example:

For a trip from Bombay to Beijing:

Input:

flights = [
    ['Chennai', 'Bangalore'], 
    ['Bombay', 'Delhi'], 
    ['Goa', 'Chennai'], 
    ['Delhi', 'Goa'], 
    ['Bangalore', 'Beijing']
]
output = [
    ['Bombay', 'Delhi'], 
    ['Delhi', 'Goa'], 
    ['Goa', 'Chennai'], 
    ['Chennai', 'Bangalore'], 
    ['Bangalore', 'Beijing'],
]
Data Structures & Algorithms
Medium
Data Structures & Algorithms
Easy
Loading pricing options

View all Viasat Inc. Software Engineer questions

Viasat Software Engineer Jobs

Senior Onboard Infrastructure Software Engineer
Consulting/Principal Software Engineer (Python)
Senior Software Engineer
Software Engineer
Senior Software Engineer - Channel Processing
Software Engineer
Staff Software Engineer
Data Engineer
Software Engineer (Python)
Software Engineer (Fremont)

Discussion & Interview Experiences

?
There are no comments yet. Start the conversation by leaving a comment.