Upload Button Icon Add office photos

Filter interviews by

Software AG Assistant Consultant and Developer Interview Questions and Answers

Updated 22 Feb 2024

Software AG Assistant Consultant and Developer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Feb 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Java based DS and Algorithms problems

Round 2 - Coding Test 

Questions related to the collections API and a small program to reverse a string using String Builder

Round 3 - Technical 

(1 Question)

  • Q1. Questions about algorithms design and optimizations
Round 4 - HR 

(1 Question)

  • Q1. Behavioral questions

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

In first round 4 coding question like 1 dsa 2 database and one is api and question is very simple . coding round was conducted in hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. DSA QUESTION LIKE TREE AND GRAPH
  • Q2. DP AND SORTING APPROACH
Round 3 - Coding Test 

Again same but dsa question and oops concept in deep level

Interview Preparation Tips

Interview preparation tips for other job seekers - good knowledge in dsa , database , programming thats it
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Rest Apis questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Core java and OOPS and LLD

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of Core language and its framework
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain OOPS concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming concepts which include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation...

  • Answered by AI
  • Q2. Explain Hashmap internals
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.

    • HashMap uses an array of buckets to store key-value pairs.

    • Each bucket can store multiple entries, handling collisions with linked lists or balanced trees.

    • Hashing is used to convert keys into indices in the array, allowing for fast retrieval of values.

    • HashMap allows for constant-time operations for basic operations li...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Oops concept?
  • Ans. 

    Oops concept stands for Object-Oriented Programming concepts which include principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Oops concept is a programming paradigm that focuses on objects and classes.

    • It includes principles like inheritance, where a class can inherit properties and behaviors from another class.

    • Encapsulation is another principle where data is wrapped within a class and can only be...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DR scenarios details and configuration
  • Q2. Nutanix upgrade process
Round 2 - Technical 

(2 Questions)

  • Q1. Linux boot process
  • Q2. Commands awk and sed in linux
  • Ans. 

    awk and sed are powerful text processing tools in Linux.

    • awk is used for pattern scanning and processing

    • sed is used for text stream editing

    • Both can be used in combination to manipulate text files

    • Example: awk '{print $1}' file.txt

    • Example: sed 's/old/new/g' file.txt

  • Answered by AI

Skills evaluated in this interview

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

General Topic And controversial topic

Round 2 - Technical 

(2 Questions)

  • Q1. Number series in python
  • Ans. 

    Number series in python involves generating a sequence of numbers based on a specific pattern or rule.

    • Use loops or list comprehensions to generate number series.

    • Identify the pattern or rule to determine the next number in the series.

    • Examples: Fibonacci series, prime numbers series, arithmetic progression.

  • Answered by AI
  • Q2. Basic python questions and patterns

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication skills and fluency

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Internal working of Hash Map
  • Ans. 

    Hash Map is a data structure that stores key-value pairs and uses a hash function to map keys to their corresponding values.

    • Hash Map uses a hash function to determine the index of the key-value pair in the underlying array.

    • Collisions can occur when multiple keys hash to the same index, which can be resolved using techniques like chaining or open addressing.

    • Hash Map typically has a load factor threshold to determine whe...

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Diff var let const
  • Ans. 

    diff var let const

    • var is function-scoped, let and const are block-scoped

    • var can be redeclared and reassigned, let can be reassigned but not redeclared, const cannot be reassigned or redeclared

    • const must be initialized during declaration, let and var can be declared without initialization

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Related to node js architecture
Round 3 - HR 

(1 Question)

  • Q1. Expectation and all

Skills evaluated in this interview

Software AG Interview FAQs

How many rounds are there in Software AG Assistant Consultant and Developer interview?
Software AG interview process usually has 4 rounds. The most common rounds in the Software AG interview process are Aptitude Test, Coding Test and Technical.
What are the top questions asked in Software AG Assistant Consultant and Developer interview?

Some of the top questions asked at the Software AG Assistant Consultant and Developer interview -

  1. Questions about algorithms design and optimizati...read more
  2. Behavioral questi...read more

Tell us how to improve this page.

Software AG Assistant Consultant and Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

IBM Interview Questions
4.0
 • 2.4k Interviews
Oracle Interview Questions
3.7
 • 900 Interviews
SAP Interview Questions
4.2
 • 308 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
Globant Interview Questions
3.8
 • 171 Interviews
Chetu Interview Questions
3.3
 • 169 Interviews
VMware Software Interview Questions
4.4
 • 157 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
AVASOFT Interview Questions
2.9
 • 136 Interviews
View all
Consultant
156 salaries
unlock blur

₹9.1 L/yr - ₹26 L/yr

Associate Consultant
103 salaries
unlock blur

₹5.9 L/yr - ₹14.5 L/yr

Senior Software Engineer
94 salaries
unlock blur

₹12 L/yr - ₹28 L/yr

Senior Consultant
77 salaries
unlock blur

₹16.8 L/yr - ₹36 L/yr

Engineering Specialist
61 salaries
unlock blur

₹16 L/yr - ₹30 L/yr

Explore more salaries
Compare Software AG with

TIBCO Software

3.6
Compare

Pegasystems

3.6
Compare

SAP

4.2
Compare

Oracle

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