Upload Button Icon Add office photos

Filter interviews by

Mahindra Teqo Intern Interview Questions and Answers for Experienced

Updated 6 Dec 2022

Mahindra Teqo Intern Interview Experiences for Experienced

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 3 Nov 2022

I applied via Naukri.com and was interviewed in Jun 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 - HR 

(3 Questions)

  • Q1. What is your basic qualifications?
  • Q2. Where are you currently located?
  • Q3. Can you join immediately?
Round 3 - One-on-one 

(4 Questions)

  • Q1. What do you mean by business analyst?
  • Ans. 

    A business analyst is a professional who analyzes business operations and identifies areas for improvement.

    • Business analysts gather and analyze data to identify problems and opportunities for improvement.

    • They work with stakeholders to understand business needs and requirements.

    • They develop and recommend solutions to improve business processes and systems.

    • They may also be involved in project management and implementatio...

  • Answered by AI
  • Q2. Do you have knowledge about Excel, Jira and Confluence?
  • Ans. 

    Yes, I have knowledge about Excel, Jira and Confluence.

    • I am proficient in Excel and can perform various tasks such as data analysis, chart creation, and pivot tables.

    • I have experience using Jira for project management and issue tracking.

    • I am familiar with Confluence and have used it for documentation and collaboration purposes.

  • Answered by AI
  • Q3. Do you know to prepare business documentation?
  • Ans. 

    Yes, I have experience in preparing various business documents.

    • I am proficient in creating business plans, proposals, reports, and presentations.

    • I have experience in drafting contracts, agreements, and other legal documents.

    • I am skilled in using Microsoft Office and Google Suite to create and format documents.

    • I am familiar with industry-specific templates and formatting requirements.

    • I am detail-oriented and ensure accu

  • Answered by AI
  • Q4. How much knowledge do you have about this domain?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep it simple. Don't fake around when answering to skills that you're not familiar with.

Skills evaluated in this interview

Interview questions from similar companies

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

I appeared for an interview before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Inheritance related questions
  • Q2. Base web development related questions
Round 2 - Technical 

(2 Questions)

  • Q1. In depth oops question
  • Q2. Database related questions
Round 3 - HR 

(2 Questions)

  • Q1. Basic questions
  • Q2. Expected salary
  • Ans. 

    My expected salary is based on my experience, skills, and the market rate for Senior Engineers.

    • Consider my years of experience in the industry

    • Take into account my specialized skills and certifications

    • Research the current market rate for Senior Engineers in this location

    • Negotiable based on benefits package offered

  • Answered by AI
Round 4 - Coding Test 

Web development related coding questions

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

I applied via Job Portal and was interviewed before Jul 2022. There were 4 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 - Coding Test 

Coding round which consists of easy-meduim level questions

Round 3 - Coding Test 

Coding round which consists of DSA questions

Round 4 - One-on-one 

(2 Questions)

  • Q1. Javascript based questions and SQL queries
  • Q2. Projects based questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2022. There were 6 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 - Aptitude Test 

Easy to crack the test

Round 3 - Group Discussion 

Somewhat ok need to be a bit fluent

Round 4 - Assignment 

They gave us portal with bugs we have to find them.

Round 5 - Technical 

(1 Question)

  • Q1. Some random logical thinking questions
Round 6 - HR 

