Upload Button Icon Add office photos

Filter interviews by

Axelor Technologies Interview Questions and Answers

Updated 25 Apr 2024

Axelor Technologies Interview Experiences

Popular Designations

5 interviews found

I applied via LinkedIn and was interviewed in Sep 2022.Ā 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Ā 

Gorilla platform with 1 Java coding and 20 MCQ on Java,SQL and apptitude

Round 3 - One-on-oneĀ 

(2 Questions)

  • Q1. Java technical round where they ask basic questions on oops,execption,loops and some sql
  • Q2. Write query for top 3rd highest salary person
  • Ans. 

    Query for top 3rd highest salary person

    • Use ORDER BY and LIMIT to get the third highest salary

    • Assuming table name is 'employees' and salary column is 'salary'

    • SELECT salary FROM employees ORDER BY salary DESC LIMIT 2,1

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Know basics of Java,string manipulation, loops and MySQL syntax of select, group by, order,limit,3rdmost highest salary

Skills evaluated in this interview

Java Developer Interview Questions asked at other Companies

Q1.Ā Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - TechnicalĀ 

(1 Question)

  • Q1. String questions and sql query and basics oops

Softwaretest Engineer Interview Questions asked at other Companies

Q1.Ā What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

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

Normal coding with simple java knowledge with little dsa

Round 3 - HRĀ 

(1 Question)

  • Q1. Good and honest hr rounds with French team

Junior Software Engineer Trainee Interview Questions asked at other Companies

Q1.Ā What is java What is class and object What is abstraction What is inheritance What is polymorphism What is method overloading and overriding What is construct
View answer (1)

Interview Questions & Answers

user image Anonymous

posted on 23 Oct 2023

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

I applied via Walk-in and was interviewed in Apr 2023.Ā 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 - HRĀ 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - Coding TestĀ 

Qcm about java and poo

Axelor Technologies interview questions for popular designations

Ā Softwaretest Engineer

Ā (1)

Ā Software Engineer

Ā (1)

Ā Junior Software Engineer Trainee

Ā (1)

Ā Java Developer

Ā (1)

I applied via LinkedIn and was interviewed in Feb 2022.Ā There were 3 interview rounds.

Round 1 - AssignmentĀ 

Basic Questions about Java, Sql, Html, Css, Javascript

Round 2 - Coding TestĀ 

Java Technical Coding questions, mostly asked java Coding questions

Round 3 - HRĀ 

(1 Question)

  • Q1. Interduce yourself, Questions related Project, normal hr Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Get basic knowledge in Java, Javascript, sql

Software Engineer Interview Questions asked at other Companies

Q1.Ā Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (223)

Interview questions from similar companies

Interview QuestionnaireĀ 

2 Questions

  • Q1. Speak 5 minutes on Delhi metro, Women empowerment, Facebook, Social media, Politics, motivation, trending Etc.
  • Q2. Tell me about your previous day that what you have done from morning to evening?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident because if you are not confident in front of the interviewed then you can't reply properly to any question of him, You should have to be confident.

Interview QuestionnaireĀ 

1 Question

  • Q1. Python questions on data structure, pandas, beautifulsoup.

I applied via Recruitment Consultant and was interviewed in Mar 2021.Ā There were 3 interview rounds.

Interview QuestionnaireĀ 

3 Questions

  • Q1. It's was basic testing questios, specific to selenium and Java.
  • Q2. Explain framework
  • Ans. 

    A framework is a set of guidelines, standards, and tools used to develop software applications.

    • A framework provides a structure for developers to build upon

    • It includes pre-written code and libraries to simplify development

    • Frameworks can be specific to a programming language or platform

    • Examples include React for web development and TensorFlow for machine learning

  • Answered by AI
  • Q3. Basic java programs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, basically on manual testing, Selenium and Java

Skills evaluated in this interview

Interview QuestionnaireĀ 

3 Questions

  • Q1. Basically in any interview most common question is Biodata, next the things included in resume..... nothing more than that
  • Q2. Literally my answer is empty.....I started saying out of box so that the interviewer might get impressed but end of day I got rejected...šŸ˜‚šŸ˜‚šŸ˜‚
  • Q3. Not only these I faced more than 79 interview....not less than 250-300 rounds....but none has picked me

I applied via Campus Placement and was interviewed in Jan 2021.Ā There were 3 interview rounds.

Interview QuestionnaireĀ 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

Axelor Technologies Interview FAQs

How many rounds are there in Axelor Technologies interview?
Axelor Technologies interview process usually has 2-3 rounds. The most common rounds in the Axelor Technologies interview process are Coding Test, HR and Resume Shortlist.
What are the top questions asked in Axelor Technologies interview?

Some of the top questions asked at the Axelor Technologies interview -

  1. Write query for top 3rd highest salary per...read more
  2. Java technical round where they ask basic questions on oops,execption,loops and...read more
  3. String questions and sql query and basics o...read more

Tell us how to improve this page.

Axelor Technologies Interview Process

based on 2 interviews

Interview experience

4
Ā Ā 
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
Ā ā€¢Ā 10.7k Interviews
Accenture Interview Questions
3.8
Ā ā€¢Ā 8.3k Interviews
Infosys Interview Questions
3.6
Ā ā€¢Ā 7.7k Interviews
Wipro Interview Questions
3.7
Ā ā€¢Ā 5.7k Interviews
Cognizant Interview Questions
3.7
Ā ā€¢Ā 5.7k Interviews
Amazon Interview Questions
4.0
Ā ā€¢Ā 5.1k Interviews
Capgemini Interview Questions
3.7
Ā ā€¢Ā 4.9k Interviews
HCLTech Interview Questions
3.5
Ā ā€¢Ā 3.9k Interviews
Tech Mahindra Interview Questions
3.5
Ā ā€¢Ā 3.9k Interviews
Genpact Interview Questions
3.8
Ā ā€¢Ā 3.2k Interviews
View all

Axelor Technologies Reviews and Ratings

based on 8 reviews

3.8/5

Rating in categories

2.8

Skill development

4.0

Work-life balance

3.7

Salary

2.3

Job security

3.0

Company culture

3.7

Promotions

3.1

Work satisfaction

Explore 8 Reviews and Ratings
Junior Software Engineer
9 salaries
unlock blur

ā‚¹3 L/yr - ā‚¹7.8 L/yr

Software Engineer
7 salaries
unlock blur

ā‚¹5 L/yr - ā‚¹11.2 L/yr

Software Developer
6 salaries
unlock blur

ā‚¹3.6 L/yr - ā‚¹7.2 L/yr

System Engineer
5 salaries
unlock blur

ā‚¹2.2 L/yr - ā‚¹4.8 L/yr

Senior Software Engineer
5 salaries
unlock blur

ā‚¹6.3 L/yr - ā‚¹18 L/yr

Explore more salaries
Compare Axelor Technologies with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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