Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by TNQ Tech Private Limited Team. If you also belong to the team, you can get access from here

TNQ Tech Private Limited Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 731 Reviews

Filter interviews by

TNQ Tech Private Limited Software Engineer Interview Questions and Answers

Updated 7 May 2024

TNQ Tech Private Limited Software Engineer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Assignment 

They will give javascript coding(based on your role)question we need to solve and submit the solution

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic js questions and some logical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be perfect in the basic conscepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Jan 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 

Practical module need to solve and execute the progream

Round 3 - Technical 

(3 Questions)

  • Q1. Need the linux server commands and OOP concept, CSS, etc
  • Q2. All relavent of the oops, css, aws, mysql related questions. Eg: Primary key vs Unique. Write the joins query for left and inner join. Cat command for linux server. hide vs invisible. block ns display Abs...
  • Q3. Write a program for login page with using session Database design for one example given by interviewer Palindrome program
  • Ans. 

    Program for login page with session and palindrome program

    • Create a login page with HTML and CSS

    • Use PHP to handle form submission and validate user credentials

    • Create a session for the logged-in user

    • Design a database to store user information

    • Write a program to check if a given string is a palindrome

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. For our last company of the project details and module discussion. And Technology tech interview

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. You must say your answer with confident
2. Basic technic questions and answer needs to know for your field
3. You should develop your's developing skills with relatime exmples. Like Duplicate removing, reverse the input, Loop and Loop with index concept, OOPs concepts (optional if this has yours field)
4. If you had work with database means, better you know the design of the db and connecion through the program.
5. API intergrations and UI design (optional If you had work in that otherwise needs to know the basic things)
6. Domain knowledge is most important. Example what kind of projects done by your office. If you are fresher means, better you have to search, which company you are going to interview, know those companies project, technics, and tools.

Skills evaluated in this interview

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 DuplicateYou have been given an integer array/list(ARR) of s ... 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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the use of namespace in Php?
  • Ans. 

    Namespace in PHP is used to avoid naming conflicts between classes, functions, and variables.

    • Namespace allows grouping of related classes, functions, and variables under a common name.

    • It helps in organizing code and makes it easier to maintain.

    • Namespace can be declared using the 'namespace' keyword followed by the namespace name.

    • Example: namespace MyNamespace;

    • To use a class or function from a namespace, we need to spec...

  • Answered by AI
  • Q2. Difference between interface and abstract class
  • Ans. 

    Interface defines only method signatures while abstract class can have both method signatures and implementations.

    • An interface can be implemented by multiple classes while an abstract class can only be extended by one class.

    • An abstract class can have constructors while an interface cannot.

    • An abstract class can have non-abstract methods while an interface can only have abstract methods.

    • An abstract class can have instanc...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong oops skills expected
For Php, get knowledge about latest concepts

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. How nodejs works internally?
  • Ans. 

    Node.js is a runtime environment that executes JavaScript code outside of a web browser.

    • Node.js uses the V8 JavaScript engine from Google Chrome to execute code.

    • It is built on the event-driven, non-blocking I/O model, making it lightweight and efficient.

    • Node.js uses a single-threaded event loop to handle multiple concurrent connections.

    • It has a built-in module system that allows developers to easily add functionality t

  • Answered by AI
  • Q2. Std input output questions of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company

Skills evaluated in this interview

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

Aptitude regarding all topics also verbal reasoning

Round 2 - Coding Test 

Coding related to any language and also machine learning

Round 3 - HR 

(2 Questions)

  • Q1. Regarding self intro
  • Q2. Self intro, rotational shifts ok
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The simple topics they are given to solve.

Round 2 - HR 

(2 Questions)

  • Q1. Self Introduction
  • Q2. About salary expectations.

Software Engineer Interview Questions & Answers

Elsevier user image Gowthami Ramachandran

posted on 24 Oct 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. Test strategies
  • Q2. Which level of testing is more focussed
  • Ans. 

    Unit testing is more focused

    • Unit testing focuses on testing individual components or functions in isolation

    • It is typically automated and executed frequently during development

    • Examples include testing a specific function in a program or a specific module in an application

  • Answered by AI
Round 3 - Case Study 

Hsd to design a simple product cart application

