Filter interviews by
I applied via LinkedIn and was interviewed in Sep 2022.Ā There were 3 interview rounds.
Gorilla platform with 1 Java coding and 20 MCQ on Java,SQL and apptitude
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
I applied via LinkedIn and was interviewed in Sep 2023.Ā There were 3 interview rounds.
Normal coding with simple java knowledge with little dsa
I applied via Walk-in and was interviewed in Apr 2023.Ā There were 3 interview rounds.
Qcm about java and poo
Axelor Technologies interview questions for popular designations
I applied via LinkedIn and was interviewed in Feb 2022.Ā There were 3 interview rounds.
Basic Questions about Java, Sql, Html, Css, Javascript
Java Technical Coding questions, mostly asked java Coding questions
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Mar 2021.Ā There were 3 interview rounds.
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
posted on 19 Nov 2020
I applied via Campus Placement and was interviewed in Jan 2021.Ā There were 3 interview rounds.
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;
based on 2 interviews
Interview experience
based on 8 reviews
Rating in categories
Junior Software Engineer
9
salaries
| ā¹3 L/yr - ā¹7.8 L/yr |
Software Engineer
7
salaries
| ā¹5 L/yr - ā¹11.2 L/yr |
Software Developer
6
salaries
| ā¹3.6 L/yr - ā¹7.2 L/yr |
System Engineer
5
salaries
| ā¹2.2 L/yr - ā¹4.8 L/yr |
Senior Software Engineer
5
salaries
| ā¹6.3 L/yr - ā¹18 L/yr |
TCS
Accenture
Wipro
Cognizant