>>11184843you probably will only have to do pseudocode for an interview, but if you get specific language questions, all you really need to know about java specifically is garbage collection and that everything is a class, and all you need to specifically know about c++ is memory allocation. that's only language-specific, for general programming you have to do practice problems with arrays, linked lists, trees, searches and sorts, dynamic programming, concurrency, etc.