Upload Button Icon Add office photos

Filter interviews by

TechAxis Interview Questions and Answers

Updated 19 Apr 2024

TechAxis Interview Experiences

Popular Designations

4 interviews found

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

I applied via Job Fair and was interviewed in Feb 2023. There were 2 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Ducting system in hvac
  • Ans. 

    Ducting system is an integral part of HVAC that distributes air throughout the building.

    • Ducting system should be designed to minimize pressure drop and noise.

    • Ducts should be properly insulated to prevent heat loss or gain.

    • Ducts should be sealed to prevent air leakage.

    • Ducts should be sized appropriately to ensure proper air flow.

    • Examples of duct materials include sheet metal, fiberglass, and flexible ducts.

  • Answered by AI
  • Q2. Sprigler system designed
  • Ans. 

    A Sprinkler system is designed to provide fire protection by spraying water in the event of a fire.

    • Sprinkler systems are typically designed based on the occupancy classification and hazard level of the building.

    • The system includes pipes, sprinkler heads, valves, and a water supply.

    • Sprinkler heads are designed to activate when exposed to a certain temperature, typically around 155-165°F.

    • The water supply can come from a ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TechAxis Design Engineer interview:
  • HVAC System
  • HAP
  • duct syser
  • xcell
  • MS Office
Interview preparation tips for other job seekers - I have one year experience in priliminary Design,detailed drawing of HVAC,fire fighting and plumbing.

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (5)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Roles and responsibilities in brief

HR Coordinator Interview Questions asked at other Companies

Q1. Will you be able to handle data of more than 1000 employees since you are coming from a small organisation?
View answer (3)
TechAxis Interview Questions and Answers for Freshers
illustration image

I applied via LinkedIn and was interviewed in Apr 2022. There were 2 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 Resume tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Providing a boolean search as per the job description shared.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Communication skills
2. Boolean Search understanding
3. End to End Recruitment experience (Positions/Process)

Information Technology Recruiter Interview Questions asked at other Companies

Q1. Types of Visas and tax terms
View answer (2)

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - HR 

(1 Question)

  • Q1. Pros and cons of WFH
  • Ans. 

    WFH offers flexibility but can lead to isolation and distractions.

    • Pros: Flexibility, no commute, cost savings, better work-life balance

    • Cons: Isolation, distractions, lack of face-to-face interaction, difficulty separating work and personal life

    • Example: WFH allows parents to be more present for their children's needs

    • Example: WFH can lead to procrastination and decreased productivity

    • Example: WFH can save money on transpo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Communication skill is a must.

Associate Recruiter Interview Questions asked at other Companies

Q1. What is recruitment is all about? What Is US Staffing? Tax terms Time zone US Visas
View answer (1)

TechAxis interview questions for popular designations

 Associate Recruiter

 (1)

 HR Coordinator

 (1)

 Design Engineer

 (1)

 Information Technology Recruiter

 (1)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Company Website and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Attended the codevita competition in final year of college.

Round 2 - Technical 

(3 Questions)

  • Q1. About College Project
  • Q2. Some very basics of java
  • Q3. Experience of college project as a team

Interview Preparation Tips

Interview preparation tips for other job seekers - Codevita is a really good platform to help you join TCS as a final year graduate in college
Contribute & help others!
anonymous
You can choose to be anonymous

TechAxis Interview FAQs

How many rounds are there in TechAxis interview?
TechAxis interview process usually has 1-2 rounds. The most common rounds in the TechAxis interview process are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for TechAxis 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 TechAxis. The most common topics and skills that interviewers at TechAxis expect are Recruitment and Talent Acquisition.
What are the top questions asked in TechAxis interview?

Some of the top questions asked at the TechAxis interview -

  1. Ducting system in h...read more
  2. Sprigler system desig...read more
  3. Pros and cons of ...read more

Recently Viewed

LIST OF COMPANIES

Discover companies

Find best workplace

COMPANY BENEFITS

Ad Astra Consultants

No Benefits

SALARIES

Ad Astra Consultants

No Salaries

PHOTOS

Orion Corporate Alliance

No Photos

JOBS

Orion Corporate Alliance

No Jobs

PHOTOS

Voltech Engineers Global

No Photos

REVIEWS

Yellow Box Hr Services

No Reviews

JOBS

Voltech Engineers Global

No Jobs

REVIEWS

Human Before Resource Private Limited

No Reviews

JOBS

Easy Source hr Solutions

No Jobs

Tell us how to improve this page.

TechAxis Interview Process

based on 3 interviews

Interview experience

3.7
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 793 Interviews
Right Advisors Interview Questions
4.5
 • 25 Interviews
View all

TechAxis Reviews and Ratings

based on 42 reviews

3.9/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

4.0

Salary

3.6

Job security

3.7

Company culture

4.0

Promotions

3.6

Work satisfaction

Explore 42 Reviews and Ratings
Associate Recruiter
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Recruitment Consultant
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Recruitment Consultant
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

HR Recruiter
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Principal Recruitment Consultant
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TechAxis with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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