Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Bajaj Allianz Interview Questions
Questions Answers Views Company eMail

What are the golder rules of Accounts ?

35 78105

WHY DO YOU THINK YOU ARE FIT FOR THE SALES JOB AND WHY SHOULD WE APPOINT YOU?

11 53579

My question is ..I have around 1.5 yrs of testing exp and got a call from NDS on Monday, bangalore . Can anybody plz provide me the apptitude questions asked in the written test? I am weak in apptitude :(......plzzzz help...waiting for you reply at the earliest

2025

u choose major as a finance but now u r interested in job of sales and marketing why u want to entter in job of marketing

4 8386

What is the entry for deprecation?

25 24662

how do you purpose to serve the society after becoming a management professional at saraswati institute of management and technology?

1686

hiiiiiiiiiiii i am a person of G.C(general category) and i want to attempt the lic delelopment officer test . i have done mba in marketing and i am agency holder of lic for 3 years. am i elligible for this test .or this test is only for s.c/b.c persons please tell me sir ,,, mailme at mohit.rimt@gmai.com,mohitrimt@in.com

1782

WHATE ARE THE QUETION ASKED IN INTERVIEW OF HUMAN ERESOURCE MANAGEMENT

1843

i m agent of reliance life insurance i have sold one traditional product of premium size 10,000/- rs and comission rate is 18% what will be net comission will be recd by me after deducting service tax and tds ?

6 9429

How to achieve High availability in Exchange Server 2010 ?

5 15515

Post New Bajaj Allianz Interview Questions




Un-Answered Questions

How do I open javascript in chrome?

464


What is int parse in c#?

492


What is the central limit theorem?

105


Someone who protect my excel file, m using ms office 2007 and windows 7 operating system, pls help me, how can i unprotect sheet

1899


What is the purpose of DDBIN?

1143






Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.

2077


Purpose of lubricator in a large diesel engine.

1547


What is custom id?

600


How to set 'selected' value in select box dropdown list?

153


Positioner usage.

1502


What are IoT projects?

3


how to test YNyn0 vector group in transformer?

3216


what are the steps you will take to improve performance of a poor performing query? : Sql server database administration

540


I need help with the following lab. Can anyone explain it to me on how to approach this problem. Coding would be great too !!! No busy waiting allowed. Remember that Java monitors are 'signal and continue'. The input data is called the database (DB). In this problem, it consists of a single variable initialized in the main thread, to contain the current time of day in HH:MM:SS:mmm format (mmm is milliseconds) truncated to 3 digits. Threads follow these rules: 1. Readers may all attempt to read at the same time, but NOT if a writer is writing (i.e.; the writer is in the monitor. 2. Writing is exclusive (only 1 writer at a time, no readers while writing). 3. Options: (to be specified by instructor) a. Readers have absolute priority over writers. b. Writers have absolute priority over readers c. When a reader arrives and a writer is waiting, the reader is suspended behind the writer instead of being admitted immediately. Thus, a writer waits for readers that were running when it arrived, but does not to wait for new readers. You may program this in C++ or Java. There are 4 controlling input values: 1. r – number of readers 2. w – number of writers 3. R – delay for a reader to restart 4. W – delay for a writer to restart Create the following program consisting of 1 main process (your main program) with n threads: 1. The main thread: a. Creates the 'n' threads needed. Of these, r of them are readers and w of them are writers. Starts all readers and writers. b. Waits for all 'n' threads to complete. You may use any method to detect when they are all complete. c. Prints out the resulting outputs from the threads. 2. Threads: a. When a thread starts to run, it immediately tries to enter the monitor. b. A reader thread reads the DB, outputs the exact message below, then exits: >>> DB value read =: HH:MM:SS:mmm by reader number: rr where the underlined text is replaced with actual data. c. A writer thread updates the DB with a new value (from the system time), outputs the exact message below, then exits: *** DB value set to: HH:MM:SS:mmm by writer number: ww where the underlined text is replaced with actual data. d. Each thread accesses the data a total of 10 times, exiting, then re-entering the monitor after each access. Hints: 1. File access *might* not be thread-safe, so you should be prepared to handle this. Read the documentation for the language you are using. 2. Suggested values for delays are: a. If looping, R >=1,000,000 and W>=100,000 b. If using “sleep”, then R=100 ms, W=50 ms. Additional: • Thread output is to ONE file used by ALL threads (so you need to synchronize access to it). • Readers must provide sufficient delay that results are useful (delay by R before re-trying). R is another input value. • Writers must also delay. Delay by W, updating the DB each time. W is an input. • Test your program with AT LEAST TWO different sets of values for r and w (#s of readers and writers) plus this set: r = 4, w=2. Basic operation of a thread: attempt to enter the monitor. If unsuccessful, you get put on a queue. When you get in, read or write the data (depending on type of thread), exit the monitor, wait the required delay amount, then try again. Repeat 10 times.

1512


Can anybody told me how to create a test case for voice memo and Photo tagging option

1425