Upload Button Icon Add office photos

Filter interviews by

Chang Yi Interconnect Technology Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

I appeared for an interview in Sep 2017.

Interview Questionnaire 

2 Questions

  • Q1. Find the sum of two numbers without using any mathematical operarors.
  • Ans. 

    Use bitwise operations to find the sum of two numbers without using mathematical operators.

    • Use bitwise XOR to find the sum of two numbers without carrying.

    • Use bitwise AND and left shift to find the carry.

    • Repeat the process until there is no carry left.

  • Answered by AI
  • Q2. Delete a node from linked list when we are given a reference to the node. But the head pointer is not given.
  • Ans. 

    To delete a node from a linked list when only given a reference to the node, we can copy the data of the next node to the given node and delete the next node.

    • Copy the data of the next node to the given node

    • Update the next pointer of the given node to skip the next node

    • Delete the next node

  • Answered by AI

Interview Preparation Tips

Round: Technical Interview
Tips: Strong understanding and thorough knowledge of C programming.

College Name: IIT Madras

Skills evaluated in this interview

I applied via Campus Placement

Interview Questionnaire 

16 Questions

  • Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be us...
  • Q2. Given an array A[n], write a C program to find P and Q (P>Q) such that A[P] - A[Q] is maximum
  • Q3. A pyramid is given many blank spaces. Condition is that number in a cell equals sum of numbers in bottom two cells. Fill the blanks
  • Ans. 

    The question asks to fill the blanks in a pyramid where each number is the sum of the numbers in the bottom two cells.

    • Start from the bottom row and work your way up, calculating the sum of the numbers in the bottom two cells for each blank space.

    • Use a loop to iterate through each row and column of the pyramid.

    • Store the calculated sum in the corresponding blank space.

    • Repeat the process until all the blanks are filled.

  • Answered by AI
  • Q4. What are the basic functions of OS?
  • Q5. What is scheduling? List different types of scheduling
  • Q6. What is a deadlock? How to know if a deadlock is present?
  • Q7. What is Moore's Law?
  • Ans. 

    Moore's Law is the observation that the number of transistors in a dense integrated circuit doubles about every two years.

    • Named after Intel co-founder Gordon Moore

    • First stated in 1965

    • Has been a driving force behind technological advancements

    • Predicts exponential growth in computing power

    • Has been challenged in recent years due to physical limitations

  • Answered by AI
  • Q8. Differentiate between a process and a thread
  • Ans. 

    A process is an instance of a program while a thread is a subset of a process.

    • A process has its own memory space while threads share memory space

    • Processes are heavyweight while threads are lightweight

    • Processes communicate through inter-process communication while threads communicate through shared memory

    • Examples of processes include web browsers, text editors, etc. while examples of threads include GUI updates, backgro

  • Answered by AI
  • Q9. What are the advantages of having multi-core processor?
  • Ans. 

    Multi-core processors provide faster and more efficient computing.

    • Improved performance and speed

    • Ability to handle multiple tasks simultaneously

    • Reduced power consumption

    • Better multitasking capabilities

    • Enhanced user experience

    • Examples: Intel Core i7, AMD Ryzen 9

  • Answered by AI
  • Q10. Tell me about yourself and your family briefly
  • Ans. 

    I am a software engineer with a loving family.

    • I have been working as a software engineer for 5 years.

    • My wife is a teacher and we have two children.

    • We enjoy spending time together outdoors and traveling.

    • My parents live in a different state but we keep in touch regularly.

    • Family is very important to me and I prioritize spending time with them.

  • Answered by AI
  • Q11. Tell me about your course projects
  • Ans. 

    Developed a web-based project management tool and a mobile app for tracking expenses

    • Created a responsive UI using React and Bootstrap

    • Implemented user authentication and authorization using Firebase

    • Integrated Google Maps API for location tracking in the mobile app

    • Used Node.js and MongoDB for backend development

    • Collaborated with a team of four to complete the projects

  • Answered by AI
  • Q12. Tell me about your professional experience
  • Ans. 

    I have 5 years of experience in software engineering with expertise in Java and Python.

    • Developed and maintained web applications using Java and Spring framework

    • Designed and implemented RESTful APIs using Python and Flask

    • Worked on database management and optimization using MySQL and MongoDB

    • Collaborated with cross-functional teams to deliver high-quality software products

    • Participated in code reviews and provided construc

  • Answered by AI
  • Q13. What are your academic interests?
  • Ans. 

    My academic interests include computer science, artificial intelligence, and machine learning.

    • Computer science

    • Artificial intelligence

    • Machine learning

  • Answered by AI
  • Q14. Explain one CS topic(of your choice) in layman terms
  • Ans. 

    Explain Big O notation

    • Big O notation is used to describe the time complexity of an algorithm

    • It helps us understand how the algorithm's performance changes with input size

    • O(1) means constant time, O(n) means linear time, O(n^2) means quadratic time

    • We want algorithms with lower Big O values for better performance

  • Answered by AI
  • Q15. What are your location preferences?
  • Ans. 

    I am open to relocation based on the job opportunity and growth prospects.

    • Open to relocation for the right opportunity

    • Willing to move for career growth

    • Flexible with location based on job requirements

  • Answered by AI
  • Q16. Would you like to have a pizza slice? ;)
  • Ans. 

    Yes, I would love to have a pizza slice!

    • I am a big fan of pizza and would never say no to a slice!

    • Pizza is the perfect food for any occasion, whether it's a quick lunch or a late-night snack.

    • I particularly enjoy pepperoni and mushroom pizza, but I'm open to trying new toppings as well.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were of average difficulty but lengthy. The test was conducted between 7:30 PM and 9 PM. I had a long day so it was a little tiresome.
