Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Utthunga Technologies Team. If you also belong to the team, you can get access from here

Utthunga Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Utthunga Technologies Embedded Tester Interview Questions and Answers

Updated 13 Apr 2024

Utthunga Technologies Embedded Tester Interview Experiences

1 interview found

Embedded Tester Interview Questions & Answers

user image ashwini kh

posted on 13 Apr 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fibonacci series programme
  • Q2. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list - [1, 2, 3], tuple - (1, 2, 3)

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Git stash and git merge
  • Q2. What is CI/CD and jenkins
  • Ans. 

    CI/CD stands for Continuous Integration/Continuous Deployment. Jenkins is a popular automation server used for CI/CD.

    • CI/CD is a software development practice where code changes are automatically built, tested, and deployed frequently.

    • Jenkins is an open-source automation server used for automating the software development process, including building, testing, and deploying applications.

    • Jenkins allows for the integration...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What do you know about company

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Aptitude Test 

The aptitude test is beneficial and somewhat easy.

Round 2 - Coding Test 

The coding test was both successful and somewhat challenging.

Round 3 - Group Discussion 

Group discussions are highly beneficial.

Round 4 - Technical 

(2 Questions)

  • Q1. What is the concept of Object-Oriented Programming (OOP) in Python?
  • Ans. 

    Object-Oriented Programming (OOP) in Python is a programming paradigm based on objects and classes to structure code effectively.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: class Dog with attributes and methods.

    • Inheritance: Mechanism to create a new class using properties of an existing class. Example: class Bulldog inherits from class Dog.

    • Polymorphism: Ability to...

  • Answered by AI
  • Q2. What can you tell me about machine learning algorithms?
  • Ans. 

    Machine learning algorithms enable computers to learn from data and make predictions or decisions without explicit programming.

    • Supervised Learning: Algorithms learn from labeled data. Example: Linear Regression for predicting house prices.

    • Unsupervised Learning: Algorithms identify patterns in unlabeled data. Example: K-Means Clustering for customer segmentation.

    • Reinforcement Learning: Algorithms learn by interacting wi...

  • Answered by AI
Round 5 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself?
  • Q2. What makes you a suitable candidate for this position?
  • Ans. 

    I possess a blend of relevant skills, experience, and a strong commitment to contributing positively to your team.

    • Strong analytical skills: In my previous role, I successfully analyzed market trends to improve product positioning.

    • Team collaboration: I led a project team that increased efficiency by 20% through effective communication and delegation.

    • Adaptability: I quickly learned new software tools that enhanced our wo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply prepare the items listed in your resume, and always maintain confidence, regardless of whether you know the answers to the questions or not.
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. How many Degree of freedom controlled in fixture?
  • Ans. 

    The number of degrees of freedom controlled in a fixture depends on the type and complexity of the fixture.

    • A simple fixture may control only one degree of freedom, such as rotation around a single axis.

    • A more complex fixture may control multiple degrees of freedom, such as rotation around multiple axes and translation in multiple directions.

    • The number of degrees of freedom controlled in a fixture can also depend on the...

  • Answered by AI
  • Q2. 12 Degree Of Freedom.
  • Ans. 

    12 Degree of Freedom refers to the number of independent movements a rigid body can make in 3D space.

    • A rigid body with 12 degrees of freedom can move in any direction and rotate around any axis.

    • The 12 degrees of freedom are divided into 6 translational and 6 rotational degrees of freedom.

    • Examples of systems with 12 degrees of freedom include a spacecraft in orbit or a robot arm with 6 joints.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - To sound in manufacturing process and GD &T ( Machining, Sheetmetal, Fabrication.)

I applied via Naukri.com and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Project Explanation , Workflow
  • Q2. Take Xpath using parent traverse
  • Ans. 

    Using parent traverse to create Xpath

    • Parent traverse is used to select the parent element of the current element

    • The syntax for parent traverse is '..'

    • Example: To select the parent of a div element with class 'example', the Xpath would be '//div[@class='example']/..'

  • Answered by AI
  • Q3. Use JAVA loop iteration for splitting alphabet, number and Symbols in @4Bft#67yjk#
  • Ans. 

    Using JAVA loop iteration to split alphabet, number and symbols in a given string.

    • Create three empty string arrays for alphabet, number and symbol

    • Loop through each character in the given string

    • Check if the character is an alphabet, number or symbol using ASCII values

    • Add the character to the respective array

    • Return the array of strings containing alphabet, number and symbol

  • Answered by AI
  • Q4. Some Manual Questions
Round 2 - Technical 

