Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Viavi Solutions Team. If you also belong to the team, you can get access from here

Viavi Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Viavi Solutions Human Resource Business Partner Intern Interview Questions and Answers

Updated 3 Jul 2024

Viavi Solutions Human Resource Business Partner Intern Interview Experiences

1 interview found

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

I applied via Referral and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Please brief description of your experience
  • Ans. 

    I have experience in HR roles, including recruitment, employee relations, and training.

    • Recruitment experience includes sourcing candidates, conducting interviews, and making job offers

    • Employee relations experience involves resolving conflicts, conducting investigations, and implementing policies

    • Training experience includes designing and delivering training programs on various HR topics

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Does this role aligned with your personal goals
  • Ans. 

    Yes, this role aligns with my personal goals.

    • I am passionate about HR and want to gain hands-on experience in the field.

    • I am eager to learn about employee relations, talent management, and HR strategy.

    • I believe this internship will help me develop the skills needed to pursue a career in HR.

  • Answered by AI

Interview questions from similar companies

I appeared for an interview in Mar 2018.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Problem Solving, Leadership, Decision Making Skills

I applied via Naukri.com and was interviewed in Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All the questions were relevant to my domain knowledge.

Interview Preparation Tips

Interview preparation tips for other job seekers - Gather some good knowledge about the company before appearing for the interview and answer confidently whatever is known.
The rest is in the hands of the interviewer.

I applied via Recruitment Consultant and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Questions relates to Provisions and based on budgeting activity.
  • Q2. Questions in relation to revenue Recognition and IFRS.

Interview Preparation Tips

Interview preparation tips for other job seekers - One should read IFRS with at least one example which help to deal above interview questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. How do you manage a large team under sales pressure?

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the ideal company for freshers to kick-start their careers, and if job security is a priority for you, this is the perfect choice.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

(2 Questions)

  • Q1. Explain the architecture of Kubernetes
  • Ans. 

    Kubernetes is a container orchestration platform that manages and automates the deployment, scaling, and management of containerized applications.

    • Kubernetes uses a master-slave architecture with a control plane and worker nodes.

    • The control plane manages the overall state of the cluster and schedules workloads to the worker nodes.

    • Worker nodes run the containers and communicate with the control plane to receive instructi...

  • Answered by AI
  • Q2. Give case study scenario where you implemented a app through any cloud provider (I preferred with azure)
Round 3 - Technical 

(3 Questions)

  • Q1. Explain the garbage collection process in java
  • Ans. 

    Garbage collection is an automatic process of freeing up memory by removing unused objects.

    • Java uses a mark-and-sweep algorithm for garbage collection

    • Objects that are no longer referenced are marked for deletion

    • The garbage collector runs periodically to remove the marked objects

    • Finalize() method can be used to perform cleanup operations before an object is deleted

  • Answered by AI
  • Q2. Explain how did you implemented CI CD integration through Jenkins
  • Ans. 

    Implemented CI/CD integration through Jenkins using pipeline as code approach

    • Created a Jenkins pipeline job and defined stages for build, test, and deploy

    • Integrated source code management tool like Git with Jenkins

    • Used Jenkins plugins like Maven, Docker, and Kubernetes for building, packaging, and deploying the application

    • Configured Jenkins to trigger the pipeline on every code commit or merge to the main branch

    • Enabled...

  • Answered by AI
  • Q3. Describe how Azure hosted AKS works
  • Ans. 

    Azure hosted AKS is a managed Kubernetes service that simplifies deployment and management of containerized applications.

    • AKS stands for Azure Kubernetes Service

    • AKS is a fully managed Kubernetes container orchestration service

    • AKS automates the deployment, scaling, and management of containerized applications

    • AKS integrates with other Azure services such as Azure Active Directory, Azure Monitor, and Azure Container Regist

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to your resume and do good basic prep in technologies that you’ve mentioned in your resume

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Why you left from your current organisation?
Round 2 - Group Discussion 

Different types of questions from others interviewer.

Round 3 - HR 

(1 Question)

  • Q1. About my background in my paste organisation.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Codings were asked to write in java

Round 1 - Technical 

(2 Questions)

  • Q1. SQL Basics on query,joins
  • Q2. Python basics on OOPs,exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong basics required on sql python and big data
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Basic debugging questions

Round 2 - Technical 

(3 Questions)

  • Q1. Basic Java conncepts
  • Q2. Inheritance of files
  • Ans. 

    Inheritance of files refers to the process of passing down files and their associated permissions from one user or group to another.

    • Inheritance allows for efficient management of file permissions by reducing the need to manually assign permissions to each individual file.

    • When a file inherits permissions, it means that it adopts the same permissions as its parent directory.

    • Inheritance can be enabled or disabled for spec...

  • Answered by AI
  • Q3. Why do you want to join is

Viavi Solutions Interview FAQs

How many rounds are there in Viavi Solutions Human Resource Business Partner Intern interview?
Viavi Solutions interview process usually has 2 rounds. The most common rounds in the Viavi Solutions interview process are Technical and HR.

Tell us how to improve this page.

Viavi Solutions Human Resource Business Partner Intern Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Ericsson Interview Questions
4.1
 • 418 Interviews
Nokia Interview Questions
4.1
 • 268 Interviews
BT Group Interview Questions
3.9
 • 186 Interviews
Verizon Interview Questions
4.0
 • 113 Interviews
AT&T Interview Questions
4.1
 • 54 Interviews
ZTE Corporation Interview Questions
4.0
 • 19 Interviews
Mitel Interview Questions
3.5
 • 17 Interviews
PEARCE SERVICES Interview Questions
3.2
 • 16 Interviews
View all
Application Analyst
21 salaries
unlock blur

₹6.1 L/yr - ₹14.6 L/yr

Software Engineer
15 salaries
unlock blur

₹3 L/yr - ₹12.3 L/yr

Senior Technician
13 salaries
unlock blur

₹9.4 L/yr - ₹20 L/yr

Business System Analyst
8 salaries
unlock blur

₹4.8 L/yr - ₹15.5 L/yr

Senior Application Analyst
8 salaries
unlock blur

₹9.8 L/yr - ₹23 L/yr

Explore more salaries
Compare Viavi Solutions with

Ericsson

4.1
Compare

Nokia

4.1
Compare

Reliance Communications

4.0
Compare

BT Group

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