Tips: Time is of importance. I suggest you to quickly browse through all the questions and pick the easy ones beforehand instead of being stuck on a single difficult question.
Duration: 90 minutes
Total Questions: 60

Round: Technical Interview
Experience: I found the questions easy so I was able to answer them all.
Tips: Don't just think in your mind. Think out loud so that the interviewer can correct you.

Round: HR Interview
Experience: Interviewer was friendly. It was like talking with a friend.
Tips: Keep it short and brief. It's fine even if your English is not good. (Mine wasn't )

General Tips: Be cool and calm. If you don't know something, admit it. You can come back to it later.
Skill Tips: No need to go very deep. Just know the basics properly.
Skills: Puzzle Solving Capability, Computer Organisation, Operating System Basics, Object Oriented Programming (OOP) Basics, C Programming, Aptitude
Duration: 2
College Name: IIT Madras
Motivation: Qualcomm is an industry leader in mobile hardware. The work profile suited me well.
Funny Moments: The nice HR lady offered me a pizza slice.

Skills evaluated in this interview

I appeared for an interview before Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This round had 2 coding problems and we had to code it on hackerearth only.
The use of Outside IDE was forbidden.
The timing of test was 12:00 PM to 1:00 PM.

  • Q1. 

    Merge Overlapping Intervals Problem Statement

    Given a specified number of intervals, where each interval is represented by two integers denoting its boundaries, the task is to merge all overlapping interv...

  • Ans. 

    Merge overlapping intervals and return sorted list of merged intervals.

    • Iterate through intervals and merge overlapping ones

    • Sort merged intervals based on starting times

    • Handle edge cases like empty input or single interval

    • Use a data structure like list or array to store merged intervals

  • Answered by AI
  • Q2. 

    Search In Rotated Sorted Array Problem Statement

    Given a rotated sorted array ARR of size 'N' and an integer 'K', determine the index at which 'K' is present in the array.

    Note:
    1. If 'K' is not present...
  • Ans. 

    Given a rotated sorted array, find the index of a given integer 'K'.

    • Use binary search to find the pivot point where the array is rotated.

    • Based on the pivot point, perform binary search on the appropriate half of the array to find 'K'.

    • Handle cases where 'K' is not present in the array by returning -1.

  • Answered by AI
Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was an Online F2F Technical Round conducted on CodePair : Hackerearth. So, Basically You have to Run and Submit ( Pass All Test cases) in the Interview Round also (Like normal Coding Test) in Hackerearth & along with that You should have to explain your Code and Approach to the Interviewers.
The Interviewers were helpful and didn't hesitate in giving hints.
Timing - 11:00 A.M to 12:00 P.M

  • Q1. 

    Minimum Fountains Activation Problem

    In this problem, you have a one-dimensional garden of length 'N'. Each position from 0 to 'N' has a fountain that can provide water to the garden up to a certain range...

  • Ans. 

    Find the minimum number of fountains to activate to water the entire garden.

    • Iterate through the array to find the coverage of each fountain.

    • Keep track of the farthest coverage reached by activating fountains.

    • Activate the fountain that covers the farthest point not yet covered.

    • Repeat until the entire garden is watered.

  • Answered by AI
  • Q2. 

    Bellman Ford Shortest Path Problem

    Given a directed weighted graph comprised of vertices labeled 1 to N and M edges, where each edge connects two nodes u and v with a weight w representing the distance be...

  • Ans. 

    Bellman Ford algorithm is used to find the shortest path in a graph with negative weights.

    • Initialize distances from source to all vertices as infinity, and distance to source as 0.

    • Relax all edges V-1 times to find shortest path.

    • If any distance is updated in Vth iteration, then there is a negative weight cycle.

    • Return the distance to destination vertex after V-1 iterations.

    • Example: For the given graph, shortest path from

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

