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 and Answers

Updated 17 Mar 2025

Vidushi Infotech Interview Experiences

Popular Designations

8 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
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

  • Q1. Basic tell me about yourself
  • Q2. How would you approach sales

Management Trainee Interview Questions asked at other Companies

Q1. What do you mean by balance sheet reconciliation could you explain briefly?
View answer (45)
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)

Vidushi Infotech interview questions for popular designations

 Management Trainee

 (1)

 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)

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

Jobs at Vidushi Infotech

View all
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)

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 Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. All basic HR questions and salary discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2022. There were 5 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 

Duration is around 1 hour

Round 3 - Technical 

(1 Question)

  • Q1. 1. Basic programming concepts 2. OOP concepts and basic problem solving skills
Round 4 - Technical 

(1 Question)

  • Q1. Programming question
Round 5 - HR 

(1 Question)

  • Q1. 1. Basic questions

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

Interview experience

3.7
  
Good
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
 • 31 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
Digital Marketing Executive

Pune

3-5 Yrs

Not Disclosed

APEX senior resource

Pune

4-6 Yrs

Not Disclosed

Trainee-Digital Marketing

Pune

0-1 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

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