TMTanisha Manglainsamsung-interview.hashnode.dev·Jan 24, 2025 · 2 min readSamsung 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 ...00
TMTanisha Manglaintanishatechblog.hashnode.dev·Apr 9, 2023 · 2 min readBacktrackingBacktracking 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 ...00
TMTanisha Manglaintanishatechblog.hashnode.dev·Apr 7, 2023 · 2 min readAdvantages 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...00
TMTanisha Manglaintanishatechblog.hashnode.dev·Feb 13, 2023 · 1 min readRoad 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...00
TMTanisha Manglaintanishatechblog.hashnode.dev·Jan 21, 2023 · 2 min readWhat 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 ...00