Ir al contenidoIr al pie de página
  • Empleos
  • Empresas
  • Sueldos
  • Para empleadores

      Impulsa tu carrera profesional

      Averigua cuánto podrías ganar, encuentra el empleo perfecto y comparte información sobre tu vida laboral y personal de forma anónima.

      employer cover photo
      employer logo
      employer logo

      Oasis Infobyte

      ¿Esta es tu empresa?

      Información
      Evaluaciones
      Pago y prestaciones
      Empleos
      Entrevistas
      Entrevistas
      Búsquedas relacionadas: Evaluaciones de Oasis Infobyte | Empleos en Oasis Infobyte | Sueldos en Oasis Infobyte | Prestaciones en Oasis Infobyte
      Entrevistas en Oasis InfobyteEntrevistas para el cargo de Data Science Intern en Oasis InfobyteEntrevista en Oasis Infobyte


      Glassdoor

      • Acerca de
      • Premios
      • Blog
      • Contacto

      Empleadores

      • Cuenta de empleador gratuita
      • Centro de empleador

      Información

      • Ayuda
      • Pautas
      • Condiciones de uso
      • Privacidad y opciones de anuncios
      • No vender ni compartir mi información
      • Herramienta de autorización de cookies

      Trabaja con nosotros

      • Anunciantes
      • Oportunidades laborales
      Descargar aplicación

      • Buscar por:
      • Empresas
      • Empleos
      • Ubicaciones

      Copyright © 2008-2026. Glassdoor LLC. "Glassdoor", "Worklife Pro", "Bowls" y sus logotipos son marcas comerciales registradas de Glassdoor LLC.

      Empresas seguidas

      Sigue a tus empresas favoritas para estar al tanto de las últimas oportunidades y disponer de información desde adentro.

      Búsquedas de empleo

      Recibe recomendaciones y actualizaciones personalizadas al iniciar tu búsqueda.

      Las mejores empresas en cuanto a "Remuneración y prestaciones" cerca de ti

      avatar
      Amazon
      3.7★Remuneración y prestaciones
      avatar
      KPMG
      3.6★Remuneración y prestaciones
      avatar
      Telefónica
      3.8★Remuneración y prestaciones
      avatar
      Toyota Motor Corporation
      3.9★Remuneración y prestaciones

      Entrevista para Data Science Intern

      18 jun 2024
      Candidato de entrevista anónimo
      Sin ofertas

      Otras evaluaciones sobre las entrevistas para el cargo de Data Science Intern en Oasis Infobyte

      Entrevista para Data Scientist Intern

      28 mar 2024
      Empleado anónimo
      Āgra, Uttar Pradesh
      Oferta aceptada
      Experiencia positiva
      Entrevista fácil

      Solicitud

      Acudí a una entrevista en Oasis Infobyte

      Entrevista

      It was good and easy. The interview process involves application screening, initial and subsequent rounds of interviews, assessments, background checks, and reference verification. Successful candidates receive a job offer followed by onboarding to the organization.

      Preguntas de entrevista [1]

      Pregunta 1

      Some of knowledge of machine learning
      Responder pregunta
      Experiencia neutra
      Entrevista fácil

      Solicitud

      Acudí a una entrevista en Oasis Infobyte (Āgra, Uttar Pradesh)

      Entrevista

      There was no interview process for selection we had to fill a google form and were selected for a month of internship after about a month we recieved our offer letters

      Entrevista para Data Science Intern

      15 oct 2024
      Empleado anónimo
      Nueva Delhi
      Oferta aceptada
      Experiencia positiva
      Entrevista promedio

      Solicitud

      Me postulé en línea. El proceso tomó 2 días. Acudí a una entrevista en Oasis Infobyte (Nueva Delhi) en jul 2023

      Entrevista

      The interview process for a **Data Science Intern** typically involves multiple stages that assess technical, analytical, and problem-solving skills, as well as communication abilities and domain knowledge. Here's a breakdown of the typical process: ### 1. **Application Screening** - **Resume Review**: Your resume is evaluated to see if your educational background, internships, and skills match the requirements of the role. - **Project Review**: The interviewer may focus on relevant projects, internships, or coursework related to data science, such as machine learning models, data visualization, statistical analysis, etc. ### 2. **Online Assessment (Optional)** - **Coding Tests**: Some companies conduct online coding assessments as a pre-screening step. You'll be asked to solve problems related to data structures, algorithms, or data manipulation in Python, R, or SQL. - **Data Science Quiz**: The quiz may cover topics like basic probability, statistics, machine learning, data analysis, and programming. **Example Questions:** - Write a Python function to calculate the mean of a list of numbers. - Predict the output of a linear regression model for a given dataset. ### 3. **Technical Interview (1-2 rounds)** The technical interview usually consists of questions to evaluate your core data science and programming skills. Topics include: - **Programming Skills (Python, R, SQL)**: - Writing code to manipulate data, such as filtering rows, aggregating data, or performing transformations using libraries like `pandas`. - Solving algorithmic problems related to arrays, strings, or graphs. - **Statistics and Probability**: - Basic probability theory (e.g., conditional probability, Bayes' theorem). - Statistical concepts like hypothesis testing, A/B testing, mean, median, variance, standard deviation. - **Machine Learning**: - You may be asked to explain common algorithms (e.g., decision trees, random forests, k-means, logistic regression). - Questions on model evaluation techniques like cross-validation, confusion matrix, precision, recall, F1 score, ROC curve. - Explain how you would handle overfitting, data imbalance, or missing data. - **Data Wrangling**: - You may be asked to work with messy datasets, performing data cleaning and preprocessing. - Extracting insights from data using SQL queries. **Example Questions:** - Explain how k-nearest neighbors (KNN) works. - Write a SQL query to find the average salary by department from a given table. - How would you handle missing data in a dataset? ### 4. **Case Study / Problem-Solving Interview** - In this round, you may be presented with a data science problem or case study where you'll be asked to analyze a dataset and provide insights. - You may need to define the problem, explore the data, apply models (if needed), and explain your approach. **Example:** - Given a dataset of customer transactions, identify patterns to improve customer retention. - You are asked to build a model to predict whether a customer will churn. How would you approach this? The interviewer looks for how you: - Define the problem and understand business objectives. - Formulate hypotheses. - Perform data exploration and cleaning. - Apply the right model or techniques. - Interpret and present results. ### 5. **Behavioral Interview** - This round assesses your soft skills, team collaboration, and cultural fit. - You may be asked questions about how you’ve handled challenges, teamwork, and your motivation for applying to the position. **Common Questions:** - Why are you interested in data science? - Can you describe a time when you faced a difficult challenge during a project? - How do you prioritize tasks when working on multiple projects? ### 6. **Final Round: Managerial/HR Interview** - The final round usually focuses on your long-term career goals, your fit with the company, and general questions about your work ethic. - You may also be asked about your interest in data science and how this internship aligns with your career trajectory. **Common Questions:** - What do you hope to learn during this internship? - Where do you see yourself in five years? ### Tips for Success: - **Review Key Concepts**: Brush up on statistics, machine learning algorithms, and data manipulation techniques. Be comfortable explaining concepts like overfitting, bias-variance trade-off, and feature selection. - **Practice Programming**: Be proficient in Python, R, and SQL for coding challenges, as most data science tasks involve these languages. - **Work on Projects**: Be prepared to talk about any data science or machine learning projects you've worked on. Be able to explain your approach, tools used, and the impact of your work. - **Hands-on Experience**: Familiarize yourself with data analysis tools like **pandas**, **NumPy**

      Preguntas de entrevista [1]

      Pregunta 1

      Explain how k-nearest neighbors (KNN) works. Write a SQL query to find the average salary by department from a given table. How would you handle missing data in a dataset? Write a Python function to calculate the mean of a list of numbers. Predict the output of a linear regression model for a given dataset.
      Responder pregunta