Upload Button Icon Add office photos

ABCD

Compare button icon Compare button icon Compare

Filter interviews by

ABCD Software Engineer Interview Questions and Answers

Updated 9 Aug 2024

ABCD Software Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Advanced Java coding

Round 2 - Technical 

(2 Questions)

  • Q1. Entire core Java arrays and strings
  • Ans. 

    Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.

    • Arrays in Java are used to store multiple values of the same data type in a single variable.

    • Strings in Java are objects that represent sequences of characters.

    • Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.

    • Example: String[] names = {"Alic...

  • Answered by AI
  • Q2. Java collections and Framework
Round 3 - Technical 

(2 Questions)

  • Q1. Some coding and framework
  • Q2. REST assured and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you mention in the CV If you get shortlisted

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Moderate good and easy for clear fundamentals

Interview Preparation Tips

Topics to prepare for ABCD Software Engineer interview:
  • Software Testing
  • Software

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Software Engineer Interview Questions & Answers

user image Ritesh Bondre

posted on 2 Apr 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Questions on quant and maths

Round 2 - Coding Test 

Related to collections

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about ABCD?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was an aptitude test on the portal

Round 2 - Technical 

(1 Question)

  • Q1. 2 Dsa a question, second largest element in the array, prime number and other questions are based on my resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare your resume well if you have knowledge of python and django it is big plus fore sure
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(2 Questions)

  • Q1. Latch unlatch plc
  • Q2. Dcs working and type
  • Ans. 

    Dcs stands for Distributed Control System. It is a control system used to control and monitor industrial processes.

    • Dcs is used in industries such as oil and gas, power plants, and manufacturing.

    • It consists of multiple control units distributed throughout a plant or facility.

    • Dcs allows for centralized control and monitoring of various processes and equipment.

    • Examples of Dcs systems include Honeywell Experion, Emerson De...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Better not
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Self Introduction, Questions about my qualifications and work experience
Round 2 - HR 

(1 Question)

  • Q1. Personality test based Questions, Questions on Expectations of Salary

Interview Questionnaire 

5 Questions

  • Q1. What do you mean by virtualization in Operating System?
  • Ans. 

    Virtualization in OS refers to creating a virtual version of a resource such as hardware, operating system, or storage.

    • Virtualization allows multiple operating systems to run on a single physical machine

    • It enables better utilization of resources and reduces hardware costs

    • Examples include VMware, VirtualBox, and Hyper-V

  • Answered by AI
  • Q2. What happens when you type in a URL in browser
  • Ans. 

    When a URL is typed in a browser, it initiates a series of requests and responses to display the requested webpage.

    • Browser checks cache for DNS resolution

    • If not found, browser sends a DNS request to resolve the domain name

    • Browser sends a request to the server for the webpage

    • Server responds with the requested webpage

    • Browser renders the webpage and displays it to the user

  • Answered by AI
  • Q3. Write the Double Ordered Traversal of Binary Tree.
  • Ans. 

    Double Ordered Traversal is a traversal technique used to traverse a binary tree in a specific order.

    • In Double Ordered Traversal, we first traverse the left subtree in an inorder manner.

    • Then we traverse the right subtree in a reverse postorder manner.

    • Finally, we traverse the root node.

    • This traversal technique is also known as Morris Traversal.

    • It is used to traverse a binary tree without using recursion or a stack.

  • Answered by AI
  • Q4. Add Two Binary Number, given in String form.
  • Ans. 

    Add two binary numbers given in string form.

    • Convert the binary strings to integers.

    • Add the integers.

    • Convert the sum back to binary string.

    • Handle cases where the binary strings have different lengths.

    • Handle cases where there is a carry over.

  • Answered by AI
  • Q5. What is Thread and how to use it in programming?
  • Ans. 

    Thread is a lightweight process that can run concurrently with other threads within a program.

    • Threads allow for parallelism and can improve performance in certain scenarios.

    • Threads can communicate with each other through shared memory or message passing.

    • Thread creation and management is typically handled by the operating system or a thread library.

    • Examples of thread libraries include pthreads for C/C++ and java.util.co...

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?

I applied via Referral and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. 1. Bit Manipulation
  • Q2. 2. String Manipulation

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on basics of programming and memory management.

I applied via Referral and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About VCB, ACB, UPS, inverter, transformers, DG set, chillers, AHU, fire systems and excel work and PPT

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to take full knowledge, & ensure that I'm capable for this post & ready to take any challenge

I applied via Naukri.com and was interviewed before Jan 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 - Coding Test 
Round 3 - One-on-one 

(1 Question)

  • Q1. Explain oops concepts
  • Ans. 

    OOPs concepts are the fundamental principles of object-oriented programming.

    • Encapsulation - binding data and functions together

    • Inheritance - creating new classes from existing ones

    • Polymorphism - ability of objects to take on multiple forms

    • Abstraction - hiding implementation details from users

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Rate your interview experience
  • Ans. 

    The interview experience was engaging, challenging, and provided valuable insights into the company's culture and expectations.

    • The interviewers were knowledgeable and asked relevant technical questions, such as coding challenges that tested problem-solving skills.

    • I appreciated the opportunity to ask questions about the team dynamics and project management methodologies used in the company.

    • The interview process was well...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well all the best asperents

ABCD Interview FAQs

How many rounds are there in ABCD Software Engineer interview?
ABCD interview process usually has 2 rounds. The most common rounds in the ABCD interview process are Aptitude Test, Coding Test and Technical.
How to prepare for ABCD 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 ABCD. The most common topics and skills that interviewers at ABCD expect are Software Development, Front End, Gradle, Groovy and JEE.
What are the top questions asked in ABCD Software Engineer interview?

Some of the top questions asked at the ABCD Software Engineer interview -

  1. Entire core Java arrays and stri...read more
  2. Java collections and Framew...read more
  3. some coding and framew...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.3/5

based on 4 interview experiences

Difficulty level

Easy 33%
Moderate 33%
Hard 33%

Duration

Less than 2 weeks 100%
View more
ABCD Software Engineer Salary
based on 146 salaries
₹7.2 L/yr - ₹31.5 L/yr
97% more than the average Software Engineer Salary in India
View more details

ABCD Software Engineer Reviews and Ratings

based on 4 reviews

3.8/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

3.5

Salary

3.8

Job security

3.5

Company culture

3.5

Promotions

3.5

Work satisfaction

Explore 4 Reviews and Ratings
Software Engineer
146 salaries
unlock blur

₹7.2 L/yr - ₹31.5 L/yr

Software Developer
119 salaries
unlock blur

₹10 L/yr - ₹40.5 L/yr

Manager
74 salaries
unlock blur

₹11.1 L/yr - ₹40.2 L/yr

Senior Software Engineer
62 salaries
unlock blur

₹9.5 L/yr - ₹34 L/yr

DGM Operations
58 salaries
unlock blur

₹24.5 L/yr - ₹30.7 L/yr

Explore more salaries
Compare ABCD with

GD Goenka Public School

3.4
Compare

Pearson Education India

3.9
Compare

Mahendra’s Institute

3.2
Compare

Global Indian International School

3.9
Compare
write
Share an Interview