SlideShare une entreprise Scribd logo
1  sur  4
Télécharger pour lire hors ligne
Bangladesh
Telecommunicaiton
Compnay Limited
Written Part
Exam 1: AM-2021
Exam 2: AM-2017
S
E
T
7
Bangladesh Telecommunicaiton Company Limited
Stack
IT
Question
Bank
|
01789741518,
01761719838
|
Buy
Book:
stackvaly.com
|
Online
Exam:
exam.stackvaly.com

BTCL
Recruitment Test-2021
Assistant Manager (Technical)
Date: 05-02-2021 Exam Taker: BUET
1. Find Rab? [Stack IT Job Solution-1341]
2. Determine the load impedance ZL that maximizes the
average power drawn from the circuit of Figure.(2).
What is the maximum average power? [Stack IT Job
Solution-1358]
3. Sketch the time Variation of output voltage(VoVst)
for given input voltage Vi. Assume Vz =3.
4. The measured equivalent DC Resistance between two
line for the HT winding of a 11/0.415kv 200kva, 3φ Δ-Y
Conductor distribution Transformer is 6 ohm at 200
C .
Calculate the DC Resistance of each phase winding in
the HT Side of Transformer for 750
C. Where
temperature co efficient α =0.00393/0
C [Stack IT Job
Solution-1398]
5. Find Vo/Vin [Stack IT Job Solution-1312]
6. Consider PCM system with a uniform quantize at
step size 2 v . The input is a sinusoidal signal with
amplitude of 10v. Calculate the signal to quantification
noise ration in dB and number of bits per sample to be
used in the system. [Stack IT Job Solution-1604]
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
used in each frame. Calculate the data rate of the
TDMA Link. [Stack IT Job Solution-1597]
8. Where are the Low loss transmission windows of
silicon based optical fiber and which window is the most
popular in communication and wave. Draw diagram of
a long haul WDM Transmission system.
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
the fiver in order to Tarantian an average optical power
level of 10 micro-Watt at the receiver. [Stack IT Job
Solution-1610]
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
4. Send error to the source ip of the originating
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. Send error to the source ip of the originating
packet.-ICMP
11. An IP Address 192.168.10.0/23. Find- [Stack IT
Job Solution-1461]
1. Subnet Mask
2. Unique ID(Host)
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>
int main()
{
int n, sum;
printf("Enter an integern");
scanf("%d", &n);
sum= sumdigits(n);
Bangladesh Telecommunicaiton Company Limited
Stack
IT
Question
Bank
|
01789741518,
01761719838
|
Buy
Book:
stackvaly.com
|
Online
Exam:
exam.stackvaly.com

printf("Sum of digits of %d = %dn", n, sum);
return 0;
}
Solution:
int sumdigits(int num){
if(num==0)
return 0;
else
return num%10+sumdigits(num/10);
}
13. For the following description of various IP
networking protocols write down the protocol name and
its full form in the following table:
Description Answer
Sending mail from sender
computer to receivers
mail server
SMTP- Simple Mail
Transfer Protocol
Network management
protocol used to automate
the process of configuring
devices on IP networks
DHCP- Dynamic Host
Configuration Protocol
Mapping a dynamic
internet protocol address
address (IP address) to a
permanent physical
machine address in a local
area network(LAN)
ARP- Address Resulation
Protocol
Messages are typically
used for diagnostic or
control purpose or
generated in response to
errors in IP operations
ICMP- Internet Control
Message Protocol
Bangladesh Telecommunications Company Limited
(BTCL)
Assistant Engineer (CSE)-2017
Exam Taker-BUET; Exam Date: 2017
Total Marks-100[Dept. 40 Written, Non Dept. 60 MCQ]
1. Design 4x1 MUX with two selection line & 4 input
(A,B,C,D).
2. Find the smallest and second smallest elements in an
array.
3. Salesperson (ID, Name, Age, Salary), Customer (ID,
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.
c) The name of all salespeople that have 2 or more
orders.
4. What is pipelining? Explain execution stages?
5. Linux command explain with example: mkdir, passwd,
telnet, cat, Is, ping, su, nslookup.
6. Find the output of the following program
#include<stdio.h>
#define N 7
int main() {
Char str[] = “abpqxn”;
int i = 0;
for(i=0; i<N-2; i++)
if(i%2)
printf(“%c”, str[i]++);
else
printf(“%c”, str[i]--);
return 0;
}
7. What’s MAC flood in switch? How to prevent the MAC
Flooding Attack?
8. What are the disadvantages of manual/static IP? Name
the protocol of dynamic IP assigning. DHCP how
work?
9. What is query to display even rows from the employees
table?
10. How to get distinct records from the employees table
without using distinct keyword.
11. Write an SQL query to print the name of employees
having the highest salary in each department.
12. Subnet the class C IP address 195.1.1.0 So that you
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
final signal power of it was originally 5W?
(b) A signal has passed through three cascaded
amplifiers, each with a 4dB gain.
(c) If the bandwidth of the channel is 5Kbps, how
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
of host and subnet mask.
15. Write a program to find out the minimum number from
a series.
16. Using pipeline calculate the value of fetch and
execution cycle.
17. Given a database table with some column
a) find out the min salary from table
b) find out a matched string
18) Probably a SQL query
a) show the branch name with the minimum balance
b) select all dept_name, roll from Student
Bangladesh Telecommunicaiton Company Limited
Stack
IT
Question
Bank
|
01789741518,
01761719838
|
Buy
Book:
stackvaly.com
|
Online
Exam:
exam.stackvaly.com