Round 4 - Aptitude Test 

It was a phycometry test

Skills evaluated in this interview

I applied via Indeed and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Good job got my freshers company 'I will good jobs
  • Q2. Provide my company and good work. My company information my implement
  • Q3. This can share my other ways still give to my professions
  • Q4. This is good career way development
  • Q5. My interview information I asked just now company other one any way...
  • Q6. How make to another information asked my him

Interview Preparation Tips

Interview preparation tips for other job seekers - My interview good discipline and good question answer them ,first one my good job incread to some problems solve my company problems prescribed to them
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

It was a 90 minute coding test, involving 3 problems:
1-Given points on a 2d plane, you can delete one point, what is the minimum maximum distance you can have?
2-LFU Cache
3-Given an array with elements 0,1, your task is to find number of ways to divide this array into contiguous chunks so that each chunk has only one 1 in it.

Round 3 - Technical 

(2 Questions)

  • Q1. How do you avoid method overriding?
  • Ans. 

    To avoid method overriding, make the method final or private.

    • Declare the method as final to prevent it from being overridden in subclasses.

    • Declare the method as private to hide it from subclasses.

    • Use the @Override annotation to ensure that a method is actually overriding a superclass method.

  • Answered by AI
  • Q2. What is the 'finalize' keyword for?
  • Ans. 

    The 'finalize' keyword is used in Java to perform cleanup operations before an object is garbage collected.

    • The 'finalize' method is called by the garbage collector before reclaiming an object's memory.

    • It can be used to release resources like closing files or sockets.

    • It is not recommended to rely on 'finalize' for resource cleanup as it is not guaranteed to be called.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for your DSA problems.

Skills evaluated in this interview

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

Medium level questions , 1 hr

Round 2 - Technical 

(1 Question)

  • Q1. Medium level, technical knowledge test
Round 3 - Technical 

(1 Question)

  • Q1. Very low level system design
  • Ans. 

    Design a low-level system for a software engineer interview.

    • Start by understanding the requirements and constraints of the system.

    • Identify the components and their interactions.

    • Consider the data structures and algorithms needed.

    • Think about performance, scalability, and fault tolerance.

    • Document the design and discuss trade-offs.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - medium level interview, focuses more on project knowledge

Skills evaluated in this interview

TNQ Tech Private Limited Interview FAQs

How many rounds are there in TNQ Tech Private Limited Software Engineer interview?
TNQ Tech Private Limited interview process usually has 2-3 rounds. The most common rounds in the TNQ Tech Private Limited interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for TNQ Tech Private Limited 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 TNQ Tech Private Limited. The most common topics and skills that interviewers at TNQ Tech Private Limited expect are Agile, Backend, DTD, Front End and MySQL.
What are the top questions asked in TNQ Tech Private Limited Software Engineer interview?

Some of the top questions asked at the TNQ Tech Private Limited Software Engineer interview -

  1. Write a program for login page with using session Database design for one examp...read more
  2. What is the use of namespace in P...read more
  3. Difference between interface and abstract cl...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 TNQ Tech Private Limited interviews
Job Portal
67%
33% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
TNQ Tech Private Limited Software Engineer Salary
based on 107 salaries
₹1 L/yr - ₹8.5 L/yr
29% less than the average Software Engineer Salary in India
View more details

TNQ Tech Private Limited Software Engineer Reviews and Ratings

based on 9 reviews

3.3/5

Rating in categories

3.0

Skill development

3.6

Work-Life balance

3.0

Salary & Benefits

2.7

Job Security

3.5

Company culture

2.2

Promotions/Appraisal

3.2

Work Satisfaction

Explore 9 Reviews and Ratings
Copy Editor
185 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Associate Copy Editor
163 salaries
unlock blur

₹1.4 L/yr - ₹3 L/yr

Data Conversion Associate
147 salaries
unlock blur

₹1.1 L/yr - ₹3 L/yr

Graphic Designer
135 salaries
unlock blur

₹1.3 L/yr - ₹3.5 L/yr

Senior Associate
133 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Explore more salaries
Compare TNQ Tech Private Limited with

DiTech Process Solutions

4.2
Compare

Integra Software Services

3.9
Compare

Premedia Global

4.8
Compare

Impelsys

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