Upload Button Icon Add office photos

Infor Global Solution

Compare button icon Compare button icon Compare

Filter interviews by

Infor Global Solution Associate Software Engineer Interview Questions and Answers

Updated 26 Sep 2024

Infor Global Solution Associate Software Engineer Interview Experiences

13 interviews found

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

Find the 2nd largest number in list

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

(1 Question)

  • Q1. Explain threads, Collection framework, code to remove duplicates and code on linkedlists
  • Ans. 

    Threads are lightweight processes within a program, Collection framework provides data structures, code to remove duplicates involves using sets, code on linkedlists involves traversal and manipulation.

    • Threads are independent paths of execution within a program.

    • Collection framework provides interfaces and classes for storing and manipulating groups of objects.

    • To remove duplicates from a list, we can use a Set data stru...

  • Answered by AI

Associate Software Engineer Interview Questions Asked at Other Companies

asked in Accenture
Q1. Triplets with Given Sum Problem Given an array or list ARR consis ... read more
Q2. Intersection of Two Arrays II Given two integer arrays ARR1 and A ... read more
asked in Accenture
Q3. Write a function to determine if a given string is a valid passwo ... read more
asked in Clarivate
Q4. Best Time to Buy and Sell Stock II Problem Statement Given the st ... read more
asked in CGI Group
Q5. Frog Jump Problem Statement A frog is positioned on the first ste ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

100 questions in 90 min

Round 2 - Technical 

(2 Questions)

  • Q1. OOPS principles
  • Q2. Coding question
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Sep 2023. 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 

It contains maths verbal

Round 3 - Coding Test 

It contains coding questions

Round 4 - One-on-one 

(2 Questions)

  • Q1. 1.oops inheritance
  • Q2. Data base management system
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

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 

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Quite easy compared to other exams if you are prepared for the tcs nqt level it will look easy for you.

Round 2 - Technical 

(2 Questions)

  • Q1. If you are confident and good in any one of the programming language, if it is Java it's plus because all the infor products build.
  • Q2. Write an validation for mail
  • Ans. 

    Validate email address using regular expression

    • Use regular expression to check if email address format is valid

    • Check for presence of '@' symbol and domain name

    • Ensure domain name has at least one '.' character

  • Answered by AI

Infor Global Solution HR Interview Questions

6 questions and answers

Q. What were your school projects about?
Q. Are you willing to work in shifts?
Q. Why did you choose Infor?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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. They asked about oops, exception handling
  • Q2. A code on strings in Java
  • Ans. 

    Code on strings in Java

    • Use String class methods like length(), charAt(), substring()

    • Strings are immutable in Java, so use StringBuilder for mutable operations

    • String comparison should be done using equals() method, not == operator

  • Answered by AI

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Job Portal and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basic to moderate questions of medium difficulty

Round 2 - Coding Test 

Medium to hard questions but short ones

Round 3 - One-on-one 

(2 Questions)

  • Q1. Basic SQL questions
  • Q2. Projects and experience
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

It is mcq type with technical and aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. Basics of oops projects sql queries
Round 1 - Technical 

(1 Question)

  • Q1. Explain Project, Core Java, Java
  • Ans. 

    Project, Core Java, and Java are all related to software development.

    • A project is a set of tasks with a specific goal.

    • Core Java is the basic version of the Java programming language.

    • Java is a high-level programming language used for developing applications.

    • Java is used for developing web applications, mobile applications, and desktop applications.

    • Core Java includes concepts like OOPs, Exception Handling, and Multi-thre...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the Project technology used, Framework and basic concepts

Skills evaluated in this interview

Top trending discussions

View All
Interview Hub
2w
a team lead
FeedCard Image
Got a question about Infor Global Solution?
Ask anonymously on communities.

Infor Global Solution Interview FAQs

How many rounds are there in Infor Global Solution Associate Software Engineer interview?
Infor Global Solution interview process usually has 2-3 rounds. The most common rounds in the Infor Global Solution interview process are Technical, Aptitude Test and One-on-one Round.
What are the top questions asked in Infor Global Solution Associate Software Engineer interview?

Some of the top questions asked at the Infor Global Solution Associate Software Engineer interview -

  1. Explain threads, Collection framework, code to remove duplicates and code on li...read more
  2. Explain Project, Core Java, J...read more
  3. A code on strings in J...read more
What are the most common questions asked in Infor Global Solution Associate Software Engineer HR round?

The most common HR questions asked in Infor Global Solution Associate Software Engineer interview are -

  1. What are your strengths and weakness...read more
  2. Why are you looking for a chan...read more
  3. Tell me about yourse...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 9 interview experiences

Difficulty level

Moderate 75%
Hard 25%

Duration

Less than 2 weeks 50%
4-6 weeks 25%
6-8 weeks 25%
View more
Infor Global Solution Associate Software Engineer Salary
based on 303 salaries
₹4.9 L/yr - ₹10 L/yr
26% more than the average Associate Software Engineer Salary in India
View more details

Infor Global Solution Associate Software Engineer Reviews and Ratings

based on 40 reviews

3.6/5

Rating in categories

3.0

Skill development

4.4

Work-life balance

3.3

Salary

3.7

Job security

4.1

Company culture

2.6

Promotions

3.6

Work satisfaction

Explore 40 Reviews and Ratings
Software Engineer
582 salaries
unlock blur

₹8.4 L/yr - ₹14 L/yr

Senior Software Engineer
323 salaries
unlock blur

₹15.1 L/yr - ₹26.2 L/yr

Financial Analyst
304 salaries
unlock blur

₹3.9 L/yr - ₹8 L/yr

Associate Software Engineer
303 salaries
unlock blur

₹4.9 L/yr - ₹10 L/yr

Quality Assurance Analyst
251 salaries
unlock blur

₹5.5 L/yr - ₹12.7 L/yr

Explore more salaries
Compare Infor Global Solution with

Oracle

3.7
Compare

Amdocs

3.7
Compare

Automatic Data Processing (ADP)

4.0
Compare

24/7 Customer

3.5
Compare
write
Share an Interview