Upload Button Icon Add office photos
Engaged Employer

i

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

Vidushi Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Vidushi Infotech Artificial Intelligence and Machine Learning Consultant Interview Questions and Answers

Updated 11 Oct 2023

Vidushi Infotech Artificial Intelligence and Machine Learning Consultant Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Sep 2023. There were 3 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 - Group Discussion 

Cashless Society,work from home

Round 3 - Technical 

(2 Questions)

  • Q1. What is numpy? why use numpy over than list?
  • Ans. 

    NumPy is a Python library for numerical computing that provides support for large, multi-dimensional arrays and matrices.

    • NumPy is faster and more efficient than Python lists for numerical operations.

    • NumPy allows for vectorized operations, which can significantly speed up computations.

    • NumPy provides a wide range of mathematical functions and operations for array manipulation.

    • NumPy arrays take up less memory compared to ...

  • Answered by AI
  • Q2. Difference between tuple and list?
  • Ans. 

    Tuple is immutable and fixed in size, while list is mutable and can change in size.

    • Tuple is defined using parentheses, while list is defined using square brackets.

    • Tuple elements can be of different data types, while list elements are usually of the same data type.

    • Tuple is faster than list for iteration and accessing elements.

    • Example: tuple = (1, 'a', True), list = [1, 2, 3]

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

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

There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.

Round 2 - One-on-one 

(1 Question)

  • Q1. TWO person was taking interview , one is HR AND TECHNICAL PERSON , THEY ASK ME TELL ME ABOUT YOUR SELF, WHAT ARE THE QUALITY OF TEAM LEADER, ARE YOU COMFORTABLE IF WE HIRE YOU AS A TESTER AND TECHNICAL ...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Work-time model and relationship model.

Round 2 - Coding Test 

Based on JavaScript and React.

Round 3 - HR 

(2 Questions)

  • Q1. What are the reasons we should consider hiring you?
  • Q2. What contributions do you envision making to our project management efforts?

Interview Preparation Tips

Interview preparation tips for other job seekers - Give your best confidently and refine your skills.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Tell me about yourself and your experience in software development.
  • Ans. 

    Aspiring software engineer with a passion for coding, problem-solving, and building innovative applications.

    • Completed a Bachelor's degree in Computer Science, where I developed a strong foundation in programming languages like Java and Python.

    • Interned at XYZ Corp, where I contributed to a team project that improved the efficiency of a data processing application by 30%.

    • Worked on personal projects, including a web appli...

  • Answered by AI
  • Q2. Why did you choose software engineering as a carrier ?
  • Ans. 

    I chose software engineering for its creativity, problem-solving opportunities, and the impact it has on our daily lives.

    • Passion for technology: I have always been fascinated by how software can solve complex problems and improve efficiency.

    • Creativity: Software engineering allows me to express my creativity by designing innovative solutions and applications.

    • Impact: I want to create software that can positively affect p...

  • Answered by AI
  • Q3. What do you know about our company and its tech stack?

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Learning Stay updated with industry trends and tools through courses, blogs, and workshops.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - CV shortlist 

(2 Questions)

  • Q1. Why do we hire you?
  • Ans. 

    I have a strong background in data analysis, machine learning, and problem-solving skills that make me a valuable asset to your team.

    • Extensive experience in data analysis and machine learning techniques

    • Proven track record of solving complex problems using data-driven approaches

    • Strong communication and collaboration skills demonstrated through team projects and internships

  • Answered by AI
  • Q2. What contributions should you make?
  • Ans. 

    As a Data Science Intern, I should contribute by analyzing data, developing models, and providing insights to drive decision-making.

    • Analyze data to identify trends and patterns

    • Develop predictive models to forecast outcomes

    • Provide actionable insights to stakeholders

    • Contribute to data-driven decision-making processes

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 

