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

Filter interviews by

Clear (1)

TNQ Tech Private Limited Software Developer Interview Questions and Answers

Updated 23 Jul 2024

TNQ Tech Private Limited Software Developer Interview Experiences

3 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Basic python qyestions
  • Q2. Oops concepts in python
  • Ans. 

    Oops concepts in Python include inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components within a class.

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Abstraction hides complex implementation details and only shows the necessary features.

  • Answered by AI
  • Q3. Sql queries in framework
  • Ans. 

    SQL queries are commonly used in frameworks for data manipulation and retrieval.

    • SQL queries are used to interact with databases within a framework.

    • Frameworks like Hibernate, Entity Framework, and Django ORM use SQL queries to perform database operations.

    • SQL queries can be written directly in code or generated by the framework based on object-relational mapping.

    • Examples: SELECT * FROM table_name WHERE condition, INSERT ...

  • Answered by AI
  • Q4. Inheritance and polymorphism
  • Q5. Design pattern in python
  • Ans. 

    Design patterns in Python are reusable solutions to common problems in software design.

    • Design patterns help in creating maintainable and scalable code.

    • Some common design patterns in Python include Singleton, Factory, Observer, and Strategy.

    • Each design pattern has its own purpose and implementation.

    • Design patterns promote code reusability and flexibility.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Regarding skills set
Round 2 - Coding Test 

Had technical round with coding

Round 3 - One-on-one 

(1 Question)

  • Q1. Had discussion on skills , i joined as a fresher

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sdlc process, MVC architecture, entity framework, SQL queries
  • Q2. SQL queries, state vs stateless, url

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics alone. Work experience is important

Interview questions from similar companies

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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is Array sorting in php
  • Ans. 

    Array sorting in PHP is the process of arranging the elements of an array in a specific order.

    • PHP provides various sorting functions like sort(), rsort(), asort(), arsort(), ksort(), krsort(), etc.

    • sort() function sorts the array in ascending order based on the values.

    • rsort() function sorts the array in descending order based on the values.

    • asort() function sorts the array in ascending order based on the values while mai...

  • Answered by AI
  • Q2. Array merge in php
  • Ans. 

    Merging two arrays in PHP

    • Use array_merge() function to merge two or more arrays

    • The resulting array will have all the values from the input arrays

    • Keys are preserved unless they are numeric and there are duplicates

  • Answered by AI

Skills evaluated in this interview

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

(5 Questions)

  • Q1. What is closure
  • Ans. 

    A closure is a function that has access to its own scope, the scope in which it was defined, and the global scope.

    • A closure is created when a function is defined inside another function.

    • The inner function has access to the variables and parameters of the outer function, even after the outer function has finished executing.

    • Closures are useful for creating private variables and functions in JavaScript.

    • They can also be us...

  • Answered by AI
  • Q2. What is Encapsulation
  • Ans. 

    Encapsulation is the process of hiding internal details and providing a public interface for accessing and manipulating data.

    • Encapsulation bundles data and methods together into a single unit.

    • It helps in achieving data abstraction and data hiding.

    • By encapsulating data, we can control access to it and prevent unauthorized modifications.

    • Encapsulation promotes code reusability and maintainability.

    • Example: A class in objec...

  • Answered by AI
  • Q3. What is Inheritance
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows for code reuse and promotes the concept of hierarchy.

    • The class that is being inherited from is called the superclass or base class.

    • The class that inherits from the superclass is called the subclass or derived class.

    • The subclass can access the public and protected members of the s...

  • Answered by AI
  • Q4. What is Abstraction
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details.

    • Abstraction involves hiding unnecessary details and exposing only relevant information.

    • It allows developers to create models or representations that capture the essential aspects of a system.

    • Abstraction helps in managing complexity, improving code reusability, and enhancing maintainability.

    • For example, in object-oriented programm...

  • Answered by AI
  • Q5. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms. It allows objects of different classes to be treated as the same type.

    • Polymorphism is a fundamental concept in object-oriented programming.

    • It enables code reusability and flexibility.

    • Polymorphism can be achieved through method overriding and method overloading.

    • Example: A parent class Animal can have multiple child classes like Dog, Cat, and Bird. They can ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. C#,Mvc core,SQL server,vue js,
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Best Time to sell and buy stock

Round 2 - One-on-one 

(2 Questions)

  • Q1. Promises, closures, hoisting in JS
  • Q2. Classes and Object Prototyping
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Core java , spring boot , mysql , lunix

Interview Preparation Tips

Interview preparation tips for other job seekers - its good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell Me what s java
  • Ans. 

    Java is a high-level programming language known for its portability, security, and versatility.

    • Java is an object-oriented language

    • It is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM)

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

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Coding test with 2 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Technical interview round
Contribute & help others!
anonymous
You can choose to be anonymous

TNQ Tech Private Limited Interview FAQs

How many rounds are there in TNQ Tech Private Limited Software Developer interview?
TNQ Tech Private Limited interview process usually has 1-2 rounds. The most common rounds in the TNQ Tech Private Limited interview process are One-on-one Round, HR and Coding Test.
How to prepare for TNQ Tech Private Limited 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 TNQ Tech Private Limited. The most common topics and skills that interviewers at TNQ Tech Private Limited expect are Hibernate, J2Ee, Java, Software Development and Software Engineering.
What are the top questions asked in TNQ Tech Private Limited Software Developer interview?

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

  1. Oops concepts in pyt...read more
  2. Sql queries in framew...read more
  3. Design pattern in pyt...read more

Recently Viewed

INTERVIEWS

Zinnov Management Consulting

No Interviews

INTERVIEWS

Newgen Knowledge Works

No Interviews

INTERVIEWS

Kotak Mahindra Bank

No Interviews

INTERVIEWS

Zinnov Management Consulting

5.6k top interview questions

INTERVIEWS

Cognizant

5.6k top interview questions

INTERVIEWS

Techinfini Solutions

No Interviews

INTERVIEWS

JPM Group

No Interviews

INTERVIEWS

State Bank of India

No Interviews

INTERVIEWS

Zinnov Management Consulting

No Interviews

CAMPUS PLACEMENT

Sastra University

Tell us how to improve this page.

TNQ Tech Private Limited Software Developer Interview Process

based on 4 interviews

Interview experience

2.3
  
Poor
View more
TNQ Tech Private Limited Software Developer Salary
based on 45 salaries
₹1.5 L/yr - ₹7.5 L/yr
30% less than the average Software Developer Salary in India
View more details

TNQ Tech Private Limited Software Developer Reviews and Ratings

based on 5 reviews

2.9/5

Rating in categories

4.3

Skill development

3.9

Work-life balance

3.1

Salary

3.1

Job security

3.7

Company culture

3.3

Promotions

4.1

Work satisfaction

Explore 5 Reviews and Ratings
Copy Editor
185 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Copy Editor
164 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Conversion Associate
150 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
142 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
129 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TNQ Tech Private Limited with

DiTech Process Solutions

2.6
Compare

Integra Software Services

3.9
Compare

Premedia Global

4.8
Compare

Impelsys

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