Contenu connexe

Tendances

Tendances (20)

Short Channel Effect In MOSFET
Short Channel Effect In MOSFETShort Channel Effect In MOSFET
Short Channel Effect In MOSFET
 
Organization of the ibm personal computers
Organization of the ibm personal computersOrganization of the ibm personal computers
Organization of the ibm personal computers
 
Assembly language (coal)
Assembly language (coal)Assembly language (coal)
Assembly language (coal)
 
8085 interfacing with memory chips
8085 interfacing with memory chips8085 interfacing with memory chips
8085 interfacing with memory chips
 
Chap 8 The stack and introduction to procedures & Chapter 9 multiplication an...
Chap 8 The stack and introduction to procedures & Chapter 9 multiplication an...Chap 8 The stack and introduction to procedures & Chapter 9 multiplication an...
Chap 8 The stack and introduction to procedures & Chapter 9 multiplication an...
 
Syntax-Directed Translation into Three Address Code
Syntax-Directed Translation into Three Address CodeSyntax-Directed Translation into Three Address Code
Syntax-Directed Translation into Three Address Code
 
Interfacing memory with 8086 microprocessor
Interfacing memory with 8086 microprocessorInterfacing memory with 8086 microprocessor
Interfacing memory with 8086 microprocessor
 
chapter 7 Logic, shift and rotate instructions
chapter 7 Logic, shift and rotate instructionschapter 7 Logic, shift and rotate instructions
chapter 7 Logic, shift and rotate instructions
 
Digital Electronics Question Bank
Digital Electronics Question BankDigital Electronics Question Bank
Digital Electronics Question Bank
 
Rules of Karnaugh Map
Rules of Karnaugh MapRules of Karnaugh Map
Rules of Karnaugh Map
 
Assembly Langauge Chap 1
Assembly Langauge Chap 1Assembly Langauge Chap 1
Assembly Langauge Chap 1
 
Chap 5
Chap 5Chap 5
Chap 5
 
MOSFETs (10EC63) Notes for Electronics & Communication Engineering Students o...
MOSFETs (10EC63) Notes for Electronics & Communication Engineering Students o...MOSFETs (10EC63) Notes for Electronics & Communication Engineering Students o...
MOSFETs (10EC63) Notes for Electronics & Communication Engineering Students o...
 
Solution manual of assembly language programming and organization of the ibm ...
Solution manual of assembly language programming and organization of the ibm ...Solution manual of assembly language programming and organization of the ibm ...
Solution manual of assembly language programming and organization of the ibm ...
 
Chapter 6 Flow control Instructions
Chapter 6 Flow control InstructionsChapter 6 Flow control Instructions
Chapter 6 Flow control Instructions
 
