Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by AxionConnect Infosolutions Team. If you also belong to the team, you can get access from here

AxionConnect Infosolutions Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 20 Reviews

Filter interviews by

AxionConnect Infosolutions Interview Questions, Process, and Tips

Updated 25 Sep 2024

Top AxionConnect Infosolutions Interview Questions and Answers

AxionConnect Infosolutions Interview Experiences

Popular Designations

5 interviews found

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

I applied via Naukri.com and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. 1. Why do you left your last company? 2.What was your last CTC? 3. What is your expected CTC? 4. How many years of experience do you have? 5. What is your relevant experience for SQl? 6. Do you know about ...
Round 2 - Technical 

(2 Questions)

  • Q1. SQL related questions.
  • Q2. 1.What is SQL Loader? 2.What are Stored Procedures? Syntax to create and execute the stored procedure. 3.There is a flat file and another table, so how will you fetch the data from the flat file and that t...
  • Ans. 

    SQL Loader is a tool used to load data from external files into Oracle database tables.

    • SQL Loader is a command-line tool provided by Oracle for loading data from external files into Oracle database tables.

    • It can handle large volumes of data efficiently and is commonly used for bulk data loading.

    • SQL Loader uses control files to define the format of the data in the external file and the target table in the database.

    • It is...

  • Answered by AI

Skills evaluated in this interview

SQL and PL SQL Developer Interview Questions asked at other Companies

Q1. 1.What is SQL Loader? 2.What are Stored Procedures? Syntax to create and execute the stored procedure. 3.There is a flat file and another table, so how will you fetch the data from the flat file and that table by using stored procedure? 4. ... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Mostly questions on SQL

Round 2 - Coding Test 

Sql Scenario based like how to find mismatched rows from 2 tables

Round 3 - HR 

(2 Questions)

  • Q1. Are you ok with job location
  • Ans. 

    Yes, I am open to job location and willing to relocate if necessary.

    • I am flexible with job location and willing to relocate for the right opportunity

    • I understand that job location is an important factor in the decision-making process

    • I am open to exploring new cities and experiencing different work environments

  • Answered by AI
  • Q2. What is your salary expectation
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for Software Developers.

    • Consider my years of experience in software development

    • Research the average salary for Software Developers in this location

    • Factor in any additional skills or certifications I may have

    • Be open to negotiation based on the overall compensation package

  • Answered by AI

Interview Preparation Tips

Topics to prepare for AxionConnect Infosolutions Software Developer interview:
  • MySQL
Interview preparation tips for other job seekers - Keep practicing SQL most

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via Naukri.com and was interviewed in Mar 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. About my experience in recruitment.
  • Q2. Certain questions regarding this domain were asked to me and certain situations were given and asked that would I do in the same.

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all axionconnect was my unexpected call from the company to get hire.
But the part which let me in the company as an recruitment executive was my patience follow-up with the hr and the convincing power that this role and company suits me the best.
So always be calm during interview remember each word what you speak,and always give positive answer, be polite , be gentle, be punctual, and always have that convincing power if you are really want to achieve something into your life.
And all the best to all those who are reading and appearing for the interview.

Recruitment Executive Interview Questions asked at other Companies

Q1. what if you get better oppoutrunity after few months?
View answer (1)

