
Display System Software Engineer
Role summary
Qualcomm's Display Systems team is seeking software engineers to develop software and tools for mobile, compute, automotive, and other embedded platforms. The role involves creating display panel color calibration/tuning algorithms delivered via tools and SDKs for Snapdragon processors. Responsibilities include architecting, designing, and developing tool features, maintaining code repositories and build systems, and collaborating with a team on software design and implementation. The position requires proficiency in C/C++/C# and Python, experience with standard software development tools, and strong English skills. Preferred qualifications include UI development experience, embedded systems knowledge, and experience with Windows, Android, and Linux.
Company
Qualcomm Canada ULC
Job Area
Engineering Group, Engineering Group > Systems Engineering
General Summary
The Display Systems team is looking for talented software engineers interested in developing software and tools for mobile, compute, automotive and other embedded device platforms. Our team is responsible for developing display panel color calibration/tuning algorithms and delivering it through cutting-edge tools and SDKs for Qualcomm Snapdragon processors.
Replacement Position
We’re looking for hands-on engineers with expertise and passion in building open, modular, and scalable solutions using C/C++/C# and Python languages. In this role you will utilize your experience with software and scripting languages and UI packages to develop new and innovative, as well as enhance existing tools and SDK features. In addition, the successful candidate will also be exposed to our Display hardware and contribute to our software stack on Android, Linux and Windows.
Responsibilities
- Architect, design and develop tool features and extensions
- Maintain code repositories and build systems.
- Work effectively as part of team on the design, review and implementation of software changes to accomplish project objectives
- Gather, integrate, and interpret information specific to a module or sub-block of code from a variety of sources to troubleshoot issues and find solutions.
- Communicate with team lead and peers and provide status and information about impending obstacles.
Required
- 2+ years’ experience with Programming Languages such as C/C++, C#, and Python.
- Fluent in industry standard software development tools: SW/HW debuggers, code revision control systems (GIT, Perforce), IDEs (Visual Studio/Visual Code) and build tools
- Strong English language skills, both written and oral
Preferred
- Knowledge of Object-Oriented Programming (OOP) and software development principles and practices.
- 2+ years’ experience in UI development with React.js, Node.js, etc.
- Embedded or low level, device driver or kernel experience/exposure
- Software development experience on Windows, Android and Linux
- Experience in test automation and continuous integration (CI)
- Candidate should be detail-oriented and have strong analytical and debugging skills, self-motivated and highly organized
Minimum Qualifications
- Bachelor's degree in Engineering, Information Systems, Computer Science, or related field.
Applicants
: Qualcomm is an equal opportunity employer. If you are an individual with a disability and need an accommodation during the application/hiring process, rest assured that Qualcomm is committed to providing an accessible process. You may e-mail disability-accomodations@qualcomm.com or call Qualcomm's toll-free number found here. Upon request, Qualcomm will provide reasonable accommodations to support individuals with disabilities to be able participate in the hiring process. Qualcomm is also committed to making our workplace accessible for individuals with disabilities. (Keep in mind that this email address is used to provide reasonable accommodations for individuals with disabilities. We will not respond here to requests for updates on applications or resume inquiries).
Qualcomm expects its employees to abide by all applicable policies and procedures, including but not limited to security and other requirements regarding protection of Company confidential information and other confidential and/or proprietary information, to the extent those requirements are permissible under applicable law.
To all Staffing and Recruiting Agencies
: Our Careers Site is only for individuals seeking a job at Qualcomm. Staffing and recruiting agencies and individuals being represented by an agency are not authorized to use this site or to submit profiles, applications or resumes, and any such submissions will be considered unsolicited. Qualcomm does not accept unsolicited resumes or applications from agencies. Please do not forward resumes to our jobs alias, Qualcomm employees or any other company location. Qualcomm is not responsible for any fees related to unsolicited resumes/applications.
Pay Range And Other Compensation & Benefits
$73,800.00 - $110,800.00
The above pay scale reflects the broad, minimum to maximum, pay scale for this job code for the location for which it has been posted. Even more importantly, please note that salary is only one component of total compensation at Qualcomm. We also offer a competitive annual discretionary bonus program and opportunity for annual RSU grants (employees on sales-incentive plans are not eligible for our annual bonus). In addition, our highly competitive benefits package is designed to support your success at work, at home, and at play. Your recruiter will be happy to discuss all that Qualcomm has to offer.
If you would like more information about this role, please contact Qualcomm Careers.
Sample Qualcomm interview questions
- 1
Design a system for storing and serving images/videos.
system designmedium - 2
Optimal Meeting Point Calculate the optimal meeting point for multiple people on a 2D grid. Input: grid = [[1,0],[0,1]] Output: 2 Explanation: The optimal meeting point is either (0,1) or (1,0), requiring exactly 1 step from each person resulting in a total distance of 2.
technicalmedium - 3
Rotate a linked list to the right by k places. Given the head of a linked list, rotate the list to the right by k places. Input: head = [0,1,2], k = 4 Output: [2,0,1] Explanation: The list has a length of 3. Rotating by 4 is mathematically equivalent to rotating by 1 (4 mod 3 = 1).
codingmedium - 4
Find all unique combinations in an array that sum to a target.
codingmedium - 5
Encode and Decode Strings Encode a list of strings into a single string and decode it back. Input: strs = ["","hello",""] Output: ["","hello",""] Explanation: Prepends chunk lengths and a delimiter (e.g., "0#5#hello0#") to safely encode and perfectly restore empty strings.
codingmedium
Sign up for a personalized interview prep pack tailored to this role.