Programmable logic array
Programmable logic arrayProgrammable logic array
Programmable logic array
 
CDMA - USE WALSH TABLE TO GENERATE CHIP SEQUENCE
CDMA - USE WALSH TABLE TO GENERATE CHIP SEQUENCE CDMA - USE WALSH TABLE TO GENERATE CHIP SEQUENCE
CDMA - USE WALSH TABLE TO GENERATE CHIP SEQUENCE
 
Verilog full adder in dataflow & gate level modelling style.
Verilog full adder in dataflow  & gate level modelling style.Verilog full adder in dataflow  & gate level modelling style.
Verilog full adder in dataflow & gate level modelling style.
 
8086 Micro-processor and MDA 8086 Trainer Kit
8086 Micro-processor and MDA 8086 Trainer Kit8086 Micro-processor and MDA 8086 Trainer Kit
8086 Micro-processor and MDA 8086 Trainer Kit
 
Demodulation of fm slope and balanced slope detector
Demodulation of fm slope and balanced slope detectorDemodulation of fm slope and balanced slope detector
Demodulation of fm slope and balanced slope detector
 

Similaire à BTCL Assistant Manager Previous Year Question by Stack IT Job Solution

Ccna discovery
Ccna discoveryCcna discovery
Ccna discovery
ccnaguide
 
Ccna exam 640 802
Ccna exam 640 802Ccna exam 640 802
Ccna exam 640 802
ccnaguide
 
Ccna final exam
Ccna final examCcna final exam
Ccna final exam
ccnaguide
 
Ccna 1 chapter 9 v4.0 answers 2011
Ccna 1 chapter 9 v4.0 answers 2011Ccna 1 chapter 9 v4.0 answers 2011
Ccna 1 chapter 9 v4.0 answers 2011
Dân Chơi
 
Ccna network simulator
Ccna network simulatorCcna network simulator
Ccna network simulator
ccnaguide
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Đồng Quốc Vương
 

Similaire à BTCL Assistant Manager Previous Year Question by Stack IT Job Solution (20)

acn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdfacn-practical_manual-19-20-1 final.pdf
acn-practical_manual-19-20-1 final.pdf
 
Thesis of sdh
Thesis of sdhThesis of sdh
Thesis of sdh
 
Ccna guide
Ccna guideCcna guide
Ccna guide
 
Ccna discovery
Ccna discoveryCcna discovery
Ccna discovery
 
Ccna exam 640 802
Ccna exam 640 802Ccna exam 640 802
Ccna exam 640 802
 
Ccna final exam
Ccna final examCcna final exam
Ccna final exam
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2017...
 
Free CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdfFree CCNA workbook by networkers home pdf
Free CCNA workbook by networkers home pdf
 
Networking basics
Networking basicsNetworking basics
Networking basics
 
Ccna 1 chapter 9 v4.0 answers 2011
Ccna 1 chapter 9 v4.0 answers 2011Ccna 1 chapter 9 v4.0 answers 2011
Ccna 1 chapter 9 v4.0 answers 2011
 
Computer network
Computer networkComputer network
Computer network
 
