Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Hudson's Bay Company Team. If you also belong to the team, you can get access from here

Hudson's Bay Company

Compare button icon Compare button icon Compare

Filter interviews by

Hudson's Bay Company Associate Professional Interview Questions and Answers for Freshers

Updated 8 Jun 2024

Hudson's Bay Company Associate Professional Interview Experiences for Freshers

1 interview found

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - I wasted my time applying to this company because they hire based on your ethnicity. They prefer candidates from their own ethnic group.Do some research you will find this on your own.People should not waste their time and energy applying for such companies.The HRs and the Hiring managers clearly favor their own ethnicity.Although they claim to value diversity and inclusion,their hiring process tells a different story.

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Oop concepts

Interview Questionnaire 

2 Questions

  • Q1. OOPS Concepts
  • Q2. Threads Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basic java

I applied via Campus Placement and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Coding Test 

It was average,they asked questions on arrays,linked list and some questions on oops,it was easy and one was average level

Round 2 - Technical 

(2 Questions)

  • Q1. What is oops?describe
  • Ans. 

    OOPs (Object-Oriented Programming) is a programming paradigm that uses objects to represent and manipulate data.

    • OOPs focuses on creating reusable code by organizing data and behavior into objects.

    • It provides concepts like encapsulation, inheritance, and polymorphism.

    • Encapsulation hides the internal details of an object and provides a public interface.

    • Inheritance allows creating new classes based on existing ones, inher...

  • Answered by AI
  • Q2. What is dsa?describe
  • Ans. 

    DSA stands for Data Structures and Algorithms.

    • DSA is a field of computer science that deals with the study of data structures and algorithms.

    • It is used to solve complex problems and improve the efficiency of computer programs.

    • Examples of data structures include arrays, linked lists, trees, and graphs.

    • Examples of algorithms include sorting, searching, and graph traversal.

    • DSA is an important topic for software engineers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare really well,be honest and start preparing early,interviewers are usually chill,so speak with confidence,you can achieve what you deserve

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Box test 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the difference between HTTp and HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTPS uses SSL/TLS encryption to secure the communication between the client and server, while HTTP does not.

    • HTTPS uses port 443 by default, while HTTP uses port 80.

    • HTTPS URLs begin with 'https://' and are secured with a padlock icon i...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 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. Basic Oops Concepts
  • Q2. 4 Pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOPs

    • Encapsulation: Bundling data and methods that operate on the data into a single unit

    • Inheritance: Ability of a class to inherit properties and behavior from another class

    • Polymorphism: Ability to present the same interface for different data types

    • Abstraction: Hiding the complex implementation details and showing only the necessary features

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. What is c language used for? What is it required?
  • Ans. 

    C language is a general-purpose programming language used for system programming, embedded systems, and game development.

    • C is used for developing operating systems, device drivers, and firmware.

    • It is required for programming microcontrollers and other embedded systems.

    • C is also used for game development and high-performance computing.

    • It is a low-level language that provides direct access to memory and hardware.

    • C is a p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - C is a Language.kfpwduhfo[pi-ewr khdisuhfpi9wd=v]asbhsadhq bwhdqliqjsld[ioais'pcoc[0a dlq

Skills evaluated in this interview

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. What is array?? Detail in programming
  • Ans. 

    An array is a collection of similar data types stored in contiguous memory locations.

    • Arrays can be one-dimensional or multi-dimensional

    • Elements in an array can be accessed using their index

    • Arrays can be initialized during declaration or later in the code

    • Arrays can be passed as arguments to functions

    • Example: int arr[5] = {1, 2, 3, 4, 5};

    • Example: char str[10] = "Hello";

  • Answered by AI
  • Q2. About programming and Java script

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare for interview and need you have to know about jd

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Ninja Coding Round Basic Coding questions available on youtube or sources online

Round 2 - Technical 

(1 Question)

  • Q1. Panel of 2 people will ask basic technical questions and it depends on what you have mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions about relocation etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise basic coding and math aptitude questions. To crack TCS
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr test with mcq and coding snippet

Round 2 - One-on-one 

(6 Questions)

  • Q1. What are pointers in c?
  • Ans. 

    Pointers are variables that store memory addresses of other variables in C programming language.

    • Pointers are used to manipulate data structures like arrays, linked lists, and trees.

    • They can be used to pass values by reference to functions.

    • Pointers can also be used to allocate memory dynamically using functions like malloc() and calloc().

  • Answered by AI
  • Q2. Write a linked list program.
  • Ans. 

    A linked list program is a data structure that stores a sequence of elements with pointers to the next element.

    • Create a Node class with a value and a next pointer

    • Create a LinkedList class with a head pointer and methods to add, remove, and traverse nodes

    • Example: LinkedList ll = new LinkedList(); ll.add(5); ll.add(10); ll.remove(5);

  • Answered by AI
  • Q3. Applications of data structures
  • Ans. 

    Data structures are used to organize and manipulate data efficiently in various applications.

    • Data structures are used in databases to store and retrieve data quickly.

    • In computer graphics, data structures are used to represent geometric objects.

    • Data structures are used in algorithms such as sorting and searching.

    • In networking, data structures are used to represent network packets and routing tables.

    • Data structures are u...

  • Answered by AI
  • Q4. Algorithm for merge sort
  • Ans. 

    Merge sort is a divide and conquer algorithm that recursively divides the input array into two halves, sorts them and then merges them.

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Repeat until the entire array is sorted

  • Answered by AI
  • Q5. Cloud computing application in real world in project
  • Ans. 

    Cloud computing is widely used in various industries for data storage, processing, and analysis.

    • Cloud computing allows for easy scalability and cost-effectiveness in managing large amounts of data.

    • Real-time collaboration and access to data from anywhere are some of the benefits of cloud computing.

    • Examples of cloud computing applications in real-world projects include Amazon Web Services (AWS), Microsoft Azure, and Goog...

  • Answered by AI
  • Q6. Java and nodejs questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be precise and confident. Keep learning and solving code on platforms.

Skills evaluated in this interview

Hudson's Bay Company Interview FAQs

How many rounds are there in Hudson's Bay Company Associate Professional interview for freshers?
Hudson's Bay Company interview process for freshers usually has 1 rounds. The most common rounds in the Hudson's Bay Company interview process for freshers are One-on-one Round.

Tell us how to improve this page.

Hudson's Bay Company Associate Professional Interview Process for Freshers

based on 1 interview

Interview experience

1
  
Bad
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.5k Interviews
DMart Interview Questions
3.9
 • 404 Interviews
Walmart Interview Questions
3.7
 • 387 Interviews
Tata Group Interview Questions
4.2
 • 359 Interviews
Adani Group Interview Questions
3.9
 • 187 Interviews
Landmark Group Interview Questions
4.0
 • 148 Interviews
Lowe's Interview Questions
4.1
 • 127 Interviews
View all
Senior Associate
97 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
94 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
65 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Inventory Analyst
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
45 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Hudson's Bay Company with

Reliance Industries

4.0
Compare

Aditya Birla Group

4.1
Compare

Tata Group

4.2
Compare

Future Group

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