Cloud Engineer Interview Questions

5,823 cloud engineer interview questions shared by candidates

First technical interview: Started with in depth discussion of my previous experience, then lots of general Java related questions (Threads, Collections, Spring), finished with an algorithmic task for brackets sorting (verbal explanation in Java was expected).
avatar

Cloud Developer

Interviewed at SAP

4.2
Nov 15, 2024

First technical interview: Started with in depth discussion of my previous experience, then lots of general Java related questions (Threads, Collections, Spring), finished with an algorithmic task for brackets sorting (verbal explanation in Java was expected).

2) Write "group by" operation in Java. Assume there is a CSV file called "emp_dept.txt" The file has two columns "employee_id" and "dept_id" separated by comma Write equivalent of following query select dept_id, count(*) from table1 where dept_id != 3 group by dept_id having count(*) > 50 order by count(*) desc First was asked to explain about the query and then implement it in Java without any ORM/JPA
avatar

Cloud Software Engineer

Interviewed at Intuit

4.1
Jan 30, 2018

2) Write "group by" operation in Java. Assume there is a CSV file called "emp_dept.txt" The file has two columns "employee_id" and "dept_id" separated by comma Write equivalent of following query select dept_id, count(*) from table1 where dept_id != 3 group by dept_id having count(*) > 50 order by count(*) desc First was asked to explain about the query and then implement it in Java without any ORM/JPA

Viewing 4561 - 4570 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 5,823 interview questions and reports from Cloud engineer interviews. Prepare for your interview. Get hired. Love your job.