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 Interview Questions, Process, and Tips

Updated 23 Aug 2024

Top Vidushi Infotech Interview Questions and Answers

Vidushi Infotech Interview Experiences

Popular Designations

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

Artificial Intelligence and Machine Learning Consultant Interview Questions asked at other Companies

Q1. what is numpy? why use numpy over than list?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Assignment 

Translation and writing assignment

Round 3 - HR 

(1 Question)

  • Q1. Salary Expectations

Trainee Interview Questions & Answers

user image Shraddha Raosaheb Nardekar

posted on 28 Dec 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Group Discussion 

Artificial intelligence

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Team Lead Interview Questions & Answers

user image Anonymous

posted on 18 Feb 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(1 Question)

  • Q1. Prepare well all Java concepts
Round 3 - Assignment 

Prepare well all Java concepts

Round 4 - HR 

(1 Question)

  • Q1. Have a good communication

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared and have a good communication skill

Team Lead Interview Questions asked at other Companies

Q1. write a java program to get maxing profit by buying and selling a share from a given set of values (they will change the question after you give solution, like if consider buying only once and selling once they will say to buying multiple t... read more
View answer (3)

Vidushi Infotech interview questions for popular designations

 Artificial Intelligence and Machine Learning Consultant

 (1)

 Associate Software Developer

 (1)

 Senior Software Developer

 (1)

 French Language Expert

 (1)

 Software Trainee

 (1)

 Team Lead

 (1)

 Trainee

 (1)

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

I applied via Naukri.com and was interviewed before Dec 2021. 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 tips
Round 2 - Coding Test 

All basic programming questions

Round 3 - Technical 

(2 Questions)

  • Q1. Q1. What is the difference between “==” and “equals(…)” in comparing Java String objects? A1. When you use “==” (i.e. shallow comparison), you are actually comparing the two object references to see if the...
  • Ans. 

    The '==' operator compares object references, while 'equals(...)' compares the content of Java String objects.

    • Using '==' checks if two object references point to the same memory location.

    • 'equals(...)' compares the actual content of the strings.

    • Example: String str1 = "Hello"; String str2 = new String("Hello"); str1 == str2 returns false, but str1.equals(str2) returns true.

  • Answered by AI
  • Q2. Q3. Why String class has been made immutable in Java? A4. For performance & thread-safety. 1. Performance: Immutable objects are ideal for representing values of abstract data (i.e. value objects) types l...
  • Ans. 

    String class is immutable in Java for performance and thread-safety.

    • Immutable objects are ideal for representing values of abstract data types

    • Optimization strategies like caching of hashcode, caching of objects, object pooling, etc can be easily applied to improve performance

    • String pooling would not be possible if Strings were mutable

    • Immutable objects are thread-safe by nature

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare interview in detail and get y your coding skills to top. Dsa and algorithms and java skills

Skills evaluated in this interview

Software Trainee Interview Questions asked at other Companies

Q1. 1. What is java and it's features ? 2. Why it is called platform independent language? 3. What is static memory allocation, dynamic memory allocation? 4. types of variable 5. Type casting 4. what is oops ? Is java contains a 100% opp's conc... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Aug 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Technology related
  • Q2. Frontend questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for 1 or 2 experience person

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Jobs at Vidushi Infotech

View all

I applied via Referral and was interviewed before Jun 2019. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How do you rate yourself for your experience.
  • Q2. They ask about attitude... how is your rate towards work

Interview Preparation Tips

Interview preparation tips for other job seekers - It was very good interview.

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

Vidushi Infotech Interview FAQs

How many rounds are there in Vidushi Infotech interview?
Vidushi Infotech interview process usually has 2-3 rounds. The most common rounds in the Vidushi Infotech interview process are Resume Shortlist, Technical and Assignment.
How to prepare for Vidushi Infotech 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 Vidushi Infotech. The most common topics and skills that interviewers at Vidushi Infotech expect are SEO, Digital Marketing, Javascript, Wordpress and HTML.
What are the top questions asked in Vidushi Infotech interview?

Some of the top questions asked at the Vidushi Infotech interview -

  1. Q3. Why String class has been made immutable in Java? A4. For performance & thr...read more
  2. Q1. What is the difference between “==” and “equals(…)” in comparing ...read more
  3. what is numpy? why use numpy over than li...read more

Tell us how to improve this page.

Vidushi Infotech Interview Process

based on 6 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 794 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all

Vidushi Infotech Reviews and Ratings

based on 42 reviews

3.0/5

Rating in categories

3.2

Skill development

3.0

Work-life balance

2.7

Salary

2.6

Job security

3.0

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 42 Reviews and Ratings
APEX senior resource

Pune

4-6 Yrs

Not Disclosed

Trainee-Digital Marketing

Pune

0-1 Yrs

Not Disclosed

Hiring For Maximo Developer

Pune

5-7 Yrs

Not Disclosed

Explore more jobs
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
19 salaries
unlock blur

₹5 L/yr - ₹11 L/yr

Web Designer
7 salaries
unlock blur

₹2.8 L/yr - ₹4.8 L/yr

Content Writer
6 salaries
unlock blur

₹2.4 L/yr - ₹5.3 L/yr

Explore more salaries
Compare Vidushi Infotech with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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