Find Interview Questions for Top Companies
Coreel technologies Interview Questions and Answers
Ques:- Is it required the keys to be unique globally in a react application?
Right Answer:
No, keys in a React application only need to be unique among siblings in the same list, not globally.
Comments
Admin Feb 3, 2020

The keys should be unique among the sibling lists. But we can use the same keys if we have two different arrays.

Ques:- Can you describe the difference between After Effects and Premiere Pro
Right Answer:
After Effects is for creating motion graphics, visual effects, and compositing. Premiere Pro is for video editing and assembling footage. After Effects excels at creating elements from scratch, while Premiere Pro excels at organizing and cutting existing video and audio.
Ques:- How do you use keyframes for animation in After Effects
Right Answer:
In After Effects, you use keyframes by first selecting a property you want to animate (like Position, Scale, Rotation, or Opacity). Then, you set initial values for that property at a specific time, creating the first keyframe. Move the timeline indicator to a different time, change the property's value, and After Effects automatically creates a new keyframe. After Effects then interpolates the values between those keyframes to create the animation.
Ques:- What plugins or third-party tools have you used to enhance After Effects projects
Right Answer:
I've used plugins like Red Giant Complete Suite (particular mentioning Trapcode Particular, Magic Bullet Suite), Boris FX Sapphire, Video Copilot's Element 3D and Optical Flares, and plugins from aescripts + aeplugins, depending on project needs.
Ques:- What is Adobe After Effects and how do you use it in your workflow
Right Answer:
Adobe After Effects is a digital visual effects, motion graphics, and compositing application. I use it to create animations, add special effects to videos, composite different video layers, and enhance visual content in post-production.
Ques:- How do you ensure your Figma files are developer-friendly?
Right Answer:
  • Use consistent naming for layers, frames, and components.

  • Organize pages (e.g., Wireframes, Design, Components, etc.).

  • Create a design system with reusable components and styles.

  • Use Auto Layout for responsive, structured designs.

  • Label variants clearly (e.g., Button/Primary/Hover).

  • Add specs, spacing, and annotations as notes or callouts.

  • Share with Dev Mode enabled so developers can inspect easily.

  • Keep versions clean with only final designs for handoff.

Ques:- How do you use Figma for mobile vs. desktop design considerations?
Right Answer:

1. Frame Sizes

  • Use Figma’s preset frames:

    • Mobile: iPhone 14, Pixel 7, etc.

    • Desktop: 1440×1024 or custom widths.

2. Layout Grids

  • Mobile: Simpler grid (e.g., 4–column).

  • Desktop: More complex grids (e.g., 12–column) for flexible layouts.

3. Constraints

  • Set constraints for responsive behavior (e.g., text stays pinned to the left or center resizes with screen).

4. Component Responsiveness

  • Design components to adapt for both screen sizes using Auto Layout and Resizing properties.

5. Breakpoints

  • Create separate frames for each breakpoint (e.g., mobile, tablet, desktop) to visualize responsiveness.

6. Touch vs. Click

  • Mobile: Larger tap targets, consider thumb reach.

  • Desktop: Hover states, smaller targets possible.

7. Typography & Spacing

  • Mobile: Slightly larger fonts, tighter layouts.

  • Desktop: More white space, larger layouts.

Ques:- What are Boolean operations in Figma? Can you give an example?
Right Answer:

Boolean operations in Figma are tools that combine shapes in different ways to create complex vector graphics. The four main types are:

  1. Union – Combines all selected shapes into one.

  2. Subtract – Removes the top shape from the bottom one.

  3. Intersect – Keeps only the overlapping area.

  4. Exclude – Removes the overlapping area and keeps the non-overlapping parts.

Ques:- How do you use Version History in Figma?
Right Answer:

To use Version History in Figma:

  1. Open the file you want to view.

  2. Go to the menu → click FileShow version history.

  3. A sidebar appears showing saved versions by date and editor.

  4. Click a version to preview it.

  5. To restore, click “Restore this version” at the top.

Figma auto-saves versions, but you can also create named versions manually via File → Save version.

Ques:- How do you organize your files and components in Figma for large projects?
Right Answer:

Organize Figma by using pages (e.g., Design, Components), shared libraries, clear naming, consistent styles, and grouping with frames/sections. Keep files tidy by project or feature.

