Upload Button Icon Add office photos

Filter interviews by

Atmy Analytical Labs Junior Engineer Trainee Interview Questions and Answers

Updated 8 Jun 2024

Atmy Analytical Labs Junior Engineer Trainee Interview Experiences

1 interview found

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

(3 Questions)

  • Q1. What is a ADC and DAC
  • Ans. 

    ADC stands for Analog-to-Digital Converter and DAC stands for Digital-to-Analog Converter.

    • ADC converts analog signals into digital form for processing or storage.

    • DAC converts digital signals back into analog form for output.

    • Examples: ADC is used in smartphones to convert voice into digital data, DAC is used in speakers to convert digital audio into sound waves.

  • Answered by AI
  • Q2. What is a led and lcd
  • Ans. 

    LED stands for Light Emitting Diode, a semiconductor device that emits light when an electric current passes through it. LCD stands for Liquid Crystal Display, a flat panel display technology commonly used in TVs, computer monitors, and smartphones.

    • LEDs are commonly used for indicators, lighting, and displays.

    • LCDs use liquid crystals to create images and are commonly used in electronic devices.

    • LEDs are more energy effi...

  • Answered by AI
  • Q3. What is a plc
  • Ans. 

    A PLC, or Programmable Logic Controller, is a digital computer used for automation of electromechanical processes.

    • PLCs are used in industrial control systems to automate processes such as manufacturing, packaging, and assembly.

    • They are programmed using ladder logic or other programming languages to control inputs and outputs.

    • PLCs can communicate with other devices such as sensors, actuators, and HMIs to monitor and con...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared for interview basic knowledge your relevant field and should be a good communication skills and dressing sence that s very important for interview

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

C++ ,Java , CAD , CNC programming, Data analytics

Round 2 - Technical 

(5 Questions)

  • Q1. What product management ur doing
  • Q2. Where did you undergo your technical traing
  • Q3. Where did u place most of your focus when reviewing somebody else code
  • Q4. What did you develop
  • Q5. What was the project before you are doing
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Question incomplete - please add more details
  • Q2. Question are incomplete - please add more details
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com

Round 1 - Technical 

(7 Questions)

  • Q1. What is abstraction in c#
  • Ans. 

    Abstraction in C# is the process of hiding the implementation details and showing only the necessary features of an object.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • It helps in reducing complexity and improving maintainability of the code

    • In C#, abstraction is achieved using abstract classes and interfaces

  • Answered by AI
  • Q2. What is xpath and its type.
  • Ans. 

    XPath is a language used for navigating through XML documents and selecting nodes based on their attributes or values.

    • XPath stands for XML Path Language.

    • It is used to navigate through elements and attributes in an XML document.

    • There are two types of XPath: Absolute XPath and Relative XPath.

    • Absolute XPath starts from the root node, denoted by a single forward slash (/).

    • Relative XPath starts from the current node, denote

  • Answered by AI
  • Q3. Can we change wait time during runtime.
  • Ans. 

    Yes, wait time can be changed during runtime by adjusting the code logic or configuration settings.

    • Wait time can be changed by modifying the code to include dynamic wait times based on certain conditions.

    • Configuration settings in the application or system can also be adjusted to change wait times.

    • For example, in automated testing scripts, wait times can be adjusted based on the response time of the application being te

  • Answered by AI
  • Q4. How to hand window in selenium
  • Ans. 

    To handle windows in Selenium, you can use the switchTo() method to switch between windows.

    • Use getWindowHandles() to get all window handles

    • Use switchTo().window() to switch to a specific window handle

    • Perform actions on the desired window

  • Answered by AI
  • Q5. How to hand scroll bar.
  • Ans. 

    To handle a scroll bar, simply click and drag the scroll bar up or down to navigate through a webpage or document.

    • Click on the scroll bar and drag it up or down to move through the content.

    • Use the scroll wheel on your mouse to scroll up or down.

    • On touch devices, swipe up or down on the screen to scroll.

    • You can also use the arrow keys on your keyboard to scroll up or down.

  • Answered by AI
  • Q6. How to handle popup window.
  • Ans. 

    To handle a popup window, you can use automation tools like Selenium WebDriver to locate and interact with the popup elements.

    • Use Selenium WebDriver to switch to the popup window

    • Identify and interact with elements on the popup window

    • Perform necessary actions on the popup window

    • Switch back to the main window after handling the popup

  • Answered by AI
  • Q7. How to open new tab.
  • Ans. 

    To open a new tab, you can use keyboard shortcuts or mouse clicks depending on the browser you are using.

    • For most browsers, you can open a new tab by pressing Ctrl + T on your keyboard.

    • Alternatively, you can right-click on a link and select 'Open link in new tab' from the context menu.

    • You can also click on the '+' icon next to the existing tabs to open a new tab.

    • Some browsers allow you to open a new tab by pressing Ctr

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was easy cognitive aptitude and reasoning qsns

Round 2 - Coding Test 

Med-Hard problems given 1hr to solve for 2 qsns

Round 3 - Technical 

