Upload Button Icon Add office photos

Tagit Pte

Compare button icon Compare button icon Compare

Filter interviews by

Tagit Pte Software Developer Interview Questions and Answers

Updated 5 Aug 2023

Tagit Pte Software Developer Interview Experiences

1 interview found

Interview experience
3
Average
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 - Technical 

(2 Questions)

  • Q1. What is oobjct oriented programmin?
  • Ans. 

    Object-oriented programming is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOP focuses on creating objects that interact with each other to solve complex problems.

    • Encapsulation is a key feature where data is kept private within the object and can only be accessed through public methods.

    • Inheritance allows objects to inherit attri...

  • Answered by AI
  • Q2. What is difference between delegate and protoxole
  • Ans. 

    Delegates are used in C# for implementing events and callbacks, while protocols are used in Objective-C for defining methods that a class must implement.

    • Delegates are a type-safe function pointer in C#.

    • Protocols are similar to interfaces in other languages, defining a set of methods that a class must implement.

    • Delegates are used for implementing events and callbacks in C#.

    • Protocols are used in Objective-C for defining

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Norhing

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Core Java Related question Like , what is constructor, Java Collection, opps concept, Spring boot,some question from e-commerce domain.
  • Q2. What is the Java code to remove duplicate characters from an array?
  • Ans. 

    Use a HashSet to remove duplicate characters from an array of strings in Java.

    • Create a HashSet to store unique characters.

    • Iterate through each string in the array and convert it to a char array.

    • Add each character to the HashSet, as it will automatically remove duplicates.

    • Convert the HashSet back to a string array to get the result.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are a recent graduate, you can join; however, keep in mind that you should always be prepared for other job opportunities, as there is no job security.

I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java related ,core java and collection ,constructor, oops.

Interview Preparation Tips

Interview preparation tips for other job seekers - As per Fresher Jobs you need to prepare the core java and advance java as well and coding should be good.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts and projects
  • Q2. Collections, multithreading

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for interview on your skills and projects
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions were related to tree traversal (level-order) and strings (anagram)

I was interviewed in May 2022.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. 

    Rectangle Area Calculation

    Given a list of rectangles, where each rectangle is represented by an array of four integers indicating its bottom-left and top-right corners, calculate the total area covered b...

  • Ans. 

    Calculate total area covered by a list of rectangles on a plane.

    • Iterate through each rectangle and calculate its area

    • Check for overlapping areas between rectangles

    • Sum up the total area covered by all rectangles

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Oops concepts and 1 DSA problem

  • Q1. 

    Bit Set Problem Statement

    You are provided with a string, termed as DIGIT_PATTERN, which consists solely of digits. The objective is to identify the first digit that repeats in the sequence. If there's no...

  • Ans. 

    Identify the first repeating digit in a given string of digits.

    • Iterate through the string and keep track of seen digits using a set.

    • Return the first digit that repeats, or -1 if no digit repeats.

    • Time complexity: O(n), where n is the length of the input string.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

Firstly Some general questions and then suddenly a cosing question with modifications

  • Q1. 

    Print All Permutations of a String

    Given an input string STR, generate and print all possible permutations of the string.

    Input:

    str

    Output:

    All permutations of the input string, each on a new line.

    ...

  • Ans. 

    Generate and print all possible permutations of a given input string.

    • Use recursion to generate all permutations by swapping characters in the string.

    • Maintain a visited array to keep track of characters already used in a particular permutation.

    • Print each permutation as it is generated.

    • Handle duplicate characters by skipping swapping if the character is already in the current position.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from TIET - Thapar Institute of Engineering And Technology. I applied for the job as Software Engineer in GurgaonEligibility criteria7.5 CgpaGreyOrange interview preparation:Topics to prepare for the interview - DSA, OOPs, OS, DBMS, projects, PuzzlesTime required to prepare for the interview - 6 MonthsInterview preparation tips for other job seekers

Tip 1 : You should be perfect in what you know
Tip 2 : Prepare atleast DSA standard questions very well
Tip 3 : Don't ignore OOPs, they are asked very frequently.

Application resume tips for other job seekers

Tip 1 : Add good projects
Tip 2 : Must mention all your coding profiles and github where you worked.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before Feb 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 - One-on-one 

(1 Question)

  • Q1. The interviewer asked Basic SQL and Linux OS-related questions.
Round 3 - Technical 

(2 Questions)

  • Q1. The interviewer asked questions regarding projects and experience.
  • Q2. The interviewer asked some aptitude and logical reasoning questions.
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good organization for freshers and people with no/limited experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 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 

Chrome and Firefox Browser automation

Round 3 - Assignment 

Log file tail last n lines where n is configurable. Followup question on how you can optimize it further incase log file size is in TBs and incase it is cluster of servers

Round 4 - Technical 

(4 Questions)

  • Q1. Detailed Technical background check and discussion on past projects.
  • Q2. Messaging queue and best practices
  • Ans. 

    Messaging queues are used to manage asynchronous communication between different components of a system.

    • Use a reliable messaging queue system like RabbitMQ or Apache Kafka

    • Ensure messages are properly formatted and serialized

    • Implement message acknowledgement and retry mechanisms

    • Monitor queue health and performance

    • Consider message ordering and partitioning for scalability

    • Avoid long-running tasks in message handlers

  • Answered by AI
  • Q3. Binary Search Tree twisted question
  • Q4. Map Reduce concept for solving dictionary keywords
  • Ans. 

    MapReduce is a programming model for processing large data sets in parallel.

    • MapReduce divides the input data into chunks and processes them in parallel.

    • It consists of two phases: Map and Reduce.

    • Map function takes input data and converts it into key-value pairs.

    • Reduce function takes the output of Map as input and combines the values with the same key.

    • It is used for solving dictionary keywords by mapping each word to a k

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on above 2 rounds, they seem to keep their round formats same

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Normal 3 leetcode medium questions

Round 2 - Assignment 

Machine coding round to design tail -f

Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions on internal working of os
  • Q2. Questions on projects
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy medium to hard medium

Round 2 - Coding Test 

Questions on array , linked list

Round 3 - Technical 

(1 Question)

  • Q1. Oops ,dbms,cn,operating system
Round 4 - HR 

(1 Question)

  • Q1. Easy question of hr round

Tagit Pte Interview FAQs

How many rounds are there in Tagit Pte Software Developer interview?
Tagit Pte interview process usually has 2 rounds. The most common rounds in the Tagit Pte interview process are Resume Shortlist and Technical.
How to prepare for Tagit Pte Software Developer 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 Angular, CSS, HTML, JQuery and Javascript.
What are the top questions asked in Tagit Pte Software Developer interview?

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

  1. What is difference between delegate and protox...read more
  2. What is oobjct oriented programm...read more

Tell us how to improve this page.

Tagit Pte Software Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Tagit Pte Software Developer Salary
based on 16 salaries
₹3.8 L/yr - ₹11 L/yr
13% less than the average Software Developer Salary in India
View more details

Tagit Pte Software Developer Reviews and Ratings

based on 4 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

4.9

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

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

₹0 L/yr - ₹0 L/yr

Software Engineer
68 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Product Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Analyst
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tagit Pte with

MobiQuest Mobile Technologies

3.1
Compare

Capillary Technologies

3.5
Compare

Vinculum Solutions

3.0
Compare

Unicommerce Esolutions

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