Application Engineer Interview Questions

2,823 application engineer interview questions shared by candidates

Dungeon Adventure: You are given a 0-indexed 2D matrix dungeon of size m x n, where each cell (r, c) represents: - A wall if dungeon[r][c] = 0, or - A room with dungeon[r][c] treasure if dungeon[r][c] > 0. A hero can start from any treasure room (r, c) and can perform the following actions an unlimited number of times: - Collect all the treasure in the current room (r, c), or - Move to an adjacent room that contains treasure. Your task is to help the hero find the maximum treasure they can collect, starting from the best possible treasure room. If there are no treasure rooms in the dungeon, return 0. An adjacent room to (r, c) is defined as any of the following (if they exist): - (r, c + 1) (right) - (r, c - 1) (left) - (r + 1, c) (down) - (r - 1, c) (up)
avatar

Application-Engineer

Interviewed at Twilio

3.9
Dec 4, 2024

Dungeon Adventure: You are given a 0-indexed 2D matrix dungeon of size m x n, where each cell (r, c) represents: - A wall if dungeon[r][c] = 0, or - A room with dungeon[r][c] treasure if dungeon[r][c] > 0. A hero can start from any treasure room (r, c) and can perform the following actions an unlimited number of times: - Collect all the treasure in the current room (r, c), or - Move to an adjacent room that contains treasure. Your task is to help the hero find the maximum treasure they can collect, starting from the best possible treasure room. If there are no treasure rooms in the dungeon, return 0. An adjacent room to (r, c) is defined as any of the following (if they exist): - (r, c + 1) (right) - (r, c - 1) (left) - (r + 1, c) (down) - (r - 1, c) (up)

1) aptitude, psychometric, basic cs and ds question (mostly MCQ with 2 basic coding questions) 2) technical interview:- explain project,basic DBMS , 2 live codung questions ( reverse string and palindrome ( normal and then using recursion) 3)hr interview :- tell me about yourself past project and 1 logical questions ( you can practice just 10 problems first on gfg )
avatar

Application Engineer

Interviewed at Newgen Software

4.3
Oct 10, 2022

1) aptitude, psychometric, basic cs and ds question (mostly MCQ with 2 basic coding questions) 2) technical interview:- explain project,basic DBMS , 2 live codung questions ( reverse string and palindrome ( normal and then using recursion) 3)hr interview :- tell me about yourself past project and 1 logical questions ( you can practice just 10 problems first on gfg )

Viewing 971 - 980 interview questions

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