Upload Button Icon Add office photos
Engaged Employer

i

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

TartanHQ Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

TartanHQ Solutions Interview Questions and Answers

Updated 20 Jul 2024

TartanHQ Solutions Interview Experiences

2 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. He asked me coding question from binary tree and linked list
  • Q2. Questions related to my skills written on resume.
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about the company
  • Q2. Absurd question like which road you will take and all. Are you extrovert or introvert.
Round 3 - Technical 

(2 Questions)

  • Q1. About the mysql database query, he gave a big question
  • Q2. Where do you see yourself after 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - There was no immediate response and my interview was good still i wasn’t selected. I gave all the answers yet. The company is trash and they don’t value talents. They are not good.

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Linkedlist medium level question
  • Q2. Basic questions on SQL, backend, React.
Round 2 - Discussion 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. How do you keep yourself updated to latest technologies?

Interview Preparation Tips

Topics to prepare for TartanHQ Solutions Software Developer Intern interview:
  • System design
  • Dsa
  • Backend
  • Sql
  • Mongodb

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum of Maximum and Minimum Elements Problem Statement Given an array ARR of size N, your objective is to determine the sum of the largest and smallest elements within the array. Follow Up: Can you achieve the above task using the least numb... read more
View answer (5)

Interview questions from similar companies

I appeared for an interview before Sep 2016.

Interview Preparation Tips

Round: Test
Experience: This was a group test. We were asked to answer and complete all questions from both sections. Test was conducted in TCS campus in Pune
Tips: Learning basic level Maths and English will help clear this test
Duration: 2 hours
Total Questions: 45

Round: Test Selection
Experience: This was a direct shortlist from all who cleared the test

College Name: Sinhgad Academy of Engineering
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

Basic aptitude,math, english, communication, logic the test lasted for 1.5hours and was an online proctured test.

Round 3 - Coding Test 

2 coding questions with language flexibility

Round 4 - Technical 

(2 Questions)

  • Q1. Question about data structure
  • Q2. Question about dbms, computer networks, projects

Interview Preparation Tips

Interview preparation tips for other job seekers - please be strong in your basics, study data structures, algorithms
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Video Call 

(1 Question)

  • Q1. Tell me about a time when you had to step away from traditional methods to solve a difficult or complex problem.
  • Ans. 

    I had to step away from traditional methods to solve a complex problem.

    • Developing a machine learning algorithm to predict customer behavior

    • Instead of using traditional statistical models, I used deep learning techniques

    • Implemented a neural network with multiple hidden layers

    • Collected and preprocessed a large dataset of customer data

    • Achieved higher accuracy and better predictions compared to traditional methods

  • Answered by AI
Round 3 - Face-to-face interview 

(1 Question)

  • Q1. A series of behavioral questions such as: How did you deal with complex problems? How did you handle it if you have a team member that always against your ideas? How did you work in a team?

Interview Preparation Tips

Interview preparation tips for other job seekers - Use STAR methods to answer the question. Discuss a Situation, describe a TASK, explain the ACTION, and share the RESULT.

Use your previous work experience to answer questions. If you don't, you can use your university experience such as: How do you work for your group assignment?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Write a code for prime number

Round 2 - HR 

(2 Questions)

  • Q1. What is difference between mapping and filter
  • Q2. What is time complexity

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well for coding and your projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 2 coding que on hakerrank

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself ?
  • Q2. OOPS concept based with java
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode medium questions was asked on hackerrank

Round 2 - Technical 

(2 Questions)

  • Q1. What is database, system design
  • Ans. 

    A database is a structured collection of data, while system design involves creating a plan for how different components of a system will work together.

    • Database is used to store and organize data in a structured manner.

    • System design involves creating a plan for how different components of a system will interact and work together efficiently.

    • Examples of databases include MySQL, PostgreSQL, and MongoDB.

    • Examples of system...

  • Answered by AI
  • Q2. Standard leetcode questions + hashmaps + projects

Skills evaluated in this interview

I appeared for an interview in Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

  • Q1. 

    Counting Even and Odd Occurrences

    You are provided with an array or list of integers named ARR of size N. The task is to determine two things:

    1. How many elements appear an odd number of times?
    2. How many...
  • Ans. 

    Count the number of elements with odd and even occurrences in an array of integers.

    • Iterate through the array and use a hashmap to store the count of each element.

    • After counting, iterate through the hashmap to determine odd and even occurrences.

    • Return the counts of elements with odd and even occurrences.

  • Answered by AI
  • Q2. 

    Delete Nodes with Greater Values On Right

    You are given a singly linked list where each node contains an integer value and a reference to the next node or NULL if it is the last node. The task is to remov...

  • Ans. 

    Remove nodes in a singly linked list with a greater value on the right.

    • Traverse the linked list and compare each node's value with the values of nodes to its right.

    • If a node has a greater value on the right, remove it from the linked list.

    • Update the references of the previous node to skip the removed node.

  • Answered by AI

Interview Preparation Tips

Eligibility criteria6+ CGPATech Mahindra interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, OOPs, Algorithms, DP, GreedyTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Try solving Love Babbar 450 Prog questions
Tip 2 : Have a good resume
Tip 3 : Do learn some extra technologies eg. ML/AI

Application resume tips for other job seekers

Tip 1 : Do not lie at all
Tip 2 : Have some projects listed

Final outcome of the interviewRejected

Skills evaluated in this interview

I appeared for an interview in Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

  • Q1. 

    Subarray Sums I Problem Statement

    You are provided with an array of positive integers ARR that represents the strengths of different “jutsus” (ninja techniques). You are also given the strength of the ene...

  • Ans. 

    Count the number of subarrays whose combined strength matches the given enemy strength.

    • Iterate through the array and maintain a running sum to check for subarrays with sum equal to the enemy strength.

    • Use a hashmap to store the running sum frequencies and increment the count of subarrays accordingly.

    • Return the count of subarrays that sum up to the given enemy strength.

  • Answered by AI
Round 2 - HR 

Round duration - 15 minutes
Round difficulty - Easy

It was in the night around 7:00PM-7:15PM. Platform used for this round was skype. Interviewer was very friendly in nature. This round focusses more on your personality rather than knowledge.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in DelhiEligibility criteriaNo backlogsCognizant interview preparation:Topics to prepare for the interview - Data Structures, OOPS, Algorithm, oop, ghraph , aca , cnTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Practice Coding questions
Tip 2 : Try not to lie on resume

Application resume tips for other job seekers

Tip 1 : It should not be too long or too short. 
Tip 2 : Do not put false thing

Final outcome of the interviewRejected

Skills evaluated in this interview

TartanHQ Solutions Interview FAQs

How many rounds are there in TartanHQ Solutions interview?
TartanHQ Solutions interview process usually has 2-3 rounds. The most common rounds in the TartanHQ Solutions interview process are Technical, One-on-one Round and HR.
How to prepare for TartanHQ Solutions 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 TartanHQ Solutions. The most common topics and skills that interviewers at TartanHQ Solutions expect are MySQL, MongoDB, Python, Java and Sales.
What are the top questions asked in TartanHQ Solutions interview?

Some of the top questions asked at the TartanHQ Solutions interview -

  1. He asked me coding question from binary tree and linked l...read more
  2. About the mysql database query, he gave a big quest...read more
  3. Basic questions on SQL, backend, Rea...read more

Tell us how to improve this page.

TartanHQ Solutions Interview Process

based on 4 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

TartanHQ Solutions Reviews and Ratings

based on 46 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.1

Salary

4.3

Job security

4.4

Company culture

4.0

Promotions

4.4

Work satisfaction

Explore 46 Reviews and Ratings
Product Manager
9 salaries
unlock blur

₹6 L/yr - ₹18 L/yr

Back End Engineer
7 salaries
unlock blur

₹11.5 L/yr - ₹24 L/yr

Software Engineer
6 salaries
unlock blur

₹10 L/yr - ₹13 L/yr

Software Developer
6 salaries
unlock blur

₹10 L/yr - ₹13 L/yr

Business Development Manager
5 salaries
unlock blur

₹9 L/yr - ₹13 L/yr

Explore more salaries
Compare TartanHQ Solutions 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