Is there anything wrong with this process configuration for this part? Diecasting+ Electro nickel plating+ PU painting + ATF painting
Staff Engineer Interview Questions
5,866 staff engineer interview questions shared by candidates
Questions related to Rivian's core values.
Implements Containerised user authentication application.
technical algorithm problem, Given a list of UserLogs and another list of FunnelDefinitions, you must "merge then" by returning the users that fit with the FunneDefinition. var userLogs = [ "1,123456, click_home_page", "2,123457, click_home_page", "3,123458, click_home_page", "1,123467, add_item_to_cart", "2,123468, add_item_to_cart", "1,123478,finish_shop", "3,123479,finish_shop", ] var funnelDefinilitions = [ "Add Itens to Cart and buy it, click_home_page, add_item_to_cart,finish_shop" ] var expectedOutput = [ "Add Itens to Cart and buy it, "click_home_page (2) [1,2], add_item_to_chart ( 2)[1,2], finish_shop (1) [2]" ] So the output must have the sum by the action of the users that did that and had done the step before.
Reverse a linked list in place using only constant memory.
What are my strengths? What is my job history?
Basics of c , c++, Java, python, perl and svn.
Explain some of the design patterns used
List your biggest weakness.
Find errors in this code snippet
Viewing 591 - 600 interview questions