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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

The maximum score required to achieve is 50% out of 100.

Round 2 - Technical 

(2 Questions)

  • Q1. Can you describe your previous project?
  • Q2. Describe Mobile Testing and API Testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - My technician interview is progressing very well, as expected, and they will ask me multiple scenario-based questions on SQL databases, as well as on manual testing; however, they will not consider me for the HR round.
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test with aptitude based questions

Round 2 - Technical 

(2 Questions)

  • Q1. What is variable hoisting.
  • Ans. 

    Variable hoisting is a behavior in JavaScript where variable declarations are moved to the top of their scope during compilation.

    • Variable declarations are hoisted to the top of their function or global scope.

    • Only the declarations are hoisted, not the initializations.

    • This can lead to unexpected behavior if variables are accessed before they are declared.

  • Answered by AI
  • Q2. What is closures in js
  • Ans. 

    Closures in JavaScript allow functions to access variables from an outer function even after the outer function has finished executing.

    • Closures are created whenever a function is defined within another function.

    • Inner functions have access to the outer function's variables even after the outer function has returned.

    • Closures are commonly used to create private variables and functions in JavaScript.

    • Example: function outer...

  • Answered by AI

Skills evaluated in this interview

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

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 (ASSEMBLER, HLASM)

Hyderabad / Secunderabad,

Pune

+1

2-7 Yrs

Not Disclosed

Explore more jobs
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