Job category: fae工程師

These job listings are taken from Taiwan job sites for reference.

Source Source: 104
荷蘭商范德蘭德工業有限公司台灣分公司

IT & Controls Service Engineer

Job purpose Deliver technical service to customers in the region, maintain and develop customer satisfaction by continual improvement of system performance. Maintain and improve …
待遇面議
[台北市中山區 Zhongshan District, Taipei City]
Source Source: 104
台灣英飛凌科技股份有限公司

Senior FAE(Automotive MCU related experience)

Contribute to the development of modern electronic systems and their implementation in the innovative automotive market, focusing on Infineon automotive microcontroller product. …
待遇面議
[台北市內湖區 Neihu District, Taipei City]
/* // 等待聊天氣泡載入 function modifyChatPosition() { const chatBubble = document.querySelector('[style*="z-index: 2147483645"]'); if (chatBubble) { // 修改到左下角 chatBubble.style.left = '1rem'; chatBubble.style.right = 'unset'; console.log('聊天氣泡位置已修改'); } else { // 如果還沒載入,等一下再試 setTimeout(modifyChatPosition, 500); } } // 頁面載入後執行 window.addEventListener('load', () => { setTimeout(modifyChatPosition, 2000); // 給 Chatbase 時間載入 });*/