- Train a neural network using PyTorch and validate it. Plotting whatever convenient metrics you want. - Write some preprocessing code to center crop some images and include the annotations within the crop according to some chosen criteria. - Build a very basic docker image - Answer an open-ended question about classifying a dataset with a lot of unlabelled images and a few labelled ones.
Ai Software Engineer Interview Questions
205 ai software engineer interview questions shared by candidates
Asked a hard-level leetcode question.
problems you can easily find on leetcode, one of the problems was DP.
- What are your desired expectations from the job you're looking for? - Tell me more about your academic period - What are the courses you enjoyed the most? I don't remember the others, it passed to much time
1 go through cv expereinces 2 c++ have to be thorough
Design a Smart Fridge in the programming language of your choice. Your fridge should be able to handle adding products and removing products Each day, product items in the fridge decrease in quality: Each product item starts with quality of 10 and spoils at quality 0"fruit" or "vegetable" products decrease in quality by 2 points every day"milk" or "meat" products decrease in quality by 3 points every day"non-perishable" products don't decrease in quality at allWhen a product's quantity (not quality) hits 0, your fridge should alert the user to buy more of that productWhen a product item is close to spoiling (quality<=2), your fridge should alert the user every dayTest cases: Adding 1 chicken on one day, removing it the next day, try to remove it the day after. Adding 1 water bottle, 2 chickens, 1 apple on one day, simulate 3 days, display content Hints you can provide as needed: you can assume there is a cron method which is nvoked once a day, and wil cal whichever method is being used to reduce the quality of items.
1. What is a Data Engineer? 2. How many hooks are in Reactjs? 3. What is Polymorphism?
- What kind of work do you think this job involves, based on the job description? - What challenges have you faced when working as part of a team? - What has been the most difficult problem you've ever had to solve?
How and why you implemented them in such way
Programmieraufgabe in der Sprache C/C++, bei der es darum geht, eine Software zur Matrixmultiplikation zu implementieren
Viewing 121 - 130 interview questions