Tip 1 : Practice logical and verbal questions
Tip 2 : Good hands on Coding skills
Tip 3 : Do one project in any language
Tip 1 : Mention at least one project
Tip 2 : Mention key skills of any languages and describe your achievements
- Morning time
- Environment was good.
- No
- Interviewer was good
- Fifth Normal form is concerned with:
a. Join dependency
b. Domain-key
c. Multivalued dependency
d. Functional dependency
Tip 1 : Clear DBMS "Normalization" topic concepts.
Tip 2 : Clear with Database concepts
Answer : Join Dependency
- The node pointing towards another node in a B+ tree is known as:
a. External node
b. Leaf node
c. Internal node
d. Final node
Tip 1 : Clear DBMS "Normalization" topic concepts.
Tip 2 : Clear with Database concepts
Answer :The prime attribute can depend transitively on any key in the case of a relation that is in its BCNF.
- Whenever a process needs I/O to or from a disk it issues a ______________
a) system call to the operating system
b) a special procedure
c) system call to the CPU
d) all of the mentioned
Tip 1 : Hands on Operating system
Tip 2 : Hands on I/O
Tip 3 : Answer - system call to the operating system
- The _______ program initializes all aspects of the system, from CPU registers to device controllers and the contents of main memory, and then starts the operating system.
a) bootstrap
b) main
c) bootloader
d) rom
Tip 1 : Experience of CPU registers
Tip 2 : Should know about main memory
Tip 3 : Answer - a



Consider a country having 4 states numbered from 1 to 4. These 4 states are connected by 5 bidirectional roads given as :
1 --- 2 with cost = 8
2 --- 3 with cost = 6
3 --- 4 with cost = 5
1 --- 4 with cost = 2
1 --- 3 with cost = 4
The map of the country can be represented as:

Now, the best way to choose 3 roads is:

The cost of travelling from any state to all other states is 2 + 4 + 6 i.e. 12.



Ans-
step 1: We check if num is exactly divisible by any number from 2 to num - 1. If we find a factor in that range, the number is not prime, so we set flag to True and break out of the loop.
step 2: If it is True, num is not a prime number.
step 3: If it is True, num is not a prime number.
- Morning time
- Environment was good.
- No
- Interviewer was good
Tell me about yourself?
What did you like most about the job description?
What experience do you have that would be relevant to this role?
Why did you decide to apply to this role?
Tip 1 : Give clear and appropriate answers.
Tip 2 : Do not add big scenarios

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?