Premium Employer

i

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

ATMECS Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ATMECS Global Interview Questions, Process, and Tips

Updated 24 Feb 2025

Top ATMECS Global Interview Questions and Answers

View all 9 questions

ATMECS Global Interview Experiences

Popular Designations

26 interviews found

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Reverse string without inbuilt functions in python.
  • Ans. 

    Reverse a string without inbuilt functions in Python.

    • Create an empty string to store the reversed string.

    • Iterate through the original string in reverse order.

    • Append each character to the empty string.

    • Return the reversed string.

    • Alternatively, use slicing to reverse the string: string[::-1].

  • Answered by AI
  • Q2. Couple of testing related questions and robot framework questions. Api questions and basic data base and selenium questions.
  • Q3. Find out duplicates in list and prepare dictionary with count of characters in given string?
  • Ans. 

    Find duplicates in list and create dictionary with character count in string.

    • Iterate through the list and use a dictionary to keep track of character count.

    • For each string in the list, iterate through the characters and add them to the dictionary.

    • If the character already exists in the dictionary, increment its count.

    • If the character does not exist in the dictionary, add it with a count of 1.

    • Finally, iterate through the...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry about interview they just hire if you are immediate joiner.

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Angular Developer Interview Questions & Answers

user image Mahesh Babu Bokkisam

posted on 19 Jan 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Explain ngrx process
  • Ans. 

    ngrx is a state management library for Angular applications.

    • ngrx follows the Redux pattern for managing application state

    • It uses actions, reducers, and selectors to manage state changes

    • State changes are handled immutably to ensure predictability and maintainability

  • Answered by AI
  • Q2. How can you handle Lakhs of records process with NGRX
  • Ans. 

    NGRX can handle large amounts of data by using lazy loading, pagination, and memoization techniques.

    • Implement lazy loading to only load data when needed

    • Use pagination to limit the amount of data loaded at once

    • Utilize memoization to cache results and avoid unnecessary computations

  • Answered by AI
  • Q3. NodeJS what is the step process.
  • Ans. 

    NodeJS is a runtime environment that allows you to run JavaScript on the server side.

    • NodeJS is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • NodeJS is commonly used for building server-side applications and APIs.

    • npm (Node Package Manager) is used for managing dependencies in NodeJS projects.

  • Answered by AI
  • Q4. What is the architecture you used in recent project.
  • Ans. 

    Used a modular architecture with Angular services, components, and modules.

    • Implemented services to handle business logic and data retrieval

    • Created reusable components for UI elements

    • Organized code into feature modules for better maintainability

  • Answered by AI
  • Q5. Explain about SOLID principles used in your project.
  • Ans. 

    SOLID principles are a set of five design principles that help make software more maintainable, flexible, and scalable.

    • Single Responsibility Principle (SRP) - Each class should have only one reason to change.

    • Open/Closed Principle (OCP) - Classes should be open for extension but closed for modification.

    • Liskov Substitution Principle (LSP) - Objects of a superclass should be replaceable with objects of its subclasses with...

  • Answered by AI
  • Q6. Angular performance optimization and explain about ngOnChange
  • Ans. 

    Angular performance optimization involves using best practices to improve the speed and efficiency of Angular applications. ngOnChanges is a lifecycle hook in Angular that is called when a data-bound input property value changes.

    • Use trackBy function in ngFor to improve performance when rendering lists

    • Lazy load modules to reduce initial load time

    • Minimize the use of two-way data binding to avoid unnecessary change detect...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ATMECS Global Angular Developer interview:
  • Ngrx
  • Rxjs
  • Nodejs
  • Solid principles
Interview preparation tips for other job seekers - No need to attend for face to face interview. Virtual interview is enough fir first interview.

Interviewer doesn't have a time to introduce himself. He was so busy.

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)
ATMECS Global Interview Questions and Answers for Freshers
illustration image
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Where you staying, what is your native place?
  • Ans. 

    I am currently staying in XYZ city, which is my native place as well.

    • Currently staying in XYZ city

    • Native place is also XYZ city

  • Answered by AI
  • Q2. How much time will you take to travel to office
  • Ans. 

    I will take approximately 30 minutes to travel to the office.

    • My commute time is around 30 minutes each way.

    • I live 15 miles away from the office.

    • I usually drive to work, but occasionally take public transportation if needed.

  • Answered by AI
  • Q3. Tell me about your experience
  • Ans. 

    I have over 10 years of experience in engineering management, leading cross-functional teams to deliver successful projects.

    • Led a team of engineers to develop a new product from concept to launch

    • Implemented agile methodologies to improve team efficiency and project delivery

    • Managed budgets and resources effectively to meet project deadlines

    • Collaborated with stakeholders to ensure project requirements were met

    • Provided me...

  • Answered by AI
  • Q4. Some chit chat questions
  • Q5. Where did you studied
  • Ans. 

    I studied at the University of California, Berkeley.

    • Studied at the University of California, Berkeley

    • Graduated with a degree in Mechanical Engineering

    • Took specialized courses in robotics and automation

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s a face to face interview. I did not under stand how they evaluated. They asked some silly questions and killed one hour of time. Final output - not selected . The recruitment agency did not provide proper justification. It’s a time pass session for them.

