I applied online. The process took 4 weeks. I interviewed at AT&T (Israel, TX) in Apr 2024
Interview
Online test with 2 Leet code questions 1 SQL question and 1 design
question about web development and 1 more question
I got an answer after a lot of time
Interview questions [1]
Question 1
Given an array of integers, the cost to change an
element is the absolute difference between its
initial value and its new value. For example, if the
element is initially 10, it can be changed to 7 or
13 for a cost of 3. Determine the minimum cost to
sort the array either ascending or descending along
its length.
I applied online. I interviewed at AT&T in Apr 2024
Interview
2 hours home assignment including 4 questions: getting data by url, SQL queries, one american question and 2 leetcode style questions in medium level. Its not allowed to use Google.
The process is 7 stages the first one is online Exam and the next one is home assignment and the rest of the stages is technical interview, I only had the online exam and did not get any response.
the exam contain 6 questions two of them is closed, one write a query in SQL and the 3 other question is coding.
In the coding question one of them was really easy with string, the second was with URL requests and working with JSON, and the last one was the hardest, with linked list.