This was a Google Meet Video Call. The HR was friendly and asked basic questions.
The timing was 2:00 PM to 2:30 PM.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in DelhiEligibility criteriaNo backlogs in MastersQualcomm interview preparation:Topics to prepare for the interview - Dynamic Programming, OOPS, Computer Networks, Computer System Architecture, Operating System, Data Structures, PointersTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Make sure that you are thorough with CS concepts beforehand.
Tip 2 : Even when you are explaining the approach to a question, try to parallelly think about how you would code it.
Tip 3 : Read the previous interview experiences. It would give a fair idea of the kind of questions one should expect.
Tip 4 : Practice atleast 200 questions from coding platforms like CodeZen, LeetCode, Interviewbit as they contain common interview questions.

Application resume tips for other job seekers

Tip 1 : Mention atleast 1 project and past work experience as it sets good impression.
Tip 2 : Keep your resume up to date for the role you are applying.
Tip 3 : Try to keep your resume of 1 Page.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Referral and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic data structures questions from bit manipulation, trees, arrays, string
  • Q2. Questions related to previous company work.

Interview Preparation Tips

Interview preparation tips for other job seekers - don't try to elaborate the answer be precise and clear about your answers.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Current roles annd responsibilities and core competencies related questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Connectors, RoHS and REACH, CAPA

Interview Preparation Tips

Interview preparation tips for other job seekers - Not so technical
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostly about .Net, AWS, Angular
Round 2 - Technical 

(1 Question)

  • Q1. Mostly about AWS, .Net
Round 3 - HR 

(1 Question)

  • Q1. Behavioral Round + Salary Discussion
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What happens in the backend when we cret an object in Java? What should be done before creating the method body in Java?
  • Ans. 

    When an object is created in Java, memory is allocated in the heap for the object and its instance variables.

    • Memory is allocated in the heap for the object and its instance variables

    • Constructor is called to initialize the object

    • Reference to the object is returned

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Explain the working of Springboot and microservices. What can and cannot be done when using Final keyword in Java?
  • Ans. 

    Springboot is a framework for building Java applications, while microservices is an architectural style for developing applications as a collection of small services.

    • Springboot simplifies the development of Java applications by providing a set of pre-configured tools and frameworks.

    • Microservices architecture breaks down applications into smaller, independent services that can be developed, deployed, and scaled independ...

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

