Add office photos
Employer?
Claim Account for FREE

Bosch Global Software Technologies

3.9
based on 4.4k Reviews
Video summary
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by

Relaxo Footwear Interview Questions and Answers

Updated 24 Sep 2024
Popular Designations

Q1. What is your current ctc and its expectation

Ans.

My current CTC is $80,000 and I am looking for a 10-15% increase in my next role.

  • Current CTC is $80,000

  • Expecting a 10-15% increase in next role

  • Open to negotiation based on job responsibilities and benefits

Add your answer

Q2. Authentication mechanism of the project

Ans.

The project uses JSON Web Tokens (JWT) for authentication.

  • JWT is used to securely transmit information between parties as a JSON object.

  • JWTs are signed using a secret (with HMAC algorithm) or a public/private key pair (using RSA or ECDSA).

  • JWTs consist of three parts: header, payload, and signature.

  • Example: Upon successful login, a JWT is generated and sent to the client for subsequent API requests.

Add your answer

Q3. Sets find elements in set

Ans.

Sets are data structures that store unique elements and can be used to efficiently find elements in the set.

  • Sets do not allow duplicate elements, so each element in a set is unique.

  • To find elements in a set, you can use the 'has' method to check if a specific element is present in the set.

  • Sets are commonly used in programming for tasks like removing duplicates from a list or checking for the presence of specific elements.

Add your answer

Q4. struct vs enumerations

Ans.

Structs are used to define a data structure with multiple fields, while enumerations are used to define a set of named constants.

  • Structs are used to group related data together, while enumerations are used to define a set of named constants.

  • Structs can have multiple fields of different data types, while enumerations can only have a fixed set of named values.

  • Example: struct Person { string name; int age; } vs enum Days { Monday, Tuesday, Wednesday }

Add your answer
Discover Relaxo Footwear interview dos and don'ts from real experiences

Q5. paging in Operating systems

Ans.

Paging in operating systems is a memory management scheme that allows the operating system to use disk space as an extension of RAM.

  • Paging divides physical memory into fixed-size blocks called pages.

  • Virtual memory is divided into fixed-size blocks called frames.

  • The operating system keeps track of which pages are in RAM and which are on disk using a page table.

  • When a process needs a page that is not in RAM, a page fault occurs and the operating system swaps a page from disk in...read more

Add your answer

Q6. Map unique elements

Ans.

Map unique elements in an array of strings

  • Create a map to store unique elements

  • Iterate through the array and add each element to the map as a key

  • Retrieve the keys of the map to get the unique elements

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Relaxo Footwear

based on 17 interviews
2 Interview rounds
Aptitude Test Round - 1
Aptitude Test Round - 2
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Software Developer Interview Questions from Similar Companies

4.2
 • 122 Interview Questions
4.4
 • 85 Interview Questions
3.3
 • 36 Interview Questions
3.7
 • 15 Interview Questions
4.0
 • 14 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter