Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by FullThrottle Labs Team. If you also belong to the team, you can get access from here

FullThrottle Labs Verified Tick

Compare button icon Compare button icon Compare
4.7

based on 9 Reviews

Filter interviews by

FullThrottle Labs Interview Questions and Answers for Freshers

Updated 4 May 2023

FullThrottle Labs Interview Experiences for Freshers

1 interview found

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

I applied via Internshala and was interviewed before May 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 

(6 Questions)

  • Q1. Basic NLP topics like stemming, tokenizing, lemmatization etc.
  • Q2. Difference between BOW and Count Vectorizer
  • Ans. 

    BOW and Count Vectorizer are both techniques used for text representation in NLP.

    • BOW stands for Bag of Words and represents text as a collection of words without considering the order.

    • Count Vectorizer is a technique that counts the frequency of each word in a document and represents it as a vector.

    • BOW is a simpler technique and is used for tasks like sentiment analysis, while Count Vectorizer is used for more complex t...

  • Answered by AI
  • Q3. What goes on during an NER process
  • Ans. 

    NER process identifies and extracts named entities from text data.

    • NER stands for Named Entity Recognition.

    • It involves identifying and classifying entities such as people, organizations, locations, and dates.

    • NER can be performed using rule-based systems or machine learning algorithms.

    • Examples of NER applications include information extraction, sentiment analysis, and chatbots.

    • Popular NER tools include spaCy, NLTK, and S

  • Answered by AI
  • Q4. Different types of NER libraries and their performances
  • Ans. 

    There are various NER libraries available with different performances.

    • Stanford NER - high accuracy but slow processing

    • SpaCy - fast and accurate, supports multiple languages

    • NLTK - widely used, but lower accuracy compared to others

    • Flair - contextual embeddings for better accuracy

    • BERT - pre-trained models for NER tasks

    • CRF++ - Conditional Random Fields for NER

    • GATE - rule-based and machine learning-based NER

    • OpenNLP - Java-b

  • Answered by AI
  • Q5. Spacy Pipelines.
  • Q6. Basic ML questions in regards to modelling, clustering were asked as well.
Round 3 - Coding Test 

Was a half hour session. Was asked to dry run a code given, then basic leetcode esque questions like reverse a number, anagrams etc.

Round 4 - Assignment 

Assignment was to perform NER based on a resume given training data

Interview Preparation Tips

Topics to prepare for FullThrottle Labs Machine Learning Intern interview:
  • NLP
  • Machine Leanring
  • NER
  • Python
Interview preparation tips for other job seekers - The coding round was a bit tricky but if comfortable with basic DS, then it should be quite easy. Also brushing up your NLP and ML concepts would do just fine. Plus, you ought to have a keen interest in the NLP field, which i felt i did at that time.

Skills evaluated in this interview

Machine Learning Intern Interview Questions asked at other Companies

Q1. Different types of NER libraries and their performances
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding Test consists of 3 Problem Question (2 Logical questions and 1 SQL Query ) and Around 20 MCQS
Platform - CoderByte

Round 2 - Aptitude Test 

30 Aptitude Question
3 Mail Writing Question

Round 3 - Technical 

(5 Questions)

  • Q1. Explain 1st Problem Solved in Coding Test. Optimize it.
  • Ans. 

    Solved a sorting problem by implementing quicksort algorithm.

    • Implemented quicksort algorithm to efficiently sort the array.

    • Used recursion to divide the array into smaller subarrays and sort them individually.

    • Optimized the algorithm by choosing a pivot element strategically to minimize comparisons.

  • Answered by AI
  • Q2. Explain 2nd Problem Solved in Coding Test. I failed 1 test case in 1st round which was told to solve again.
  • Q3. Explain 3rd Question based on SQL Query.
  • Ans. 

    The 3rd question based on SQL query likely refers to a specific query or scenario related to SQL.

    • Understand the context of the query being asked about

    • Analyze the structure and purpose of the SQL query

    • Explain the expected output or result of the query

  • Answered by AI
  • Q4. Write a code to Reverse Digits.
  • Ans. 

    Code to reverse digits of a number

    • Use modulo operator to extract the last digit of the number

    • Multiply the result by 10 and add the next digit until all digits are reversed

    • Handle negative numbers separately by converting to positive before reversing

  • Answered by AI
  • Q5. A problem question for solving a SQL Query.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well,
Stay continuously in contact, call the HR for updates as they don't call you, We need to call them else you will wait entire life.

Skills evaluated in this interview

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

I applied via campus placement at KASHI INSTITUTE OF TECHNOLOGY, Varanasi and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

General reasoning, quantitative analysis, and pseudocode will be included in the first round.

Round 2 - Group Discussion 

