I applied through university. I interviewed at BDCOM (China) (Dhaka) in Nov 2023
Interview
At first phase they took a written exam. This written exam includes coding skill mainly focus on C language. Majority of the question focus core knowledge of programming like string, pointer. Predict the output.
Interview questions [1]
Question 1
void fun(int x)
{
x = 30;
}
int main()
{
int y = 20;
fun(y);
printf("%d", y);
return 0;
}
A 30
B 20
C Compiler Error
D Runtime Error
Ask about C pointer and exception handling, gave 6/7 output finding problems. Some theory questions on OS and Networking are also being asked. 2 questions on analytical. Asked questions on the compilation process, and basic compiler.
I applied through university. The process took 2 weeks. I interviewed at BDCOM (China) (Rājshāhi) in Sep 2023
Interview
Took a written exam for the position of R&D engineer. Questions mainly based on pointer and few question from algorithm and iq. Their starting salary for Freshers are good. But the environment is very toxic and unhealthy. Ki