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
3.5

based on 41 Reviews

Filter interviews by

Viasat Softwaretest Engineer Interview Questions and Answers

Updated 20 Jan 2025

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Nov 2024. There were 8 interview rounds.

Round 1 - Aptitude Test 

Aptitude can be considered "talent", or "skill". Aptitude is inborn potential to perform certain kinds of activities, whether physical or mental, and whether developed or undeveloped.

Round 2 - Coding Test 

Coding tests are typically programming challenges that help technical recruiters test programming skills and competencies of a developer or programmer. A good coding test will measure a candidate's capacity for problem-solving skills and understanding of coding

Round 3 - Group Discussion 

Group discussion (GD) is a comprehensive technique to judge the suitability of an individual and his appropriateness for admission, scholarship, job, etc.

Round 4 - Assignment 

Assessment is the systematic basis for making inferences about the learning and development of students. It is the process of defining, selecting, designing, collecting, analyzing,

Round 5 - Case Study 

Case study, detailed description and assessment of a specific situation in the real world created for the purpose of deriving generalizations and other insights from it.

Round 6 - Technical 

(2 Questions)

  • Q1. What is technical?
  • Ans. 

    Technical refers to anything related to technology, machinery, or scientific knowledge.

    • Relating to technology or machinery

    • Involving scientific knowledge or skills

    • Concerned with practical application of knowledge

    • Examples: coding, testing software, troubleshooting hardware

  • Answered by AI
  • Q2. What are technical missings ?
  • Ans. 

    Technical missings refer to bugs or defects in the software code that cause unexpected behavior or errors.

    • Technical missings are issues in the code that lead to incorrect functionality.

    • They can include syntax errors, logic errors, or missing error handling.

    • Examples of technical missings include null pointer exceptions, infinite loops, and memory leaks.

  • Answered by AI
Round 7 - One-on-one 

(2 Questions)

  • Q1. How HR use? What is the full form of HR
  • Ans. 

    HR stands for Human Resources. HR is responsible for managing employee relations, recruitment, training, and other personnel-related tasks.

    • HR is used by organizations to manage their workforce and ensure compliance with labor laws.

    • HR departments handle tasks such as recruitment, onboarding, training, performance evaluations, and employee relations.

    • HR professionals also play a key role in developing and implementing com...

  • Answered by AI
  • Q2. What was HR can do ?
  • Ans. 

    HR can play a crucial role in recruitment, employee relations, training, and development.

    • Recruitment - HR can source, screen, and interview candidates for open positions.

    • Employee relations - HR can handle conflicts, provide support, and ensure a positive work environment.

    • Training and development - HR can organize training programs, workshops, and career development opportunities.

    • Policy implementation - HR can ensure co...

  • Answered by AI
Round 8 - System requirements 

(2 Questions)

  • Q1. How was system requirements r use?
  • Ans. 

    System requirements are used to define the functionalities, constraints, and quality attributes of a software system.

    • System requirements help in understanding what the software should do and how it should behave.

    • They serve as a basis for design, development, testing, and validation of the software.

    • Examples of system requirements include performance metrics, security features, user interface specifications, and compatib

  • Answered by AI
  • Q2. What is system requirements?
  • Ans. 

    System requirements are a detailed description of the functions and capabilities a system must have in order to meet the needs of its users.

    • System requirements outline the necessary features, functions, and capabilities of a software system.

    • They are typically documented in a requirements specification document.

    • System requirements help ensure that the software meets the needs and expectations of its users.

    • Examples of sy...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Engage with recruiters
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Queue question - create queue from array

Round 2 - HR 

(3 Questions)

  • Q1. Working structure preference
  • Q2. Salary preference
  • Q3. No more questions

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me about a project you worked with and what limitations you’ve had
  • Q2. What’s is microservices
  • Ans. 

    Microservices are a software development technique where applications are composed of small, independent services that communicate over well-defined APIs.

    • Microservices break down applications into smaller, loosely coupled services

    • Each service is responsible for a specific function and can be developed, deployed, and scaled independently

    • Communication between services is typically done through APIs

    • Examples include Netfli...

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions & Answers

Ericsson user image Ajinkya Surendra Kalse

posted on 17 Apr 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 2 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 

(3 Questions)

  • Q1. Tell about Yourself
  • Q2. Tell about your project
  • Q3. And Other Work Related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Work Hard
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
Easy
Process Duration
-
Result
No response

I applied via Campus Placement

Round 1 - Aptitude Test 

Easy-medium level and it included two coding questions and some technical questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. How are structures and classes stored?
  • Ans. 

    Structures and classes are stored in memory as a combination of data members and member functions.

    • Structures and classes are stored in memory as a combination of data members and member functions.

    • Data members of a structure or class are stored in contiguous memory locations.

    • Member functions of a class are stored separately in memory and are shared among all instances of the class.

    • Pointers to member functions are used t...

  • Answered by AI
  • Q2. What is final and finalize?
  • Ans. 

    final is a keyword in Java used to restrict inheritance, overriding, and modification. finalize is a method used for cleanup operations before an object is garbage collected.

    • final keyword is used to declare constants, prevent inheritance by marking a class as final, and prevent method overriding by marking a method as final

    • finalize method is called by the garbage collector before an object is destroyed

    • Example: final in...

  • Answered by AI

Skills evaluated in this interview

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

Questions were asked

Round 2 - Coding Test 

Dsa dp, graphs and many more questions from arrays and linked list were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - No
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Case Study 

Team work - how to participate, foster etc.

Round 2 - HR 

(2 Questions)

  • Q1. Ambition and how to work towards it
  • Q2. How to function in a team

Viasat Interview FAQs

How many rounds are there in Viasat Softwaretest Engineer interview?
Viasat interview process usually has 1 rounds. The most common rounds in the Viasat interview process are Technical.

Tell us how to improve this page.

Viasat Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Viasat Softwaretest Engineer Salary
based on 4 salaries
₹8 L/yr - ₹11.8 L/yr
65% more than the average Softwaretest Engineer Salary in India
View more details

Viasat Softwaretest Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 1 Review and Rating
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
25 salaries
unlock blur

₹18.1 L/yr - ₹45.2 L/yr

Senior Software Engineer 2
19 salaries
unlock blur

₹18.6 L/yr - ₹30 L/yr

Software Engineer III
11 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