Difference between revisions of "Jobs"

From Wiki at Neela Nurseries
Jump to navigation Jump to search
m (Add masters application program specific questions to complete)
m (Update PSU graduate application answers to program questions)
Line 58: Line 58:
 
|                                                |
 
|                                                |
 
+------------------------------------------------+
 
+------------------------------------------------+
 +
In the world of electrical and computer engineering, the development of embedded systems interests me to the greatest degree.  As a student returning from career and family life, I have lived enough seasons to see the progression of embedded systems evolve from primarily 8-bit microcontrollers with few peripherals to remarkably powerful 32-bit MCUs with tens of on-chip peripherals and multiple cores.  The appearance and evolution of real time operating systems has also expanded the realm of embedded systems.  The future development of programmatic elements of embedded systems, for example Zephyr RTOS, is of particular interest to me.  I'm interested to learn where and how new SoC, peripheral and sensor support could be streamlined, as hardware is evolving quickly and Zephyr RTOS project already employs languages like device tree source and Kconfig to abstract hardware and configuration choices away from specific application logic.
  
 
(2) You already have, or shortly will have, a bachelor's degree. Why do you want to pursue a master's degree?
 
(2) You already have, or shortly will have, a bachelor's degree. Why do you want to pursue a master's degree?
Line 63: Line 64:
 
|                                                |
 
|                                                |
 
+------------------------------------------------+
 
+------------------------------------------------+
 +
Draft fragment (may need editing to better match question):
 +
Two personal interest areas I hold in embedded systems include (1) driver development for constrained systems, such as ARM Cortex-M class microcontrollers and (2) scheduling and concurrency design patterns for applications which run on multi-core processors.
  
 
(3) Which track most closely aligns with your interests? Please note that your answer has no impact on admissions decisions.
 
(3) Which track most closely aligns with your interests? Please note that your answer has no impact on admissions decisions.

Revision as of 19:36, 1 May 2026


Recent linked in posts:

2026-04-30 - Ingeniero de Desarrollo de Software Embebido - Displays/Middleware

2025-12-21

See post by Ibtihal Hamad technical recruiter regarding CV content importance and strategy.

See also Vennapusa Sunil Kumar Reddy post on Embedded C Interview Questions:

2026-01-17

2026-01-28

What is the company Bolt Innovation Management? . . .

 1 /*
 2  * Copyright (c) 2019 Bolt Innovation Management, LLC
 3  *
 4  * SPDX-License-Identifier: Apache-2.0
 5  */
 6 
 7 #ifndef ZEPHYR_INCLUDE_FS_LITTLEFS_H_
 8 #define ZEPHYR_INCLUDE_FS_LITTLEFS_H_

Continuing Education