You are on page 1of 4

S

Bangladesh
Telecommunicaiton
Compnay Limited

Written Part
E
T
Exam 1: AM-2021
Exam 2: AM-2017

7
Bangladesh Telecommunicaiton Company Limited

7. Assume a TDMA Communication system having 8


transmitter-Receiver pairs. Each is sampled at 8khz that
generated 16 bit per sample. If two synchronous bits are
BTCL used in each frame. Calculate the data rate of the
Recruitment Test-2021 TDMA Link. [Stack IT Job Solution-1597]
Assistant Manager (Technical)
Date: 05-02-2021 Exam Taker: BUET 8. Where are the Low loss transmission windows of
silicon based optical fiber and which window is the most
1. Find Rab? [Stack IT Job Solution-1341] popular in communication and wave. Draw diagram of
a long haul WDM Transmission system.

Stack IT Question Bank | 01789741518, 01761719838 | Buy Book: stackvaly.com | Online Exam: exam.stackvaly.com
9. A 1550nm fiber optic transmission Link if of 50km
length without repeating with a single mode fiber having
loss of 0.2dB /km. The fiber is joined every two km with
conductors each with 0.5dB loss. Determine the
minimum average power which should be lunched in to
2. Determine the load impedance ZL that maximizes the the fiver in order to Tarantian an average optical power
average power drawn from the circuit of Figure.(2). level of 10 micro-Watt at the receiver. [Stack IT Job
What is the maximum average power? [Stack IT Job Solution-1610]
Solution-1358]
10.Identify the Protocols
1. Sending Mail from sender computer to
receivers mail server.
2. Dynamically assign IP Address
3. IP Address to MAC Address
3. Sketch the time Variation of output voltage(VoVst) 4. Send error to the source ip of the originating
for given input voltage Vi. Assume Vz =3. packet.
Solution:
1. Sending Mail from sender computer to receivers
mail server. -SMTP
2. Dynamically assign IP Address-DHCP
3. IP Address to MAC Address-ARP
4. The measured equivalent DC Resistance between two 4. Send error to the source ip of the originating
line for the HT winding of a 11/0.415kv 200kva, 3φ Δ-Y
Conductor distribution Transformer is 6 ohm at 200 C . packet.-ICMP
Calculate the DC Resistance of each phase winding in
the HT Side of Transformer for 750C. Where 11. An IP Address 192.168.10.0/23. Find- [Stack IT
temperature co efficient α =0.00393/0C [Stack IT Job Job Solution-1461]
Solution-1398] 1. Subnet Mask
2. Unique ID(Host)
5. Find Vo/Vin [Stack IT Job Solution-1312] 3. Broadcast ID
4. Last usable host address.
12. Write a function sumdigits to find output like below
\

Input: 123
Output: 6
#include <stdio.h>
6. Consider PCM system with a uniform quantize at int main()
step size 2 v . The input is a sinusoidal signal with {
int n, sum;
amplitude of 10v. Calculate the signal to quantification
printf("Enter an integer\n");
noise ration in dB and number of bits per sample to be scanf("%d", &n);
used in the system. [Stack IT Job Solution-1604] sum= sumdigits(n);
Bangladesh Telecommunicaiton Company Limited

printf("Sum of digits of %d = %d\n", n, sum); c) The name of all salespeople that have 2 or more
return 0; orders.
} 4. What is pipelining? Explain execution stages?
Solution: 5. Linux command explain with example: mkdir, passwd,
int sumdigits(int num){ telnet, cat, Is, ping, su, nslookup.
if(num==0) 6. Find the output of the following program
#include<stdio.h>
return 0;
#define N 7
else int main() {
return num%10+sumdigits(num/10); Char str[] = “abpqx\n”;
} int i = 0;

Stack IT Question Bank | 01789741518, 01761719838 | Buy Book: stackvaly.com | Online Exam: exam.stackvaly.com
13. For the following description of various IP for(i=0; i<N-2; i++)
networking protocols write down the protocol name and if(i%2)
its full form in the following table: printf(“%c”, str[i]++);
else
Description Answer
printf(“%c”, str[i]--);
Sending mail from sender SMTP- Simple Mail return 0;
computer to receivers Transfer Protocol }
mail server 7. What’s MAC flood in switch? How to prevent the MAC
Network management DHCP- Dynamic Host Flooding Attack?
protocol used to automate Configuration Protocol 8. What are the disadvantages of manual/static IP? Name
the process of configuring the protocol of dynamic IP assigning. DHCP how
devices on IP networks work?
9. What is query to display even rows from the employees
table?
Mapping a dynamic ARP- Address Resulation 10. How to get distinct records from the employees table
internet protocol address Protocol without using distinct keyword.
address (IP address) to a 11. Write an SQL query to print the name of employees
permanent physical having the highest salary in each department.
machine address in a local 12. Subnet the class C IP address 195.1.1.0 So that you
area network(LAN) have at least 2 subnets each subnet must have room for
48 hosts. What are the two possible subnet masks?
13. (a) The attenuation of a signal is 10dB. What is the
Messages are typically ICMP- Internet Control
final signal power of it was originally 5W?
used for diagnostic or Message Protocol
(b) A signal has passed through three cascaded
control purpose or
amplifiers, each with a 4dB gain.
generated in response to
(c) If the bandwidth of the channel is 5Kbps, how
errors in IP operations
long does it take to send a frame of 100000 bits
out of this device?
14. Given an IP address 10.2.3.20/22, Find out the number
Bangladesh Telecommunications Company Limited of host and subnet mask.
(BTCL) 15. Write a program to find out the minimum number from
Assistant Engineer (CSE)-2017 a series.
Exam Taker-BUET; Exam Date: 2017 16. Using pipeline calculate the value of fetch and
Total Marks-100[Dept. 40 Written, Non Dept. 60 MCQ] execution cycle.
17. Given a database table with some column
1. Design 4x1 MUX with two selection line & 4 input a) find out the min salary from table
(A,B,C,D). b) find out a matched string
\

2. Find the smallest and second smallest elements in an 18) Probably a SQL query
array. a) show the branch name with the minimum balance
3. Salesperson (ID, Name, Age, Salary), Customer (ID, b) select all dept_name, roll from Student
Name, City, Industry, Type) Orders (Number,
order_date, cust_id, salesperson_id, Amount). Given
table above find the following:
a) The names of all salespeople that have an order
with Samsonic.
b) The names of all salespeople that do not have
any order with Samsonic.
Stack IT Question Bank | 01789741518, 01761719838 | Buy Book: stackvaly.com | Online Exam: exam.stackvaly.com
\
Bangladesh Telecommunicaiton Company Limited

You might also like