1. First round: Given 6 digit number from that try to find two pairs which make the smallest sum together when done n1+n2.
Software Development Engineer Ii Interview Questions
2,270 software development engineer ii interview questions shared by candidates
why CITI ?
The questions revolve around required skillset. The questions are domain and project specific and DSA is also asked.
Given an array and list of queries that contains and starting and end indexes we have to find the sum of arrays from staring to end indexes and add it to the list for each query. eg. arr[] ={1,2,5,8,9,10} , and queries = List<List<Integer>> queries= [[2,5],[3,5]]; output=list<Integer> =[32,27] explanation = for first query add sum from index 2 to 5 and for second query = sum from index 3 to 5
Design Bookmyshow application, mostly how you define the class structure
First round is a problem solving round. Second one is a low level design round using oops concepts. Third is a technical round.
snake ladder
standard questions on data structures, programming, machine learning, data complexity, big data
Phone Interview: Lots of technical questions around how technologies work. A lot of it was conceptual. No algorithmic questions.
Onsite Interview #2: More leadership principle interview
Viewing 1321 - 1330 interview questions