I applied via Recruitment Consultant and was interviewed before Jul 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is Daemon Thread?Give example
  • Ans. 

    Daemon thread is a low priority thread that runs in the background and provides services to user threads.

    • Daemon threads are used for tasks that don't require user interaction, such as garbage collection.

    • They can be created using setDaemon() method.

    • They terminate automatically when all user threads have finished execution.

    • Example: Timer thread in Java is a daemon thread.

  • Answered by AI
  • Q2. Explain collection framework In depth
  • Ans. 

    Collection framework is a set of classes and interfaces that provide a way to store and manipulate groups of objects.

    • Collection framework is part of Java's core libraries.

    • It includes interfaces like List, Set, and Map, and their respective implementations like ArrayList, HashSet, and HashMap.

    • Collections can be sorted, searched, and filtered using various methods.

    • Iterators are used to traverse through collections.

    • Collec...

  • Answered by AI
  • Q3. Method overloading vs Methodoverriding
  • Ans. 

    Method overloading is having multiple methods with the same name but different parameters. Method overriding is having a method in child class with the same name and signature as in parent class.

    • Method overloading is compile-time polymorphism

    • Method overriding is run-time polymorphism

    • Method overloading is used to provide different ways of calling the same method

    • Method overriding is used to provide a specific implementat...

  • Answered by AI
  • Q4. What is use of static keyword?
  • Ans. 

    Static keyword is used to create class-level variables and methods.

    • Static variables are shared among all instances of a class

    • Static methods can be called without creating an instance of the class

    • Static blocks are used to initialize static variables

    • Static import is used to import static members of a class

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study core java strongly
Oops fundamentals
Collection framework in java
Multithreading
Exception handling
Spring Mvc model
Hibernate overview

Very Good Company
Fresher as well as Experienced
Both can try
2

Skills evaluated in this interview

Java Software Engineer Interview Questions asked at other Companies

Q1. How to implement executor framework and it's benefits
View answer (1)

AxionConnect Infosolutions interview questions for popular designations

 Data Architect

 (1)

 Java Software Engineer

 (1)

 Recruitment Executive

 (1)

 Software Developer

 (1)

 SQL and PL SQL Developer

 (1)

Data Architect Interview Questions & Answers

user image Hemant Verma

posted on 9 Nov 2019

I applied via Recruitment Consultant and was interviewed in May 2019. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Tecnical questions related to data architecture.
  • Q2. Basic knowledge check .

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was very good..they asked only whatever you have experience..

Data Architect Interview Questions asked at other Companies

Q1. What are the various data warehousing techniques used, and can you explain them in detail?
View answer (1)

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Project Experience and end to end architecture
  • Ans. 

    I have experience working on projects with end-to-end architecture, including design, development, testing, and deployment.

    • Designed and implemented scalable AWS architectures using services like EC2, S3, Lambda, API Gateway, etc.

    • Developed applications using AWS SDKs and integrated with other AWS services.

    • Performed testing and debugging of applications on AWS infrastructure.

    • Deployed applications on AWS using CI/CD pipel...

  • Answered by AI
  • Q2. PySpark Coding question to Extract Transform & Load
  • Q3. Cost Optimization on Snowflake
  • Ans. 

    Cost optimization on Snowflake involves utilizing features like virtual warehouses, auto-suspend, and resource monitoring.

    • Utilize virtual warehouses efficiently based on workload requirements

    • Enable auto-suspend to automatically pause warehouses when not in use

    • Monitor resource usage and adjust configurations accordingly

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Project end to end
  • Q2. How to connect to a share point database
  • Ans. 

    To connect to a SharePoint database, you can use SharePoint's REST API or Microsoft Graph API.

    • Use SharePoint's REST API to interact with SharePoint data through standard HTTP requests.

    • Authenticate using OAuth tokens to access SharePoint resources securely.

    • Utilize Microsoft Graph API for a unified endpoint to access data across Microsoft services.

    • Ensure proper permissions are set up for the application accessing the Sha

  • Answered by AI
  • Q3. Normalization & de normalization
  • Q4. Questions on SQL Joins
  • Q5. Question to find the 2nd highest salary using window function
  • Ans. 

    Use window function to find 2nd highest salary in SQL

    • Use the ROW_NUMBER() function to assign a unique row number to each row based on the salary in descending order

    • Filter the results where the row number is 2 to get the 2nd highest salary

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Why are you looking for a job change
  • Q2. How was the experience at previous company
  • Q3. Expected CTC at Scatterpie
  • Ans. 

    Expected CTC at Scatterpie

    • Research industry standards for AWS Developer roles at Scatterpie

    • Consider your experience, skills, and qualifications

    • Factor in location, company size, and benefits package

    • Negotiate based on market trends and personal value

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It had 2 technical rounds, 30 min each and 1 HR round. Given it is a startup they have budget constraints and do not communicate well.

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is minaral and different by metals?
  • Ans. 

    Minerals are naturally occurring inorganic substances with a definite chemical composition, while metals are a type of mineral that have high electrical conductivity and luster.

    • Minerals are inorganic substances found in nature, while metals are a subset of minerals with specific properties.

    • Metals have high electrical conductivity, malleability, and luster, distinguishing them from other minerals.

    • Examples of metals incl...

  • Answered by AI
  • Q2. What is spong iron?
  • Ans. 

    Sponge iron is a metallic product produced through the direct reduction of iron ore in the form of lumps, pellets, or fines.

    • Sponge iron is also known as direct reduced iron (DRI).

    • It is produced by removing oxygen from iron ore through a chemical reaction using natural gas or coal as a reducing agent.

    • Sponge iron is used as a raw material in the production of steel through the electric arc furnace (EAF) or basic oxygen f

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is whrb in rotary kiln?
  • Ans. 

    WHRB in rotary kiln stands for Waste Heat Recovery Boiler, which is used to recover heat from the exhaust gases of the kiln.

    • WHRB is a type of boiler that captures and reuses the heat energy from the exhaust gases of a rotary kiln.

    • It helps in improving the overall energy efficiency of the kiln operation.

    • The recovered heat can be used for various purposes such as preheating combustion air or generating steam for power ge...

  • Answered by AI
  • Q2. Explain Iron smelting process ?
  • Ans. 

    Iron smelting process is a method of extracting iron from its ore using heat and reducing agents.

    • Iron ore is heated in a blast furnace with coke (carbon) and limestone as reducing agents.

    • The coke burns to produce carbon monoxide, which reacts with the iron ore to release the iron metal.

    • The limestone helps to remove impurities from the iron ore, forming slag as a byproduct.

    • The molten iron is then collected at the bottom...

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

(5 Questions)

  • Q1. Psi mins full form
  • Ans. 

    PSI stands for Pounds per Square Inch, a unit of pressure measurement commonly used in engineering and physics.

    • PSI is used to measure pressure in various systems, such as in pneumatic tools, hydraulic systems, and air compressors.

    • 1 PSI is equal to 0.068046 atmospheres or 6,894.76 Pascals.

    • For example, a car tire may require inflation to 32 PSI for optimal performance.

  • Answered by AI
  • Q2. Firing strocks position
  • Ans. 

    Firing strokes position refers to the position of the firing strokes in an engine.

    • Firing strokes position is crucial for the proper functioning of the engine.

    • The firing order of the engine determines the position of the firing strokes.

    • Incorrect firing strokes position can lead to engine misfires or damage.

    • Common firing orders include 1-3-4-2 for a 4-cylinder engine and 1-8-4-3-6-5-7-2 for a V8 engine.

  • Answered by AI
  • Q3. How to work hyd.pump
  • Ans. 

    To work a hydraulic pump, you need to understand its components and operation.

    • Understand the basic components of a hydraulic pump such as the inlet, outlet, and pistons.

    • Ensure the pump is properly connected to a power source and the hydraulic system.

    • Monitor the pump's pressure and flow rate to ensure optimal performance.

    • Regularly check and maintain the pump to prevent any malfunctions or breakdowns.

    • Examples: Gear pump,

  • Answered by AI
  • Q4. Injectors leack off test
  • Q5. How to use torque gun
  • Ans. 

    A torque gun is a tool used to apply torque to fasteners such as nuts and bolts.

    • Ensure the torque gun is set to the correct torque value for the fastener being tightened.

    • Hold the torque gun perpendicular to the fastener and apply pressure while pulling the trigger.

    • Listen for the click or beep indicating the desired torque has been reached.

    • Do not over-tighten the fastener as it can cause damage.

    • Regularly calibrate and m

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is coalesce
  • Ans. 

    Coalesce is a function used to return the first non-null value in a list of expressions.

    • Coalesce function is commonly used in SQL to handle null values.

    • It takes multiple arguments and returns the first non-null value.

    • Example: COALESCE(column1, column2, 'default') will return the value of column1 if not null, else column2, and if both are null, it will return 'default'.

  • Answered by AI
  • Q2. What is repartition
  • Ans. 

    Repartition is the process of redistributing data across partitions in a distributed system.

    • Repartitioning helps in balancing the workload and improving performance in distributed computing environments.

    • It involves moving data between partitions based on certain criteria such as key values or hash functions.

    • Repartitioning can be done in Spark using operations like repartition() or coalesce().

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Non repeatable character
  • Ans. 

    A non repeatable character is a character that appears only once in a given string.

    • Iterate through the string and count the frequency of each character

    • Identify the characters that have a frequency of 1

    • Return the first non repeatable character found

  • Answered by AI
  • Q2. Sort list without sort method
  • Ans. 

    Sort list without using sort method

    • Create a custom sorting function using loops

    • Compare each element with every other element to determine the correct order

    • Swap elements based on the comparison results

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Past Experience and Work profile
  • Q2. Future plan and work strategy in Axis My India.
  • Ans. 

    My future plan in Axis My India is to implement data-driven strategies for accurate predictions and expand our reach in untapped regions.

    • Implement data-driven strategies to improve accuracy of predictions

    • Expand reach in untapped regions through targeted marketing campaigns

    • Enhance customer engagement through personalized communication

    • Invest in research and development for innovative solutions

    • Collaborate with local partn

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Past Experience And Work profile in previous organization
  • Q2. Basic question from your work experience

