Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Viasat Team. If you also belong to the team, you can get access from here

Viasat Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Viasat Interview Questions and Answers for Experienced

Updated 20 Jan 2025

Viasat Interview Experiences for Experienced

Popular Designations

6 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Linked list and remote loop
  • Q2. Design questions

Senior Engineering Manager Interview Questions asked at other Companies

Q1. How do you ensure a payment does get credited to wrong employee account?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Round 1 is about basic questions on technology
Round 2 - One-on-one 

(1 Question)

  • Q1. Round is about high level design and data structure questions
Round 3 - Coding Test 

It involves 2 problem solving logical questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

General aptitude questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions based on resume
Round 3 - One-on-one 

(1 Question)

  • Q1. More based on resume but from managers

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (220)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I appeared for an interview before Dec 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. OS and design related
Round 3 - Coding Test 

Data structure and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a mix of data structure and aptitude

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Viasat interview questions for popular designations

 Technical Lead

 (2)

 Software Developer

 (2)

 Python Developer

 (1)

 Senior Engineering Manager

 (1)

 Software Engineer

 (1)

 SSE

 (1)

 Software Development Engineer

 (1)

 Senior Lab Technician

 (1)

Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2022

I applied via LinkedIn and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Profile related questions
  • Q2. Job description and its roles and responsibilities
Round 3 - Technical 

(1 Question)

  • Q1. Fixed asset related accouting questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so great company, wait for better options

I applied via Naukri.com and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Python coding on Map and filter functions

Round 2 - Technical 

(1 Question)

  • Q1. About Network orchestration and L2/L3 questions

Interview Preparation Tips

Topics to prepare for Viasat Technical Lead interview:
  • Python
Interview preparation tips for other job seekers - To be strong in programming and Network skills

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Jobs at Viasat

View all

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. The questions primarily started with discussion on my internships and minor project
  • Q2. Many questions were asked about OOPs concepts like virtual function, multiple inheritance, function overloading etc you are supposed to define and implement all of them on paper
  • Q3. I was asked about my favorite subject, opted computer networks. So, was asked about computer networks basics like ISO OSI, virtual LANs, QoS, AdHoc networks, WiiMax and Wifi

Interview Preparation Tips

Round: Technical Interview
Experience: Technical continues for about 35 minutes, the questions primarily started with discussion on my internships and minor project.
Many questions were asked about OOPs concepts like virtual function, multiple inheritance, function overloading etc you are supposed to define and implement all of them on paper.
I was asked about my favorite subject, opted computer networks. So, was asked about computer networks basics like ISO OSI, virtual LANs, QoS, AdHoc networks, WiiMax and Wifi.

Round: HR Interview
Experience: I was primarily asked about my family background, likes, hobbies etc

College Name: NA

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. It's was my first job in Ericsson question being asked were linux basic nothing much

Interview Preparation Tips

Interview preparation tips for other job seekers - Well we should have good knowledge on linux python, perl, shell scripting

Interview Questionnaire 

7 Questions

  • Q1. Array sorting – Bubble sort and its complexity?
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

    • Bubble sort has a worst-case and average complexity of O(n^2), where n is the number of items being sorted.

    • It is not efficient for large lists and is generally used for educational purposes.

    • Example: Sorting an array of strings in alphabetical order using bubble sort.

  • Answered by AI
  • Q2. Various storage classes in C? Difference between auto, static?
  • Ans. 

    Auto and static are two storage classes in C. Auto variables are local to a function while static variables retain their value between function calls.

    • Auto variables are created when a function is called and destroyed when the function ends

    • Static variables are initialized only once and retain their value between function calls

    • Auto variables have garbage value if not initialized while static variables are initialized to

  • Answered by AI
  • Q3. Questions on Pointers, memory management, scope of variables, etc were asked
  • Q4. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and adaptability. My weaknesses include public speaking and impatience.

    • Strengths: problem-solving, attention to detail, adaptability

    • Weaknesses: public speaking, impatience

  • Answered by AI
  • Q5. Where do you see yourself 5 years from now?
  • Ans. 

    In 5 years, I see myself as a senior software developer leading a team of developers to create innovative solutions.

    • Leading a team of developers to create innovative solutions

    • Continuing to learn and stay up-to-date with the latest technologies

    • Contributing to the growth and success of the company

    • Mentoring and coaching junior developers

    • Taking on more responsibilities and challenges

  • Answered by AI
  • Q6. What are your interests?
  • Ans. 

    I am interested in exploring new technologies and learning new programming languages.

    • Exploring new technologies

    • Learning new programming languages

    • Attending tech conferences and meetups

    • Contributing to open source projects

  • Answered by AI
  • Q7. Are you ready to relocate?
  • Ans. 

    Yes, I am open to relocation for the right opportunity.

    • I am willing to relocate for the right job opportunity

    • I am open to exploring new cities and cultures

    • I am willing to consider relocation assistance

    • I am excited about the prospect of working in a new environment

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: The written test had 75 questions and we were allotted 80 minutes for the same.There were four sections: Verbal, Analytical, Attention to Detail and Technical (C and Data Structures).First, there was the verbal section. Basically, questions on articles, synonyms and antonyms were asked. Two passages were also given and related questions were asked. The analytical section included questions from quant (set theory, data sufficiency, cubes,etc.) and Logical Reasoning.
The third section was the easiest and did not require any special preparation. From a group of patterns, we had to determine if they were alike or different.
The fourth was the technical section and had 5 questions each from C and DS. This was the toughest section.Time management is absolutely important. There were sectional cutoffs and so we had to clear each section.

