How many servers can you handle.
Assistant Administrator Interview Questions
32,918 assistant administrator interview questions shared by candidates
Mostly questions about past experience, I am not entry level so this was a potential lateral move.
Are you willing to travel the distance?
Salary expectations. If you are coming from outside the company you have negotiating power. If you are already an employee there is a cap on the salary negotiations for internal job changes. They asked about experience and how that translates into the current role.
All about Salesforce Admin activities and Development related questions.
Give me an overview of your history, it was a resume check.
Describe your process at your former company
How I handled difficult situations/conflicts with customers.
If you have an application hitting a database and you have no access to the source code for that application and you need to figure out what tables it's using for a certain record, how would you do that?
What is IPC? What are the various schemes available? The term IPC (Inter-Process Communication) describes various ways by which different process running on some operating system communicate between each other. Various schemes available are as follows: Pipes: One-way communication scheme through which different process can communicate. The problem is that the two processes should have a common ancestor (parent-child relationship). However this problem was fixed with the introduction of named-pipes (FIFO). Message Queues : Message queues can be used between related and unrelated processes running on a machine. Shared Memory: This is the fastest of all IPC schemes. The memory to be shared is mapped into the address space of the processes (that are sharing). The speed achieved is attributed to the fact that there is no kernel involvement. But this scheme needs synchronization. Various forms of synchronisation are mutexes, condition-variables, read-write locks, record-locks, and semaphores.
Viewing 1731 - 1740 interview questions