Message on Whatsapp 8879355057 for DSA(OA + Interview) + Fullstack Dev Training + 1-1 Personalized Mentoring to get 10+LPA Job
0 like 0 dislike
1,502 views
All past online assesments of Walmart can be found using the tag "oa_sharechat" in the search bar.

Here is the link :https://www.desiqna.in/tag/oa_sharechat
in Online Assessments by Expert (34,270 points) | 1,502 views

1 Answer

0 like 0 dislike

Questions asked were:

 

  1.  

    You are given 2 arrays a and b, All possible coordinates you have are (ai,0)and (bi,1) . Find Largest Area of Rectangle you can form out of these cordinates. If there is no rectangle possible return 0.
    Solved this using two pointers.

     

  2.  

    You have a matrix of size N*M. Initial possition is (1,1) and target is (N,M). Moves allowed from (i , j) are ( i + mat[i][j], j ) or (i, j + mat[i][j]) . Return minimum number of moves you need to make inorder to reach the end.
    Solved this using BFS

     

  3.  

    Given list of laptops. Each have a price and quantity. There will be Q queries, each query will have two price ranges. [p1, p2]. For each query we had to find out what is the maximum rating of laptop in the given price range.
    Had implemented this using Segment Tree + Binary Search but was facing RTE.

     

 

I was done with the first 2 questions in 45 minutes but only 10 minutes were remaining when I was done writing the segment tree code. Could not debug this due to time constraints. Can we solve this in any other way?

 

HackerEarth for an OA totally sucks. There are no auto completions, they take some 5 seconds just to run your code. I could not debug the third code in time properly becuase of their stupid platform.

 

Update: Selected for Virtual Onsite

by Expert (34,270 points)

Get best answers to any doubt/query/question related to programming , jobs, gate, internships and tech-companies. Feel free to ask a question and you will receive the best advice/suggestion related to anything you ask about software-engineering , development and programming problems .