Upload Button Icon Add office photos

Filter interviews by

Tech Holding Interview Questions and Answers

Updated 6 Mar 2025

Tech Holding Interview Experiences

1 interview found

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

I was interviewed before Mar 2024.

Round 1 - Coding Test 

There were two coding questions which I have to complete in 1 hour and it was medium level questions from the leet code.

Round 2 - Technical 

(2 Questions)

  • Q1. What is terraform ?
  • Ans. 

    Terraform is an open-source infrastructure as code tool for building, changing, and versioning infrastructure safely and efficiently.

    • Declarative Configuration: Users define the desired state of infrastructure using HashiCorp Configuration Language (HCL).

    • Resource Management: Terraform manages resources across various providers like AWS, Azure, and Google Cloud.

    • State Management: It maintains a state file to track the cur...

  • Answered by AI
  • Q2. Explain the terraform s3 backend block.
  • Ans. 

    The Terraform S3 backend block configures remote state storage in AWS S3 for infrastructure management.

    • The S3 backend allows Terraform to store its state file in an S3 bucket.

    • Example configuration: `backend "s3" { bucket = "my-terraform-state" key = "terraform.tfstate" region = "us-west-2" }`

    • It enables collaboration by allowing multiple users to access the same state file.

    • Supports locking with DynamoDB to prevent concu...

  • Answered by AI

DevOps Intern Interview Questions asked at other Companies

Q1. Minimum number of towers required such that every house is in the range of at least one tower
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

Jobs at Tech Holding

View all

Interview questions from similar companies

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 Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

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

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Explain the mini projects and main project completed during Engineering.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • DBMS
  • Software Engineering
  • Basic coding
Interview preparation tips for other job seekers - Just make sure the resume should be precise and you have knowledge on the things mentioned in your resume.

Be confident and have a smiling face in the interview round.

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

Round 1 - Coding Test 

- basic programming on C

Round 2 - HR 

(1 Question)

  • Q1. - question based on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Things are asked only from resume . Make sure you recite every word you mentioned in your resume .
whatever project you are including , you should know enough to explain everything.

I applied via Campus Placement and was interviewed before Oct 2021. 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 Resume tips
Round 2 - Aptitude Test 

English reasoning and logical question

Round 3 - HR 

(2 Questions)

  • Q1. About self and hobbies
  • Q2. About activities involved in

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on communication skills and brush up on aptitude & english tests

I applied via Naukri.com and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

English is the main focussed part

Round 2 - One-on-one 

(1 Question)

  • Q1. Basic introduction and project based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus more on English. Interview will be cake walk.
Contribute & help others!
anonymous
You can choose to be anonymous

Tech Holding Interview FAQs

How many rounds are there in Tech Holding interview?
Tech Holding interview process usually has 2 rounds. The most common rounds in the Tech Holding interview process are Coding Test and Technical.
How to prepare for Tech Holding 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 Tech Holding. The most common topics and skills that interviewers at Tech Holding expect are Consulting, Python, Javascript, Computer science and MySQL.
What are the top questions asked in Tech Holding interview?

Some of the top questions asked at the Tech Holding interview -

  1. Explain the terraform s3 backend blo...read more
  2. What is terrafor...read more

Recently Viewed

JOBS

Indika AI

No Jobs

COMPANY BENEFITS

One Click Technologies

No Benefits

SALARIES

One Click Technologies

No Salaries

COMPANY BENEFITS

Aglowid IT Solutions

No Benefits

JOBS

Deutsche Telekom Digital Labs

No Jobs

SALARIES

Aglowid IT Solutions

No Salaries

COMPANY BENEFITS

Accent Technologies

No Benefits

REVIEWS

One Click Technologies

No Reviews

PHOTOS

SoluteLabs

No Photos

SALARIES

Accent Technologies

No Salaries

Tell us how to improve this page.

Tech Holding Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Interview Questions from Similar Companies

Infosys Interview Questions
3.6
 • 7.5k 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
 • 791 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
XenonStack Interview Questions
3.3
 • 25 Interviews
View all

Tech Holding Reviews and Ratings

based on 17 reviews

3.9/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.7

Salary

3.5

Job security

4.0

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 17 Reviews and Ratings
Senior Angular Engineer

Pune

2-4 Yrs

Not Disclosed

SAP Hybris Engineer

Pune

4-7 Yrs

Not Disclosed

Software Engineer Hybris

Pune

3-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Support Engineer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tech Holding with

Tata Group

4.2
Compare

Reliance Industries

4.0
Compare

Infosys

3.6
Compare

Wipro

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