Upload Button Icon Add office photos

Filter interviews by

ASG Technologies Senior Software Engineer Interview Questions and Answers

Updated 22 Feb 2020

ASG Technologies Senior Software Engineer Interview Experiences

1 interview found

I applied via Referral and was interviewed before Feb 2019. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. First round was a hacker rank test with 3 questions. One is related to performance issue, other two are logical.
  • Q2. Second round was basic java and spring questions.
  • Q3. Third round was trait round. Normal questions like how you work, how you manage your work with your life.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, Be strong on basics

Senior Software Engineer Jobs at ASG Technologies

View all

Interview questions from similar companies

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

(2 Questions)

  • Q1. Explain technical challenges you have come across and how did you overcome it?
  • Ans. 

    I faced a technical challenge while implementing a complex algorithm for real-time data processing.

    • Identified the bottleneck in the algorithm by profiling the code

    • Optimized the algorithm by implementing data structures and algorithms with lower time complexity

    • Tested the optimized solution thoroughly to ensure correctness and performance

    • Collaborated with team members to brainstorm alternative approaches

  • Answered by AI
  • Q2. Explain the main feature of JavaScript frameworks
  • Ans. 

    JavaScript frameworks provide pre-written code to simplify and speed up web development.

    • Helps in organizing code and improving code quality

    • Provides reusable components for faster development

    • Offers built-in features like routing, state management, and data binding

    • Examples: React, Angular, Vue

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Machine coding: Design in-memory document search
Round 2 - Technical 

(1 Question)

  • Q1. HLD: Design a ad-click aggregation service
  • Ans. 

    Design an ad-click aggregation service for tracking and analyzing ad clicks.

    • Use a distributed system to handle high volume of ad click data

    • Implement real-time processing for immediate insights on ad performance

    • Utilize a database to store aggregated ad click data for reporting and analysis

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Two simple coding questions were asked.

Round 2 - Coding Test 

One multithreading questions was asked and few theoretical questions.

Round 3 - Technical 

(3 Questions)

  • Q1. Few code snippets were provided on OOPs and result was asked.
  • Q2. Sql query was asked.
  • Q3. Two more rounds are still left

Interview Preparation Tips

Topics to prepare for Wissen Technology Senior Software Engineer interview:
  • Core Java
  • Spring
  • Multithreading
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic Java and Android and kotline
Round 2 - One-on-one 

(1 Question)

  • Q1. Related to Version control
Round 3 - HR 

(1 Question)

  • Q1. Basic policy and immediate joining related
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Trees, Arrays, DP, Graphs, Leetcode Questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. Personal Projects
  • Q2. System design interview, HP Products
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Find the duplicates in an array.
  • Ans. 

    Find duplicates in an array of strings.

    • Iterate through the array and store each element in a hash set.

    • If an element is already in the hash set, it is a duplicate.

    • Return a list of all duplicates found.

  • Answered by AI
  • Q2. Delete a node from Linked
  • Ans. 

    To delete a node from a Linked List, update the pointers of the previous node to skip the node to be deleted.

    • Set the next pointer of the previous node to skip the node to be deleted

    • Update the next pointer of the node before deletion to point to the node after deletion

    • Free the memory of the node to be deleted

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about what is completable future
  • Ans. 

    CompletableFuture is a class introduced in Java 8 to represent a future result of an asynchronous computation.

    • CompletableFuture can be used to perform tasks asynchronously and then combine their results.

    • It supports chaining of multiple asynchronous operations.

    • It provides methods like thenApply, thenCompose, thenCombine, etc. for combining results.

    • Example: CompletableFuture future = CompletableFuture.supplyAsync(() -> 1

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Oops concept, solid principles
Round 2 - Technical 

(1 Question)

  • Q1. Angular. oops, c#
Round 3 - Technical 

(1 Question)

  • Q1. Programs, oops, azure
Round 4 - HR 

(1 Question)

  • Q1. About company, Package negotiation, notice period
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2023. 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 - Call discussion 

(1 Question)

  • Q1. Basic JavaScript-based questions which we can find by searching JavaScript interview questions on Google. A Quick QnA session via a call where I was not asked to ask any questions to the interviewer
Round 3 - Technical 

(2 Questions)

  • Q1. Normal discussion on JavaScript and ReactJs. One coding challenge where given an array ["abc", "Silent", "Code"]. Find the matching element when the user input is "bca". It should match "abc".
  • Q2. Solved it by looping through each element first. Split the string into an array to get access to each character. Using the .every() method checks whether each character of the string is present inside the ...
  • Ans. 

    The question asks about using .every() and .includes() methods to check if each character of a string is present in another string.

    • Loop through each element of the string

    • Split the string into an array to access each character

    • Use .every() method to check if each character is present in the user string

    • Use .includes() method to check if the character is present

  • Answered by AI

Interview Preparation Tips

Topics to prepare for NeoSOFT Senior Software Engineer interview:
  • Javascript
  • React.Js
  • CSS3

Skills evaluated in this interview

ASG Technologies Interview FAQs

How to prepare for ASG Technologies Senior Software Engineer interview?
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 ASG Technologies. The most common topics and skills that interviewers at ASG Technologies expect are Software Design, Software Quality Assurance, Quality Assurance Engineering, Operating Systems and Data Structures.
What are the top questions asked in ASG Technologies Senior Software Engineer interview?

Some of the top questions asked at the ASG Technologies Senior Software Engineer interview -

  1. Third round was trait round. Normal questions like how you work, how you manage...read more
  2. First round was a hacker rank test with 3 questions. One is related to performa...read more
  3. Second round was basic java and spring questio...read more

Tell us how to improve this page.

ASG Technologies Senior Software Engineer Salary
based on 29 salaries
₹16.8 L/yr - ₹27.3 L/yr
37% more than the average Senior Software Engineer Salary in India
View more details

ASG Technologies Senior Software Engineer Reviews and Ratings

based on 3 reviews

2.0/5

Rating in categories

2.2

Skill development

2.2

Work-life balance

2.2

Salary

2.6

Job security

1.8

Company culture

2.2

Promotions

2.2

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
29 salaries
unlock blur

₹16.8 L/yr - ₹27.3 L/yr

Software Engineer
27 salaries
unlock blur

₹9 L/yr - ₹25.3 L/yr

Associate Software Engineer
13 salaries
unlock blur

₹5.8 L/yr - ₹10 L/yr

Senior Quality Analyst
13 salaries
unlock blur

₹11 L/yr - ₹17.4 L/yr

Principal Software Engineer
11 salaries
unlock blur

₹26 L/yr - ₹36.5 L/yr

Explore more salaries
Compare ASG Technologies with

IBM

4.0
Compare

Oracle

3.7
Compare

SAP

4.2
Compare

Microsoft Corporation

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