Ques:- Tell Something about UG & PRO-E design software.
Right Answer:
UG (Unigraphics) and PRO-E (now known as Creo) are both advanced CAD (Computer-Aided Design) software used for 3D modeling, design, and engineering. UG is known for its robust capabilities in product design, manufacturing, and simulation, while PRO-E is recognized for its parametric design features, allowing for flexible and efficient modeling. Both tools are widely used in various industries for designing complex parts and assemblies.
Ques:- What is peripatetic eutectic and eutectic point?
Right Answer:
A peripatetic eutectic refers to a eutectic system where the composition of the phases changes as the temperature varies, leading to a continuous range of compositions that can solidify at a specific temperature. The eutectic point is the specific temperature and composition at which the eutectic mixture solidifies at the lowest possible temperature, resulting in a mixture of two or more phases that crystallize simultaneously.
Ques:- Describe an essential project you done?
Right Answer:
One essential project I worked on was designing a renewable energy system for a small community. I conducted feasibility studies, selected appropriate solar panels and battery storage, and created a detailed implementation plan. The project successfully reduced the community's reliance on fossil fuels and lowered energy costs.
Ques:- Brief drive arrangement of conveyor?
Right Answer:
A brief drive arrangement of a conveyor typically includes the following components:

1. **Drive Motor**: Provides the necessary power to move the conveyor.
2. **Gearbox**: Reduces the motor speed and increases torque to drive the conveyor belt.
3. **Drive Pulley**: Connected to the gearbox, it rotates to move the conveyor belt.
4. **Belt**: The surface that carries the material, looped around the drive and idler pulleys.
5. **Idler Pulleys**: Support the belt and maintain its tension and alignment.

This arrangement ensures efficient material handling along the conveyor system.
Ques:- What are RESTful APIs and how do you implement them in software projects
Right Answer:
RESTful APIs are web services that follow the principles of Representational State Transfer (REST). They use standard HTTP methods (GET, POST, PUT, DELETE) to perform operations on resources identified by URLs. To implement RESTful APIs in software projects, you typically:

1. Define the resources and their representations (e.g., JSON or XML).
2. Use HTTP methods to create, read, update, and delete these resources.
3. Set up routing in your server to handle requests and responses.
4. Ensure stateless communication, meaning each request from a client contains all the information needed to process it.
5. Optionally, implement authentication and authorization for secure access.
Ques:- How does RTE manage inter-ECU communication
Right Answer:
The RTE (Runtime Environment) manages inter-ECU communication by using a standardized communication mechanism that allows different ECUs (Electronic Control Units) to exchange data through defined interfaces. It utilizes the COM (Communication) module to handle message transmission and reception, ensuring that data is sent and received according to the AUTOSAR specifications, including support for different communication protocols like CAN, LIN, and Ethernet.
Ques:- How are AUTOSAR configurations handled using tools like DaVinci or EB tresos
Right Answer:
AUTOSAR configurations are handled using tools like DaVinci or EB tresos by providing a graphical interface to define and manage software components, their parameters, and communication settings. These tools allow users to create, modify, and validate the AUTOSAR XML files (ARXML) that describe the system architecture, ensuring compliance with AUTOSAR standards and facilitating integration into the overall software development process.
Ques:- Can you explain how content is stored and retrieved in AEM’s JCR repository
Right Answer:
In AEM, content is stored in the Java Content Repository (JCR) using a hierarchical structure of nodes and properties. Each piece of content is represented as a node, which can have child nodes and properties that store data. To retrieve content, AEM uses the JCR API, allowing developers to query the repository using SQL2 or XPath queries, or by navigating the node structure programmatically.
CoreEL Technologies is a leading provider of cutting-edge technology solutions and engineering services, specializing in embedded systems, semiconductor design, and software development. With a focus on innovation, quality, and customer satisfaction, CoreEL Technologies offers a comprehensive range of products and services that empower businesses to bring their ideas to life and stay ahead in today\'s fast-paced digital world. At CoreEL Technologies, we leverage our expertise in embedded systems and semiconductor design to develop customized solutions that meet the unique needs of our clients. From hardware design and firmware development to software integration and testing, we provide end-to-end solutions that enable businesses to accelerate time-to-market and reduce development costs. One of the key strengths of CoreEL Technologies lies in our team of experienced engineers and professionals who are experts in their respective fields. Our dedicated team works closely with clients to understand their requirements and objectives, ensuring that our solutions are tailored to meet their specific needs and deliver tangible results.
AmbitionBox Logo

What makes Takluu valuable for interview preparation?

1 Lakh+
Companies
6 Lakh+
Interview Questions
50K+
Job Profiles
20K+
Users