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
3.0

based on 39 Reviews

Filter interviews by

Vidushi Infotech Software Trainee Interview Questions and Answers

Updated 2 Dec 2022

1 interview found

Sort by: Popular

Software Trainee Interview Questions

user image Anonymous

posted on 2 Dec 2022

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

I applied via Naukri.com and was interviewed before Dec 2021.

3 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

All basic programming questions

3

Technical Round (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 comp...read more
  • 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 o...read more

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

Interview questions from similar companies

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

I applied via Job Portal and was interviewed in Jun 2024.

1 Interview Round

1

One-on-one Round (2 Questions)

  • Q1. Give the brief idea about CN?
  • Q2. Cache and their storage in cloud

Skills evaluated in this interview

Interview experience
3
 Average
Difficulty level
 -
Duration
 -
Result
 -

2 Interview Rounds

1

Aptitude Test Round

Two sections numerical and English consist of 200 questions in each in just 30 mins time each and difficulty is dead easy

2

Coding Test Round

Interviewer asked me to print this
XYZYX
YZYX
ZYX
YX
X
I have shown it to him but in return he asked me to print that if I give 5 as user input .He didn't give full clarity before starting the code .....worst experience

I applied via LinkedIn and was interviewed in Dec 2021.

2 Interview Rounds

1

Aptitude Test Round

Test on js in googleform very simple i can attempt in just 10 min

2

Coding Test Round

Write code and explain it

Interview Preparation Tips

Interview preparation tips for other job seekers - OVERCONFIDENCE

Overconfidence will lead you to failure.

I was cleared many interviews. And today I was very confident that I will surely crack this interview also. But today I fail in an interview.

the interviewer gives me one code and 10 minutes to solve. the code was very easy and I already solved that code 2 times before the interview. and here my overconfidence takes place I wrote the code, and run it but it throws an error. I checked it one more time I didn't get where is the mistake. I kept checking it and finally, the interviewer told me your time is over you need to stop.

this is how my overconfidence leads to failure.

(I was so overconfident that I forgot to add 'if' next to else in the last condition.)
Interview experience
5
 Excellent
Difficulty level
 Hard
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Walk-in and was interviewed in Aug 2024.

3 Interview Rounds

1

Aptitude Test Round

Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks

2

Technical Round (1 Question)

  • Q1. Basically it is about the Technical Subjects that U mention eariler in your coresponding CV's. Whatever Subject you meantioned their gonna answer about it for t...read more
3

HR Round (14 Questions)

  • Q1. Brief Description about Youself
  • Q2. What is your goal in Life
  • Q3. What do you know about tgis job Profile
  • Q4. Why should we hire you instead of all achoknowledgable freshers sitting behind for this job role ?
  • Q5. What are ur hobbies and strengths and weeknesses
  • Q6. Why you want to do this job role
  • Q7. Why you want to join us instead of other good companies.
  • Q8. How you balance yourself in a fatal situation
  • Q9. If you alredy working under a company but want to switch it then the questions will remain same but just add some 2 to 3 extra questions like i am meantioning i...read more
  • Q10. What was ur job profile
  • Q11. How do u know about our company
  • Q12. Did u Resign by ur own or The comapny Resign you ??
  • Q13. What was ur salary their
  • Q14. Incase u alredy have an experience in a better company then interviewer ask this -* why joing us instead u have an magnificent well role on your comapny*

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Ofcourse if you are not confident you will get rejected. Because Interviewer asks the 4x questions who has lack of Confidence to broke them to fear .You sbould get rid of that.

2. And Always balance ur words like what u going to say ,read the mind of the interviewer. (ofcourse it take practices)

3.As like our older says "Stand infront of the mirror and start saying about you, define yourself to you, what r u, why r u, how u gonna work this, everything" This'll burn the fear inside you.

4. Don't get Upset if u can not make to a comapny and instead of doing excuses about the company or HR's question, U should work hard on yourself gathering previous mistakes and make to the better comapny

5.And always follow the laws and well prepare your responsibilities.
Thats all Advice i can gave.
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I was interviewed in Nov 2024.

2 Interview Rounds

1

Aptitude Test Round

The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.

2

One-on-one Round (2 Questions)

  • Q1. How do you handle conflicts in a team project?
  • Q2. What is the difference between an interface and an abstract class?

Interview Preparation Tips

Interview preparation tips for other job seekers - Research the company, practice technical skills, communicate, showcase problem-solving abilities, stay confident, and demonstrate enthusiasm for the role
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
Selected  Selected

I applied via Referral and was interviewed in Sep 2024.

3 Interview Rounds

1

Telephonic Call Round (2 Questions)

  • Q1. What is the difference between== and === in javascript?
  • Q2. == refers to only value comparison and === refers to both data type and value comparison
2

Coding Test Round

5 technical questions were asked out of which 3 tests are to be cleared

3

One-on-one Round (2 Questions)

  • Q1. What is NVM?
  • Q2. Node version Manager where we can handle higher node js version in a lower node js version

Skills evaluated in this interview

Interview experience
4
 Good
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. What is the difference between an abstract class and an interface in object-oriented programming?
  • Q2. Abstract classes can have implemented methods; interfaces can only have declarations (before JAVA 8).

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay updated with the latest tools and technologies in your field to remain competitive.
Interview experience
5
 Excellent
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
 Not Selected

I applied via Approached by Company and was interviewed in Nov 2024.

1 Interview Round

1

One-on-one Round (2 Questions)

  • Q1. How to rotate a matrix?
  • Q2. How to find a particular element in a sorted array?
Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 Less than 2 weeks
Result
 Not Selected

I applied via Company Website and was interviewed in Jul 2024.

2 Interview Rounds

1

Telephonic Call Round (2 Questions)

  • Q1. Asking about the whereabouts
  • Q2. Checking com skills and availability
2

Technical Round (3 Questions)

  • Q1. Basic questions based on resume
  • Q2. Basic .net questions
  • Q3. Logical questions related to problem solving

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and communicate effectively. Include only those things in your resume which you are fully confident.

Vidushi Infotech Interview FAQs

How many rounds are there in Vidushi Infotech Software Trainee interview?
Vidushi Infotech interview process usually has 3 rounds. The most common rounds in the Vidushi Infotech interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Vidushi Infotech Software Trainee interview?

Some of the top questions asked at the Vidushi Infotech Software Trainee 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

Tell us how to improve this page.

People are getting interviews through

based on 1 Vidushi Infotech interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Software Developer
33 salaries
unlock blur

₹2.1 L/yr - ₹7 L/yr

Digital Marketing Executive
20 salaries
unlock blur

₹2.5 L/yr - ₹4.3 L/yr

Senior Software Developer
15 salaries
unlock blur

₹6.6 L/yr - ₹11.5 L/yr

Associate Software Developer
8 salaries
unlock blur

₹1.8 L/yr - ₹6.1 L/yr

Web Designer
6 salaries
unlock blur

₹2.1 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Vidushi Infotech with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview