How to politely request for the interview to be conducted in English?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
I speak both English and French Fluently. Yet, Since, I studied in a British University and the whole structure of my course was in English, I find it easier to answer all the technical questions in English. Is there any way to request this without sounding rude or too demanding?
interviewing
New contributor
raeesa D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
I speak both English and French Fluently. Yet, Since, I studied in a British University and the whole structure of my course was in English, I find it easier to answer all the technical questions in English. Is there any way to request this without sounding rude or too demanding?
interviewing
New contributor
raeesa D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4
Where is the interview being conducted? I also find it much easier to communicate technical terms in English rather than my native language.
– rath
16 mins ago
You're interviewing in France?
– Kilisi
16 mins ago
1
Why not do the interview in French, but if there is a technical term you only know in English use that and clarify if need be?
– Kilisi
14 mins ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I speak both English and French Fluently. Yet, Since, I studied in a British University and the whole structure of my course was in English, I find it easier to answer all the technical questions in English. Is there any way to request this without sounding rude or too demanding?
interviewing
New contributor
raeesa D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I speak both English and French Fluently. Yet, Since, I studied in a British University and the whole structure of my course was in English, I find it easier to answer all the technical questions in English. Is there any way to request this without sounding rude or too demanding?
interviewing
interviewing
New contributor
raeesa D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
raeesa D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
raeesa D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 18 mins ago


raeesa D
71
71
New contributor
raeesa D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
raeesa D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
raeesa D is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
4
Where is the interview being conducted? I also find it much easier to communicate technical terms in English rather than my native language.
– rath
16 mins ago
You're interviewing in France?
– Kilisi
16 mins ago
1
Why not do the interview in French, but if there is a technical term you only know in English use that and clarify if need be?
– Kilisi
14 mins ago
add a comment |Â
4
Where is the interview being conducted? I also find it much easier to communicate technical terms in English rather than my native language.
– rath
16 mins ago
You're interviewing in France?
– Kilisi
16 mins ago
1
Why not do the interview in French, but if there is a technical term you only know in English use that and clarify if need be?
– Kilisi
14 mins ago
4
4
Where is the interview being conducted? I also find it much easier to communicate technical terms in English rather than my native language.
– rath
16 mins ago
Where is the interview being conducted? I also find it much easier to communicate technical terms in English rather than my native language.
– rath
16 mins ago
You're interviewing in France?
– Kilisi
16 mins ago
You're interviewing in France?
– Kilisi
16 mins ago
1
1
Why not do the interview in French, but if there is a technical term you only know in English use that and clarify if need be?
– Kilisi
14 mins ago
Why not do the interview in French, but if there is a technical term you only know in English use that and clarify if need be?
– Kilisi
14 mins ago
add a comment |Â
3 Answers
3
active
oldest
votes
up vote
2
down vote
If you are interviewing for a technical position in a country where English is not the first language, then there may be a preference or expectation that technical discussions be conducted in the local language, as opposed to English. If that is the case, then you can make the request; however, you should be aware that it may not work to your advantage.
add a comment |Â
up vote
1
down vote
Is there any way to request this without sounding rude or too demanding?
As the other answers point out. There is nothing intrinsically rude about asking, but it is a bit demanding however understandable and convenient it may be for you.
My addition would be that the best solution is to sidestep the whole problem and prepare as you would for any interview by studying the French terms. If you get stuck, apologise and use the English term and clarify as you go.
add a comment |Â
up vote
1
down vote
Unless you are applying to a company which has a philosophy of using English as the company language, that request will likely get rejected.
The reason is that in today's workplace environment, social skills are even more valued than technical skills. It doesn't just matter how well you do things. It also matters how well you can explain what you are doing.
When you are working in a French company within a French team, for French customers and with French suppliers, then a very important part of your work will be to communicate in French. They need to judge your proficiency in this skill.
Very good points
– Kilisi
6 mins ago
add a comment |Â
StackExchange.ready(function ()
$("#show-editor-button input, #show-editor-button button").click(function ()
var showEditor = function()
$("#show-editor-button").hide();
$("#post-form").removeClass("dno");
StackExchange.editor.finallyInit();
;
var useFancy = $(this).data('confirm-use-fancy');
if(useFancy == 'True')
var popupTitle = $(this).data('confirm-fancy-title');
var popupBody = $(this).data('confirm-fancy-body');
var popupAccept = $(this).data('confirm-fancy-accept-button');
$(this).loadPopup(
url: '/post/self-answer-popup',
loaded: function(popup)
var pTitle = $(popup).find('h2');
var pBody = $(popup).find('.popup-body');
var pSubmit = $(popup).find('.popup-submit');
pTitle.text(popupTitle);
pBody.html(popupBody);
pSubmit.val(popupAccept).click(showEditor);
)
else
var confirmText = $(this).data('confirm-text');
if (confirmText ? confirm(confirmText) : true)
showEditor();
);
);
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
If you are interviewing for a technical position in a country where English is not the first language, then there may be a preference or expectation that technical discussions be conducted in the local language, as opposed to English. If that is the case, then you can make the request; however, you should be aware that it may not work to your advantage.
add a comment |Â
up vote
2
down vote
If you are interviewing for a technical position in a country where English is not the first language, then there may be a preference or expectation that technical discussions be conducted in the local language, as opposed to English. If that is the case, then you can make the request; however, you should be aware that it may not work to your advantage.
add a comment |Â
up vote
2
down vote
up vote
2
down vote
If you are interviewing for a technical position in a country where English is not the first language, then there may be a preference or expectation that technical discussions be conducted in the local language, as opposed to English. If that is the case, then you can make the request; however, you should be aware that it may not work to your advantage.
If you are interviewing for a technical position in a country where English is not the first language, then there may be a preference or expectation that technical discussions be conducted in the local language, as opposed to English. If that is the case, then you can make the request; however, you should be aware that it may not work to your advantage.
answered 13 mins ago
Time4Tea
2,3963823
2,3963823
add a comment |Â
add a comment |Â
up vote
1
down vote
Is there any way to request this without sounding rude or too demanding?
As the other answers point out. There is nothing intrinsically rude about asking, but it is a bit demanding however understandable and convenient it may be for you.
My addition would be that the best solution is to sidestep the whole problem and prepare as you would for any interview by studying the French terms. If you get stuck, apologise and use the English term and clarify as you go.
add a comment |Â
up vote
1
down vote
Is there any way to request this without sounding rude or too demanding?
As the other answers point out. There is nothing intrinsically rude about asking, but it is a bit demanding however understandable and convenient it may be for you.
My addition would be that the best solution is to sidestep the whole problem and prepare as you would for any interview by studying the French terms. If you get stuck, apologise and use the English term and clarify as you go.
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Is there any way to request this without sounding rude or too demanding?
As the other answers point out. There is nothing intrinsically rude about asking, but it is a bit demanding however understandable and convenient it may be for you.
My addition would be that the best solution is to sidestep the whole problem and prepare as you would for any interview by studying the French terms. If you get stuck, apologise and use the English term and clarify as you go.
Is there any way to request this without sounding rude or too demanding?
As the other answers point out. There is nothing intrinsically rude about asking, but it is a bit demanding however understandable and convenient it may be for you.
My addition would be that the best solution is to sidestep the whole problem and prepare as you would for any interview by studying the French terms. If you get stuck, apologise and use the English term and clarify as you go.
answered 7 mins ago


Kilisi
105k58235412
105k58235412
add a comment |Â
add a comment |Â
up vote
1
down vote
Unless you are applying to a company which has a philosophy of using English as the company language, that request will likely get rejected.
The reason is that in today's workplace environment, social skills are even more valued than technical skills. It doesn't just matter how well you do things. It also matters how well you can explain what you are doing.
When you are working in a French company within a French team, for French customers and with French suppliers, then a very important part of your work will be to communicate in French. They need to judge your proficiency in this skill.
Very good points
– Kilisi
6 mins ago
add a comment |Â
up vote
1
down vote
Unless you are applying to a company which has a philosophy of using English as the company language, that request will likely get rejected.
The reason is that in today's workplace environment, social skills are even more valued than technical skills. It doesn't just matter how well you do things. It also matters how well you can explain what you are doing.
When you are working in a French company within a French team, for French customers and with French suppliers, then a very important part of your work will be to communicate in French. They need to judge your proficiency in this skill.
Very good points
– Kilisi
6 mins ago
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Unless you are applying to a company which has a philosophy of using English as the company language, that request will likely get rejected.
The reason is that in today's workplace environment, social skills are even more valued than technical skills. It doesn't just matter how well you do things. It also matters how well you can explain what you are doing.
When you are working in a French company within a French team, for French customers and with French suppliers, then a very important part of your work will be to communicate in French. They need to judge your proficiency in this skill.
Unless you are applying to a company which has a philosophy of using English as the company language, that request will likely get rejected.
The reason is that in today's workplace environment, social skills are even more valued than technical skills. It doesn't just matter how well you do things. It also matters how well you can explain what you are doing.
When you are working in a French company within a French team, for French customers and with French suppliers, then a very important part of your work will be to communicate in French. They need to judge your proficiency in this skill.
edited 4 mins ago
answered 13 mins ago
Philipp
21.6k45086
21.6k45086
Very good points
– Kilisi
6 mins ago
add a comment |Â
Very good points
– Kilisi
6 mins ago
Very good points
– Kilisi
6 mins ago
Very good points
– Kilisi
6 mins ago
add a comment |Â
raeesa D is a new contributor. Be nice, and check out our Code of Conduct.
raeesa D is a new contributor. Be nice, and check out our Code of Conduct.
raeesa D is a new contributor. Be nice, and check out our Code of Conduct.
raeesa D is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fworkplace.stackexchange.com%2fquestions%2f122337%2fhow-to-politely-request-for-the-interview-to-be-conducted-in-english%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
4
Where is the interview being conducted? I also find it much easier to communicate technical terms in English rather than my native language.
– rath
16 mins ago
You're interviewing in France?
– Kilisi
16 mins ago
1
Why not do the interview in French, but if there is a technical term you only know in English use that and clarify if need be?
– Kilisi
14 mins ago