Upload Button Icon Add office photos

Filter interviews by

ASUS Software Engineer Interview Questions and Answers

Updated 16 May 2024

ASUS Software Engineer Interview Experiences

2 interviews found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Two Sum and 3 Sum in Leetcode

Round 2 - Technical 

(1 Question)

  • Q1. System design for a load balancer
  • Ans. 

    A load balancer distributes incoming network traffic across multiple servers to ensure optimal resource utilization and prevent overload.

    • Identify the requirements for the load balancer (e.g. traffic volume, server capacity)

    • Choose a load balancing algorithm (e.g. round-robin, least connections)

    • Implement health checks to monitor server status and remove unhealthy servers from rotation

    • Consider scalability and redundancy f...

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Mar 2022. 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 - Coding Test 

A coding test is expected. 3-4 questions are asking on .net and MS SQL database. The nearest correct answer candidate gets selected for F2F round interview.

Round 3 - One-on-one 

(1 Question)

  • Q1. About you? Few question on validations, and you can expect situational based questions to answer.
Round 4 - HR 

(1 Question)

  • Q1. Why are leaving current organization? Current salary and expected salary
  • Ans. 

    I am leaving my current organization to pursue new challenges and opportunities. My expected salary is based on my experience and market value.

    • Seeking new challenges and growth opportunities

    • Exploring a different work environment

    • Looking for better career prospects

    • Expected salary based on experience and market value

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lie. your confidence, authenticity and politeness will help you to get selected.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Interview questions from similar companies

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

(2 Questions)

  • Q1. How to design apis
  • Ans. 

    Designing APIs involves defining endpoints, request/response formats, authentication, versioning, and documentation.

    • Define clear and consistent endpoints for different functionalities

    • Design request and response formats that are easy to understand and work with

    • Implement authentication mechanisms to secure the API

    • Consider versioning to support backward compatibility

    • Provide comprehensive documentation for developers to ea

  • Answered by AI
  • Q2. How to structure databases for data collection
  • Ans. 

    Structure databases by identifying data entities, relationships, and attributes.

    • Identify data entities (e.g. customers, products) and their attributes

    • Define relationships between entities (e.g. one-to-many, many-to-many)

    • Normalize data to reduce redundancy and improve data integrity

    • Use primary keys to uniquely identify each record

    • Consider indexing for faster data retrieval

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

(2 Questions)

  • Q1. In detail questions related to the exp
  • Q2. In detail hr related question

Interview Preparation Tips

Interview preparation tips for other job seekers - please be confident be prepared

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is polymorphism?
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method from its parent class, exhibiting polymorphic b

  • Answered by AI
  • Q2. How abstraction is implemented?
  • Ans. 

    Abstraction is implemented in software engineering by hiding unnecessary details and exposing only relevant information.

    • Abstraction is achieved through the use of abstract classes and interfaces in object-oriented programming.

    • It allows developers to focus on the essential aspects of a concept without getting bogged down in implementation details.

    • For example, in a car simulation program, the Car class may have abstract ...

  • Answered by AI
  • Q3. What is the difference between abstraction and Interface?
  • Ans. 

    Abstraction is hiding the implementation details while Interface is a contract that defines the methods that a class must implement.

    • Abstraction focuses on hiding the internal implementation details of a class, allowing the user to only see the necessary details.

    • Interface defines a contract that specifies the methods a class must implement, without providing the implementation details.

    • Abstraction can be achieved through...

  • Answered by AI
Round 2 - Behavioral interview 

(1 Question)

  • Q1. What is your motivation when you are working on same project alone for long period?
  • Ans. 

    My motivation when working on a project alone for a long period is the satisfaction of seeing my hard work come to fruition.

    • Setting small achievable goals to keep myself motivated

    • Taking breaks to avoid burnout and maintain productivity

    • Seeking feedback from others to stay motivated and improve my work

    • Reminding myself of the end goal and the impact my project will have

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Software Engineers in this region.

    • Research the average salary range for Software Engineers in the specific region or industry

    • Consider your level of experience, skills, and qualifications when determining your salary expectation

    • Be prepared to negotiate based on the company's offer and benefits package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and give interview as many as possible
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts with DSA in java
  • Ans. 

    OOPS concepts in Java are principles like Inheritance, Encapsulation, Polymorphism, and Abstraction. DSA involves data structures and algorithms.

    • OOPS concepts in Java include Inheritance, where a class inherits properties and behaviors from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent cla...

  • Answered by AI
  • Q2. Questions related to resume projects and tech stacks used.
Round 2 - HR 

(1 Question)

  • Q1. Questions related to previous experiences in team oriented internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good basics of DSA and OOPS in JAVA

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked dsa based coding questions

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

Apti quest normal maths english

Round 2 - Coding Test 

Medium leetchode question

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

(4 Questions)

  • Q1. Why to join WD?
  • Ans. 

    WD offers exciting opportunities for growth and innovation in the software engineering field.

    • Opportunity to work on cutting-edge technologies

    • Collaborative and supportive work environment

    • Career development and growth opportunities

    • Strong company culture and values

    • Global presence and diverse projects

  • Answered by AI
  • Q2. Detect loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q3. What are different product of WD?
  • Ans. 

    WD offers a variety of products including external hard drives, internal hard drives, SSDs, and network attached storage devices.

    • External hard drives

    • Internal hard drives

    • SSDs

    • Network attached storage devices

  • Answered by AI
  • Q4. Do you want to ask any questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't know result yet

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was a coding round on techgig which i cleared

Round 2 - Technical 

(3 Questions)

  • Q1. I was invited to the technical round which was also online
  • Q2. I could not attend the online technical round
  • Q3. 2 questions on dsa
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Not Selected

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

Round 1 - Aptitude Test 

Easy to attempt and creak the test

Round 2 - Technical 

(1 Question)

  • Q1. About yourself, c basic questions, about your project
Round 3 - HR 

(1 Question)

  • Q1. About yourself, about company, about location

ASUS Interview FAQs

How many rounds are there in ASUS Software Engineer interview?
ASUS interview process usually has 3 rounds. The most common rounds in the ASUS interview process are Coding Test, Resume Shortlist and One-on-one Round.
What are the top questions asked in ASUS Software Engineer interview?

Some of the top questions asked at the ASUS Software Engineer interview -

  1. System design for a load balan...read more
  2. About you? Few question on validations, and you can expect situational based qu...read more

Tell us how to improve this page.

ASUS Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
ASUS Software Engineer Salary
based on 4 salaries
₹8.7 L/yr - ₹13 L/yr
23% more than the average Software Engineer Salary in India
View more details
Sales Executive
38 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Channel Sales Manager
19 salaries
unlock blur

₹4.7 L/yr - ₹14.3 L/yr

Territory Manager
10 salaries
unlock blur

₹7.5 L/yr - ₹10 L/yr

Channel Sales Executive
8 salaries
unlock blur

₹6 L/yr - ₹8.5 L/yr

Isp Promoter
8 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Explore more salaries
Compare ASUS with

Acer India

4.2
Compare

Dell

4.0
Compare

HP India

4.1
Compare

Lenovo

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