(1 Question)

  • Q1. Tell me abt yourself
  • Ans. 

    I am a motivated and enthusiastic individual with a strong passion for learning and gaining practical experience in the field of [field].

    • I have recently completed my [degree/qualification] in [field] from [university/institution].

    • During my studies, I gained hands-on experience through internships at [company/organization] where I worked on [specific projects/tasks].

    • I have a solid understanding of [relevant skills/techn...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly don't apply for this company if u r a fresher. They don't value your work and efforts. They want you to catch up really quick to their goals in impossible time.

I applied via Campus Placement and was interviewed in Oct 2021. There were 4 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 - Coding Test 

4 questions were asked. Two of them were of medium difficulty and other two were medium to hard level.

Round 3 - Technical 

(1 Question)

  • Q1. Questions from DSA, Sql were asked. There was a coding questions of easy to medium level as well. For few people puzzles were asked.
Round 4 - HR 

(1 Question)

  • Q1. Common HR questions were asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for DSA, solve atleast 3 questions a day and practice for Sql and see some puzzles as well.

Intern Interview Questions & Answers

CodeClouds user image dipnarayan sen

posted on 3 Jan 2025

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

General Computer Science Questions.

Round 2 - Technical 

(3 Questions)

  • Q1. 2NF and 3NF difference
  • Ans. 

    2NF eliminates partial dependencies, while 3NF eliminates transitive dependencies.

    • 2NF eliminates partial dependencies by ensuring all non-key attributes are fully functionally dependent on the primary key.

    • 3NF eliminates transitive dependencies by ensuring that non-key attributes are not dependent on other non-key attributes.

    • Example: In a table with columns A, B, and C where A is the primary key, if B depends on A and C...

  • Answered by AI
  • Q2. Alternative of using loop to print 1 to 100
  • Ans. 

    Using recursion to print numbers from 1 to 100 without a loop

    • Create a recursive function that takes a number as input and prints it

    • Call the function with 1 as the initial input and increment the input by 1 in each recursive call

    • Stop the recursion when the input reaches 100

  • Answered by AI
  • Q3. Delete and Truncate Difference
  • Ans. 

    Delete removes rows from a table while truncate removes all rows from a table.

    • Delete is a DML command while truncate is a DDL command.

    • Delete operation can be rolled back while truncate operation cannot be rolled back.

    • Delete operation fires triggers on each row deletion while truncate operation does not fire triggers.

  • Answered by AI

I applied via Referral and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts, array functions of php and js, string functions of php and js
  • Q2. Sql, trigger, indexes,
  • Q3. Logical thinking, problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - Good communication and presentation will work even if you are lacking a bit in technical. Be confident
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Oops Concepts like Abstraction, difference between Abstract class and Method

Interview Questionnaire 

1 Question

  • Q1. Php oops concepts are their primary focus

I applied via Walk-in and was interviewed before Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic oops question, sql question
  • Q2. Basic and advance php question
  • Q3. Some logical question( puzzle)

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear your basic concepts of php before attending interview

Mahindra Teqo Interview FAQs

How many rounds are there in Mahindra Teqo Intern interview for experienced candidates?
Mahindra Teqo interview process for experienced candidates usually has 3 rounds. The most common rounds in the Mahindra Teqo interview process for experienced candidates are Resume Shortlist, HR and One-on-one Round.
How to prepare for Mahindra Teqo Intern interview for experienced candidates?
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 Mahindra Teqo. The most common topics and skills that interviewers at Mahindra Teqo expect are Inventory Management and Quality Inspection.
What are the top questions asked in Mahindra Teqo Intern interview for experienced candidates?

Some of the top questions asked at the Mahindra Teqo Intern interview for experienced candidates -

  1. Do you have knowledge about Excel, Jira and Confluen...read more
  2. Do you know to prepare business documentati...read more
  3. What do you mean by business analy...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 55 Interviews
Darwinbox Interview Questions
3.9
 • 44 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
CodeClouds Interview Questions
4.4
 • 36 Interviews
Entrata Interview Questions
4.1
 • 34 Interviews
View all
Mahindra Teqo Intern Salary
based on 4 salaries
₹0.9 L/yr - ₹1.1 L/yr
72% less than the average Intern Salary in India
View more details
Engineer
59 salaries
unlock blur

₹2 L/yr - ₹5.5 L/yr

Senior Engineer
57 salaries
unlock blur

₹3 L/yr - ₹7.7 L/yr

Site Incharge
45 salaries
unlock blur

₹3.4 L/yr - ₹9 L/yr

Junior Engineer
41 salaries
unlock blur

₹2 L/yr - ₹4 L/yr

Technician
40 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Explore more salaries
Compare Mahindra Teqo with

Duck Creek Technologies

4.4
Compare

Ascent HR Technologies Private Limited

3.7
Compare

FinThrive

3.7
Compare

Vyapar

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