Can you explain what Kubernates is and what it does at a high level?
Lead Software Engineer Interview Questions
3,723 lead software engineer interview questions shared by candidates
Q: Technical Coding Exercise (collaborative w/ team)
Clone a linked list with next and random pointer
1. easy leet code question( find frequency of words) 2. Medium leet code question(find all the nth pairs present in an array adding up to a target) however the question was little ambigious , for example if you have 1 and you need to find 15 then add 1 to 15 times to get a 15 , or if you have 10+5 you should have that as well or 5,5 and 5 as well. I could only do upto 4- sum (2, 3 and 4) sum. He didn't look happy with that. 3) why docker and Kubernates 4) Java -8 what's so special in Java-8 (I answered well, covered everyting ) 5) write all end points (Rest API) for a particular scenario.
we have 2 modules(both SQLRPGLE) using same activation group, 1st module is using commitment control for updating the file, before committing the changes we call 2nd module, this module is also updating same file but without using commitment control, how this will behave?
Virtual DOM this and arrow function Calculator Assignment instruction was as following. ReactJS Medium Level Objective: To write a React app containing all the relevant JavaScript to produce the required output Write a reusable React Calculator (UI) Add appropriate styling or design as needed (clone windows/mac) Calculator should support: CE button (clear all) C button (clear current value) UNDO button (undo last operation; should work repeatedly) Basic arithmetic operations + brackets (BODMAS) Sine(), Cos() and Tan() operations Show the current operations (like “2 + (3 * 4) - 5” etc.) along with total Button to copy result Input values and operations with keyboard, mouse and touch Backspace key for removing last digit or operation Delete key for removing current value Avoid use of eval() for all of this Show error for incorrect operations (like missing bracket) Write Unit Tests for the above functionalities Guidelines Implement/Write code feature by feature and try completing each requirement completely but individually Please send us back a partial or complete solution by INSERT DATE Use your personal GitHub account to host the solution codebase Write meaningful commit messages Try to write code in a modular and/or reusable style Do not include the name "Asteria Aerospace" in your codebase, files or repositories Keep all communications only in email and confidential Do not seek help of others to write code however use Google as much as you want Do not plagiarise code, we will check for it
Time complexity questions Spring security
How do you deal with management related to complex technical issue?
Describe in detail the SOA pattern
Second Round - Coding Round 1. Make all elements equal in minimum number of steps. You can increment all number except one element by 1 at a time.
Viewing 641 - 650 interview questions