How would you use machine learning for detecting frauds? Which would be the data used from payments?
Graduate Software Developer Interview Questions
4,959 graduate software developer interview questions shared by candidates
Define the architecture of a simple software system.
personality based traits, technical questions about work and projects undertaken. The technical test was problem solving based and included logical reasoning and deduction.
How would you implement a basic "Swipe Type" based word suggestion system (i.e. user swipes over an sequence of letters and determine which words from a dictionary apply best)
Given a graph with exactly one cycle, get the minimum distances of all nodes to the cycle.
1. From Houston to Mountain View, how long it takes to transfer information via internet, e.g., texts via shared online Google Document ?
Look at this code extract, what is the value of variable x after function y is called?
Tell me exactly what would happen if you added 1 to the maximum integer in Java
Q: Find the bottom head of linked list with three heads attached to it.
General Questions: 1. Introduction: “Can you please introduce yourself?” 2. Work Policy: “Are you able to commute to work for four days a week?” 3. Company Knowledge: “Can you explain what the company does and what you know about it?” Technical Questions: 1. OOP Concepts: “What is Object-Oriented Programming (OOP)?” 2. OOP Pillars: “Can you explain each pillar of OOP?” (Inheritance, Encapsulation, Abstraction, Polymorphism) 3. ACID Properties: “What are ACID properties in database management?” 4. Paging: “What is paging in the context of memory management?” 5. Joins in SQL: “What are joins in SQL?” 6. Types of Joins: “Can you explain each type of join?” (INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL JOIN) Data Structures and Algorithms (DSA): 1. Problem-Solving Question: “Given an array, print the minimum number of elements between two repeated elements.” • Follow-up: “Can you provide two approaches to solve this problem and explain how they work, including their time and space complexities?” • Implementation: “Please implement your solution using a HashMap.”
Viewing 201 - 210 interview questions