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 for Experienced

Updated 17 Mar 2025

Vidushi Infotech Interview Experiences for Experienced

Popular Designations

4 interviews found

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

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)

Jobs at Vidushi Infotech

View all

Interview questions from similar companies

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

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
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
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Second largest number in an array
  • Ans. 

    Find the second largest number in an array of strings.

    • Convert the strings to numbers for comparison.

    • Sort the array in descending order.

    • Return the second element in the sorted array.

  • Answered by AI
  • Q2. Pairs with given sum
  • Ans. 

    Find pairs in an array that sum up to a given target value.

    • Use a hash set to store the difference between the target value and each element in the array.

    • Iterate through the array and check if the current element's complement exists in the hash set.

    • Return the pairs that sum up to the target value.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPS based questions
  • Q2. Basic language based questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Vidushi Infotech Interview FAQs

How many rounds are there in Vidushi Infotech interview for experienced candidates?
Vidushi Infotech interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Vidushi Infotech interview process for experienced candidates are Resume Shortlist, Technical and Assignment.
How to prepare for Vidushi Infotech interview for experienced candidates?
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 PPC.
What are the top questions asked in Vidushi Infotech interview for experienced candidates?

Some of the top questions asked at the Vidushi Infotech interview for experienced candidates -

  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 for Experienced

based on 4 interviews

Interview experience

3.8
  
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
Walk-In For Sales & Marketing

Pune

0-5 Yrs

Not Disclosed

Walk-In For WordPress Developer

Pune

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