Tell me about a service you developed.
Software Engineer Entry Level Interview Questions
1,909 software engineer entry level interview questions shared by candidates
OA with 1 coding question (easy) and few aptitute questions. In interview, given a Java code find output type and aptitude based questions on codility, for 45 mins. Then a question to code, implementing a scenario for the next 45 mins, on the same codility link.
Square matrix find sum of elements for each of the matrix border.
"Tell me about a time you worked under pressure"
Flatten deep nested object: const nestedData = { name: 'Abc', age: '29', address: { pincode: '110011', area: 'bangalore', state: 'karnataka', location: { lat: '122.21', long: '11.21', }, phone: '1212121', }, }; Output: const op = { "nestedData_name": "Abc", "nestedData_age": "29", "nestedData_address_pincode": "110011", "nestedData_address_area": "bangalore", "nestedData_address_state": "karnataka", "nestedData_address_location_lat": "122.21", "nestedData_address_location_long": "11.21", "nestedData_address_phone": "1212121" }
Implement getElementById
Describe Accenture's products given to the client
What is one scenario where you encountered conflict and how did you resolve it?
What is Object Oriented Programming?
I go for the big data as favorited subject. q1. what are the 5 V;s of big data. q2. Question project. q3. tell me 5 tools related to big data
Viewing 1571 - 1580 interview questions