Upload Button Icon Add office photos

Filter interviews by

AtomicNorth Interview Questions and Answers for Experienced

Updated 8 Feb 2024

AtomicNorth Interview Experiences for Experienced

1 interview found

Technical Lead Interview Questions & Answers

user image Mohit Solanki

posted on 8 Feb 2024

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

(4 Questions)

  • Q1. Agile ceremonies
  • Q2. Springboot authentication, Hashmap internal working, Threading
  • Q3. How to encode and decode JWT token
  • Ans. 

    JWT token can be encoded and decoded using a secret key and a specific algorithm.

    • To encode a JWT token, you need to create a JSON payload and sign it using a secret key.

    • To decode a JWT token, you need to verify the signature using the same secret key.

    • Common algorithms used for encoding and decoding JWT tokens are HMAC, RSA, and ECDSA.

    • Example: Encoding a JWT token using HMAC algorithm: jwt.encode(payload, secret_key, al...

  • Answered by AI
  • Q4. Hibernate relationships and table creation in one to many and many to many
  • Ans. 

    Hibernate relationships and table creation in one to many and many to many

    • In Hibernate, one-to-many relationship is represented using @OneToMany annotation

    • In one-to-many relationship, the foreign key is present in the many side table

    • In many-to-many relationship, a join table is created to store the relationship between the two entities

    • In Hibernate, many-to-many relationship is represented using @ManyToMany annotation

  • Answered by AI

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2017. There were 6 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Salary discussion and negotiation
  • Q2. Java related questions were asked.
  • Q3. Selenium waits and some program
  • Q4. Asked about Collection Framework and different usecases
  • Q5. Different testing Methodologies where they checking code skills
  • Q6. Questions around different scenario based coding
  • Q7. Asked about project and work done with the experience
  • Q8. Given exam in some app where you need to write, speak and hear english senetences.

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

Interview Questionnaire 

2 Questions

  • Q1. The questions which we had faced that actually based on the situation basic that on that moment what you will do and how you will react on that moment . In BYJUS I will say that is a number 1 ad-tech compa...
  • Q2. Questions were totally based on real situation basic in your real life what you will do and how will manage all these things and what your reactions will be as a Education Counselor of one of the best MNC ...
  • Ans. 

    As an Education Counselor of a leading ad-tech MNC, I would manage real-life situations with professionalism and empathy.

    • I would listen actively to the concerns of clients and provide tailored solutions.

    • I would maintain a positive and proactive attitude towards challenges.

    • I would stay up-to-date with industry trends and developments to provide the best advice.

    • I would prioritize building strong relationships with client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Things we had faced that actually based on the situation basic that on that moment what you will do and how you will react on that moment . In BYJUS I will say that is a number 1 ad-tech company in world wide in currents and there is no competitor in the market and If you know in a better manner how to fight with the situation then its a best place for you because here you are seling concepts not a product .

I applied via Other and was interviewed in Feb 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How many year work experience in bank

Interview Preparation Tips

Round: Resume Shortlist
Experience: Experience

General Tips: This interview was a banking one but was majorly a stress test. It lasted for about 1 hour. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my banking curriculum i.e. Working capital, cash credit limit, Agri development Loan, Commodity based finance loan, etc.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: 1-4 weeks

I was interviewed before May 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions based on past experience
  • Q2. Hr questions

Interview Preparation Tips

Round: Test
Experience: Easy
Total Questions: 10

Round: Technical Interview
Experience: Easy

Interview Questionnaire 

4 Questions

  • Q1. Reverese the pin code of your area using jaca
  • Ans. 

    Reverse the pin code of your area using Java.

    • Convert the pin code to a string.

    • Use the StringBuilder class to reverse the string.

    • Convert the reversed string back to an integer.

  • Answered by AI
  • Q2. Company jast asked about their company profile
  • Q3. About your project
  • Q4. About your hobbies

Interview Preparation Tips

Round: Technical Interview
Experience: i answered that question very well.They jast check your confident level.
Tips: Whatever you know jast confident about that

Round: HR Interview
Experience: It was nice experienced.Talking with HR people is somewhat difficult than TR people
Tips: go through your resume.Do the google search about the company for which u are giving interview

General Tips: Do not show any overconfidence.Be calm and humble
Skill Tips: Be aware of your programming language
Skills: Technical Questions
College Name: Vidyalankar Institute Of Technology
Motivation: for working in an competitave environment.
Funny Moments: in TR round they asked me about the travelling cost..

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Questionnaire 

1 Question

  • Q1. Asked to describe myself n then am I flexible enough to work in chennai

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had submitted my resume in cognizant portal and it got shortlisted after which I got ? for aptitude round

Round: Test
Experience: Had questions on reasoning, puzzles, quantity,English language
Duration: 1 hour 30 minutes
Total Questions: 120

Round: Technical Interview
Experience: I was asked questions on the subject I am more comfortable..asked few sql queries and then asked about my technical skills mentioned in resume.. Also project I had worked on was asked to explain

Skills: SQL

I was interviewed before May 2016.

Interview Questionnaire 

6 Questions

  • Q1. Why Wipro?
  • Q2. Tell me about yourself
  • Q3.  1 strength and weakness each
  • Q4. Make a table in HTML
  • Ans. 

    Create a table in HTML

    • Use the

      element to create the table structure

    • Use the

    • element to define each row

    • Use the

    • element for table headers

    • Use the

    • element for table data

    • Use CSS to style the table if needed

    • Answered by AI
    • Q5. Your favourite book and author
    • Q6. What is software development life cycle
    • Ans. 

      Software development life cycle (SDLC) is a process used to design, develop, and maintain software.

      • SDLC is a systematic approach to software development.

      • It consists of several phases including requirements gathering, design, coding, testing, deployment, and maintenance.

      • Each phase has specific goals and activities that contribute to the overall development process.

      • SDLC models include Waterfall, Agile, and DevOps.

      • Example...

    • Answered by AI

      Interview Preparation Tips

      Round: Technical + HR Interview
      Experience: I was from mechanical background and did not know how to code but the interviewer made sure that I finish the same.
      Tips: If you are going to change your field, be prepared for questions related to the new field

      Skills evaluated in this interview

      I was interviewed before Sep 2016.

      Interview Questionnaire 

      2 Questions

      • Q1. V-lookup pivot
      • Q2. How to manage work load

      Interview Preparation Tips

      Round: Technical Interview
      Experience: Fill well and happy after this round
      Tips: My confidence

      Round: Technical + HR Interview
      Experience: All of this after my answers fill so good .
      Tips: How to manage my work load and daily activities.

      Skills: Excel Skills

      Interview Questions & Answers

      Capgemini user image Anonymous

      posted on 3 Jun 2015

      Interview Questionnaire 

      6 Questions

      • Q1. Tell me about yourself
      • Ans. 

        I am a highly motivated and experienced professional with a strong background in project management and team leadership.

        • Over 10 years of experience in managing complex projects and leading cross-functional teams

        • Proven track record of delivering projects on time and within budget

        • Strong communication and interpersonal skills, able to effectively collaborate with stakeholders at all levels

        • Expertise in implementing project...

      • Answered by AI
      • Q2. Why did you select computer science? Why not other subject?
      • Ans. 

        I selected computer science because of my passion for technology and problem-solving.

        • I have always been fascinated by computers and technology.

        • I enjoy solving complex problems and puzzles.

        • Computer science offers a wide range of career opportunities.

        • I believe that computer science is the future and will continue to shape the world.

        • I have had positive experiences with programming and coding in the past.

        • Computer science a...

      • Answered by AI
      • Q3. What did you learn from the cultural and extracurricular activities you participated in?
      • Q4. Why do you want to join Capgemini and not any other company?
      • Q5. Tell us why we should select you?
      • Q6. Do you Have any Question?

      Interview Preparation Tips

      Round: HR Interview
      Tips: An interview is a process which looks at how you react to various situations. It involves thinking on your feet. An interview gives an opportunity to the interviewer to peep into your mind and look at your thought process. Hence it is important that you do not answer the questions in monosyllables but elaborate on what you think about the issue being discussed. Look at each question in the interview as an opportunity to show more good things about yourself to the interviewers. You may wonder what the interviewer can assess about the interviewee in short period of time. Do not forget that the interviewers are experienced people - they know what to look for and will be able to do a pretty good job of mapping the profile of the candidate with the help of few questions that they ask the candidates in the interview.... 
      Preparatory aspects of interview1.Dress code 2.Entry and initial moments in the interview room3.Sitting posture 4.Body language 5.Language to be used in an interview6.Conduct inside the interview room
      The main qualities that the interviewer look for the candidate are:
      Level of knowledge the candidates possesses.Conceptual understanding of issuesClarity of thought Communication skillPlanning of careerBasic personality Reacting to a situation

      College Name: n/a

      AtomicNorth Interview FAQs

      How many rounds are there in AtomicNorth interview for experienced candidates?
      AtomicNorth interview process for experienced candidates usually has 1 rounds. The most common rounds in the AtomicNorth interview process for experienced candidates are Technical.
      What are the top questions asked in AtomicNorth interview for experienced candidates?

      Some of the top questions asked at the AtomicNorth interview for experienced candidates -

      1. Hibernate relationships and table creation in one to many and many to m...read more
      2. How to encode and decode JWT to...read more
      3. Springboot authentication, Hashmap internal working, Thread...read more

      Tell us how to improve this page.

      Interview Questions from Similar Companies

      TCS Interview Questions
      3.7
       • 10.1k Interviews
      Accenture Interview Questions
      3.9
       • 7.9k Interviews
      Infosys Interview Questions
      3.7
       • 7.4k Interviews
      Wipro Interview Questions
      3.7
       • 5.5k Interviews
      Tech Mahindra Interview Questions
      3.6
       • 3.7k Interviews
      HCLTech Interview Questions
      3.5
       • 3.7k Interviews
      LTIMindtree Interview Questions
      3.9
       • 2.8k Interviews
      Mphasis Interview Questions
      3.4
       • 781 Interviews
      View all

      AtomicNorth Reviews and Ratings

      based on 25 reviews

      4.0/5

      Rating in categories

      3.9

      Skill development

      3.9

      Work-Life balance

      3.9

      Salary & Benefits

      3.6

      Job Security

      3.8

      Company culture

      3.6

      Promotions/Appraisal

      3.9

      Work Satisfaction

      Explore 25 Reviews and Ratings
      Technical Support Engineer
      7 salaries
      unlock blur

      ₹5.2 L/yr - ₹10 L/yr

      Software Engineer
      6 salaries
      unlock blur

      ₹9 L/yr - ₹12.1 L/yr

      Associate Consultant
      6 salaries
      unlock blur

      ₹5.8 L/yr - ₹8.9 L/yr

      Consultant
      6 salaries
      unlock blur

      ₹4.7 L/yr - ₹9 L/yr

      Senior Software Engineer
      6 salaries
      unlock blur

      ₹9.5 L/yr - ₹27 L/yr

      Explore more salaries
      Compare AtomicNorth with

      TCS

      3.7
      Compare

      Infosys

      3.7
      Compare

      Wipro

      3.7
      Compare

      HCLTech

      3.5
      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