i
TNQ Tech Private
Limited
Filter interviews by
The program assesses engineering skills through practical tasks and problem-solving scenarios.
Focus on real-world applications, such as designing a circuit or optimizing a process.
Include coding challenges that test algorithmic thinking, like sorting algorithms or data structure manipulation.
Evaluate soft skills through scenario-based questions, such as handling team conflicts or project management.
Incorporate sys...
Reversing a string in Python can be done using slicing, loops, or built-in functions for efficient manipulation.
Using slicing: reversed_string = original_string[::-1] # Example: 'hello' becomes 'olleh'
Using the reversed() function: reversed_string = ''.join(reversed(original_string)) # Example: 'world' becomes 'dlrow'
Using a loop: reversed_string = ''.join(original_string[i] for i in range(len(original_string)-1...
A multiple of 7 is any integer that can be expressed as 7 times another integer, such as 7, 14, 21, etc.
Multiples of 7 can be generated by multiplying 7 with integers: e.g., 7 * 1 = 7.
The first few multiples of 7 are: 7, 14, 21, 28, 35.
To find the nth multiple of 7, use the formula: 7 * n.
Examples: 7 * 3 = 21, 7 * 5 = 35.
Books workflow involves the processes of acquiring, cataloging, and distributing books in a library or publishing context.
Acquisition: Selecting and purchasing books based on demand and relevance, e.g., using surveys to identify popular genres.
Cataloging: Organizing books in a database with metadata like author, title, and genre for easy retrieval.
Processing: Preparing books for circulation, including labeling, co...
I have over 10 years of experience in software development, specializing in cloud computing and data analytics.
Led a team of developers in creating a cloud-based application that improved data processing speed by 30%.
Implemented machine learning algorithms to enhance predictive analytics for client projects, resulting in a 25% increase in accuracy.
Collaborated with cross-functional teams to design and deploy scala...
Identify errors in given sentences
Check for grammatical errors such as subject-verb agreement, punctuation, and spelling mistakes
Look for inconsistencies in tense, voice, and pronoun usage
Ensure proper sentence structure and clarity of expression
The word 'appropriate' is subjective and can vary depending on context.
Consider the tone and formality of the text when choosing a word.
Think about the intended audience and the message being conveyed.
Ensure the word fits grammatically and stylistically with the surrounding text.
Prioritize tasks, leverage team strengths, and communicate effectively to ensure timely article delivery without overburdening editors.
Assess the current workload of each editor to identify who can take on additional tasks without feeling overwhelmed.
Implement a clear prioritization system for the article's sections, focusing on critical parts first to ensure timely completion.
Encourage collaboration among editors...
Essays are longer, structured writings exploring a topic, while paragraphs are shorter, focused segments within essays.
Essays typically consist of multiple paragraphs, each serving a specific purpose.
A paragraph usually contains a single main idea, while an essay explores a broader theme.
Example of a paragraph: 'The sun sets in the west, casting a golden hue over the horizon.'
Example of an essay: 'The impact of cl...
Paser is a tool for parsing and analyzing data structures effectively.
Paser can handle various data formats like JSON, XML, and CSV.
It simplifies data extraction by allowing users to define specific parsing rules.
For example, using paser to extract user information from a JSON object.
Paser can be integrated into larger applications for real-time data processing.
I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.
The books workflow involves planning, organizing, and overseeing the project from initiation to completion.
Define project scope, objectives, and deliverables
Create project schedule and allocate resources
Monitor progress and adjust plans as needed
Manage risks and issues
Communicate with stakeholders and team members
Ensure project meets quality standards
Close out project and evaluate success
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.
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 ...
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.
I appeared for an interview in Mar 2025, where I was asked the following questions.
The program assesses engineering skills through practical tasks and problem-solving scenarios.
Focus on real-world applications, such as designing a circuit or optimizing a process.
Include coding challenges that test algorithmic thinking, like sorting algorithms or data structure manipulation.
Evaluate soft skills through scenario-based questions, such as handling team conflicts or project management.
Incorporate system d...
I applied via Walk-in and was interviewed in Aug 2024. There were 2 interview rounds.
Maths , Grammar, html code and word short cuts
Body tag defines the main content of an HTML document, while inline tags are used within a line of text.
Body tag encloses the main content of the HTML document
Inline tags are used within a line of text to apply formatting or styling
Examples of inline tags include <strong>, <em>, <span>
I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.
The word 'appropriate' is subjective and can vary depending on context.
Consider the tone and formality of the text when choosing a word.
Think about the intended audience and the message being conveyed.
Ensure the word fits grammatically and stylistically with the surrounding text.
I am a language enthusiast with a passion for editing and improving written content.
Experienced in editing various types of written content
Proficient in grammar, punctuation, and style guidelines
Strong attention to detail and ability to meet deadlines
Familiar with different editing tools and software
Excellent communication and teamwork skills
I have always had a passion for languages and editing, making this role a perfect fit for me.
Passion for languages and editing
Enjoy improving written content
Strong attention to detail
Experience in language-related roles
Desire to help others communicate effectively
Basic aptitude questions and one word answers for SQL
Basics of MySQL questions will be asked
I appeared for an interview in Oct 2024, where I was asked the following questions.
I have over 8 years of experience in copy editing, focusing on clarity, consistency, and adherence to style guides.
Managed editorial processes for a leading publishing house, ensuring timely delivery of high-quality content.
Collaborated with writers to refine their work, providing constructive feedback that improved overall clarity and engagement.
Developed and maintained a comprehensive style guide that streamlined the...
A multiple of 7 is any integer that can be expressed as 7 times another integer, such as 7, 14, 21, etc.
Multiples of 7 can be generated by multiplying 7 with integers: e.g., 7 * 1 = 7.
The first few multiples of 7 are: 7, 14, 21, 28, 35.
To find the nth multiple of 7, use the formula: 7 * n.
Examples: 7 * 3 = 21, 7 * 5 = 35.
Reversing a string in Python can be done using slicing, loops, or built-in functions for efficient manipulation.
Using slicing: reversed_string = original_string[::-1] # Example: 'hello' becomes 'olleh'
Using the reversed() function: reversed_string = ''.join(reversed(original_string)) # Example: 'world' becomes 'dlrow'
Using a loop: reversed_string = ''.join(original_string[i] for i in range(len(original_string)-1, -1,...
I applied via Walk-in and was interviewed in Sep 2023. There were 2 interview rounds.
Chemical name and then reactions for chemical engineering
Essays are longer, structured writings exploring a topic, while paragraphs are shorter, focused segments within essays.
Essays typically consist of multiple paragraphs, each serving a specific purpose.
A paragraph usually contains a single main idea, while an essay explores a broader theme.
Example of a paragraph: 'The sun sets in the west, casting a golden hue over the horizon.'
Example of an essay: 'The impact of climate...
Different image formats have unique characteristics and are suitable for different purposes.
JPEG: lossy compression, good for photographs
PNG: lossless compression, supports transparency
GIF: limited color palette, supports animation
TIFF: high quality, large file size
Corrections marking in page involves identifying and correcting errors in written content.
Identify errors such as spelling mistakes, grammatical errors, and formatting issues
Use proofreading symbols or track changes feature in word processing software to mark corrections
Provide clear and concise explanations for corrections made
Ensure consistency in corrections throughout the document
Examples: circling spelling mistake...
Different image formats have different correction methods based on their characteristics.
JPEG format is lossy and may lose quality when corrected
PNG format is lossless and allows for corrections without quality loss
TIFF format is high quality but may be larger in file size
RAW format retains all original data for extensive corrections
Top trending discussions
Some of the top questions asked at the TNQ Tech Private Limited interview -
The duration of TNQ Tech Private Limited interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 55 interview experiences
Difficulty level
Duration
based on 802 reviews
Rating in categories
Copy Editor
237
salaries
| ₹1.1 L/yr - ₹3.5 L/yr |
Senior Associate
160
salaries
| ₹1.5 L/yr - ₹4 L/yr |
Associate Copy Editor
148
salaries
| ₹1.4 L/yr - ₹3 L/yr |
Data Conversion Associate
146
salaries
| ₹1 L/yr - ₹2.8 L/yr |
Graphic Designer
130
salaries
| ₹1.3 L/yr - ₹3.5 L/yr |
Dainik Bhaskar Group
Times Group
OMICS International
Amar Ujala