Forum Posts
1 Answer Eagle Web Solutions
EagleWebs.co.uk is a premier web design agency serving clients in Worcester, Bromsgrove, Redditch, Birmingham, and throughout the Midlands. With a team of talented and experienced professionals, we specialize in creating stunning and functional websites that drive results for businesses of all sizes. Our comprehensive services encompass responsive web design, e-commerce development, search engine optimization, and digital marketing strategies tailored to your specific goals.
- Eagle Web Solutions November 16, 2023| Flag | PURGE 1 Answer aptitude
There were three friend named jimmy, marx , suzlon. one day they went for plucking mango . jimmy went up to the tree and mark was at bottom of the tree and suzlon was in watch for outsider. after some time suzlon shouted that someone is coming so in fear marx quickly devided the mango into three part and take away one part with him , then jimmy came down from the tree and again divided rest mango into 3 part and after dividing into three part there was one extra mango left for jimmy, so jimmy also took that mango with his one part. then Suzlon came and took whatever left there.
- maharanaimjaga July 09, 2023
Again they met and found out all three having same mango. how many mango does jimmy plucked from tree then ?| Flag | PURGE 1 Answer Weaver Wordle Game
Vowels should be your initial guess because they are the most often used letters in the English language, which might help you narrow down your options.
- nardleo606 June 09, 2023
You’ll have six chances to correctly identify a five-letter secret word in the weaver game, with a blank box for each letter.
Continue until you correctly guess the hidden word after six tries.| Flag | PURGE 3 Answers Write algorithm for below program
# input data
- chandankr1501 August 01, 2022
payload.custId
payload.custId.addr.addr1.details1
payload.custId.addr.addr2.details2
payload.accountId
payload.counterPartyId
payload.counterPartyId.insurance1.insuranceDetails1
payload.counterPartyId.insurance2
payload.counterPartyId.insurance3
Above contents are dynamic and based on that below collection object will get created.
# expected output
payload
custId
addr
addr1
details1
addr2
details2
accountId
counterPartyId
insurance1
insuranceDetails1
insurance2
insurance3
Any help would be appreciated.
Expected output should be in the form of collection object like Map<String, set<Map, Set<String>>>. This is my understanding if required please provide your thoughts.| Flag | PURGE 1 Answer What is the difference between hadoop-1.2.1.bin.tar.gz and hadoop-1.2.1.tar.gz files
When i am installing hadoop in my machine i find out there are two stable files preset in apache hadoop website. First one is hadoop-1.2.1.bin.tar.gz and second one is hadoop-1.2.1.tar.gz. So basically what is the difference of two files. My guess is hadoop-1.2.1.bin.tar.gz file is used as source code of hadoop and hadoop-1.2.1.tar.gz is contains all HDFS application.
- ravikumarkune123 July 29, 2022| Flag | PURGE 1 Answer Solution to this programming question?
You are given a deck containing N cards. While holding the deck facedown:
- drwaheedmushtaq April 03, 2022
1. Deal all the cards facedown onto a table into Y piles like you would if you were playing with a group of people (i.e. card 1 to P1, card 2 to P2, ..., card Y to PY, card Y + 1 to P1, etc).
2. Combine all the piles into a deck by placing P1 onto P2, then P1+P2 onto P3, and so on. This is a round.
3. Pick up the deck from the table and repeat steps 1-2 until the deck is in the original order.
4. For each round, vary the pile count according to a repeating pattern. Start with 3 piles, then 4, then 5, then loop back to 3, then 4 and so on.| Flag | PURGE 2 Answers ATM Currency Dispenser
Design and implement the ATM cash dispenser. User will request for some amount and you have to return the currency note and its count.
- djvirus March 23, 2022
Example1: You have the following notes in ATM
2000-1, 500-5,200-4 and 100 - 4
Input - 1700
Output: 500-3,200-1
1: You have the following notes in ATM
2000-1, 500-1,200-4 and 100 - 0
Input - 600
Output:200-3| Flag | PURGE 5 Answers job at amazon alexa team
Hi,
- prafulata.v.bhosale November 10, 2021
I applied to this position as I heard from a friend that this team is aggressively hiring and the work culture looks good.
amazon.jobs/en/jobs/1539363/software-development-engineer-alexa-ai
I match all the requirements. Except kinesis and storm but I read up about it.
Should I apply without that experience or should I do a small project and then apply?
Thanks,
Praful| Flag | PURGE 3 Answers algorithm
Question 2: Suppose there are n jobs and n workers. The cost paid to worker i to do job j is Ci,j. Each job is performed by only one worker and vice versa. Find a way to hire workers so that the total cost is minimal. Use design techniques to write algorithms to solve the above problem.
- vothithanhngan9e July 27, 2021
Question 3: Given a square grid of level n, each cell is assigned a natural number. At a cell, you can move to another cell in the following directions: down, to the right (the next cell next to the bottom and to the right). Find the path from the first cell (1,1) to the cell (n,n) such that the sum of the cells passing through is minimal. Design an algorithm to solve this problem.
Please help me solve these 2 questions!
Thank you so much| Flag | PURGE 0 Answers Microsoft Online Technical Screen on Codlity 2021
Hi,
- favor March 10, 2021
Did anyone recently complete the Microsoft Online Technical Screen (OTS) and know what to expect? This is the 60 minutes online assessment on codility that comes after the recruiter screen. I am specifically looking for the type of questions they are asking to know what to prepare for.| Flag | PURGE 0 Answers personal question
You have an integer array. Starting from arr[startIndex], follow each element to the index it points to. You continue to do this until you find a cycle. Return the length of the cycle. If no cycle is found return -1
- rock January 26, 2021
forexample {1, 0}, 0) => 2
{1, 2, 0}, 0) => 3| Flag | PURGE 0 Answers A personal question
Hi
- sayarbhattacharyya03 December 17, 2020
I am a student and in 2021 i will be passing out from school. I love coding and i am comfortable in java. I want to prepare for coding interviews and want to land a job at a top company. I really want to start my prep from now. Is it a good idea?| Flag | PURGE 0 Answers Remove parenthesis if string enclose between
Examples:
- kamal suthar August 26, 2020
(((abc))) --> abc
(ab(c)) --> ab(c)
(abc09%(c)) --> abc09%(c)
ab(c) --> ab(c)
(ab)c --> (ab)c
abc(c)) → INVALID
(abc)(def) --> (abc)(def)
(abc)typ(def) --> (abc)typ(def)
((abc)(def)) --> (abc)(def)| Flag | PURGE 1 Answer Online assessments
I got 5-6 online assessments from Amazon , and I attended all the assessment. But no response from their end. It would be better if they would have given response. Its been demotivated when you try harded and you are not even informed. Its been 3 months.
- vijayalakshmibhati32 July 30, 2020| Flag | PURGE 0 Answers How to Solve these in ABAP
Hi- I bought the book Cracking The Coding Interview. I am finding it hard to recreate these test practice questions in SAP ABAP language which is what I will be tested during my interview. Does anyone have any hints on this? I am not finding much resources online or even YouTube videos that describe how to prepare for this test using SAP ABAP. Thank you!
- LizGalindo July 15, 2020| Flag | PURGE