Upload Button Icon Add office photos

Filter interviews by

Tech India Engineer Interview Questions and Answers

Updated 10 Jul 2024

Tech India Engineer Interview Experiences

1 interview found

Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain python and explain logic to write and print output
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is easy to learn and widely used in various fields such as web development, data analysis, and artificial intelligence.

    • To write and print output in Python, you can use the 'print' function followed by the content you want to display.

    • You can also use variables to store data and then print them using the 'print' function.

    • Example: ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go with good preparation

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Apr 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 - Technical 

(2 Questions)

  • Q1. Related to my job profile
  • Q2. What kind of exposure I have in my engineering field?
Round 3 - HR 

(2 Questions)

  • Q1. Salary related questions along with past experiences
  • Q2. How much salary i need

Interview Preparation Tips

Interview preparation tips for other job seekers - Good platform healthcare professionals.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to work here?
  • Q2. Explain a tough situation, which you faced in your last experience?
Round 2 - Technical 

(2 Questions)

  • Q1. How failed jobs will be reprocessed?
  • Ans. 

    Failed jobs can be reprocessed by identifying the root cause of failure, fixing the issue, and resubmitting the job.

    • Identify the reason for job failure by checking logs and error messages.

    • Fix the issue causing the failure, such as correcting code errors or resolving resource constraints.

    • Resubmit the job after making necessary changes to ensure successful processing.

    • Implement monitoring and alerting systems to proactive...

  • Answered by AI
  • Q2. On-premise to cloud data migration.
  • Ans. 

    Data migration from on-premise to cloud involves transferring data from local servers to cloud-based storage systems.

    • Assess the current data infrastructure and identify the data to be migrated

    • Choose a suitable cloud storage solution based on requirements and budget

    • Plan the migration process including data extraction, transformation, and loading (ETL)

    • Test the migration process to ensure data integrity and security

    • Execut...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked me two string array question one was to reverse a string without any pre build function and second one was a medium question to print the number and the count of it into the next level of the tree

Round 2 - HR 

(2 Questions)

  • Q1. Who is your idol?
  • Q2. How do you menage your work?
  • Ans. 

    I manage my work by prioritizing tasks, setting goals, staying organized, and communicating effectively with team members.

    • Prioritize tasks based on deadlines and importance

    • Set clear goals and milestones to track progress

    • Stay organized with tools like project management software

    • Communicate effectively with team members to ensure alignment and collaboration

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. SQL related questions on snowflake and databricks
Round 3 - Technical 

(1 Question)

  • Q1. Database architecture and design related questions
Round 4 - Behavioral 

(1 Question)

  • Q1. Databricks experience, domain knowledge and mostly experience related questions.
Round 5 - HR 

(1 Question)

  • Q1. Expectations and how you would be a good fit. All general HR questions that you can find

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your skills and sale yourself well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Adf triggers and integration run time
  • Q2. How to copy data in add pipeline
  • Ans. 

    To copy data in add pipeline, use a copy activity in Azure Data Factory.

    • Use Azure Data Factory to create a copy activity in a pipeline.

    • Specify the source dataset and sink dataset for the copy activity.

    • Map the source and sink columns to ensure data is copied correctly.

    • Run the pipeline to copy the data from source to sink.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Aws services , all twisted questions but basics only, Questions on data warehousing, performance tuning,ETL process,DMS in aws, surrogate key, primary key,ec2, Autoscaling,load balancer,sql , an sql progra...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be clear with the basics of all the above concepts and you can crack it. Be. Confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. RDD, Datafram, dataset difference
  • Q2. Find the 2nd hightest salary
  • Q3. What is ADF in azure
  • Ans. 

    ADF in Azure stands for Azure Data Factory, a cloud-based data integration service that allows you to create, schedule, and manage data pipelines.

    • Azure Data Factory (ADF) is used to orchestrate and automate data movement and data transformation.

    • It supports a wide range of data sources, including Azure Blob Storage, Azure SQL Database, and on-premises data sources.

    • ADF allows you to create data pipelines using a visual i...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Coding Test 

Prime Number, Oops, SQL Coding

Round 2 - Technical 

(1 Question)

  • Q1. Spark, Big Data, Python, SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare big data, SQL leetcode, Python, Spark

I applied via Recruitment Consultant and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Sql join with data given and predict output from the given inputs
  • Q2. Query using sql case conditions
  • Q3. Query using sql window functions
  • Ans. 

    SQL window functions allow for calculations over a specific subset of data.

    • Window functions are used to perform calculations over a specific subset of data

    • They are used with the OVER() clause and can be used with aggregate functions

    • Examples include ROW_NUMBER(), RANK(), and LAG()

    • They are useful for calculating running totals, rankings, and comparing values across rows

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - We should have strong base in sql also i was asked on some linux commands basics

Skills evaluated in this interview

Tech India Interview FAQs

How many rounds are there in Tech India Engineer interview?
Tech India interview process usually has 1 rounds. The most common rounds in the Tech India interview process are Technical.
How to prepare for Tech India Engineer 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 India. The most common topics and skills that interviewers at Tech India expect are Electronics Engineering and Electronics Manufacturing.

Tell us how to improve this page.

Tech India Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Engineer Interview Questions from Similar Companies

TCS Engineer Interview Questions
3.7
 • 20 Interviews
Wipro Engineer Interview Questions
3.7
 • 4 Interviews
View all
Tech India Engineer Salary
based on 5 salaries
₹3.8 L/yr - ₹10 L/yr
At par with the average Engineer Salary in India
View more details
Software Engineer
15 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹8.5 L/yr - ₹26 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹2.4 L/yr - ₹7.1 L/yr

Software Developer
7 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Team Lead
6 salaries
unlock blur

₹1.8 L/yr - ₹13.9 L/yr

Explore more salaries
Compare Tech India with

Infosys

3.6
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

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