Upload Button Icon Add office photos

Filter interviews by

Software AG Software Engineering Specialist Interview Questions and Answers for Freshers

Updated 1 Feb 2024

Software AG Software Engineering Specialist Interview Experiences for Freshers

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Question related to Microservices, Node JS questions.
  • Q2. Microservice communications
Round 2 - Technical 

(1 Question)

  • Q1. More on design and node probelm
Round 3 - HR 

(1 Question)

  • Q1. General discussion

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Karat Interview for next filtering the candidate

Round 2 - One-on-one 

(2 Questions)

  • Q1. Design Snake Game (Nokia based)
  • Ans. 

    Design a classic Snake game based on Nokia phones.

    • Use a 2D array to represent the game board.

    • Implement logic for snake movement and growth.

    • Include collision detection with walls and itself.

    • Add food items for the snake to eat and grow.

    • Display the game on a grid-based interface.

  • Answered by AI
  • Q2. Ballot based voter

Skills evaluated in this interview

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

(1 Question)

  • Q1. Questions on Java8, Multithreading, Collections, Spring boot
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is factory pattern
  • Ans. 

    Factory pattern is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.

    • Factory pattern is used to create objects without specifying the exact class of object that will be created.

    • It provides a way to delegate the instantiation logic to child classes.

    • Commonly used in situations where a class can't anticipate ...

  • Answered by AI
  • Q2. What is dependency injection
  • Ans. 

    Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Allows for better code reusability and testability

    • Reduces coupling between components

    • Promotes separation of concerns

    • Examples: Constructor injection, Setter injection, Interface injection

  • Answered by AI
  • Q3. What are design principles and design pattern
  • Ans. 

    Design principles are guidelines for designing software solutions, while design patterns are reusable solutions to common design problems.

    • Design principles are high-level guidelines that help in designing software solutions that are scalable, maintainable, and efficient.

    • Design patterns are reusable solutions to common design problems that have been proven to be effective in various scenarios.

    • Examples of design principl...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

3 simple questions( 2 related to dsa and 1 related DBMS ) and 1 reasoning question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly related to rdbms concepts
  • Q2. Oops concepts and basic looping type questions
Round 3 - HR 

(1 Question)

  • Q1. Same hr questions asked in every interview

Interview Preparation Tips

Topics to prepare for Temenos Software Engineer interview:
  • SQL
  • RDBMS
  • DBMS
  • Java
Interview preparation tips for other job seekers - If you wants job here, just learn little bit of dsa and rdbms concepts thats all.
Interview experience
3
Average
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 - Aptitude Test 

Quant and reasoning question

Round 3 - Coding Test 

Two coding question 1 medium and 1 hard

Round 4 - Technical 

(1 Question)

  • Q1. Core java in depth and dsa question
Round 5 - HR 

(1 Question)

  • Q1. Hr rounds salary and company policy discussion
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

First round is a hectic 3 hr aptitude + java snippets test, hirepro based.

Round 3 - One-on-one 

(1 Question)

  • Q1. Not Applicable for me

Interview Preparation Tips

Interview preparation tips for other job seekers - I had miserable experience with this company, I wasted 3 hr for aptitude round and 2 weeks of preparation for interview. I was shortlisted for interview round and informed that interview would be held after a week, but later I received that positions filled, you are in waitlist. By this, I understand how dumb this company is(Hyderabad location). Any company would select the best from a pool of applicants. But this company selects you in first come first serve. This is sheer absurdity. Don't waste your precious time for this company, note that I am talking about Hyderabad campus.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Multiple question math GK reasoning etc

Round 2 - Technical 

(5 Questions)

  • Q1. C# string and string builder
  • Ans. 

    String is mutable which mean one values assign then it can not change It create new object every execute String builder is immutable its values is changes dynamically means it can not create new object

  • Answered Anonymously
  • Q2. Sql question total 40 min on call
  • Ans. 

    Select *from table1,table and execute result Join queres

  • Answered Anonymously
  • Q3. Java script difference b/w java script and jQuery anonymous function in java
  • Ans. 

    JavaScript anonymous functions in jQuery are used to create functions without a name, while JavaScript functions are named functions.

    • JavaScript functions are named and can be reused multiple times.

    • jQuery anonymous functions are used for event handling and callbacks.

    • JavaScript functions can be defined using the function keyword, while jQuery anonymous functions are created using the $ symbol.

  • Answered by AI
  • Q4. Constructor type casting its types
  • Ans. 

    Constructor type casting involves converting one data type to another in a constructor.

    • Constructor type casting is used to convert one data type to another in a constructor.

    • It can be done implicitly or explicitly depending on the languages.

    • For example, in Java, you can explicitly cast a data type in a constructor like this: int num = (int) doubleNum;

  • Answered by AI
  • Q5. C# reverse string program without using in build feature
  • Ans. 

    Reverse a string in C# without using built-in features

    • Create a character array from the input string

    • Use two pointers to swap characters at the beginning and end of the array

    • Continue swapping until the pointers meet in the middle

  • Answered by AI
Round 3 - Coding Test 

Sql queries and c# coding

Skills evaluated in this interview

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

I applied via campus placement at Panimalar Engineering College, Chennai and was interviewed before Oct 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Group Discussion 

More filter in Group discussion

Round 3 - Technical 

(1 Question)

  • Q1. Basic and advanced java question and psychological questions
Round 4 - HR 

(1 Question)

  • Q1. Salary package and expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Be a good in any of the one language and communication is more important

Software AG Interview FAQs

How many rounds are there in Software AG Software Engineering Specialist interview for freshers?
Software AG interview process for freshers usually has 3 rounds. The most common rounds in the Software AG interview process for freshers are Technical and HR.
What are the top questions asked in Software AG Software Engineering Specialist interview for freshers?

Some of the top questions asked at the Software AG Software Engineering Specialist interview for freshers -

  1. Question related to Microservices, Node JS questio...read more
  2. More on design and node prob...read more
  3. Microservice communicati...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

IBM Interview Questions
4.1
 • 2.3k Interviews
Oracle Interview Questions
3.7
 • 876 Interviews
SAP Interview Questions
4.2
 • 300 Interviews
Adobe Interview Questions
4.0
 • 246 Interviews
Globant Interview Questions
3.9
 • 162 Interviews
Chetu Interview Questions
3.3
 • 161 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
VMware Software Interview Questions
4.4
 • 152 Interviews
AVASOFT Interview Questions
3.0
 • 135 Interviews
View all
Software AG Software Engineering Specialist Salary
based on 10 salaries
₹21 L/yr - ₹40 L/yr
61% more than the average Software Engineering Specialist Salary in India
View more details

Software AG Software Engineering Specialist Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

4.0

Skill development

3.0

Work-Life balance

1.0

Salary & Benefits

2.0

Job Security

2.0

Company culture

1.0

Promotions/Appraisal

3.0

Work Satisfaction

Explore 1 Review and Rating
Consultant
159 salaries
unlock blur

₹9.1 L/yr - ₹26 L/yr

Associate Consultant
112 salaries
unlock blur

₹5.9 L/yr - ₹15 L/yr

Senior Software Engineer
94 salaries
unlock blur

₹11.5 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.7
Compare

Pegasystems

3.6
Compare

SAP

4.2
Compare

Oracle

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview