Ho presentato la mia candidatura online. La procedura ha richiesto 2 mesi. Ho sostenuto un colloquio presso UKG
Colloquio
Was first given a HackerRank challenge (some multiple choice and some simple coding problems), then asked to do a remote interview with 4 rounds--1 behavioral, 3 technical. The technical rounds included questions on OOP concepts, software testing, and some more simple coding questions.
Domande di colloquio [1]
Domanda 1
Mostly asked about basic OOP concepts and their applications.
Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 settimane. Ho sostenuto un colloquio presso UKG (Weston, FL) nel mese di nov 2018
Colloquio
4 Rounds in the same day. Around 45 mins each.
-First round: Behavioral-ish with university recruiter talking about experience/projects etc.
-Second round: Whiteboard code. Question was: Given a "book" find how many time a certain word appears in it. Was also asked how I would test solution.
-Third round: Object oriented problem. They gave me a laptop and a problem in which I had to create a class to solve. Don't remember much but it was something about a world with regions and obtaining the population of each region and subregions.
-Fourth round: Talked about my resume with the interviewers and then was given a whiteboard question. Find if a string is a palindrome but do it recursively.
Domande di colloquio [2]
Domanda 1
Given a "book" find how many time a certain word appears in it.
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso UKG
Colloquio
1.) Brief introductory phone call with recruiter (nothing technical, just to say hey)
2.) online coding test in an OOP language solving simple puzzles
3.) onsite with 3 separate interviews
-live coding
-resume overview, OOP knowledge, software design
-software testing questions
Domande di colloquio [1]
Domanda 1
Without changing this code (only writing new code), make the program print its entries in sorted order.
What is the O(n) of your solution? Can you improve it? Would this program be better for X scenario or Y scenario?