Upload Button Icon Add office photos

Filter interviews by

Asite Solutions Associate Software Engineer Interview Questions and Answers

Updated 20 Oct 2023

Asite Solutions Associate Software Engineer Interview Experiences

1 interview found

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

I applied via Referral and was interviewed before Oct 2022. 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 - Aptitude Test 

Spring boot questions MCQ

Round 3 - HR 

(2 Questions)

  • Q1. Living location
  • Q2. Able to relocate?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare java features

Interview questions from similar companies

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

Please check aptitude question in google

Round 2 - Coding Test 

Related to Javascript

Round 3 - HR 

(1 Question)

  • Q1. Expectations and why do you want to join?
Round 4 - Group Discussion 

Discussion related to company

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

WRITE CODE FOR MERGE SORT and explain your code

Round 2 - One-on-one 

(1 Question)

  • Q1. Asked conceptual questions abouts OOPS concept
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic OOP questions for python programming language

Round 2 - HR 

(2 Questions)

  • Q1. What's abstraction
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.

    • Abstraction allows users to focus on what an object does instead of how it does it

    • It helps in reducing complexity and improving efficiency in software development

    • Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction

  • Answered by AI
  • Q2. What's the difference between SQL and NoSQL database
  • Ans. 

    SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.

    • SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.

    • SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.

    • SQL d...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, prev, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. Implement binary search algorithm
  • Ans. 

    Binary search algorithm efficiently finds the target value in a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index and compare the target value with the value at mid.

    • If target is less than mid value, update high to mid-1; if greater, update low to mid+1.

    • Repeat until target is found or low is greater than high.

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

(2 Questions)

  • Q1. Brief Introduction and basic questions
  • Q2. Future plans and how am i going to achieve them

Skills evaluated in this interview

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

2 DSA questions Both are from DP

Round 2 - Technical 

(2 Questions)

  • Q1. 2 Questions , 1 is DSA
  • Q2. Second question is Puzzle

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise DSA more and give more and more interviews.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Jul 2024.

Round 1 - Coding Test 

Create an API using Notepad to check if a string is a palindrome or not.

Round 2 - One-on-one 

(1 Question)

  • Q1. Solid principal

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join worst company
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at National Engineering College, Kovilpatti and was interviewed in Nov 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

The Online Aptitude test consists of Quantitative aptitude, Logical
reasoning and C-Programming Snippets to be answered in 60 minutes

Round 2 - Coding Test 

The Written Programming Assessment consists of 20 MCQ Questions
and 6 Core and Programming Questions to be answered in 120 minutes.

Round 3 - Technical 

(2 Questions)

  • Q1. Introduce yourself Projects Rate yourself in 1-10 in c programming Conditional statements Looping statements Printf and scanf Pre processor directives Switch case Swap using without third variable Sort the...
  • Q2. Commands in SQL Delete and truncate in SQL Drop in SQL Html format Ohms law Difference between microprocessor and microcontroller Analog signal and digital signal Do you have any questions with Infiniti
Round 4 - HR 

(1 Question)

  • Q1. Introduce yourself Family Background About projects Area of interest What is your weakness What is your long term goal What is array Tell about Infiniti Software Solutions Tell about your close friend
Round 5 - Batch Separation Round 

(1 Question)

  • Q1. 6 Logical Reasoning Questions 6 Programing Questions to be answered in 2hrs
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Application developement

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

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of CS fundamentals
  • Q2. Deep diving into projects and college curriculum
  • Ans. 

    I have experience deep diving into projects and college curriculum, gaining valuable skills and knowledge.

    • I have completed multiple projects during my college years, where I delved deep into the subject matter to understand it thoroughly.

    • I have a strong academic background in software development, which has equipped me with the necessary skills to analyze and comprehend complex topics.

    • I actively seek out opportunities ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. Family background and General QnA

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare everything from your resume
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn

Round 1 - Aptitude Test 

2 hour basic development aptitude question

Round 2 - HR 

(2 Questions)

  • Q1. Introduce your self
  • Q2. How should i hire you

Asite Solutions Interview FAQs

How many rounds are there in Asite Solutions Associate Software Engineer interview?
Asite Solutions interview process usually has 3 rounds. The most common rounds in the Asite Solutions interview process are Resume Shortlist, Aptitude Test and HR.

Tell us how to improve this page.

Asite Solutions Associate Software Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 48 Interviews
Autodesk Interview Questions
4.3
 • 39 Interviews
Winman Software Interview Questions
4.1
 • 28 Interviews
Fleetx.io Interview Questions
3.8
 • 27 Interviews
Trimble Interview Questions
4.2
 • 26 Interviews
ZIGRAM Interview Questions
3.9
 • 26 Interviews
View all
Asite Solutions Associate Software Engineer Salary
based on 11 salaries
₹6 L/yr - ₹9.3 L/yr
42% more than the average Associate Software Engineer Salary in India
View more details

Asite Solutions Associate Software Engineer Reviews and Ratings

based on 3 reviews

2.6/5

Rating in categories

1.4

Skill development

3.5

Work-life balance

3.1

Salary

1.4

Job security

3.3

Company culture

2.3

Promotions

2.3

Work satisfaction

Explore 3 Reviews and Ratings
Java Developer
21 salaries
unlock blur

₹4.9 L/yr - ₹28.1 L/yr

UI Developer
15 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Associate Software Engineer
11 salaries
unlock blur

₹6 L/yr - ₹9.3 L/yr

Software Engineer
10 salaries
unlock blur

₹7 L/yr - ₹21.8 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹9.8 L/yr - ₹17 L/yr

Explore more salaries
Compare Asite Solutions with

Aconex

4.1
Compare

Procore

2.1
Compare

Trimble

4.2
Compare

Autodesk

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