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 Software Developer Interview Questions and Answers

Updated 14 May 2024

Viasat Software Developer Interview Experiences

2 interviews found

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

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at Gokaraju Rangaraju Institute of Engineering and Technology, Hyderabad and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mathematics and patterns

Round 2 - Coding Test 

Data structures and Algorithms

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. OOPS concepts in java
  • Q2. What the interface
  • Q3. What is advantageof java
  • Q4. What is differentjava and xlc++
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Reverse a linked list.
  • Q2. Merge sort on a array/
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is method overloading and overriding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs in a subclass when a method has the same name, return type, and parameters as ...

  • Answered by AI
  • Q2. Program to swap two variables without using third
  • Ans. 

    Swapping two variables without using a third variable

    • Use XOR operation to swap two variables without using a third variable

    • Example: a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why you want to join this organization
  • Ans. 

    I am impressed by the organization's innovative projects and collaborative work culture.

    • Impressed by innovative projects

    • Attracted to collaborative work culture

    • Excited about potential for growth and learning opportunities

  • Answered by AI
  • Q2. What is your weakness and strength
  • Ans. 

    My weakness is overthinking and my strength is attention to detail.

    • Weakness: tend to overthink situations, which can lead to indecision or unnecessary stress

    • Strength: strong attention to detail, ensuring accuracy and quality in my work

    • Example: I sometimes spend too much time analyzing a problem before taking action, but I have learned to set deadlines for myself to prevent this from affecting my productivity

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the things that u do when your what app screen is blank
  • Ans. 

    I would check for internet connection, restart the app, clear cache, and update the app.

    • Check internet connection

    • Restart the app

    • Clear cache

    • Update the app

  • Answered by AI
  • Q2. Simple python code

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with basics and resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Madras Christian College, Chennai and was interviewed in Oct 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Test had 2 sections..first section had 3 subsections with quants,verbal and logicals.2nd section is an English writing skill round where they give u a topic and u have to write ur views on it more than 200 words

Round 2 - Group Discussion 

Gd has the basic rules..they give a topic and u have to discuss on that

Round 3 - Technical 

(1 Question)

  • Q1. Hr asks you questions on your project,the programming language ur strong in and may be few code solving questions
Round 4 - HR 

(1 Question)

  • Q1. HR round tests your flexibility and adaptability skills.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with your answers. Make yourself comfortable before sitting for any of the rounds. Build a good rapport with your hr. If you don't know the answer be open..Say you don't know and you will learn in later. All the best!
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about you teaching assistant experience in your university
  • Q2. Teaching basic programming courses

Interview Preparation Tips

Round: Test
Experience: Firstly CGPA cut off was there of 7.00. Then Written Test (Aptitude, Quantitative, Verbal, Reasoning, Technical, 2 Programming questions) by Aspiring Minds. (around 65-75 students).
Written Test was of 126 mins and each section had specific amount of time and some minimum number of questions were compulsory to be attended in each section.
Approximately 1 question had 1 min 15 seconds time. Time limit was there for each section and not for each question. Programming section had 45 mins - 2 questions(not very tough, different questions for all but moderate level only).

General Tips: Be prepared with at least one question to be asked to the interviewer at the end. Highlight networks and if you are interested to work in networks then express that to them.
It was overall a good experience. I was the first to be interviewed and unlike other companies HR and technical interview was held for all the candidates one after the other only and people didn't had to wait whole day for interview to happen. Interview was short i.e around 15-20 mins for each candidate in HR as well as Technical.In HR be prepared for why you want to join ALCATEL? (with a different answer, not a regular one).
Skill Tips: Subject books for Network, OS(Wiley Publication), DBMS etc.
Focus on Networks, OS, C/C++. Try to highlight your projects that you would had done in the field of Networks, Distributed Computing, Hadoop, Big Data. I was asked questions towards networks, about projects, Big Data. Difference between C++ and Java and Python. Which one is better, where, why, etc. Memory Leaks. How we get broadband in our home? I and some of my friends had technical interview and none of us were asked about linked list, tree, queues, Data Structures, but other technical interviewer was asking about them. Must read about the company before attending interview. Must attend PPT to know bout the company.
Skills:
College Name: NIT Surathkal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jan 2023. There were 4 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 - Technical 

(1 Question)

  • Q1. Technology related questions were asked.
Round 3 - Behavioral 

(1 Question)

  • Q1. More high level & project related
Round 4 - HR 

(1 Question)

  • Q1. Culture fitment & general discussion.

Viasat Interview FAQs

How many rounds are there in Viasat Software Developer interview?
Viasat interview process usually has 2-3 rounds. The most common rounds in the Viasat interview process are Coding Test, Aptitude Test and Technical.
What are the top questions asked in Viasat Software Developer interview?

Some of the top questions asked at the Viasat Software Developer interview -

  1. Round is about high level design and data structure questi...read more
  2. Round 1 is about basic questions on technol...read more

Tell us how to improve this page.

Viasat Software Developer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Viasat Software Developer Salary
based on 8 salaries
₹7 L/yr - ₹14.5 L/yr
55% more than the average Software Developer Salary in India
View more details

Viasat Software Developer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

3.0

Salary

1.0

Job security

4.0

Company culture

4.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Senior Software Engineer
38 salaries
unlock blur

₹13.5 L/yr - ₹31.5 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
12 salaries
unlock blur

₹10.2 L/yr - ₹20 L/yr

Explore more salaries
Compare Viasat with

Hughes Communications

3.6
Compare

Bharti Airtel

4.0
Compare

Tata Communications

4.0
Compare

Jio

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