AxionConnect Infosolutions Interview FAQs

How many rounds are there in AxionConnect Infosolutions interview?
AxionConnect Infosolutions interview process usually has 2-3 rounds. The most common rounds in the AxionConnect Infosolutions interview process are HR, Coding Test and Technical.
How to prepare for AxionConnect Infosolutions interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at AxionConnect Infosolutions. The most common topics and skills that interviewers at AxionConnect Infosolutions expect are SAS, SQL, Base SAS, SAS Enterprise Guide and SAS DI.
What are the top questions asked in AxionConnect Infosolutions interview?

Some of the top questions asked at the AxionConnect Infosolutions interview -

  1. 1.What is SQL Loader? 2.What are Stored Procedures? Syntax to create and execut...read more
  2. What is Daemon Thread?Give exam...read more
  3. What is use of static keywo...read more

Tell us how to improve this page.

People are getting interviews through

based on 5 AxionConnect Infosolutions interviews
Job Portal
Recruitment Consultant
Company Website
40%
40%
20%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.8k Interviews
Mphasis Interview Questions
3.4
 • 783 Interviews
GfK MODE Interview Questions
3.3
 • 22 Interviews
View all

AxionConnect Infosolutions Reviews and Ratings

based on 20 reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-Life balance

3.5

Salary & Benefits

3.5

Job Security

3.7

Company culture

3.4

Promotions/Appraisal

3.8

Work Satisfaction

Explore 20 Reviews and Ratings
MIS Executive

Mumbai

1-4 Yrs

₹ 2.5-3.5 LPA

Sr Data Scientist

Mumbai,

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

SAS Consultant BI /DI

Mumbai,

Bangalore / Bengaluru

2-5 Yrs

₹ 2.6-13 LPA

Explore more jobs
SAS Consultant
26 salaries
unlock blur

₹4 L/yr - ₹14 L/yr

SAS Developer
14 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Software Engineer
6 salaries
unlock blur

₹5 L/yr - ₹6.1 L/yr

SAS Programmer
6 salaries
unlock blur

₹2 L/yr - ₹5.3 L/yr

Consultant
5 salaries
unlock blur

₹2.4 L/yr - ₹11.5 L/yr

Explore more salaries
Compare AxionConnect Infosolutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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