What are my technical understandings
Technical Consultant Interview Questions
4,420 technical consultant interview questions shared by candidates
They ask you whatever you mention in your resume.
I think the most important question missed by Robert Walters is: "Do you consider yourself cattle fodder?". This is an important question as this is how they will treat you.
Core java, collections and multi-threading/ concurrency API in depth.
Memory Management, Threads, Join, Immutability, String, Abstraction, Hashing, Collections. All scenario based question with real Coding examples.
Questions about CSS,HTMl and questions from the projects we have done
A number of Tree Data Structure related questions like count the sum of all nodes to the left of a node;Design a chess board system etc
All the employee under a manager
You are managing a system that needs to execute n distinct processes, labeled from 0 to n - 1. You're given a list called dependencies, where dependencies[i] = [a, b] means that Process a depends on Process b, i.e., Process b must complete before Process a can begin. Your task is to determine whether it is possible to execute all processes given their dependencies. For example, the pair [0, 1] indicates that Process 0 depends on Process 1, meaning Process 1 must be executed before Process 0 can begin. Return true if all processes can be executed successfully without any circular dependencies. Otherwise, return false if there is a cycle that makes it impossible to resolve all process dependencies. numProcesses = 3 dependencies = [[1, 0], [2, 1]] numProcesses = 3 dependencies = [[0, 1], [1, 2], [2, 0]]
Give a 45 minute functional Demonstration/Onsite-Presentation of a software program of your choice.
Viewing 901 - 910 interview questions