samsung-interview.hashnode.devSamsung R&D Interview Experience NoidaThere are total 3 Rounds First Round - This round was MCQ Based . There was 50 ques from the topic like Quant, Reasoning, Computer Network, OS, C & Java, Sorting. In this we also had Pseudo Code.The duration of this round was 1 Hour. Round 2 - Round ...Jan 24, 2025·2 min read
tanishatechblog.hashnode.devBacktrackingBacktracking is an algorithmic technique used to solve problems that involve finding all possible solutions to a problem by exploring all possible paths. In Java, backtracking is often implemented using recursion. The general idea of backtracking is ...Apr 9, 2023·2 min read
tanishatechblog.hashnode.devAdvantages of using Kotlin in Android development over JavaConciseness : Kotlin is a more concise language than Java, which means that developers can write the same functionality with fewer lines of code. This can make code easier to read and maintain. In Java In Kotlin Null safety: Kotlin has built-i...Apr 7, 2023·2 min read
tanishatechblog.hashnode.devRoad Map For a Blockchain DeveloperA roadmap for a blockchain developer may look something like this : Gain a solid understanding of the fundamentals of computer science and programming, such as algorithms, data structure and object-oriented programming. Learn about blockchain techn...Feb 13, 2023·1 min read
tanishatechblog.hashnode.devWhat Is OOPS :Oops is object-oriented programming. #WEMAKEDEV Programming: I think we all are familiar with this word. Oriented: It revolves around as- Object: The language that revolves around the object. So the most important thing about OOPS is the object ...Jan 21, 2023·2 min read