Upload Button Icon Add office photos

Filter interviews by

ASENTECH Senior Software Developer Interview Questions, Process, and Tips

Updated 2 May 2024

ASENTECH Senior Software Developer Interview Experiences

1 interview found

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Normal question about c#,SQL,Juqery,Javascript,OOPS,Design pattern,Data injection,SQL profiler
  • Q2. What is SQL ?
  • Ans. 

    SQL is a domain-specific language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language.

    • It is used to communicate with databases to perform tasks such as querying data, updating data, and creating tables.

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE, and JOIN.

    • Example: SELECT * FROM customers WHERE city = 'New York';

  • Answered by AI
  • Q3. What isover loading and overriding method ?
  • Ans. 

    Overloading is when multiple methods have the same name but different parameters. Overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Overloading allows a class to have multiple methods with the same name but different parameters.

    • Overriding occurs when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • ...

  • Answered by AI
  • Q4. What is virtual method ?
  • Ans. 

    A virtual method is a method in a base class that can be overridden in a derived class.

    • Virtual methods allow for polymorphism in object-oriented programming.

    • They are declared using the 'virtual' keyword in the base class and can be overridden using the 'override' keyword in the derived class.

    • Virtual methods enable dynamic binding, where the method to be called is determined at runtime based on the actual type of the ob

  • Answered by AI
  • Q5. What static class in c# ?
  • Ans. 

    A static class in C# is a class that cannot be instantiated and is used to group related methods and properties.

    • Static classes are declared using the 'static' keyword.

    • Static classes cannot be instantiated or inherited.

    • Static classes are commonly used for utility classes that contain helper methods.

    • Example: 'Math' class in C# is a static class that contains mathematical functions like 'Math.Max()' and 'Math.Min()'.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Ask deep knowledge about c# and mvc

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. SOLID Principals 2. Design Patterns 3. Oops concepts 4. WPF Interview questions.
Round 2 - Technical 

(1 Question)

  • Q1. 1. Domain related questions 2. Managerial Round and Director round.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Mostly follow agile scrum methodology as work environment.
2. Very good work culture.
3. Currently working from home.

Interview Questionnaire 

1 Question

  • Q1. Mainframe related

Interview Questionnaire 

2 Questions

  • Q1. About AWS and Cloud related services.
  • Q2. NA

I applied via LinkedIn and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1) General C# and Sql Questions.. some concepts in more depth
  • Q2. Joins, Union, Linq, Collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Prepared with basic C# questions like delegates, generics, events, interfaces, static classes with some examples

Sql Questions like types of Joins, Subquery, Union, view, stored proc, identity, indexes with some examples

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Applied for QA position. Questions were asked based on capital market/banking domain along with testing fundamentals and some scenario based question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about domain and testing concepts.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

Timing was in the morning around 10 am. This round was conducted on Hackerrank and contained 2 coding questions of easy to medium level which varied for all the students taking the test. There were 20 MCQs from topics like Java, Operating Systems, Data structures, and SQL.
I also gave a test for this company last year during internships. At that time MCQs were based on aptitude and reasoning. Also at that time, there were 2 coding questions and timing was dividing according to sections.

  • Q1. 

    Nth Element Of Modified Fibonacci Series

    Given two integers X and Y as the first two numbers of a series, and an integer N, determine the Nth element of the series following the Fibonacci rule: f(x) = f(x...

  • Ans. 

    Calculate the Nth element of a modified Fibonacci series given the first two numbers and N, with the result modulo 10^9 + 7.

    • Implement a function to calculate the Nth element of the series using the Fibonacci rule f(x) = f(x - 1) + f(x - 2)

    • Return the answer modulo 10^9 + 7 due to the possibility of a very large result

    • The series starts with the first two numbers X and Y, and the position N in the series

  • Answered by AI
  • Q2. 

    Consonant Counting Problem Statement

    Given a string STR comprising uppercase and lowercase characters and spaces, your task is to count the number of consonants in the string.

    A consonant is defined as a...

  • Ans. 

    Count the number of consonants in a given string containing uppercase and lowercase characters and spaces.

    • Iterate through each character in the string and check if it is a consonant (not a vowel).

    • Keep a count of the consonants encountered while iterating through the string.

    • Return the total count of consonants at the end.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 Minutes
Round difficulty - Medium

This round was conducted on Cisco WebEx and the interviewer was very friendly. Firstly, we were asked briefly to introduce ourselves. Then he moved on to the CV and asked various questions about the projects, certifications, and internships mentioned. He asked about the implementation of a few features in some of the projects and also about the challenges I faced while doing the project and how I finally overcome the challenge. He also asked about various skills mentioned in the resume.

  • Q1. 

    Merge Two Sorted Linked Lists Problem Statement

    You are provided with two sorted linked lists. Your task is to merge them into a single sorted linked list and return the head of the combined linked list.

    ...
  • Ans. 

    Merge two sorted linked lists into a single sorted linked list with constant space complexity and linear time complexity.

    • Create a dummy node to start the merged list

    • Compare the values of the two linked lists and append the smaller value to the merged list

    • Move the pointer of the merged list and the pointer of the smaller value's linked list

    • Continue this process until one of the linked lists is fully traversed

    • Append the ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 Minutes
Round difficulty - Easy

This round started with my Introduction. Then he moved on to behavioral questions just to get an understanding of how we deal with situations and our thinking process.
 

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. B.R. Ambedkar National Institute of Technology. I applied for the job as Software Engineer in HyderabadEligibility criteriaAbove 7.5 CGPAOptum interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OOPS(C++ & Java) , DBMS, Operating Systems, Aptitude, Resume(Projects)Time required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do at least 2 good projects and make an attractive resume mentioning all your skills in the best possible way(Don't include any False commitments)
Tip 2 : Practice easy to medium level coding questions from geeks for geeks or Leetcode.
Tip 3 : Prepare everything mentioned in your resume properly including Java, SQL.

Application resume tips for other job seekers

Tip 1 : Include projects and experiences in detail.
Tip 2 : Make an eye-catching resume clearly mentioning all your skills including subjects like data structures, JAVA, SQL, etc. The database is a very important skill if you have its knowledge.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic questions related to skillset

I applied via Campus Placement and was interviewed before Oct 2021. 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 - Aptitude Test 

All aptitude topic is tested if practiced well will be able to crack it

Round 3 - Technical 

(1 Question)

  • Q1. From basic programming concepts the question were framed and pseudo codes where asked
Round 4 - HR 

(1 Question)

  • Q1. Tell about yourself and why you want to join here

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to learn and work. Had a good ambiance in office

Interview Questionnaire 

3 Questions

  • Q1. Basic questions on OOP, Android system
  • Q2. Design patterns in android system
  • Ans. 

    Design patterns are reusable solutions to common software problems. Android system uses various design patterns.

    • MVC (Model-View-Controller) pattern is used in Android to separate UI logic from business logic.

    • Singleton pattern is used to ensure only one instance of a class is created.

    • Observer pattern is used to notify changes in data to multiple components.

    • Builder pattern is used to simplify complex object creation.

    • Adap...

  • Answered by AI
  • Q3. Dependency injection, SOLID

Skills evaluated in this interview

ASENTECH Interview FAQs

How many rounds are there in ASENTECH Senior Software Developer interview?
ASENTECH interview process usually has 1 rounds. The most common rounds in the ASENTECH interview process are Technical.
What are the top questions asked in ASENTECH Senior Software Developer interview?

Some of the top questions asked at the ASENTECH Senior Software Developer interview -

  1. What isover loading and overriding metho...read more
  2. What static class in c...read more
  3. What is virtual metho...read more

Tell us how to improve this page.

ASENTECH Senior Software Developer Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
ASENTECH Senior Software Developer Salary
based on 4 salaries
₹13 L/yr - ₹15.5 L/yr
At par with the average Senior Software Developer Salary in India
View more details
Business Analyst
21 salaries
unlock blur

₹3.2 L/yr - ₹12 L/yr

Software Engineer
20 salaries
unlock blur

₹3.4 L/yr - ₹10 L/yr

Quality Analyst
20 salaries
unlock blur

₹3.2 L/yr - ₹9.1 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹6.2 L/yr - ₹14.4 L/yr

Technical Lead
14 salaries
unlock blur

₹9.9 L/yr - ₹19.3 L/yr

Explore more salaries
Compare ASENTECH with

Cognizant

3.7
Compare

Sutherland Global Services

3.6
Compare

Optum Global Solutions

4.0
Compare

Hexaware Technologies

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