(2 Questions)

  • Q1. No question was asked
  • Q2. Same as above, zero questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just for the compulsary internship scenerio, you can take it. Although, you will learn, but it is a sort of class, you aren't very encouraged to apply your knowledge much.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. What is rmse,mse?
  • Ans. 

    RMSE and MSE are metrics used to measure the accuracy of predictive models by quantifying the difference between predicted and actual values.

    • MSE (Mean Squared Error) is the average of the squares of the errors, calculated as: MSE = (1/n) * Σ(actual - predicted)².

    • RMSE (Root Mean Squared Error) is the square root of MSE, providing error in the same units as the target variable: RMSE = √MSE.

    • Example: If actual values are [...

  • Answered by AI
  • Q2. What is the application of lasso regression?
  • Ans. 

    Lasso regression is used for feature selection and regularization in predictive modeling, enhancing model interpretability.

    • Feature selection: Lasso can shrink some coefficients to zero, effectively selecting a simpler model.

    • Regularization: It helps prevent overfitting by adding a penalty for larger coefficients.

    • High-dimensional data: Particularly useful in scenarios with many predictors, like genomics.

    • Example: In a dat...

  • Answered by AI
  • Q3. How does supervised Ml is different from unsupervised ML
  • Ans. 

    Supervised ML uses labeled data for training, while unsupervised ML identifies patterns in unlabeled data.

    • Supervised ML requires labeled data (e.g., predicting house prices based on features).

    • Unsupervised ML works with unlabeled data (e.g., clustering customers based on purchasing behavior).

    • Supervised ML is used for classification and regression tasks.

    • Unsupervised ML is used for clustering and association tasks.

    • Example...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - HR 

(3 Questions)

  • Q1. Tell us about yourself and your experience in AI and machine learning.
  • Q2. Can you describe a challenging AI project you worked on and how you overcame obstacles?
  • Q3. How do you stay updated with the latest advancements in AI and machine learning?
  • Ans. 

    I stay updated on AI advancements through research papers, online courses, conferences, and active participation in AI communities.

    • Regularly read research papers on platforms like arXiv and Google Scholar to understand cutting-edge developments.

    • Enroll in online courses on platforms like Coursera or edX to learn about new algorithms and techniques.

    • Attend AI and machine learning conferences such as NeurIPS, ICML, and CVP...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Use the STAR Method – Structure answers using Situation, Task, Action, Result for clarity.

I applied via Naukri.com and was interviewed in Oct 2018. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Asked me to draw spring mvc architecture and about collection framework.
  • Q2. Asked me to write the logic for pattern.
  • Q3. Asked me on core java.

Interview Preparation Tips

General Tips: be thorough with the core java and good to have knowledge on spring mvc
Skills: Communication
Duration: <1 week

Vidushi Infotech Interview FAQs

How many rounds are there in Vidushi Infotech Artificial Intelligence and Machine Learning Consultant interview?
Vidushi Infotech interview process usually has 3 rounds. The most common rounds in the Vidushi Infotech interview process are Resume Shortlist, Group Discussion and Technical.
What are the top questions asked in Vidushi Infotech Artificial Intelligence and Machine Learning Consultant interview?

Some of the top questions asked at the Vidushi Infotech Artificial Intelligence and Machine Learning Consultant interview -

  1. what is numpy? why use numpy over than li...read more
  2. difference between tuple and li...read more

Tell us how to improve this page.

Vidushi Infotech Artificial Intelligence and Machine Learning Consultant Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.8
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all
Software Developer
33 salaries
unlock blur

₹2.1 L/yr - ₹7 L/yr

Digital Marketing Executive
20 salaries
unlock blur

₹2 L/yr - ₹4.3 L/yr

Senior Software Developer
18 salaries
unlock blur

₹4.1 L/yr - ₹9 L/yr

Web Designer
7 salaries
unlock blur

₹2.8 L/yr - ₹4.8 L/yr

Associate Software Developer
6 salaries
unlock blur

₹1.8 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Vidushi Infotech with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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