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

TNQ Tech Private Limited Graphic Artist Interview Questions and Answers for Experienced

Updated 27 Feb 2022

TNQ Tech Private Limited Graphic Artist Interview Experiences for Experienced

1 interview found

Round 1 - Technical 

(1 Question)

  • Q1. What about design.
  • Ans. 

    Design is the process of creating visual and functional solutions to problems.

    • Design involves understanding the problem and the audience

    • It requires creativity and innovation

    • Design should be aesthetically pleasing and functional

    • Examples include logos, websites, packaging, and advertisements

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Genral instructions.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Newspaper Ad and was interviewed in Nov 2023. There were 5 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 - Group Discussion 

Discuss the question marketing and sales regarding

Round 3 - Case Study 

Discuss the previous working

Round 4 - One-on-one 

(2 Questions)

  • Q1. Discuss the workings related questions
  • Q2. Marketing and sales regarding questions
Round 5 - HR 

(1 Question)

  • Q1. Discuss the workings related questions
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Assignment 

Design a book cover based on the brief provided by them.

Round 2 - HR 

(3 Questions)

  • Q1. Basic questions
  • Q2. Previous company experience
  • Q3. Salary negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - A commendable company to work for.
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
Selected Selected

I applied via Job Portal and was interviewed before Sep 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 - Assignment 

Illustrator recreation

Round 3 - Assignment 

Photoshop retouching

Round 4 - HR 

(4 Questions)

  • Q1. Personal and salary discussion
  • Q2. Salary expectation
  • Q3. Educational background
  • Q4. Family information
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

There were 3 coding questions on Hacker Earth platform for 1 hour 15min and 1 question from array and 2 questions from strings.

Round 2 - One-on-one 

(1 Question)

  • Q1. This round was based on SQL, DBMS, DSA, OOPS SQL--> Designed the complete schema for one of my projects for COVID-19 vaccination. and SQL queries from that schema. DSA--> 1.) Find the pair in an array whos...
Round 3 - Technical 

(1 Question)

  • Q1. This was a technical managerial round. OOPS--> Example of overloading and overriding. Mostly DBMS and SQL-based questions like what is indexing and SQL queries and joins. DSA--> 1.) Write one sorting algo....
Round 4 - HR 

(1 Question)

  • Q1. Just a normal discussion regarding my tech stack and my internship experience only 15mins.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

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
-

I applied via Campus Placement

Round 1 - Coding Test 

DSA Hackerrank assessment

Round 2 - Technical 

(2 Questions)

  • Q1. DSA questions - Tree, Binary Search
  • Q2. 2sum various approaches
  • Ans. 

    The 2sum problem involves finding two numbers in an array that add up to a given target.

    • One approach is to use a hash table to store the complement of each number as we iterate through the array.

    • Another approach is to sort the array and use two pointers, one starting from the beginning and the other from the end, to find the pair.

    • If the array is sorted, we can also use binary search to find the complement of each numbe

  • 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

TNQ Tech Private Limited Interview FAQs

How many rounds are there in TNQ Tech Private Limited Graphic Artist interview for experienced candidates?
TNQ Tech Private Limited interview process for experienced candidates usually has 2 rounds. The most common rounds in the TNQ Tech Private Limited interview process for experienced candidates are Technical and One-on-one Round.
How to prepare for TNQ Tech Private Limited Graphic Artist interview for experienced candidates?
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 E - publishing, Graphic Designing, Graphics, Illustration and Illustrator.
What are the top questions asked in TNQ Tech Private Limited Graphic Artist interview for experienced candidates?

Some of the top questions asked at the TNQ Tech Private Limited Graphic Artist interview for experienced candidates -

  1. What about desi...read more
  2. Genral instructio...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Cimpress Interview Questions
4.0
 • 63 Interviews
Times Group Interview Questions
3.8
 • 28 Interviews
Group Bayport Interview Questions
4.1
 • 22 Interviews
Xerox Interview Questions
3.8
 • 21 Interviews
Amar Ujala Interview Questions
3.9
 • 19 Interviews
Elsevier Interview Questions
4.4
 • 19 Interviews
View all
TNQ Tech Private Limited Graphic Artist Salary
based on 12 salaries
₹2 L/yr - ₹3 L/yr
6% less than the average Graphic Artist Salary in India
View more details

TNQ Tech Private Limited Graphic Artist Reviews and Ratings

based on 2 reviews

3.7/5

Rating in categories

3.7

Skill development

3.0

Work-life balance

2.7

Salary

4.3

Job security

4.1

Company culture

2.7

Promotions

3.4

Work satisfaction

Explore 2 Reviews and Ratings
Copy Editor
224 salaries
unlock blur

₹1 L/yr - ₹3.5 L/yr

Data Conversion Associate
151 salaries
unlock blur

₹1 L/yr - ₹2.8 L/yr

Associate Copy Editor
146 salaries
unlock blur

₹1.5 L/yr - ₹3 L/yr

Senior Associate
143 salaries
unlock blur

₹1.6 L/yr - ₹3.6 L/yr

Graphic Designer
128 salaries
unlock blur

₹1.3 L/yr - ₹3.5 L/yr

Explore more salaries
Compare TNQ Tech Private Limited with

Dainik Bhaskar Group

4.3
Compare

Times Group

3.8
Compare

OMICS International

2.5
Compare

Amar Ujala

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