Upload Button Icon Add office photos

Filter interviews by

Truth Labs Director Interview Questions and Answers

Updated 23 Aug 2021

Truth Labs Director Interview Experiences

1 interview found

Director Interview Questions & Answers

user image Anonymous

posted on 20 Aug 2021

Interview Questionnaire 

2 Questions

  • Q1. Why do yo want to join?
  • Q2. Tell your strengths & weaknesses

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and frank. Do not bluff. Be truthful

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Introduction

Manager Interview Questions & Answers

Healthians user image Simran Pattnaik

posted on 2 Jul 2024

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

I applied via LinkedIn and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions based in work experience
  • Q2. Question on medical field

I applied via LinkedIn and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Process related queries will be asked specially around how do you handle any particular situation they provide.
  • Q2. Question related to what you have mentioned in your resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviews now days are no longer about testing your technical skills albeit they test your patience, communication skills, problem solving attitude, attitude towards Life and how do you show them your ready to go instinct.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. It is given 20% hike on my current ctc
Round 2 - Case Study 

Regarding clinical trial background

Interview Preparation Tips

Interview preparation tips for other job seekers - if you know how to sell,then you can survive in any industry

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Some questions on array sorting and some are with array
  • Q2. Sql to find latest record in a table with and without subquery
  • Ans. 

    SQL query to find latest record in a table with and without subquery

    • Without subquery: SELECT * FROM table_name ORDER BY date_column DESC LIMIT 1

    • With subquery: SELECT * FROM table_name WHERE date_column = (SELECT MAX(date_column) FROM table_name)

  • Answered by AI
  • Q3. OOPS concepts
  • Q4. Written test question paper with 3 questions(Logical to make programs)

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with oops concept and SQL

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is oops, what is abstraction
  • Ans. 

    OOPs stands for Object-Oriented Programming. Abstraction is the concept of hiding complex implementation details and showing only necessary features of an object.

    • OOPs is a programming paradigm that uses objects and classes to design and develop applications.

    • Abstraction is the process of hiding the implementation details and showing only the necessary features of an object.

    • For example, a car can be represented as an obj...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - jsdfjs jshfjsjdbf kjifnwnejs isdsjdjeogkr ijfjsofnksdng isjfsjogjsng joijsdglmksejoigj nijgibsjfduysdhdgj hoirgnkjdfbfoirjbkbrfb knuiwhfhbeufhiwuegee
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude related questions asked in form of mcq.

Round 2 - Coding Test 

Coding questions are given

Round 3 - Technical 

(2 Questions)

  • Q1. Asked about sql queries
  • Q2. Asked about oops concept
Round 4 - Final round with CTO 

(2 Questions)

  • Q1. Asked about projects
  • Q2. Asked about goals
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Apr 2022. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell Me Something About Yourself?
  • Q2. Last Job Experiences?

Interview Preparation Tips

Topics to prepare for Healthians Sales Executive interview:
  • Daily Routine
Interview preparation tips for other job seekers - Well, I would suggest you be ready with good communication to which you can share as much time would have taken to you for each interview...all questions relate to yourself hence, easy to answer.

I applied via Walk-in and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Micro service
  • Q2. What is encapsulations, data abstraction, polymorphism
  • Ans. 

    Encapsulation, data abstraction, and polymorphism are three fundamental concepts in object-oriented programming.

    • Encapsulation is the process of hiding the implementation details of an object from the outside world.

    • Data abstraction is the process of representing only the essential features of an object and hiding the unnecessary details.

    • Polymorphism is the ability of an object to take on many forms or have multiple beha...

  • Answered by AI
  • Q3. What is stack and queue
  • Ans. 

    Stack is a data structure that follows Last In First Out (LIFO) principle. Queue is a data structure that follows First In First Out (FIFO) principle.

    • Stack is like a stack of plates where the last plate added is the first one to be removed

    • Queue is like a queue of people waiting in line where the first person added is the first one to be served

    • Stack operations: push (add element), pop (remove top element), peek (get top...

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

    Caching is the process of storing frequently used data in a temporary storage area for faster access.

    • Caching improves application performance by reducing the number of requests to the server.

    • It can be implemented at different levels such as browser, server, and database.

    • Examples of caching include browser caching of web pages, server caching of API responses, and database caching of query results.

  • Answered by AI
  • Q5. What is left, outer, inner join
  • Ans. 

    Join types used in SQL to combine data from multiple tables.

    • Inner join returns only the matching rows from both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Outer join returns all rows from both tables, with null values for non-matching rows.

    • Examples: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

    • SELECT * FROM table1 LEFT JOIN table2 ON table1.id = table2...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare oops and data structure

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 151 Interviews
Tata 1mg Interview Questions
3.6
 • 146 Interviews
HCL Infosystems Interview Questions
3.9
 • 140 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 97 Interviews
HyScaler Interview Questions
4.5
 • 91 Interviews
View all
Assistant Director
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Scientific Officer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Deputy Director
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Scientific Officer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Truth Labs with

SRL Diagnostics

4.1
Compare

Metropolis Healthcare

4.0
Compare

Thyrocare Technologies

3.5
Compare

DRJ & CO

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