Analyste En Formation Interview Questions

763 analyste en formation interview questions shared by candidates

They asked if I were to be their HR, can I deal with the tasks given? And most importantly, from the scale of 1 to 10, how fierce are you? Because a Human Resource practitioner must be fierce enough to attend all the relevant tasks in the office.
avatar

Former Interviewee

Interviewed at Nuri Cerah

3.3
May 7, 2025

They asked if I were to be their HR, can I deal with the tasks given? And most importantly, from the scale of 1 to 10, how fierce are you? Because a Human Resource practitioner must be fierce enough to attend all the relevant tasks in the office.

Example of defining a function, in python: def functionName(argument): if something: do something return result Example defining an Object in python: class feeObj: def __init__(self): self.Amount = 1100 self.PaidBy = "Borrower" self.Description = "Application Fee" and so creating an object is: myfee = feeObj() so when you call each field in the object myfee.Amount would give you 1100.0 myfee.PaidBy would give you "Borrower" myfee.Description would give you "Application Fee" Using the examples above, create a function by passing the myfee object as an argument. And in the function, if the PaidBy is not Borrower return the Description plus the string " non-borrower fee"
avatar

Forms Programmer

Interviewed at DocMagic

3.9
Jun 28, 2025

Example of defining a function, in python: def functionName(argument): if something: do something return result Example defining an Object in python: class feeObj: def __init__(self): self.Amount = 1100 self.PaidBy = "Borrower" self.Description = "Application Fee" and so creating an object is: myfee = feeObj() so when you call each field in the object myfee.Amount would give you 1100.0 myfee.PaidBy would give you "Borrower" myfee.Description would give you "Application Fee" Using the examples above, create a function by passing the myfee object as an argument. And in the function, if the PaidBy is not Borrower return the Description plus the string " non-borrower fee"

Python - For a given set of string, write a code to replace every character with "X" except the last 3 letters. For example : if the string is "123545678", the result is "XXXXXX678" if the string is "abc252", the result is "XXX252"
avatar

Forms Programmer

Interviewed at DocMagic

3.9
Jun 28, 2025

Python - For a given set of string, write a code to replace every character with "X" except the last 3 letters. For example : if the string is "123545678", the result is "XXXXXX678" if the string is "abc252", the result is "XXX252"

Viewing 591 - 600 interview questions

Glassdoor has 763 interview questions and reports from Analyste en formation interviews. Prepare for your interview. Get hired. Love your job.