Upload Button Icon Add office photos

Filter interviews by

Space Application Centre Data Assistant Interview Questions and Answers

Updated 21 Mar 2023

Space Application Centre Data Assistant Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed before Mar 2022. There were 2 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 

(2 Questions)

  • Q1. About ms office, study background, family background, software skills, some ms office related questions like a chart, tables, v look up. Accounting base questions, accounting principles, basic account, acc...
  • Q2. Above questions are all included

Interview Preparation Tips

Topics to prepare for Space Application Centre Data Assistant interview:
  • MS Office
  • Study related
Interview preparation tips for other job seekers - I am actively looking for a job for my personal growth and i want to pull up my career in corporate world. Also I want to learn some new software.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain how did you handle the imbalance in data
  • Ans. 

    I handled data imbalance by using techniques like oversampling, undersampling, SMOTE, or using ensemble methods.

    • Used oversampling to increase minority class instances

    • Used undersampling to decrease majority class instances

    • Applied SMOTE (Synthetic Minority Over-sampling Technique) to generate synthetic samples for minority class

    • Utilized ensemble methods like Random Forest or Gradient Boosting to handle imbalance

  • Answered by AI
  • Q2. Write a sql query for the given problem statement. Can be solved using advanced concepts like lead and lag
Round 2 - Group Discussion 

Advanced sql and basics of data science

Interview Preparation Tips

Interview preparation tips for other job seekers - Not clear vision for the candidates joining as they don’t have the understanding of their future scope of the team. The interview will be fairly easy if you are well versed in sql. No questions asked on python. Project level understanding for data science only.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Different Between C and C++?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, focusing on functions and procedures.

    • C++ is an object-oriented programming language, allowing for classes, objects, and inheritance.

    • C does not support classes and objects, while C++ does.

    • C++ has features like polymorphism and encapsulation which are not present in C.

    • C++ is an extension of ...

  • Answered by AI
  • Q2. Introduction? Family Background
  • Q3. Explain the Final year project?
  • Q4. What is Object Oriented Programming features?
  • Ans. 

    Object Oriented Programming features include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (object).

    • Inheritance: Ability to create new classes based on existing classes, inheriting their attributes and methods.

    • Polymorphism: Ability for objects of different classes to respond to the same method call in different ways.

  • Answered by AI
  • Q5. What is a class?
  • Ans. 

    A class is a blueprint for creating objects in object-oriented programming.

    • Classes define the properties and behaviors of objects.

    • Objects are instances of classes.

    • Classes can inherit properties and behaviors from other classes.

    • Encapsulation, inheritance, and polymorphism are key concepts in class-based programming.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2023. There were 2 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 

(5 Questions)

  • Q1. Tell me about your self
  • Q2. Question of that role
  • Q3. Video calling process
  • Ans. 

    Video calling process involves using technology to connect with others through video and audio communication.

    • Video calling requires a stable internet connection

    • Users need a device with a camera and microphone

    • Popular video calling platforms include Zoom, Skype, and Google Meet

  • Answered by AI
  • Q4. Screening process
  • Q5. Thanks,let me inform you later

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

Thales user image Soobarnikaa venketesan

posted on 22 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years
  • Q2. Tell me about yourself

I applied via LinkedIn and was interviewed in Sep 2022. There were 4 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 - One-on-one 

(2 Questions)

  • Q1. The hr scheduled a call with the analytics manager ,who asked about my experience and general details ,some background about projects and previous work ,why this job etc .30-40 minutes conversation.
  • Q2. Just a casual brief conversation
Round 3 - One-on-one 

(2 Questions)

  • Q1. Second round was with a senior analyst ,who asked 5-6 sql related questions , problems to solve etc ,tables to create ,joins ,window functions etc basic sql
  • Q2. Very friendly interviewer , you are allowed to google the syntax
Round 4 - One-on-one 

(1 Question)

  • Q1. Another round with the analytics head , case study ,problem solving ,logical reasoning etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up sql concepts,joins,window functions etc.
Basic stats and mental math
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between a tuple and a list in Python
  • Ans. 

    A tuple is immutable and uses parentheses, while a list is mutable and uses square brackets in Python.

    • Tuples are immutable, meaning their elements cannot be changed after creation

    • Lists are mutable, allowing for elements to be added, removed, or modified

    • Tuples are created using parentheses, while lists use square brackets

    • Example: tuple = (1, 2, 3) vs list = [1, 2, 3]

  • Answered by AI
  • Q2. How do you access elements in a python dictionary
  • Ans. 

    Access elements in a Python dictionary using keys

    • Use square brackets [] with the key to access the value in the dictionary

    • Use the get() method to access a value with a default return if the key does not exist

    • Use the keys() method to get a list of all keys in the dictionary

  • Answered by AI
Round 2 - Behavioral interview 

(2 Questions)

  • Q1. Name a time you had to resolve conflict in a team setting?
  • Ans. 

    Resolved conflict in team by facilitating open communication and finding common ground.

    • Encouraged team members to share their perspectives and concerns

    • Acted as a mediator to help parties understand each other's viewpoints

    • Facilitated a compromise or solution that addressed everyone's needs

  • Answered by AI
  • Q2. What is one of your biggest weaknesses?
  • Ans. 

    One of my biggest weaknesses is my tendency to overthink and second-guess myself.

    • I often spend too much time analyzing a problem before taking action

    • I sometimes struggle with making decisions quickly

    • I am working on trusting my instincts more and being more decisive

  • Answered by AI

Skills evaluated in this interview

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

I applied via Job Portal and was interviewed in Feb 2023. There were 3 interview rounds.

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 - Aptitude Test 

Choose the best answer and question and answer

Round 3 - Assignment 

Tell the topic an send the assignment

Interview Preparation Tips

Topics to prepare for Qatar Airways Data Entry Operator interview:
  • typing
  • Data Entry
  • Content Writing
Interview preparation tips for other job seekers - Complete the any course👍✅
Please don't jellase.. search the jibs
Interview experience
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Asked about Projects ?
  • Q2. Asked about algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your cv. Add all technical details and study the models u mentioned properly

Interview Preparation Tips

General Tips: Everybody should know that Air India operating by government to running this sector. But there is no any high or normal pay to employees. They are pick as you a contract to that company. It will waste your career on that. Try some another jobs to get salaries are high as possible.

Space Application Centre Interview FAQs

How many rounds are there in Space Application Centre Data Assistant interview?
Space Application Centre interview process usually has 2 rounds. The most common rounds in the Space Application Centre interview process are Resume Shortlist and One-on-one Round.

Tell us how to improve this page.

Space Application Centre Data Assistant Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
BHEL Interview Questions
4.1
 • 108 Interviews
Spicejet Interview Questions
3.5
 • 91 Interviews
View all

Space Application Centre Data Assistant Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

2.0

Job security

5.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Software Developer
7 salaries
unlock blur

₹4.1 L/yr - ₹4.6 L/yr

Junior Design Engineer
5 salaries
unlock blur

₹2.5 L/yr - ₹3 L/yr

Senior Research Fellow
5 salaries
unlock blur

₹4.2 L/yr - ₹7.3 L/yr

Graduate Apprentice Trainee
5 salaries
unlock blur

₹0.6 L/yr - ₹1.6 L/yr

Design Engineer
5 salaries
unlock blur

₹3.9 L/yr - ₹5 L/yr

Explore more salaries
Compare Space Application Centre with

Indian Space Research Organisation

4.5
Compare

Bharat Electronics

4.2
Compare

Hindustan Aeronautics

4.3
Compare

TCS

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