Upload Button Icon Add office photos

Filter interviews by

Tarento Technologies Associate Software Engineer Interview Questions and Answers

Updated 6 Jan 2025

Tarento Technologies Associate Software Engineer Interview Experiences

1 interview found

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

(2 Questions)

  • Q1. How did you create a live link for your project? because i have hosted my project in netlify and so i could post a live link of my project
  • Q2. Are you interested to learn java?
Round 2 - HR 

(2 Questions)

  • Q1. What will be your future after 5 years?
  • Q2. Why tarento?

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Aug 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 - Aptitude Test 

Aptitude test on logocal reasoning and maths question

Round 3 - Coding Test 

All sql queries and oops concept.

Round 4 - One-on-one 

(2 Questions)

  • Q1. About yourself and about your views on questions.
  • Q2. Oops concept and .net basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more on sql queries and .net and be yourself
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

They gave us 2 coding questions, must code in java, they personally checked each of our codes, 1 hr duration (They may extend for around 30 mins), should have java installed on our systems prior.

Round 2 - Technical 

(9 Questions)

  • Q1. Difference between array list, array in java
  • Ans. 

    Array list is a dynamic array that can grow or shrink in size, while array in Java is a fixed-size collection of elements.

    • Array list in Java is a class that implements List interface and allows dynamic resizing.

    • Arrays in Java are fixed in size and cannot be resized once initialized.

    • Example: ArrayList<String> arrayList = new ArrayList<String>(); String[] array = new String[5];

  • Answered by AI
  • Q2. About spring boot
  • Q3. Write code for dynamic arrays
  • Ans. 

    Code snippet to implement dynamic arrays with add, remove, and access methods.

    • Use a list or vector data structure to implement dynamic arrays.

    • For adding elements, use the append or push_back method.

    • For removing elements, use the erase or remove method.

    • For accessing elements, use the index operator or at method.

  • Answered by AI
  • Q4. For loop, for each
  • Q5. What do u know about java
  • Ans. 

    Java is a popular programming language known for its platform independence and object-oriented approach.

    • Java is an object-oriented programming language

    • It is known for its platform independence, meaning Java programs can run on any device that has a Java Virtual Machine (JVM)

    • Java is used for developing a wide range of applications, from mobile apps to enterprise systems

    • Java has a rich set of libraries and frameworks tha

  • Answered by AI
  • Q6. Oops concepts
  • Q7. Introduce urself
  • Ans. 

    I am a recent graduate with a degree in Computer Science, passionate about coding and problem-solving.

    • Recent graduate in Computer Science

    • Passionate about coding and problem-solving

  • Answered by AI
  • Q8. Linked list - node insertion, deletion in java
  • Q9. Heaps in java, how does internal memory allocation happen for heaps
  • Ans. 

    In Java, heaps are used for dynamic memory allocation. Internal memory allocation in heaps is managed by the JVM.

    • Heaps in Java are used for storing objects and dynamically allocated memory.

    • Memory allocation in heaps is managed by the Java Virtual Machine (JVM).

    • The JVM uses a technique called garbage collection to reclaim memory from objects that are no longer in use.

    • Objects in the heap are allocated memory based on the...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Techouts Software Engineer Trainee interview:
  • java
  • dsa
Interview preparation tips for other job seekers - min aggregate marks of 80% throughout ur academics
I cleared coding round and in the interview, out of 150, they selected 1 candidate(Cause the candidate had good knowledge of spring boot which was all they wanted)
3.0-3.5 lpa and 3 years of service agreement
and finally the candidate rejected their offer

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 5 interview rounds.

Round 1 - Coding Test 

Leetcode easy level questions

Round 2 - Technical 

(1 Question)

  • Q1. Eliminate subsequent repetitions in a string
  • Ans. 

    Remove subsequent repetitions in a string

    • Iterate through the string and compare each character with the next one

    • If they are the same, remove the repetition by shifting the characters to the left

    • Repeat this process until all repetitions are eliminated

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. Behavioral questions asked by Delivery Manager
Round 4 - Client Interview 

(1 Question)

  • Q1. Behavioral round and past experience
Round 5 - Client Interview 

(2 Questions)

  • Q1. Design a URL shortener
  • Ans. 

    A URL shortener is a tool that takes a long URL and generates a shorter, more manageable link.

    • Generate a unique short code for each long URL

    • Store the mapping between short code and long URL in a database

    • Redirect users from short URL to original long URL when accessed

  • Answered by AI
  • Q2. Write unit test for a sevice class
  • Ans. 

    Unit test for a service class

    • Create a test class for the service class

    • Mock any dependencies of the service class

    • Write test methods to cover different scenarios

    • Use assertions to verify the expected outcomes

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The fifth client technical interview went on for at least 2 hours. I was not shortlisted after 5 rounds of interview. The HR recruiter didn't inform this decision even after multiple follow-ups by call.

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. I am interested but I am fasher
  • Q2. I am interested but I am fasher

Interview Preparation Tips

Interview preparation tips for other job seekers - I am interested but I am fasher
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic java collection questions
Round 2 - Technical 

(1 Question)

  • Q1. Spring boot basic questions
Round 3 - HR 

(1 Question)

  • Q1. Why should we hire you
  • Ans. 

    I have a strong technical background, proven track record of delivering high-quality software, and a passion for continuous learning and improvement.

    • I have a Bachelor's degree in Computer Science and X years of experience in software development.

    • I have successfully led multiple projects from conception to completion, delivering high-quality software on time and within budget.

    • I am proficient in a variety of programming ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not even apply
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Go Lang related questions
  • Q2. System architecture
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions of c#
Round 2 - Technical 

(1 Question)

  • Q1. Coding questions in c#
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement

Round 1 - Aptitude Test 

Basic maths and quant

Round 2 - Group Discussion 

For me it was cyber crime

Round 3 - Technical 

(1 Question)

  • Q1. Oops java dbms coa
Round 4 - HR 

(1 Question)

  • Q1. General question
Round 5 - One-on-one 

(1 Question)

  • Q1. 2 coding question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Dsa questions related to arrays and dictionaries

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions related to iOS concepts
Round 3 - One-on-one 

(1 Question)

  • Q1. Manager round, regarding project, roles and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared with basics

Tarento Technologies Interview FAQs

How many rounds are there in Tarento Technologies Associate Software Engineer interview?
Tarento Technologies interview process usually has 2 rounds. The most common rounds in the Tarento Technologies interview process are Technical and HR.
How to prepare for Tarento Technologies Associate Software 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 Tarento Technologies. The most common topics and skills that interviewers at Tarento Technologies expect are Angularjs, CSS, CSS3, Communication Skills and Front End.
What are the top questions asked in Tarento Technologies Associate Software Engineer interview?

Some of the top questions asked at the Tarento Technologies Associate Software Engineer interview -

  1. how did you create a live link for your project? because i have hosted my proje...read more
  2. are you interested to learn ja...read more
  3. what will be your future after 5 yea...read more

Tell us how to improve this page.

Tarento Technologies Associate Software Engineer Salary
based on 42 salaries
₹4 L/yr - ₹5.5 L/yr
20% less than the average Associate Software Engineer Salary in India
View more details

Tarento Technologies Associate Software Engineer Reviews and Ratings

based on 9 reviews

3.5/5

Rating in categories

4.4

Skill development

4.4

Work-Life balance

2.9

Salary & Benefits

4.1

Job Security

4.3

Company culture

3.0

Promotions/Appraisal

3.7

Work Satisfaction

Explore 9 Reviews and Ratings
Software Engineer
117 salaries
unlock blur

₹3.2 L/yr - ₹10.4 L/yr

Senior Software Engineer
89 salaries
unlock blur

₹6.2 L/yr - ₹21 L/yr

Technical Lead
49 salaries
unlock blur

₹15 L/yr - ₹30 L/yr

Associate Software Engineer
42 salaries
unlock blur

₹4 L/yr - ₹5.5 L/yr

Senior Consultant
41 salaries
unlock blur

₹7 L/yr - ₹29 L/yr

Explore more salaries
Compare Tarento Technologies with

Infosys

3.7
Compare

Wipro

3.7
Compare

TCS

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview