Upload Button Icon Add office photos

Filter interviews by

AttainU Interview Questions and Answers

Updated 22 Sep 2023

AttainU Interview Experiences

Popular Designations

3 interviews found

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

I applied via Referral and was interviewed in Aug 2023. There were 3 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. General questions about your past work profile and skills sets.
Round 3 - One-on-one 

(1 Question)

  • Q1. Questions about your past work experience, salary expectations. Long-term commitment to work with the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest. Stay updated about the company and relevant field. Technical knowledge relevant to field would be helpful. If changing fields, specify valid reasons.

Team Lead Operations Interview Questions asked at other Companies

Q1. What was thr volume of shipment handled per day in previous designation ?
View answer (19)

Interview Questions & Answers

user image Anonymous

posted on 26 Dec 2022

I applied via AmbitionBox and was interviewed in Nov 2022. There were 3 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 Resume tips
Round 2 - Aptitude Test 

Maths, english, verbal, quant, LR DI, other behavioural type of question

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Why do. you want to join AttainU

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and read about the company. You should know yourself questions as well

I applied via Recruitment Consulltant and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Introduction about you .sales questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident . And give your best .

Admission Counsellor Interview Questions asked at other Companies

Q1. Why do you think you can crack the deal with customers?
View answer (6)

Interview questions from similar companies

I applied via Company Website and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Why did you leave your last job?

Interview Preparation Tips

Interview preparation tips for other job seekers - My advice is just be honest and rest all will be fine.

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you?
  • Q2. Please tell me about the machine learning projects you have done
  • Ans. 

    I have worked on several machine learning projects, including image recognition and natural language processing.

    • Developed an image recognition model using convolutional neural networks

    • Implemented a natural language processing algorithm for sentiment analysis

    • Collaborated on a recommendation system using collaborative filtering

    • Applied machine learning techniques to predict customer churn in a telecom company

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1.Because I feel I have the skills and expertise for the position I have applied for. Also, be honest, and if you dont know something say that you are unaware but will learn the subject in the due course of time.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How do you measure growth of startup
  • Ans. 

    Startup growth can be measured through various metrics such as revenue, user acquisition, market share, and customer satisfaction.

    • Revenue growth is a key metric for measuring startup growth. This can be tracked through sales figures, profit margins, and overall revenue growth rate.

    • User acquisition is another important metric. This can be measured through the number of new users acquired over a period of time, as well a...

  • Answered by AI

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question was moderate.based on logical reasoning and math.

Round 2 - Coding Test 

Coding test question based on sql and python.

Interview Preparation Tips

Interview preparation tips for other job seekers - if u have good knowledge on python ,machine learning and sql, then u can easily crack the exam.

I applied via LinkedIn and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DS and algorithm questions
Round 2 - Technical 

(1 Question)

  • Q1. IOS /Skillset questions some tricky questions
Round 3 - HR 

(1 Question)

  • Q1. Personality and Compensation discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Study fundamentals of your profile/domain

I applied via LinkedIn and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Difference between var, let, const.
  • Ans. 

    var, let, and const are all used to declare variables in JavaScript, but they have different scoping rules and behaviors.

    • var has function scope and can be redeclared and reassigned

    • let has block scope and can be reassigned but not redeclared

    • const has block scope and cannot be reassigned or redeclared

    • Use const for values that won't change, let for values that will, and avoid var

  • Answered by AI
  • Q2. Explain CSS box model. Do padding and margin apply to inline elements?
  • Ans. 

    CSS box model defines the layout of elements on a webpage. Padding and margin can apply to block-level elements but not to inline elements.

    • CSS box model consists of content, padding, border, and margin around an element.

    • Padding adds space inside the border of an element.

    • Margin adds space outside the border of an element.

    • Padding and margin can apply to block-level elements like <div> but not to inline elements lik

  • Answered by AI
  • Q3. Difference between arrow functions and regular ones.
  • Ans. 

    Arrow functions are shorter syntax for writing function expressions.

    • Arrow functions do not have their own 'this' keyword.

    • Arrow functions cannot be used as constructors.

    • Arrow functions do not have the 'arguments' object.

    • Arrow functions are more concise and easier to read.

    • Regular functions are better for methods and constructors.

  • Answered by AI
  • Q4. How does JavaScript asynchronous model work
  • Ans. 

    JavaScript asynchronous model allows non-blocking code execution by using callbacks and promises.

    • JavaScript uses an event loop to handle asynchronous operations.

    • Callbacks are functions passed as arguments to other functions and executed when the operation is complete.

    • Promises are objects that represent the eventual completion or failure of an asynchronous operation.

    • Async/await is a newer syntax that allows writing asyn...

  • Answered by AI
Round 2 - Technical 

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough in HTML DOM traversal concepts, CSS box model and vanilla Javascript fundamentals like closure,

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. SQL questions
  • Q2. Guestimates around sizing
  • Ans. 

    Guestimates around sizing

    • Guestimates are rough estimates based on limited information

    • They are useful in situations where precise data is not available

    • Factors such as historical data, industry benchmarks, and expert opinions can be used to make guestimates

    • Guestimates should be clearly communicated as rough estimates and not taken as exact figures

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and curious
Contribute & help others!
anonymous
You can choose to be anonymous

AttainU Interview FAQs

How many rounds are there in AttainU interview?
AttainU interview process usually has 2-3 rounds. The most common rounds in the AttainU interview process are HR, Resume Shortlist and Aptitude Test.
How to prepare for AttainU 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 AttainU. The most common topics and skills that interviewers at AttainU expect are Business Development, Convincing Power, Effective Communication, English and Excel.

Recently Viewed

SALARIES

Toppr

REVIEWS

AttainU

No Reviews

REVIEWS

AttainU

No Reviews

REVIEWS

NMIMS

No Reviews

SALARIES

AttainU

INTERVIEWS

AIETS

No Interviews

JOBS

DGS Technical Services

No Jobs

REVIEWS

NMIMS

No Reviews

SALARIES

NMIMS

REVIEWS

AIETS

No Reviews

Tell us how to improve this page.

AttainU Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Planet Spark Interview Questions
3.7
 • 356 Interviews
Whitehat jr Interview Questions
3.5
 • 262 Interviews
Unacademy Interview Questions
3.0
 • 206 Interviews
upGrad Interview Questions
3.7
 • 198 Interviews
NxtWave Interview Questions
3.8
 • 177 Interviews
Testbook.com Interview Questions
3.6
 • 99 Interviews
Skill Lync Interview Questions
3.1
 • 90 Interviews
LEAD School Interview Questions
3.3
 • 85 Interviews
Teachnook Interview Questions
3.2
 • 85 Interviews
Scaler Academy Interview Questions
3.7
 • 82 Interviews
View all

AttainU Reviews and Ratings

based on 20 reviews

2.3/5

Rating in categories

2.6

Skill development

2.7

Work-life balance

2.1

Salary

1.8

Job security

2.4

Company culture

2.0

Promotions

2.4

Work satisfaction

Explore 20 Reviews and Ratings
Admission Counsellor
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mentor
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Web Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Full Stack Developer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare AttainU with

Whitehat jr

3.4
Compare

Unacademy

3.0
Compare

Planet Spark

3.7
Compare

upGrad

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