Engineering Manager Interview Questions asked at other Companies

Q1. System Design - how would design a trading system, what db, cloud you would consider and why? how would ensure data is real time not near real time? How would you set up devOps for this ?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Solid Principles and explain
  • Q2. Design patterns - singleton, factory, abstarctfactory

Web Developer Interview Questions asked at other Companies

Q1. Last Index of Element The task is to determine the index of the last occurrence of a specified element x within an array that may contain duplicate elements. If the element is not present, return -1. Input: The first line contains an intege... read more
View answer (1)

ATMECS Global interview questions for popular designations

 Senior Software Engineer

 (3)

 Associate Lead

 (2)

 Software Engineer

 (2)

 Automation Test Engineer

 (2)

 Technical Lead

 (1)

 Software Engineer Trainee

 (1)

 Software Developer

 (1)

 Web Developer

 (1)

Scrum Master Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2025

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
-
Result
No response

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you know about yourself?
  • Ans. 

    I am a dedicated and adaptable individual with strong communication and problem-solving skills.

    • Dedicated to continuous improvement and learning

    • Strong communication skills to facilitate team collaboration

    • Adaptable to changing environments and able to handle conflicts effectively

  • Answered by AI
  • Q2. What are the reasons for your decision to leave after 12 years?
  • Ans. 

    Seeking new challenges and growth opportunities after long tenure.

    • Desire for new challenges and growth

    • Opportunity to learn new skills and expand knowledge

    • Seeking a change in work environment or company culture

  • Answered by AI

Scrum Master Interview Questions asked at other Companies

Q1. If a developer who was working on a critical user story suddenly goes on emergency medical leave. how will you deal with the situation?
View answer (4)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Coding challenge will be provided in interview

Round 2 - One-on-one 

(2 Questions)

  • Q1. Design script for test cases for random demo applications
  • Ans. 

    Designing script for test cases for random demo applications

    • Identify key functionalities of the demo application

    • Create test cases covering different scenarios like login, search, add to cart, checkout

    • Use automation tools like Selenium or Appium to write scripts

    • Implement data-driven testing to cover various input combinations

  • Answered by AI
  • Q2. OOPS concepts like inheritance, encapsulation, polymorphism etc

Skills evaluated in this interview

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Jobs at ATMECS Global

View all
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. Substring program

Software Tester Interview Questions asked at other Companies

Q1. Which is a best technique to generate automated test report ?
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1.Basic interview questions
Round 2 - Behavioral 

(1 Question)

  • Q1. 1.about project
Round 3 - Technical 

(1 Question)

  • Q1. 1.Complete end to end technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Wasted my time 3-4 weeks of time.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response

I applied via Company Website and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Core java, multithreading, oops,
Round 2 - Technical 

(1 Question)

  • Q1. Managerial Questions

Production Support Analyst Interview Questions asked at other Companies

Q1. Write a query using below data to find out last string from emp table?
View answer (1)

Senior Devops Engineer Interview Questions & Answers

user image Ramana Kondaveeti

posted on 19 Jan 2024

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

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Devops related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Please don't attend this interview from Atmecs. They simply do the interview for namesake.
No intention of taking you for 100% sure.

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)

QA Engineer Interview Questions & Answers

user image Gayathri Nathan

posted on 4 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Scenario based coding

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Contribute & help others!
anonymous
You can choose to be anonymous

ATMECS Global Interview FAQs

How many rounds are there in ATMECS Global interview?
ATMECS Global interview process usually has 1-2 rounds. The most common rounds in the ATMECS Global interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for ATMECS Global 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 ATMECS Global. The most common topics and skills that interviewers at ATMECS Global expect are Javascript, SQL, Python, Troubleshooting and HTML.
What are the top questions asked in ATMECS Global interview?

Some of the top questions asked at the ATMECS Global interview -

  1. How can you handle Lakhs of records process with N...read more
  2. find out duplicates in list and prepare dictionary with count of characters in ...read more
  3. Angular performance optimization and explain about ngOnCha...read more
How long is the ATMECS Global interview process?

The duration of ATMECS Global interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

Technip Energies

No Interviews

INTERVIEWS

PlaySimple Games

No Interviews

INTERVIEWS

PlaySimple Games

No Interviews

INTERVIEWS

Rapyuta Robotics

No Interviews

INTERVIEWS

Technip Energies

No Interviews

Tell us how to improve this page.

ATMECS Global Interview Process

based on 31 interviews

Interview experience

3.5
  
Average
View more
Join ATMECS Global "Trusted Partner” to organizations looking to shape their future

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all

ATMECS Global Reviews and Ratings

based on 240 reviews

3.4/5

Rating in categories

3.5

Skill development

3.4

Work-life balance

3.5

Salary

3.0

Job security

3.2

Company culture

3.1

Promotions

3.2

Work satisfaction

Explore 240 Reviews and Ratings
Atmecs Global-Hiring Java Technical Lead!!!

Hyderabad / Secunderabad

7-12 Yrs

Not Disclosed

Ansible Automation Azure DevOps Trainer

Hyderabad / Secunderabad

10-12 Yrs

Not Disclosed

Sql Developer

Hyderabad / Secunderabad

8-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
375 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
290 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Lead
114 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ATMECS Global with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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