Flex user image Anonymous

posted on 3 Mar 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Sales pitch for the product
  • Ans. 

    Our product is a revolutionary software that streamlines sales processes and boosts productivity.

    • Increase sales efficiency by automating repetitive tasks

    • Improve customer engagement with personalized communication

    • Track sales performance with real-time analytics

    • Easy integration with existing CRM systems

    • Cost-effective solution for small and large businesses

  • Answered by AI

Analyst Interview Questions & Answers

Flex user image Anonymous

posted on 26 Jun 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Brief me about the Material Management process
  • Ans. 

    Material management process involves planning, organizing, and controlling the flow of materials from acquisition to consumption.

    • Includes procurement, storage, inventory control, and distribution of materials

    • Ensures timely availability of materials while minimizing costs

    • Involves forecasting demand, monitoring inventory levels, and optimizing supply chain

    • Example: Just-in-time inventory management system

  • Answered by AI
  • Q2. Brief me about the Invoice process
  • Ans. 

    The invoice process involves generating and sending bills for goods or services provided to customers.

    • Invoices are typically created using accounting software or templates.

    • They include details such as the products or services provided, quantities, prices, and payment terms.

    • Invoices are sent to customers either electronically or by mail.

    • Customers are expected to pay the invoice within a specified timeframe.

    • Late payments

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Brief me about the invoice process
  • Ans. 

    The invoice process involves creating, sending, and tracking invoices for goods or services provided.

    • Invoices are typically generated by the seller and sent to the buyer for payment.

    • They include details such as the products or services provided, quantities, prices, and payment terms.

    • Invoices may be sent via mail, email, or through online invoicing platforms.

    • Tracking invoices involves monitoring payment status, followin...

  • Answered by AI
  • Q2. Brief me about Material Mgmt Process
  • Ans. 

    Material management process involves planning, organizing, and controlling the flow of materials from acquisition to disposal.

    • Includes procurement, inventory management, storage, and distribution

    • Ensures timely availability of materials while minimizing costs

    • Utilizes tools like ERP systems for efficient tracking and management

    • Example: Just-in-time inventory system in manufacturing

  • Answered by AI

Chang Yi Interconnect Technology Interview FAQs

How to prepare for Chang Yi Interconnect Technology interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Chang Yi Interconnect Technology. The most common topics and skills that interviewers at Chang Yi Interconnect Technology expect are Fmea, Daily Production Planning, Interview Coordination, Kaizen and Lab Testing.

Tell us how to improve this page.

Interview Questions from Similar Companies

Qualcomm Interview Questions
3.8
 • 255 Interviews
Flex Interview Questions
4.0
 • 188 Interviews
Foxconn Interview Questions
3.9
 • 151 Interviews
TE Connectivity Interview Questions
4.1
 • 83 Interviews
Wistron Interview Questions
3.9
 • 82 Interviews
Molex Interview Questions
3.9
 • 53 Interviews
Sanmina Sci Interview Questions
4.0
 • 30 Interviews
Celestica Interview Questions
3.9
 • 1 Interview
View all

Chang Yi Interconnect Technology Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

2.6

Salary

2.8

Job security

2.8

Company culture

1.5

Promotions

2.8

Work satisfaction

Explore 2 Reviews and Ratings
SMT Engineer/SMT Equipment Technician

Hyderabad / Secunderabad

3-6 Yrs

Not Disclosed

People Culture Trainer

Hyderabad / Secunderabad

3-6 Yrs

₹ 0.9-1 LPA

Explore more jobs
Compare Chang Yi Interconnect Technology with

Amphenol Interconnect

4.2
Compare

Molex

3.9
Compare

TE Connectivity

4.1
Compare

Jabil Circuit India

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview