Give an example of one situation where you made a mistake.
Ai Software Engineer Interview Questions
585 ai software engineer interview questions shared by candidates
Que es F1 score y accuracy?
No technical questions only seeing if it is the right fit
system design question of database and server overload why sap
Machine learning and NLP topics.
explain what abstraction and encapsulation is
You are working on a backend system that retrieves data from a database. The database has two tables: users and posts. Each user can have many posts, and each post belongs to a user. You are notified that the system is experiencing a performance drop in production, and you isolate the issue to the following snippet: async function getUsersWithPostCountAndEarliestPostDate() { const users = await db.query('SELECT u.id AS user_id, u.name AS user_name FROM users'); for (let user of users) { const posts = await db.query('SELECT * FROM posts WHERE user_id = ?', [user.id]); user.post_count = posts.length; user.earliest_post_date = posts.reduce((earliest, post) => post.created_at < earliest ? post.created_at : earliest, Infinity); if (user.earliest_post_date === Infinity) { user.earliest_post_date = null; } } return users; } What type of problem does this code have? How do we fix it?
Dependency Injections and its working?
Why did you choose Intact. What makes you a strong candidate for this role? What is something you wish to learn from this role? Tell us about yourself.
En la primera entrevista: Podrias hablarme de los proyectos con uso de IA que tienes en tu portafolio?
Viewing 111 - 120 interview questions