Upload Button Icon Add office photos

Virtusa Software Services

Compare button icon Compare button icon Compare

Filter interviews by

Virtusa Software Services Analyst Interview Questions and Answers for Freshers

Updated 4 Dec 2024

Virtusa Software Services Analyst Interview Experiences for Freshers

1 interview found

Analyst Interview Questions & Answers

user image Susmriti Dutta

posted on 4 Dec 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about your self
  • Ans. 

    Analytical thinker with a background in data analysis, passionate about leveraging insights to drive business decisions and improve processes.

    • Educational Background: Bachelor's degree in Economics, focusing on data analysis and statistical methods.

    • Professional Experience: Worked as a data analyst intern at XYZ Corp, where I improved reporting efficiency by 30%.

    • Technical Skills: Proficient in SQL, Python, and Excel for ...

  • Answered by AI

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Virtusa Software Services?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic accounting methods and journals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident About what you are saying

Analyst Interview Questions Asked at Other Companies for Fresher

asked in Deloitte
Q1. Reverse a Number Problem Statement Given an integer 'N', write a ... read more
asked in Capgemini
Q2. What will be the output of the following pseudocode? #include Int ... read more
Q3. Describe a strategy to win a number game where players alternate ... read more
asked in eClerx
Q4. What would you do if a set of boxes suddenly switched off?
Q5. Given a tank with liquid, with inflow U and outflow Kx (where x i ... read more

I applied via Company Website and was interviewed before Oct 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were three rounds first is written round where you will get 3 section Aptitude+essay+technical (pseudo code) then second round is technical round where they will ask question related to your final ye...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on your written exam and technical interview for which you should know about your project because project is very important and if u are from cs background then focus on one coding language .
All the very best just be positive .

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

Interview Questionnaire 

4 Questions

  • Q1. What is Active Directory? How do we manage role from active directory
  • Q2. How to Resolve Outlook working offline issue ?
  • Ans. 

    To resolve Outlook working offline issue, check network connection and disable Work Offline mode.

    • Check network connection and ensure it is stable

    • Disable Work Offline mode in Outlook settings

    • Restart Outlook and check if issue is resolved

  • Answered by AI
  • Q3. Vercent write read and vocalizations test
  • Q4. Grammer check

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, HR are also human.. always be ready to answer technical questions and never hasitate.

Skills evaluated in this interview

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 18 Apr 2021

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

Interview Questionnaire 

2 Questions

  • Q1. Background
  • Q2. Expertise

Interview Preparation Tips

Interview preparation tips for other job seekers - Be to the point and list swot

Analyst Interview Questions & Answers

TCS user image Priya Prabhu

posted on 24 Sep 2015

Interview Questionnaire 

1 Question

  • Q1. Tell me about your project
  • Ans. 

    I worked on a project analyzing customer data to identify trends and improve marketing strategies.

    • Used data analysis techniques to identify patterns and correlations in customer behavior

    • Developed predictive models to forecast customer preferences and optimize marketing campaigns

    • Collaborated with cross-functional teams to implement data-driven strategies and measure their impact

    • Conducted A/B testing to evaluate the effe...

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Experience: comfortable
Tips: study the project well, final year project as well as the mini projects done in the semesters

General Tips: study the project details, basic core languages of your stream
Skill Tips: study the project details very well
Skills: Ability To Deliver On A Project
College Name: Vidyalankar Institute Of Technology

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 13 May 2018

Interview Preparation Tips

Round: Test
Experience: Aptitude

Round: Group Discussion
Experience: They will observe way of talking, way of making points to concerns etc

Are these interview questions helpful?

Analyst Interview Questions & Answers

TCS user image Anonymous

posted on 26 Mar 2015

Interview Questionnaire 

16 Questions

  • Q1. Tell me about yourself?
  • Q2. Are you 100% honest ?
  • Ans. 

    I strive for honesty, but like everyone, I may not always be 100% truthful in every situation.

    • Honesty is important in my work, but I recognize that context matters.

    • For example, I might withhold certain details to protect someone's feelings.

    • In data analysis, I present findings accurately, but interpretations can vary.

    • I believe in transparency, yet I also understand the need for discretion.

  • Answered by AI
  • Q3. What are ur favorite subjects?
  • Q4. What do you mean by Multithreading in java?
  • Ans. 

    Multithreading in Java refers to the concurrent execution of two or more parts of a program for maximum utilization of CPU.

    • Multithreading allows multiple threads to run concurrently within a single program.

    • It improves the performance of the program by utilizing the CPU more efficiently.

    • Java provides built-in support for multithreading through the java.lang.Thread class.

    • Multithreading can be used for tasks such as backg...

  • Answered by AI
  • Q5. What are the different CpU scheduling policies? who does the cpu scheduling?
  • Ans. 

    CPU scheduling policies include FCFS, SJF, Round Robin, Priority, and Multilevel Queue. The operating system does the scheduling.

    • FCFS (First Come First Serve)

    • SJF (Shortest Job First)

    • Round Robin

    • Priority

    • Multilevel Queue

    • Operating system does scheduling

  • Answered by AI
  • Q6. What is Jvm? who manages the thread Jvm or OS?
  • Ans. 

    Jvm is Java Virtual Machine. It manages threads on its own.

    • Jvm is a virtual machine that executes Java bytecode.

    • It provides a runtime environment for Java programs.

    • Jvm manages threads on its own using its own thread scheduler.

    • Jvm is platform-independent and provides a layer of abstraction between the Java code and the underlying operating system.

    • Examples of popular JVM implementations include Oracle's HotSpot and OpenJ...

  • Answered by AI
  • Q7. Semaphore?synchronisation in java? Mutex?
  • Q8. Explain tree traversals technique with example??
  • Ans. 

    Tree traversal is a technique to visit all nodes of a tree in a specific order.

    • There are three types of tree traversals: inorder, preorder, and postorder.

    • Inorder traversal visits the left subtree, then the root, and then the right subtree.

    • Preorder traversal visits the root, then the left subtree, and then the right subtree.

    • Postorder traversal visits the left subtree, then the right subtree, and then the root.

    • For exampl...

  • Answered by AI
  • Q9. What is the difference between arraylist and vector? how to traverse a vector?
  • Ans. 

    ArrayList and Vector are both dynamic arrays, but Vector is synchronized and slower. Traversing a Vector is similar to an ArrayList.

    • ArrayList is not synchronized, while Vector is synchronized.

    • ArrayList is faster than Vector, but Vector is thread-safe.

    • To traverse a Vector, we can use a for loop or an iterator, similar to an ArrayList.

    • Example: Vector v = new Vector<>(); for(String s : v) { //do something }

Answered by AI
  • Q10. Why TCS?
  • Ans. 

    TCS is a leading global IT services company with a strong reputation and diverse opportunities for growth.

    • TCS has a strong reputation in the IT industry

    • TCS offers diverse opportunities for growth and learning

    • TCS has a global presence and works with top clients

    • TCS has a strong focus on innovation and technology

    • TCS provides a supportive and inclusive work environment

  • Answered by AI
  • Q11. Any five tata group companies other than TCS?
  • Q12. What is the Tata‘s product used in every house?
  • Ans. 

    Tata Salt is the product used in every house.

    • Tata Salt is a brand of salt produced by Tata Chemicals.

    • It is the market leader in India with a 27% market share.

    • Tata Salt has been fortified with iodine to help address iodine deficiency in India.

    • It is available in various sizes and packaging options to suit different needs.

    • Tata Salt has won several awards for its quality and innovation.

  • Answered by AI
  • Q13. What‘s your hobby and passion?
  • Ans. 

    My hobby and passion is photography.

    • I love capturing moments and telling stories through my photographs.

    • I enjoy exploring different techniques and experimenting with composition.

    • Photography allows me to express my creativity and view the world from unique perspectives.

    • I have participated in several photography competitions and my work has been featured in local exhibitions.

    • Some of my favorite subjects to photograph are...

  • Answered by AI
  • Q14. In your views who should be the captain of Indian cricket team?
  • Ans. 

    Rohit Sharma's experience and leadership skills make him an ideal captain for the Indian cricket team.

    • Rohit Sharma has a proven track record as captain in IPL, leading Mumbai Indians to multiple titles.

    • His calm demeanor under pressure helps in making strategic decisions during crucial matches.

    • Rohit's ability to adapt his batting style according to the situation is crucial for leading by example.

    • He has a good rapport wi...

  • Answered by AI
  • Q15. What are the qualities of a good leader ?
  • Ans. 

    A good leader possesses qualities such as strong communication skills, empathy, integrity, and the ability to inspire and motivate others.

    • Strong communication skills: A good leader is able to effectively convey their ideas and instructions to their team members.

    • Empathy: A good leader understands and considers the feelings and perspectives of their team members, fostering a positive and supportive work environment.

    • Integ...

  • Answered by AI
  • Q16. Worst situation you have ever faced in your life ?
  • Ans. 

    Being stranded in a foreign country with no money or means to communicate

    • Lost my wallet with all my money and identification

    • Couldn't speak the local language to ask for help

    • Had to rely on the kindness of strangers for assistance

  • Answered by AI

    Interview Preparation Tips

    Round: Test
    Experience: There were no technical questions. Only quantitative questions was there. Questions were not very tough.
    Tips: Just have a look at RS Aggarwal book or any other aptitude book , you will easily get through it.
    Duration: 80 minutes

    Round: Other Interview
    Experience: There were different panels , having three persons in each panel. It was basically HR , TECh, MR interview altogether. Even some of the students were called for one to one tech interview and later they were called for hr and mr round.

    Skills: JAVA, C/C++
    College Name: NA

    Skills evaluated in this interview

    Analyst Interview Questions & Answers

    IBM user image Anonymous

    posted on 28 Feb 2015

    Interview Questionnaire 

    4 Questions

    • Q1. Are you flexible with night shifts?
    • Ans. 

      Yes, I am flexible with night shifts.

      • I have worked night shifts before and am comfortable with them.

      • I understand the importance of being available for work at all times.

      • I am willing to adjust my schedule to meet the needs of the company.

      • I am aware that night shifts may require a different sleep schedule and am prepared to make necessary adjustments.

    • Answered by AI
    • Q2. How can you prove to be an asset to our company?
    • Ans. 

      I have the skills, experience, and passion to contribute to the growth and success of your company.

      • My extensive experience in the industry will allow me to bring new ideas and perspectives to the table.

      • I have a proven track record of achieving targets and exceeding expectations.

      • My strong communication and interpersonal skills will enable me to work effectively with colleagues and clients alike.

      • I am a quick learner and ...

    • Answered by AI
    • Q3. Why are you not opting for post -graduations?
    • Ans. 

      I believe gaining practical experience is more valuable than pursuing further education at this point.

      • I want to focus on gaining practical experience in my field

      • I feel that further education may not necessarily enhance my skills or job prospects

      • I am satisfied with my current level of education and feel it is sufficient for my career goals

    • Answered by AI
    • Q4. Why didn’t you pursue graduation in your own home town?
    • Ans. 

      I wanted to explore new opportunities and gain exposure to different cultures.

      • I wanted to broaden my horizons and experience new things.

      • I believed that studying in a different city would provide me with more opportunities for personal and professional growth.

      • I wanted to meet new people and learn about different cultures.

      • I was excited to explore a new city and all that it had to offer.

      • I felt that studying in a different...

    • Answered by AI

    Interview Preparation Tips

    Round: Test
    Experience: The written test had questions from quantitative aptitude and logical reasoning.

    Round: HR Interview
    Experience: After that was the interview round. In the interview round they asked me about what were my goals and where do I see myself in three years from now. They also asked me the reason why they should select me and not others.  
    Second round of interview was a telephonic round. It was as follows:

    1. A situation was given "You are a sales executive and the order of your customer has not reached his place. How can you help him out with this?

    2. I was asked to pronounce few words like television, specialization etc.

    3. To make a story on a phrase "dark stormy night ".

    College Name: DELHI COLLEGE OF ARTS AND COMMERCE

    Interview Preparation Tips

    Round: Test
    Experience: Each section consisted of 15 questions.If you have a thorough practise on aptitude,the LR and the basic apti part would be not of much problem.The coding part mainly consisted of data structure basic.
    Tips: The only tip which can be given is a thorough practise for all the sessions.The practise should be done taking the time into account.
    Duration: 1 hour
    Total Questions: 60

    Round: Technical Interview
    Experience: Fortunately for me,they asked me my AIEEE and IITJEE scores rather than only concentrating on my CGPA which was an advantage for me.Training related questions,questions on basic science(fission,fusion etc) were asked.Also my coding knowledge was being tested by asking basic data structure questions.
    Tips: Always carry a smile whether its going wrong or right.Be apologetic on your mistakes and tell them you can improve yourself.The confidence you carry is the thing they are searching for in any interview.

    College Name: NIT Durgapur

    Virtusa Software Services Interview FAQs

    How many rounds are there in Virtusa Software Services Analyst interview for freshers?
    Virtusa Software Services interview process for freshers usually has 1 rounds. The most common rounds in the Virtusa Software Services interview process for freshers are One-on-one Round.

    Tell us how to improve this page.

    Overall Interview Experience Rating

    3/5

    based on 1 interview experience

    Analyst Interview Questions from Similar Companies

    Capgemini Analyst Interview Questions
    3.7
     • 433 Interviews
    Accenture Analyst Interview Questions
    3.8
     • 212 Interviews
    HCLTech Analyst Interview Questions
    3.5
     • 135 Interviews
    eClerx Analyst Interview Questions
    3.2
     • 120 Interviews
    TCS Analyst Interview Questions
    3.6
     • 106 Interviews
    Wipro Analyst Interview Questions
    3.7
     • 77 Interviews
    Infosys Analyst Interview Questions
    3.6
     • 50 Interviews
    Genpact Analyst Interview Questions
    3.8
     • 17 Interviews
    IBM Analyst Interview Questions
    4.0
     • 15 Interviews
    View all
    Virtusa Software Services Analyst Salary
    based on 17 salaries
    ₹2.1 L/yr - ₹4 L/yr
    58% less than the average Analyst Salary in India
    View more details

    Virtusa Software Services Analyst Reviews and Ratings

    based on 5 reviews

    2.8/5

    Rating in categories

    2.3

    Skill development

    2.7

    Work-life balance

    2.3

    Salary

    2.8

    Job security

    2.3

    Company culture

    2.2

    Promotions

    2.3

    Work satisfaction

    Explore 5 Reviews and Ratings
    Consultant
    67 salaries
    unlock blur

    ₹5.5 L/yr - ₹16.5 L/yr

    Lead Consultant
    61 salaries
    unlock blur

    ₹11 L/yr - ₹25 L/yr

    Software Engineer
    53 salaries
    unlock blur

    ₹2.8 L/yr - ₹9 L/yr

    Associate Consultant
    49 salaries
    unlock blur

    ₹4 L/yr - ₹10.6 L/yr

    Senior Consultant
    40 salaries
    unlock blur

    ₹8.4 L/yr - ₹26.5 L/yr

    Explore more salaries
    Compare Virtusa Software Services with

    TCS

    3.6
    Compare

    Accenture

    3.8
    Compare

    Wipro

    3.7
    Compare

    Capgemini

    3.7
    Compare
    write
    Share an Interview