Techieindoor

jiffy Golang Interview questions | set-1

I was recently interviewed for senior Golang developer position in jiffy Bangalore. I am sharing my experience of jiffy golang Interview questions.

  1. Tell me about yourself and projects.
  2. How to declare 10 int array elements in Go ?
  3. What is dependency injection ?
  4. Write a program where Input array has RED and BLUE balls. You have to arrange such that RED ball come first and Blue ball next.
    1. Input: [R, B, R, R, R, B, B, R]
    2. Output: [R, R, R, R, B, B, B]

High level design question in jiffy golang Interview questions:

To learn more about interview questions, Pls click on below link

https://www.techieindoor.com/category/interview-questions/

Exit mobile version