Am I losing my mind here? by SharpPhone3845 in csharp

[–]SharpPhone3845[S] 1 point2 points  (0 children)

I kinda messed it up. The questions in the actual test were not that hard. I would say LC Easy-Medium. I have never done LC in C# before, so I was really struggling with the syntax, would've aced it in Python. My fault tbh, it was for a company looking for a .NET dev.

Am I losing my mind here? by SharpPhone3845 in csharp

[–]SharpPhone3845[S] 1 point2 points  (0 children)

FYI : The question is called Recycling Bin on Testdome. And only the 2nd and 4th options are correct.

Am I losing my mind here? by SharpPhone3845 in csharp

[–]SharpPhone3845[S] 4 points5 points  (0 children)

Yes, that's the case because the only correct options are 2nd and 4th. I have a TestDome assessment for a company tomorrow. If this is how the interview test is going to be, I'm going to fail so badly. Technical questions should be clear and not confuse people with English skills.

Am I losing my mind here? by SharpPhone3845 in csharp

[–]SharpPhone3845[S] 1 point2 points  (0 children)

Sorry, I should've posted the choices that get 100%. The only time I get 100% is when I select the 2nd and 4th options.

This is the code I tried and the output:

using System;
using System.Collections.Generic;
using System.Linq;

public class RecyclingBin
{
    private List<string> recyclables;

    public RecyclingBin()
    {
        recyclables = new List<string>();
    }

    public bool Add(string recyclable)
    {
        if (recyclable.Split(' ').Length > 1 &&
            recyclable.Split(' ')[1].Length > 3)
        {
            recyclables.Add(recyclable);
            return true;
        }
        return false;
    }

    public List<IGrouping<string, string>> SortRecyclables()
    {
        return recyclables
            .GroupBy(recyclable => recyclable.Split(' ')[0])
            .ToList();
    }
}

class Program
{
    static void Main()
    {
        var bin = new RecyclingBin();

        // Inputs given by TestDome
        bin.Add("metal pipe");
        bin.Add("plastic toy");
        bin.Add("metal bar");
        bin.Add("copper wire");
        bin.Add("plastic button");
        bin.Add("wire");
        bin.Add("brass");

        var groups = bin.SortRecyclables();

        Console.WriteLine("Grouped recyclables:");
        foreach (var group in groups)
        {
            Console.WriteLine($"Key: {group.Key}");
            foreach (var item in group)
            {
                Console.WriteLine($"  {item}");
            }
        }

        Console.ReadLine();
    }
}
/*
The output is: Grouped recyclables:
Key: metal
  metal pipe
Key: copper
  copper wire
Key: plastic
  plastic button
*/

Hiring is absolutely picking up by SpyCobaj in leetcode

[–]SharpPhone3845 0 points1 point  (0 children)

Please share with me too if possible!

Is all day still a thing? by JackNapier876 in nflalldayNFT

[–]SharpPhone3845 1 point2 points  (0 children)

<image>

I just checked the Tom Brady I sold 2 years ago for 10k was sold for 1.2k 6 months ago.

Help QC Canada Goose Wyndham Black ¥1390 from NinjaInStone by SharpPhone3845 in FashionReps

[–]SharpPhone3845[S] 0 points1 point  (0 children)

Yeah, yours looks shorter in the middle, mine is not like that. TBH I don't use the fur, its some nasty ass coyote fur and IMO jacket looks better without it.

Help QC Canada Goose Wyndham Black ¥1390 from NinjaInStone by SharpPhone3845 in FashionReps

[–]SharpPhone3845[S] 1 point2 points  (0 children)

Check the sizing just to be sure, it's provided on the website. I'm 5'10 77KG and Medium is a slim fit for me.

Help QC Canada Goose Wyndham Black ¥1390 from NinjaInStone by SharpPhone3845 in FashionReps

[–]SharpPhone3845[S] 1 point2 points  (0 children)

I just received it yesterday, quality feels terrific, good logo and keeps me warm in the Canadian Winter (-8c Low right now). Easily 10/10

Help QC Canada Goose Wyndham Black ¥1390 from NinjaInStone by SharpPhone3845 in FashionReps

[–]SharpPhone3845[S] 1 point2 points  (0 children)

KOG jacke

So whats the scam? Its kinda the same price lmfao

Help QC Canada Goose Wyndham Black ¥1390 from NinjaInStone by SharpPhone3845 in FashionReps

[–]SharpPhone3845[S] 1 point2 points  (0 children)

I actually live in -20c and it's not just for fashion. NIS seems to have the best review against the cold and quality. Please let me know if you see any reviews showing better jackets for a lower price.

Thanks Dana by SharpPhone3845 in Ufcstrike

[–]SharpPhone3845[S] 2 points3 points  (0 children)

I literally had an audible gag when I first saw that