Upload Button Icon Add office photos

Filter interviews by

Tagit Pte Software Engineer Interview Questions and Answers

Updated 4 Mar 2024

Tagit Pte Software Engineer Interview Experiences

2 interviews found

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

I applied via Recruitment Consulltant and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Collection all concept, core java, solid principles
Round 2 - Coding Test 

Sort an array and couple of stream api and project structure.

Round 3 - Behavioral 

(1 Question)

  • Q1. Agile methodology, Restful Apis
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic coading test example sum of no, palindrome, prime or not etc

Round 2 - HR 

(1 Question)

  • Q1. Oops concepts and what your mention your resume that only can be asked
Round 3 - HR 

(1 Question)

  • Q1. Teachical hr round

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

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 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude Had around 50 Questions which cover Logical,Quantitative, Code snippets

Round 2 - Technical 

(3 Questions)

  • Q1. Two Sum in Coding
  • Ans. 

    Find two numbers in an array that add up to a specific target value.

    • Use a hashmap to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hashmap.

    • Return the indices of the two numbers that add up to the target value.

  • Answered by AI
  • Q2. Differences in final,Finally,Finalize
  • Ans. 

    final, finally, and finalize are related terms in programming but have different meanings and usage

    • final is a keyword in Java used to restrict inheritance, method overriding, and variable reassignment

    • finally is a block of code in exception handling that always executes, regardless of whether an exception is thrown

    • finalize is a method in Java used for cleanup operations before an object is garbage collected

  • Answered by AI
  • Q3. Basic Sql operations
Round 3 - Technical 

(3 Questions)

  • Q1. Array List Implementation in Stack for Push and pop
  • Ans. 

    Array List can be implemented in a stack by using an array and keeping track of the top element.

    • Create an array to store the elements of the stack.

    • Keep track of the top element using a variable.

    • For push operation, add the element to the top of the stack and increment the top index.

    • For pop operation, remove the top element and decrement the top index.

  • Answered by AI
  • Q2. Finding 3rd Largest Number in an Array without using Sort
  • Ans. 

    Find 3rd largest number in array without sorting

    • Iterate through array to find largest, 2nd largest, and 3rd largest numbers

    • Keep track of these numbers as you iterate

    • Return the 3rd largest number found

  • Answered by AI
  • Q3. Finding the min number of Swap in Sorting of Array
  • Ans. 

    To find the minimum number of swaps needed to sort an array

    • Use graph theory to find cycles in the array

    • Count the number of swaps needed to fix each cycle

    • Add up the swaps needed for all cycles to get the total minimum swaps

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn About a PL clearly and Do more of DSA.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Machine coding round

Round 2 - Technical 

(2 Questions)

  • Q1. TCP/IP related questions, what happens when you search a webpage?
  • Q2. Past projects discussions
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions on how would you tackle a particular scenario
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Sql related questions were asked
  • Q2. Manual testing questions were asked
  • Q3. Joins questions
  • Q4. Where clause questions
  • Q5. Manual testing questions
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Sorting of an array
  • Q2. Bubble sorting algorithm
Round 2 - Technical 

(1 Question)

  • Q1. Java oops question
Round 3 - Technical 

(1 Question)

  • Q1. API questions related to put and patch api
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

30 mins interview. Asked about resume, APIs, Stack DSA question and one Sorting algorithm question.

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

I applied via Job Portal and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Know your resume and your basics

Round 2 - Coding Test 

Know class diagrams. Very Huge for workday.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just know your resume
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Find the index of second maximum interger in a given array.
  • Ans. 

    Find the index of second maximum integer in a given array.

    • Iterate through the array to find the maximum integer.

    • Then iterate again to find the second maximum integer and return its index.

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic technical question oops concept

Tagit Pte Interview FAQs

How many rounds are there in Tagit Pte Software Engineer interview?
Tagit Pte interview process usually has 3-4 rounds. The most common rounds in the Tagit Pte interview process are Coding Test, HR and Resume Shortlist.
How to prepare for Tagit Pte 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 Tagit Pte. The most common topics and skills that interviewers at Tagit Pte expect are Javascript, CSS3, JQuery, JSON and Struts.
What are the top questions asked in Tagit Pte Software Engineer interview?

Some of the top questions asked at the Tagit Pte Software Engineer interview -

  1. Oops concepts and what your mention your resume that only can be as...read more
  2. Collection all concept, core java, solid princip...read more
  3. Agile methodology, Restful A...read more

Tell us how to improve this page.

Tagit Pte Software Engineer Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Tagit Pte Software Engineer Salary
based on 75 salaries
₹3 L/yr - ₹11.2 L/yr
20% less than the average Software Engineer Salary in India
View more details

Tagit Pte Software Engineer Reviews and Ratings

based on 10 reviews

2.0/5

Rating in categories

1.3

Skill development

2.0

Work-life balance

2.3

Salary

1.3

Job security

1.3

Company culture

1.3

Promotions

1.3

Work satisfaction

Explore 10 Reviews and Ratings
Senior Software Engineer
101 salaries
unlock blur

₹7 L/yr - ₹16.7 L/yr

Software Engineer
75 salaries
unlock blur

₹3 L/yr - ₹11.2 L/yr

Senior Product Engineer
48 salaries
unlock blur

₹6.2 L/yr - ₹14.7 L/yr

Product Engineer
23 salaries
unlock blur

₹4 L/yr - ₹8 L/yr

Senior Business Analyst
17 salaries
unlock blur

₹9 L/yr - ₹21.2 L/yr

Explore more salaries
Compare Tagit Pte with

MobiQuest Mobile Technologies

3.1
Compare

Capillary Technologies

3.4
Compare

Vinculum Solutions

3.0
Compare

Unicommerce Esolutions

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