Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by ABM Knowledgeware Team. If you also belong to the team, you can get access from here

ABM Knowledgeware Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ABM Knowledgeware Software Developer Interview Questions and Answers

Updated 3 Dec 2024

ABM Knowledgeware Software Developer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. Net core architecture and features
  • Q2. API structure and implementation
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Face to Face 

(2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

I was asked 2 coding questions, questions from my projects and questions related to different java concepts. One question from cloud computing was also asked.

  • Q1. 

    Maximum Subarray Sum Problem Statement

    Given an array arr of length N consisting of integers, find the sum of the subarray (including empty subarray) with the maximum sum among all subarrays.

    Explanation...

  • Ans. 

    Find the sum of the subarray with the maximum sum among all subarrays in a given array.

    • Iterate through the array and keep track of the current sum and maximum sum seen so far.

    • If the current sum becomes negative, reset it to 0 as it won't contribute to the maximum sum.

    • Return the maximum sum as the result.

    • Example: For input arr = [-2, 1, -3, 4, -1], the maximum subarray sum is 4.

  • Answered by AI
  • Q2. 

    Add Two Numbers as Linked Lists

    You are given two singly linked lists, where each list represents a positive number without any leading zeros.

    Your task is to add these two numbers and return the sum as ...

  • Ans. 

    Add two numbers represented as linked lists and return the sum as a linked list.

    • Traverse both linked lists simultaneously while keeping track of carry

    • Create a new linked list to store the sum

    • Handle cases where one list is longer than the other

    • Consider edge cases like carry at the end of addition

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was a normal discussion about the role, the job expectations and about the company culture.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as SDE - 1 in DelhiEligibility criteriaAbove 8 CGPANewgen Software interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, System Design, OOPS, Dynamic Programming, AptitudeTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Do at-least 200+ dsa problems from various topics.
Tip 2 : Make 2-3 projects and be well versed with their functionality.
Tip 3 : Practice aptitude questions and time yourself while doing the questions.

Application resume tips for other job seekers

Tip 1: Keep your resume short, try to make it one pager only.
Tip 2: Mention only position specific projects, and if you have got a good academic score mention it on top.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Basics on java

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on the basics on which you are working or learned and the profile they have offered. Be brave and don't be get scared by seeing the interviewer and the way he asking questions.

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ oops concepts,virtual table inheritance,socket programming
  • Q2. Prepare for above asked topics
  • Q3. What is circular linklist ?
  • Ans. 

    A circular linked list is a linked list where the last node points to the first node.

    • It is a data structure where each node points to the next node and the last node points to the first node.

    • It can be used to implement a round-robin scheduling algorithm.

    • Traversal of a circular linked list requires a condition to stop the traversal, such as reaching the starting node again.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - c++,multi threading, oops concept,socket programming

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Leetcode tree traversal
  • Q2. Situational questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About yourself and background only

Interview Preparation Tips

Interview preparation tips for other job seekers - good good

Interview Questionnaire 

1 Question

  • Q1. Runtime pollymorphism

Interview Preparation Tips

Round: Test
Experience: I scored good.
Tips: Core java good knowledge.
Duration: 30 minutes
Total Questions: 25

Round: Technical Interview
Experience: like this many ques from core java and hibernate and sql also and I scored good.
Tips: Command over core java and sql also.

I applied via Naukri.com and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Servlet life cycle, bubble sort, quick sort, binary search, how can a software ensure GDPR rules being followed, SQL queries (second highest salary)

Interview Preparation Tips

Interview preparation tips for other job seekers - you will need to give a psychometric test, some beginner sometimes mediocre level programming test and final technical interview which may last till an hour. Do read about 1 or 2 Newgen products before going for the interview. They will definitely ask. Just be confident.Offer letter generally comes within 2 weeks. All the best !!

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

Round duration - 100 minutes
Round difficulty - Medium

The complete test will be Audio and Video Proctored, Please be available in front of the camera throughout the test duration. Assessment login details will be sent to the candidate’s registered email id prior to assessment. The Aptitude 25 questions - 35 Minutes, English 25 questions - 30 Minutes, Technical 25 questions - 35 Minutes. Those who clear the first test would have a second test of Psychometric duration 60 Mins on the same day of the test. Shortlisted candidates would have interviews post that.

Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

This round consisted of various technical questions such as questions on web technologies, databases, OOPS concepts, and coding questions.

  • Q1. 

    Binary Palindrome Check

    Given an integer N, determine whether its binary representation is a palindrome.

    Input:

    The first line contains an integer 'T' representing the number of test cases. 
    The next 'T'...
  • Ans. 

    Check if the binary representation of a given integer is a palindrome.

    • Convert the integer to binary representation.

    • Check if the binary representation is a palindrome by comparing it with its reverse.

    • Return true if it is a palindrome, false otherwise.

  • Answered by AI
Round 3 - HR 

Round duration - 15 minutes
Round difficulty - Easy

I was asked to introduce myself and about my hobbies. They were very general questions. They asked me about my strengths and weakness. In the end, they asked me would I re-locate.

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Guru Tegh Bahadur Institute of Technology. I applied for the job as SDE - 1 in NoidaEligibility criteriaAbove 8+ CGPANewgen Software interview preparation:Topics to prepare for the interview - Data structures, Algorithms, Object-oriented programming, Database management system, Python, Django, Machine Learning, web technologies, Problem-solving, AptitudeTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Strengthen DSA skills initially, know the basics and understand the working of different data structures
Tip 2 : Learn to implement them and enhance your coding skills. Make mistakes and learn from them instead of just cramming everything before practicing. 
Tip 3 : To enhance coding skills, try your best to crack a question instead of giving up and looking at the solution..this will improve your problem-solving skills.
Tip 4 : It's a must to do the standard coding questions under every category of data structure and algorithms
Tip 5 : To study the topics and practice coding questions refer to GeeksforGeeks and regularly take part in coding contests.
Tip 6 : Be thorough with OOPs, DBMS, and the technologies on which you have worked for the interview.
Tip 7 : Have at least 2 projects in your resume and make sure you can answer the questions related to them.
Tip 8 : For HR interviews prepare questions, prepare questions such as introduce yourself, your strengths, your weakness.
Confidence is the key you need to be an expert in. I was not aware of some things the interviewer asked during my interviews. But due to my confidence, he skipped that part.
Tip 9 : Be in formals with the properly ironed dress, and try to join 5 minutes early than the joining time. It will have a positive affect.

Application resume tips for other job seekers

Tip 1 : Make sure your resume fits everything into a single page. 
Tip 2 : Have at least 2 projects on your resume. 
Tip 3 : Only Mention only those technical skills that you are confident in. Do not put false things on your resume. 
Tip 4 : Mention the work you have done during your internships. 
Tip 5 : Include an objective in your resume.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2021. 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 - Coding Test 
Round 3 - HR 

(1 Question)

  • Q1. They just check your mindset

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on your coding skills and prepare well

ABM Knowledgeware Interview FAQs

How many rounds are there in ABM Knowledgeware Software Developer interview?
ABM Knowledgeware interview process usually has 2 rounds. The most common rounds in the ABM Knowledgeware interview process are One-on-one Round and HR.
How to prepare for ABM Knowledgeware Software Developer 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 ABM Knowledgeware. The most common topics and skills that interviewers at ABM Knowledgeware expect are Software Development, .NET, .NET Framework, .Net and ASP.NET.
What are the top questions asked in ABM Knowledgeware Software Developer interview?

Some of the top questions asked at the ABM Knowledgeware Software Developer interview -

  1. net core architecture and featu...read more
  2. API structure and implementat...read more
  3. salary expectat...read more

Tell us how to improve this page.

ABM Knowledgeware Software Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
ABM Knowledgeware Software Developer Salary
based on 47 salaries
₹2 L/yr - ₹8 L/yr
42% less than the average Software Developer Salary in India
View more details

ABM Knowledgeware Software Developer Reviews and Ratings

based on 13 reviews

4.0/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

3.9

Salary

4.1

Job security

4.0

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 13 Reviews and Ratings
Software Developer
47 salaries
unlock blur

₹2 L/yr - ₹8 L/yr

Associate SAP Consultant
47 salaries
unlock blur

₹2 L/yr - ₹7.2 L/yr

Associate SAP MM Consultant
41 salaries
unlock blur

₹2.4 L/yr - ₹4.8 L/yr

Project Manager
35 salaries
unlock blur

₹5.5 L/yr - ₹13.6 L/yr

Business Analyst
33 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Explore more salaries
Compare ABM Knowledgeware with

3i Infotech

3.5
Compare

JK Tech

3.6
Compare

Kellogg Brown and Root

4.2
Compare

CS Tech AI

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