Describe what happens at Layer 2?
Technical Solutions Engineer Interview Questions
19,340 technical solutions engineer interview questions shared by candidates
The 1st telephonic interview was around technical question from applications to storage. TCP vs UDP , NAS vs SAN , RAID 5 vs 0+1 , Firewalls , Hypervisor , Load Balancer , Containers, Dockers,Pupper Shef , CDN , Map reducer , big data , SQL vs NO SQL , Router , Switch , OSI model , development tools , unix shell scripting , tuning rdbms , running application , tuning I/O , SOA , Continuous Integration , Continuous deployment , Monolithic application , loosely coupled application , Cloud security, Encryption , dedup, WAN optimization For 2nd telephonic it was mainly focused on example based like Give me an example where you have done something which no one has done , give me an example where you have failed , give me an example where you went out of your charter/comfort zone to help someone , give me an example where you have handled a difficult customer and how you have handled it , what have u learn new lately and how you have implemented it , Next was face2face onsite for whole day it started with presentation/white boarding then one technical and four example based interviews , in a few example based interviews they might ask you to do a architecture white boarding
Boggle game - given a board of letters (2d array) and a word (string), return whether the word exists in the board. From each letter you can move in all directions (including diagonals), but you cannot use the same letter twice.
You are to write pseudo code O(n) algorithm to maximize a one day trade. You will have 5 days of predicted prices and your algorithm must choose what day to buy and sell to maximize gains.
You have two balls on different tracks, traveling without friction. Ball A is on a straight track traveling from left to right, from point a to point b. Ball B is on a track with a dip, traveling from left to right, also from point a to point b (same horizontal distance). Which ball arrives at point b first (or fastest)?
are you willing to work in a 24*7 environment
Do you smoke?
are you okay with traveling up to 50%
Implement indexOf() (find the index of the first occurence of given number, in an array of sorted numbers)
Implement strcmp() (string compare)
Viewing 11 - 20 interview questions