(2 Questions)

  • Q1. Explain one of the project that you are good at
  • Ans. 

    Developed a mobile app for tracking daily water intake

    • Researched user needs and preferences for water intake tracking

    • Designed user-friendly interface for inputting water consumption

    • Implemented features like reminders and progress tracking

    • Tested app with focus groups for feedback and improvements

  • Answered by AI
  • Q2. What is your long term goal
  • Ans. 

    My long term goal is to become a senior engineer in a reputable company and eventually move into a leadership role.

    • Continuously improve my technical skills and knowledge through training and certifications

    • Seek opportunities for mentorship and leadership roles within the company

    • Work on challenging projects to gain experience and expertise

    • Build a strong professional network within the industry

    • Eventually transition into a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Differnce between static and dynamic testing
  • Ans. 

    Static testing is done without executing the code, while dynamic testing involves executing the code.

    • Static testing is performed during the early stages of development to prevent defects from entering the codebase.

    • Dynamic testing is carried out during the later stages of development to validate the behavior of the software.

    • Examples of static testing include code reviews, walkthroughs, and inspections.

    • Examples of dynami...

  • Answered by AI
  • Q2. Locators in selenium
  • Ans. 

    Locators in Selenium are used to identify web elements on a web page in order to perform actions like click, type, etc.

    • Locators are used to find elements on a web page based on certain attributes like id, name, class, etc.

    • Common types of locators in Selenium include ID, Name, Class Name, Tag Name, Link Text, Partial Link Text, CSS Selector, and XPath.

    • For example, driver.findElement(By.id("username")) will find the elem

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for interview

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was hard but not that much hard

Round 2 - Technical 

(2 Questions)

  • Q1. Have you got any experience in coding
  • Ans. 

    Yes, I have experience in coding with languages like Java, Python, and C++.

    • I have worked on projects using Java, Python, and C++

    • I have experience in writing algorithms and solving coding problems

    • I have completed coding courses and participated in coding competitions

  • Answered by AI
  • Q2. Why you choose our company
  • Ans. 

    I chose your company because of its reputation for innovation, strong company culture, and opportunities for growth.

    • Reputation for innovation - I am impressed by the cutting-edge projects your company is known for.

    • Strong company culture - I value a supportive and collaborative work environment.

    • Opportunities for growth - Your company offers training programs and career advancement opportunities.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't go for MNC
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

It happened for 1 hour with basic questions

Round 2 - Group Discussion 

Thet ask to speak about current polltics

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is your expected salary
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell me about your self and about banking sector
  • Q2. What is banking
  • Ans. 

    Banking is a financial service industry that deals with managing money, providing loans, and facilitating transactions.

    • Banking involves accepting deposits from customers and lending money to individuals and businesses.

    • Banks also offer services such as checking and savings accounts, credit cards, and investment products.

    • Banking institutions play a crucial role in the economy by providing liquidity, credit, and financial...

  • Answered by AI
  • Q3. What is financial sector
  • Ans. 

    The financial sector refers to the industry that deals with the management of money and other assets.

    • Includes banks, investment firms, insurance companies, and stock exchanges

    • Involves activities such as lending, borrowing, investing, and risk management

    • Plays a crucial role in the economy by facilitating the flow of funds and capital

    • Regulated by government authorities to ensure stability and protect consumers

  • Answered by AI
  • Q4. What is Banking products
  • Ans. 

    Banking products are financial instruments offered by banks to customers for managing their money and achieving financial goals.

    • Savings accounts

    • Checking accounts

    • Certificates of deposit (CDs)

    • Credit cards

    • Loans (personal, auto, mortgage)

    • Investment products (stocks, bonds, mutual funds)

  • Answered by AI
  • Q5. What is Loans and investments
  • Ans. 

    Loans and investments refer to financial transactions where money is lent or invested for a return.

    • Loans involve lending money to individuals or businesses with the expectation of repayment with interest.

    • Investments involve putting money into assets such as stocks, bonds, real estate, or mutual funds with the expectation of generating a return.

    • Both loans and investments carry risks and rewards, and are essential compon...

  • Answered by AI
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Training demonstration
  • Q2. Risk assessments or Risk register maintenance example
  • Ans. 

    I conducted regular risk assessments and maintained a risk register to identify and mitigate potential risks.

    • Regularly reviewed and updated the risk register to ensure all potential risks were identified

    • Analyzed the likelihood and impact of each risk to prioritize mitigation efforts

    • Collaborated with team members to develop action plans for addressing high-priority risks

    • Monitored the implementation of risk mitigation st...

  • Answered by AI
  • Q3. ISO audit experience
  • Ans. 

    I have experience conducting ISO audits in my previous role.

    • Conducted ISO audits to ensure compliance with standards

    • Analyzed processes and documentation for adherence to ISO requirements

    • Provided recommendations for improvement based on audit findings

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Salary negotiation

Atmy Analytical Labs Interview FAQs

How many rounds are there in Atmy Analytical Labs Junior Engineer Trainee interview?
Atmy Analytical Labs interview process usually has 1 rounds. The most common rounds in the Atmy Analytical Labs interview process are Technical.
What are the top questions asked in Atmy Analytical Labs Junior Engineer Trainee interview?

Some of the top questions asked at the Atmy Analytical Labs Junior Engineer Trainee interview -

  1. What is a ADC and ...read more
  2. What is a led and ...read more
  3. What is a ...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Senior Analyst
6 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Engineer
4 salaries
unlock blur

₹3.2 L/yr - ₹4 L/yr

Assistant Sales Manager
4 salaries
unlock blur

₹2.9 L/yr - ₹3.2 L/yr

Mechanical Engineer
4 salaries
unlock blur

₹3.4 L/yr - ₹4.2 L/yr

Junior Engineer
4 salaries
unlock blur

₹1 L/yr - ₹2.2 L/yr

Explore more salaries
Compare Atmy Analytical Labs with

SRL Diagnostics

4.1
Compare

Metropolis Healthcare

4.1
Compare

Thyrocare Technologies

3.5
Compare

Dr Lal PathLabs

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview