What is a bending moment?
Engineer 1 Interview Questions
3,917 engineer 1 interview questions shared by candidates
Related to UI Automation using java
How much is your expected salary?
Dynamic Programming, String Match Operation and Coin Exchange similar problem.
There were no fixed interview questions, as the questions were based upon your resume. I was asked to explain my projects and describe my role in my previous internships.
Programming related.
Resume based majorly and indepth with projects
DBMS Queries and Dynamic programming
Introduction Basic technical questions Basic Hr questions
Given a string str, find the length of the longest substring without repeating characters. For “ABDEFGABEF”, the longest substring are “BDEFGA” and “DEFGAB”, with length 6. For “BBBB” the longest substring is “B”, with length 1. In this exercise, you're going to decompress a compressed string. Your input is a compressed string of the format number[string] and the decompressed output form should be the string written number times. For example: The input 3[abc]4[ab]c Would be output as abcabcabcababababc Other rules Number can have more than one digit. For example, 10[a] is allowed, and just means aaaaaaaaaa One repetition can occur inside another. For example, 2[3[a]b] decompresses into aaabaaab
Viewing 3891 - 3900 interview questions