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.
Software Developer Ii Interview Questions
3,986 software developer ii interview questions shared by candidates
Data Structure/ Algorithm Question in Round, General Programming problems in 2nd Technical Interview.
In the bar raiser interview, they asked behavioural questions related to Careem's values. How do you initiate things? How would your teammate describe you? How do you give feedback to your teammates? How can Careem benefit you? Taking ownership or not.
- Android, Languages & Algorithms - Architecture, Reactive programming and Patterns - Algorithms and System Design
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 is the feasibility study? ... Define black box testing and white box testing? ... What is Concurrency? ... What are Software Metrics? ... What is the difference between cohesion and coupling? ... What is Data Flow Diagram? ... Explain the concept of modularization.
Hiring Manager Round : General Behavioural questions related to past experience, Expectations from the role. Tech/Coding Round : General Technical questions related to the role and basic coding Question. System Design Interview : I would rather not discuss about it as it was one of the worst system design interview I have been part of.
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.
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).
Viewing 3651 - 3660 interview questions