Computer network
Computer networkComputer network
Computer network
 
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...
Internet Technology (Practical Questions Paper) [CBSGS - 75:25 Pattern] {2013...
 
Ccna network simulator
Ccna network simulatorCcna network simulator
Ccna network simulator
 
Ccna pdf
Ccna pdfCcna pdf
Ccna pdf
 
Lecture 06
Lecture 06Lecture 06
Lecture 06
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
 
Ccna dumps
Ccna dumpsCcna dumps
Ccna dumps
 
IRJET- Power Line Carrier Communication
IRJET- Power Line Carrier CommunicationIRJET- Power Line Carrier Communication
IRJET- Power Line Carrier Communication
 
20IT204-COA-Lecture 18.ppt
20IT204-COA-Lecture 18.ppt20IT204-COA-Lecture 18.ppt
20IT204-COA-Lecture 18.ppt
 

Plus de Engr. Md. Jamal Uddin Rayhan

Plus de Engr. Md. Jamal Uddin Rayhan (13)

DESCO AE CSE Question Solution
DESCO AE CSE Question SolutionDESCO AE CSE Question Solution
DESCO AE CSE Question Solution
 
OSI Model Cheat Sheet
OSI Model Cheat SheetOSI Model Cheat Sheet
OSI Model Cheat Sheet
 
Bangladesh Bank Data entry control operator Question Solution.
Bangladesh Bank Data entry control operator Question Solution.Bangladesh Bank Data entry control operator Question Solution.
Bangladesh Bank Data entry control operator Question Solution.
 
Assistant Programmer, Bangladesh Bank
Assistant Programmer, Bangladesh BankAssistant Programmer, Bangladesh Bank
Assistant Programmer, Bangladesh Bank
 
Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Bangladesh Bank Assistant Maintenance Engineer Question Solution.Bangladesh Bank Assistant Maintenance Engineer Question Solution.
Bangladesh Bank Assistant Maintenance Engineer Question Solution.
 
Senior Officer , Pubali Bank Limited
Senior Officer , Pubali Bank LimitedSenior Officer , Pubali Bank Limited
Senior Officer , Pubali Bank Limited
 
Combined 2 Bank Compiled Post: ADA Date: 25.09.2021 Taker: AUST
Combined 2 Bank Compiled Post: ADA Date: 25.09.2021  Taker: AUSTCombined 2 Bank Compiled Post: ADA Date: 25.09.2021  Taker: AUST
Combined 2 Bank Compiled Post: ADA Date: 25.09.2021 Taker: AUST
 
Combined 2 Bank Compiled Post: SO(IT) Date: 25.09.2021 Taker: AUST
Combined 2 Bank Compiled Post: SO(IT)  Date: 25.09.2021  Taker: AUSTCombined 2 Bank Compiled Post: SO(IT)  Date: 25.09.2021  Taker: AUST
Combined 2 Bank Compiled Post: SO(IT) Date: 25.09.2021 Taker: AUST
 
Bank Question Solution-ADBA Previous Year Question for AP, ANE, AME, ADA, AE
Bank Question Solution-ADBA Previous Year Question for AP, ANE, AME, ADA, AEBank Question Solution-ADBA Previous Year Question for AP, ANE, AME, ADA, AE
Bank Question Solution-ADBA Previous Year Question for AP, ANE, AME, ADA, AE
 
BPSC Previous Year Question for AP, ANE, AME, ADA, AE
BPSC Previous Year Question for AP, ANE, AME, ADA, AE BPSC Previous Year Question for AP, ANE, AME, ADA, AE
BPSC Previous Year Question for AP, ANE, AME, ADA, AE
 
Linux Command For Beginners 6 - copy commands for linux | BUET Pattern Job Pr...
Linux Command For Beginners 6 - copy commands for linux | BUET Pattern Job Pr...Linux Command For Beginners 6 - copy commands for linux | BUET Pattern Job Pr...
Linux Command For Beginners 6 - copy commands for linux | BUET Pattern Job Pr...
 
Titas gas sub-assistant engineer question pattern
Titas gas sub-assistant engineer question patternTitas gas sub-assistant engineer question pattern
Titas gas sub-assistant engineer question pattern
 
information security and backup system
information security and backup systeminformation security and backup system
information security and backup system
 

Dernier

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Dernier (20)

TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 

BTCL Assistant Manager Previous Year Question by Stack IT Job Solution

  • 2. Bangladesh Telecommunicaiton Company Limited Stack IT Question Bank | 01789741518, 01761719838 | Buy Book: stackvaly.com | Online Exam: exam.stackvaly.com BTCL Recruitment Test-2021 Assistant Manager (Technical) Date: 05-02-2021 Exam Taker: BUET 1. Find Rab? [Stack IT Job Solution-1341] 2. Determine the load impedance ZL that maximizes the average power drawn from the circuit of Figure.(2). What is the maximum average power? [Stack IT Job Solution-1358] 3. Sketch the time Variation of output voltage(VoVst) for given input voltage Vi. Assume Vz =3. 4. The measured equivalent DC Resistance between two line for the HT winding of a 11/0.415kv 200kva, 3φ Δ-Y Conductor distribution Transformer is 6 ohm at 200 C . Calculate the DC Resistance of each phase winding in the HT Side of Transformer for 750 C. Where temperature co efficient α =0.00393/0 C [Stack IT Job Solution-1398] 5. Find Vo/Vin [Stack IT Job Solution-1312] 6. Consider PCM system with a uniform quantize at step size 2 v . The input is a sinusoidal signal with amplitude of 10v. Calculate the signal to quantification noise ration in dB and number of bits per sample to be used in the system. [Stack IT Job Solution-1604] 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 used in each frame. Calculate the data rate of the TDMA Link. [Stack IT Job Solution-1597] 8. Where are the Low loss transmission windows of silicon based optical fiber and which window is the most popular in communication and wave. Draw diagram of a long haul WDM Transmission system. 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 the fiver in order to Tarantian an average optical power level of 10 micro-Watt at the receiver. [Stack IT Job Solution-1610] 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 4. Send error to the source ip of the originating 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. Send error to the source ip of the originating packet.-ICMP 11. An IP Address 192.168.10.0/23. Find- [Stack IT Job Solution-1461] 1. Subnet Mask 2. Unique ID(Host) 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> int main() { int n, sum; printf("Enter an integern"); scanf("%d", &n); sum= sumdigits(n);
  • 3. Bangladesh Telecommunicaiton Company Limited Stack IT Question Bank | 01789741518, 01761719838 | Buy Book: stackvaly.com | Online Exam: exam.stackvaly.com printf("Sum of digits of %d = %dn", n, sum); return 0; } Solution: int sumdigits(int num){ if(num==0) return 0; else return num%10+sumdigits(num/10); } 13. For the following description of various IP networking protocols write down the protocol name and its full form in the following table: Description Answer Sending mail from sender computer to receivers mail server SMTP- Simple Mail Transfer Protocol Network management protocol used to automate the process of configuring devices on IP networks DHCP- Dynamic Host Configuration Protocol Mapping a dynamic internet protocol address address (IP address) to a permanent physical machine address in a local area network(LAN) ARP- Address Resulation Protocol Messages are typically used for diagnostic or control purpose or generated in response to errors in IP operations ICMP- Internet Control Message Protocol Bangladesh Telecommunications Company Limited (BTCL) Assistant Engineer (CSE)-2017 Exam Taker-BUET; Exam Date: 2017 Total Marks-100[Dept. 40 Written, Non Dept. 60 MCQ] 1. Design 4x1 MUX with two selection line & 4 input (A,B,C,D). 2. Find the smallest and second smallest elements in an array. 3. Salesperson (ID, Name, Age, Salary), Customer (ID, 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. c) The name of all salespeople that have 2 or more orders. 4. What is pipelining? Explain execution stages? 5. Linux command explain with example: mkdir, passwd, telnet, cat, Is, ping, su, nslookup. 6. Find the output of the following program #include<stdio.h> #define N 7 int main() { Char str[] = “abpqxn”; int i = 0; for(i=0; i<N-2; i++) if(i%2) printf(“%c”, str[i]++); else printf(“%c”, str[i]--); return 0; } 7. What’s MAC flood in switch? How to prevent the MAC Flooding Attack? 8. What are the disadvantages of manual/static IP? Name the protocol of dynamic IP assigning. DHCP how work? 9. What is query to display even rows from the employees table? 10. How to get distinct records from the employees table without using distinct keyword. 11. Write an SQL query to print the name of employees having the highest salary in each department. 12. Subnet the class C IP address 195.1.1.0 So that you 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 final signal power of it was originally 5W? (b) A signal has passed through three cascaded amplifiers, each with a 4dB gain. (c) If the bandwidth of the channel is 5Kbps, how 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 of host and subnet mask. 15. Write a program to find out the minimum number from a series. 16. Using pipeline calculate the value of fetch and execution cycle. 17. Given a database table with some column a) find out the min salary from table b) find out a matched string 18) Probably a SQL query a) show the branch name with the minimum balance b) select all dept_name, roll from Student
  • 4. Bangladesh Telecommunicaiton Company Limited Stack IT Question Bank | 01789741518, 01761719838 | Buy Book: stackvaly.com | Online Exam: exam.stackvaly.com