(4 Questions)

  • Q1. Project Explanation and Day to day Activities
  • Ans. 

    As a Senior Engineer, I lead projects and oversee day-to-day activities, ensuring timely delivery and quality output.

    • Lead project planning and execution

    • Collaborate with cross-functional teams

    • Monitor project progress and adjust timelines as needed

    • Ensure adherence to project scope, budget, and quality standards

    • Provide technical guidance and mentorship to team members

    • Identify and mitigate project risks

    • Communicate project

  • Answered by AI
  • Q2. How to solve conflict during Git push?
  • Ans. 

    Resolve conflicts by merging changes and resolving conflicts manually.

    • Pull the latest changes from the remote branch

    • Merge the changes with your local branch

    • Resolve conflicts manually by editing the conflicting files

    • Add and commit the changes

    • Push the changes to the remote branch

  • Answered by AI
  • Q3. Where will you execute test cases
  • Ans. 

    Test cases will be executed in a dedicated testing environment.

    • Test cases will be executed in a separate environment to avoid interference with the production environment.

    • The testing environment will be set up to mimic the production environment as closely as possible.

    • Test cases will be executed on multiple platforms and browsers to ensure compatibility.

    • Automated testing tools will be used to execute test cases efficie...

  • Answered by AI
  • Q4. What kind of project and it's requirement and your goals
  • Ans. 

    The project is to develop a software application for managing inventory in a manufacturing company.

    • The project requires understanding the manufacturing process and inventory management principles.

    • The software should be able to track inventory levels, generate purchase orders, and provide real-time reports.

    • Goals include improving efficiency, reducing stockouts, and optimizing inventory levels.

    • The application should have...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Project Explanation and personal details
  • Q2. Very good background scrutiny
  • Q3. Our expectations and expected CTC
  • Ans. 

    The company expects high performance and offers competitive compensation.

    • The company expects the candidate to have a strong technical background and experience in senior engineering roles.

    • They are looking for someone who can deliver high-quality work and meet project deadlines.

    • The candidate should have excellent problem-solving and communication skills.

    • They expect the candidate to be a team player and collaborate effec...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Agiliad Technologies Senior Engineer interview:
  • Manual Testing
  • Github
  • Split
  • Core Java
Interview preparation tips for other job seekers - Don't worry much just trust yourself and be bold about expressing yourself.

Skills evaluated in this interview

I applied via Referral and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Question from C Programming Language
  • Q2. Question from Embedded Communication Protocol like I2C, SPI and CAN
  • Q3. Current Project Explanation

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure the things which are specified in Resume
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Project related C C++
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. About different types of sensors, about power factor. APFC, fundamental electrical and electronics such as uses of capacitor in a electronics card,uses of multimeter, meggar, based on what you show in your...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just do thoroughly what you show in your resume don't show large amount of work you don't have any thoroughl knowledge

I applied via Referral and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. For installation department 1- Levelling and alignment of conveyors 2- brief knowledge of sensors 3- knowledge about rollers, bearings, cylinders, Solenoid, motors, sprocket. 4- knowledge about join...

Interview Preparation Tips

Interview preparation tips for other job seekers - Superb company . Only technical round is sufficient for getting job .
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Describe designing of Conveyors
  • Q2. Iso questions
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. First round was completely about my domain experience
  • Ans. Completely you have to answer about your domain
  • Answered by venkatnagarjun
  • Q2. It was about PLC architecture
  • Ans. I have explained completely how PLC does works
  • Answered by venkatnagarjun
Round 3 - Coding Test 

It was on complete python and ladder logic related

Round 4 - HR 

(1 Question)

  • Q1. NO question, once you complete your managger round you will not have any HR question it is only regarding salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared topics in ur resume dont enter fake experience

Utthunga Technologies Interview FAQs

How many rounds are there in Utthunga Technologies Embedded Tester interview?
Utthunga Technologies interview process usually has 3 rounds. The most common rounds in the Utthunga Technologies interview process are Technical and HR.
What are the top questions asked in Utthunga Technologies Embedded Tester interview?

Some of the top questions asked at the Utthunga Technologies Embedded Tester interview -

  1. what is CI/CD and jenk...read more
  2. difference between list and tu...read more
  3. Fibonacci series progra...read more

Tell us how to improve this page.

Utthunga Technologies Embedded Tester Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Falcon Autotech Interview Questions
3.9
 • 45 Interviews
GKN Interview Questions
3.8
 • 25 Interviews
TMEIC Interview Questions
3.8
 • 19 Interviews
Festo Interview Questions
3.9
 • 18 Interviews
View all
Software Engineer
230 salaries
unlock blur

₹4 L/yr - ₹15.6 L/yr

Senior Software Engineer
161 salaries
unlock blur

₹6.9 L/yr - ₹22.5 L/yr

Associate Software Engineer
134 salaries
unlock blur

₹2.5 L/yr - ₹6.8 L/yr

Software Developer
73 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Technical Lead
62 salaries
unlock blur

₹8.5 L/yr - ₹27 L/yr

Explore more salaries
Compare Utthunga Technologies with

Rockwell Automation

3.7
Compare

GKN

3.8
Compare

Titan Engineering & Automation

4.0
Compare

Falcon Autotech

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