If we offer you this role, would you consider other job opportunities, or are you fully committed to joining Hudl?
Software Engineer Ii Interview Questions
3,980 software engineer ii interview questions shared by candidates
Can you tell us about a time when you disagreed with a team member or manager? How did you resolve the conflict while maintaining positive relationships?
Tell us about a situation where you had to work with a team to achieve a difficult goal. How did you ensure effective collaboration?
1. Given a string return the count of total IP addresses that can be formed. 2. Check if strings are anagram. 3. Return the starting index of anagram of string1 into string2. 4. Round Robin Iterator 5. Machine coding round to return the count of discontinued models of a company given a api for fetching data.
For the syntax for yacc lexer, is E=E+E correct? If not why? How to store a large int (1000 bits) Define a structure for list and add elements for it in C++. Where the static variable should be? Is it in the function’s stack? What is the output of calling function(a/b++) twice if a is a static variable while b is not. What is the difference between malloc/new? What is the different between C/C++ and java? Which one you like better?
What design principles do you know?
1. Implement a function that would accept two strings and check if one string is an anagram of the other. 2. Given an array(list) of integers, write a function that would determine if the elements in the array can be divided into two parts each giving the same sum. 3. Email address drop-down application. For example, when we type email address while composing an email, we get a drop down of suggested email address options starting with same letter(s). Write code to do this. (This was basically the implementation of trie data structure).
Nothing difficult or unexpected. Just algorithms and if you know the basics right, it wont be an issue.
Add a column to a table using the given React code. Refactor a React Class into a React Function.
Questions were from problems team was solving day to day as part of their job.
Viewing 3621 - 3630 interview questions