They provide a topic for the group discussion, allowing us to express our viewpoints, including both the advantages and disadvantages.

Round 3 - Technical 

(1 Question)

  • Q1. Questions related cybersecurity some coding and networking related

Interview Preparation Tips

Interview preparation tips for other job seekers - Its a good company for newbies
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about past companies-
  • Q2. Tell me about your coding experience
Round 2 - HR 

(2 Questions)

  • Q1. How much salary u expect
  • Q2. Why u want that much salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Waste of time don't attend interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Aptitude questions testing logic

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about SQL
  • Q2. Questions about Python
Interview experience
5
Excellent
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 tips
Round 2 - Assignment 

Assignment Round - Complete the assignment within 3 days.

Round 3 - Technical 

(2 Questions)

  • Q1. About the projects in detail?
  • Q2. Python and Django - Basic to advanced questions. Python : 1. Sorting 2. Sum of index equals to X arr = [1, 2, 2, 1, 6] x = 3 [(1,2) (2,1)] Django : 1. Celery 2. Signal 3. Mid...
Round 4 - One-on-one 

(1 Question)

  • Q1. Manager Round. About projects. Quation related AWS Redis

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is key to success.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question was asked on Java
  • Q2. Question was ask flutter

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview process was throw with multiple test assure team was very nice and friendly.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Sep 2023. There were 2 interview rounds.

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 - HR 

(2 Questions)

  • Q1. Tell me something about yourself ?
  • Ans. Thankyou for allowing me to introduce myself. My name is bhagyashree I am from Karnataka Bidar district i completed my bachelor degree BA in bijapur University .
  • Answered Anonymously
  • Q2. What are your strengths ?
  • Ans. My time management skills are expcenditional I am wil organized, efficient and job systematic. I enjoy excelling at my job.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - I am a fresher I am searching for assistant manager hr
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I was interviewed in Apr 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Questions based on javascript, html, css .it will be based on what role you are applying for
  • Q2. Css flexbox, box model, html doctype, semantic tags javascript asynchronous , localstorage etc
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Difference between occupancy and utilisation?
  • Ans. 

    Occupancy refers to the percentage of time agents are busy on calls, while utilisation refers to the percentage of time agents are available to take calls.

    • Occupancy is the ratio of time spent on calls to total logged-in time, while utilisation is the ratio of time spent on calls to total available time.

    • Occupancy is a measure of how efficiently agents are being utilized, while utilisation is a measure of how effectively...

  • Answered by AI
  • Q2. What is service level and factors involving same.
  • Ans. 

    Service level is a key performance indicator that measures the percentage of calls answered within a specified time frame.

    • Service level is typically expressed as a percentage, such as 80% of calls answered within 20 seconds.

    • Factors affecting service level include call volume, staffing levels, average handle time, and scheduling efficiency.

    • Improving service level often involves optimizing workforce management strategies...

  • Answered by AI

FullThrottle Labs Interview FAQs

How many rounds are there in FullThrottle Labs interview for freshers?
FullThrottle Labs interview process for freshers usually has 4 rounds. The most common rounds in the FullThrottle Labs interview process for freshers are Resume Shortlist, One-on-one Round and Coding Test.
How to prepare for FullThrottle Labs interview for freshers?
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 FullThrottle Labs . The most common topics and skills that interviewers at FullThrottle Labs expect are HRIS, MS Office, Payroll, Recruitment and Relationship.
What are the top questions asked in FullThrottle Labs interview for freshers?

Some of the top questions asked at the FullThrottle Labs interview for freshers -

  1. Different types of NER libraries and their performan...read more
  2. What goes on during an NER proc...read more
  3. Difference between BOW and Count Vectori...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 FullThrottle Labs interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 221 Interviews
Tiger Analytics Interview Questions
3.6
 • 208 Interviews
Fractal Analytics Interview Questions
4.0
 • 192 Interviews
Axtria Interview Questions
3.0
 • 111 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
3.9
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

FullThrottle Labs Reviews and Ratings

based on 9 reviews

4.7/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

3.7

Salary & Benefits

4.6

Job Security

5.0

Company culture

4.1

Promotions/Appraisal

4.9

Work Satisfaction

Explore 9 Reviews and Ratings
UI/UX Designer
5 salaries
unlock blur

₹7 L/yr - ₹13.2 L/yr

Software Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹20 L/yr

Data Scientist
4 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Software Development Engineer
4 salaries
unlock blur

₹7.5 L/yr - ₹26.9 L/yr

Product Manager
4 salaries
unlock blur

₹14 L/yr - ₹32.4 L/yr

Explore more salaries
Compare FullThrottle Labs with

Fractal Analytics

4.0
Compare

Mu Sigma

2.7
Compare

LatentView Analytics

3.8
Compare

Tiger Analytics

3.6
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