Round: Technical Interview
Experience: It was the PI round. First, we had the technical interview. Various questions on C and Data Structures were asked.Next, we had the HR interview. Here, the usual questions were asked. Some of them were:

Round: HR Interview
Experience: Also, questions from what I had written in my CV were asked.On the whole, the interview went quite well. And finally, I was selected.

Skills: Algorithm, C, C++
College Name: NIT PATNA

Skills evaluated in this interview

Interview Questionnaire 

8 Questions

  • Q1. Basic coding question from C, Data Structures and DBMS
  • Q2. Questions from java and C++ (as it was mentioned in the resume)
  • Q3. The main point of concentration was projects and training
  • Q4. Some people were also asked questions related to data communication and basic electronics
  • Q5. Questions like ‘Tell me about yourself’. (Try to create a good impression)
  • Q6. Questions on your personality. Show confidence while answering. The HR might try to oppose what you say and see how you react
  • Q7. Standard puzzles?
  • Q8. Questions like, ‘Why do you want to join Verizon?’, ‘Why should we hire you?’

Interview Preparation Tips

Round: Test
Experience: Consisted of Quantitative aptitude, Logical reasoning, Data Interpretation and English.(Time management is important)

Skills: C, C++, Data structure, Algorithm
College Name: na

Viasat Interview FAQs

How many rounds are there in Viasat interview for experienced candidates?
Viasat interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Viasat interview process for experienced candidates are Technical, Coding Test and One-on-one Round.
How to prepare for Viasat interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Viasat. The most common topics and skills that interviewers at Viasat expect are Python, Computer science, C++, Networking and SQL.
What are the top questions asked in Viasat interview for experienced candidates?

Some of the top questions asked at the Viasat interview for experienced candidates -

  1. Regex, Models in Django, Flask and FastAPI. Questions from my resu...read more
  2. Round is about high level design and data structure questi...read more
  3. About Network orchestration and L2/L3 questi...read more

Tell us how to improve this page.

Viasat Interview Process for Experienced

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Ericsson Interview Questions
4.1
 • 416 Interviews
Nokia Interview Questions
4.1
 • 268 Interviews
BT Group Interview Questions
3.9
 • 184 Interviews
Verizon Interview Questions
4.1
 • 111 Interviews
AT&T Interview Questions
4.1
 • 53 Interviews
Telstra Interview Questions
4.0
 • 49 Interviews
Ciena Interview Questions
4.2
 • 39 Interviews
ZTE Corporation Interview Questions
4.0
 • 19 Interviews
PEARCE SERVICES Interview Questions
3.2
 • 16 Interviews
View all

Viasat Reviews and Ratings

based on 44 reviews

3.6/5

Rating in categories

3.0

Skill development

4.2

Work-life balance

3.6

Salary

2.8

Job security

3.6

Company culture

3.0

Promotions

3.3

Work satisfaction

Explore 44 Reviews and Ratings
Senior Software Engineer (Python, Java/Clojure AND AWS)

Hyderabad / Secunderabad,

Chennai

7-12 Yrs

₹ 27.5-32.5 LPA

Senior Software Engineer (Python, Clojure)

Chennai

5-9 Yrs

₹ 22.7-26 LPA

Senior Software Engineer ( Java, Clojure )

Chennai

5-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
39 salaries
unlock blur

₹13.5 L/yr - ₹31 L/yr

Software Engineer
38 salaries
unlock blur

₹6 L/yr - ₹19 L/yr

Technical Lead
26 salaries
unlock blur

₹18.1 L/yr - ₹51 L/yr

Senior Software Engineer 2
20 salaries
unlock blur

₹19.7 L/yr - ₹34 L/yr

Software Engineer III
20 salaries
unlock blur

₹10.2 L/yr - ₹30 L/yr

Explore more salaries
Compare Viasat with

Ericsson

4.1
Compare

Nokia

4.1
Compare

Huawei Technologies

4.0
Compare

BT Group

3.9
Compare
Did you find this page helpful?
Yes No
write
Share an Interview