J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 semaines. J'ai passé un entretien chez UKG (Weston, FL) en nov. 2018
Entretien
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.
Questions d'entretien [2]
Question 1
Given a "book" find how many time a certain word appears in it.
J'ai postulé en ligne. Le processus a pris 2 mois. J'ai passé un entretien chez UKG
Entretien
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.
Questions d'entretien [1]
Question 1
Mostly asked about basic OOP concepts and their applications.
J'ai postulé via un recruteur. J'ai passé un entretien chez UKG
Entretien
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
Questions d'entretien [1]
Question 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?