Add office photos
Employer?
Claim Account for FREE

Lowe's

4.2
based on 767 Reviews
Filter interviews by

Offshore Accounting & Taxation Services Interview Questions and Answers

Updated 5 Feb 2024
Popular Designations

Q1. 1 If frequently insertion and deletion happen which data structure you choose and why?

Ans.

I would choose a linked list as it allows for efficient insertion and deletion operations.

  • Linked lists have constant time complexity for insertion and deletion operations

  • Arrays have a linear time complexity for these operations

  • Examples of linked list applications include implementing stacks and queues

  • Arrays are better suited for random access and searching

Add your answer

Q2. 2. How you connect Kafka to spring boot project 3. How Microservices Communicate with eachother 4. How HashMap internally work and how you resolve the collision 5. Reverse a Stack 6. Best time to buy a stock

Ans.

Technical interview questions on Kafka, Microservices, HashMap, Stack and Stock

  • To connect Kafka to Spring Boot project, add Kafka dependencies in pom.xml and configure Kafka properties in application.properties

  • Microservices communicate with each other through REST APIs or message brokers like Kafka or RabbitMQ

  • HashMap internally uses an array of buckets to store key-value pairs. Collision is resolved by chaining or open addressing

  • To reverse a stack, use an auxiliary stack to p...read more

Add your answer

Q3. Target element index in Rotated sorted array

Ans.

Finding index of target element in a rotated sorted array.

  • Use binary search to find the pivot point where the array is rotated.

  • Determine which half of the array the target element lies in.

  • Perform binary search on the appropriate half to find the target element index.

Add your answer

Q4. Longest substring with no repeated characters

Ans.

Find the longest substring in a given string with no repeated characters.

  • Use a sliding window approach to keep track of the current substring.

  • Use a hash set to keep track of the characters in the current substring.

  • If a repeated character is found, move the start of the window to the next character after the first occurrence of the repeated character.

  • Update the maximum length of the substring as the window slides through the string.

Add your answer
Discover Offshore Accounting & Taxation Services interview dos and don'ts from real experiences

Q5. Reverse words in a string

Ans.

Reverse the order of words in a given string.

  • Split the string into an array of words using space as a delimiter.

  • Reverse the array of words.

  • Join the array of words back into a string using space as a separator.

Add your answer

Q6. Open for relocation

Ans.

Yes, I am open for relocation.

  • I am willing to relocate for the right opportunity

  • I am open to exploring new places and cultures

  • I understand that relocation may be necessary for career growth

Add your answer

More about working at Lowe's

#3 Best Retail Company - 2022
HQ - Mooresville, UnitedStates
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Associate Software Engineer Interview Questions from Similar Companies

3.9
 • 163 Interview Questions
3.6
 • 20 Interview Questions
4.7
 • 15 Interview Questions
4.3
 • 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
Get AmbitionBox app

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