Upload Button Icon Add office photos
Engaged Employer

i

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

InfoAxon Technologies Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 51 Reviews

Filter interviews by

InfoAxon Technologies Web Developer Trainee Interview Questions, Process, and Tips

Updated 26 Jan 2024

InfoAxon Technologies Web Developer Trainee Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(14 Questions)

  • Q1. Tell me about yourself.
  • Q2. Explain about your projects.
  • Q3. Why do we use doctype in Html? What will happen if we remove it?
  • Ans. 

    The doctype declaration is used to specify the version of HTML being used in a document.

    • The doctype declaration is placed at the very beginning of an HTML document.

    • It helps the browser to understand how to interpret and render the HTML code.

    • Without a doctype, the browser may enter quirks mode, which can lead to inconsistent rendering.

    • Different versions of HTML have different doctype declarations.

    • For example, the HTML5

  • Answered by AI
  • Q4. What are meta tags? Explain different types of meta tags.
  • Ans. 

    Meta tags are HTML elements that provide information about a web page. There are various types of meta tags.

    • Meta tags are placed in the head section of an HTML document.

    • They help search engines understand the content and purpose of a web page.

    • Common types of meta tags include title, description, keywords, viewport, robots, and charset.

    • The title meta tag specifies the title of the web page.

    • The description meta tag provi...

  • Answered by AI
  • Q5. What is z-index?
  • Ans. 

    z-index is a CSS property that controls the stacking order of elements on a webpage.

    • z-index determines which elements appear in front or behind other elements

    • Higher z-index values bring elements to the front

    • z-index only works on positioned elements (position: absolute, position: relative, or position: fixed)

    • z-index can be positive, negative, or zero

    • Elements with higher z-index values will overlap elements with lower va

  • Answered by AI
  • Q6. What is viewport?
  • Ans. 

    Viewport is the visible area of a web page in a web browser.

    • Viewport determines how much content can be seen without scrolling.

    • It is defined by the size of the browser window.

    • Viewport can be adjusted using meta tags in HTML.

    • Responsive web design uses viewport to optimize layout for different devices.

  • Answered by AI
  • Q7. What are the different ways to link css? Which has the highest priority?
  • Ans. 

    There are three ways to link CSS: inline, internal, and external. Inline has the highest priority.

    • Inline CSS is applied directly to an HTML element using the 'style' attribute.

    • Internal CSS is defined within the 'style' tags in the head section of an HTML document.

    • External CSS is linked to an HTML document using the 'link' tag with the 'rel' attribute set to 'stylesheet'.

    • Inline CSS has the highest priority, followed by

  • Answered by AI
  • Q8. What do you understand by CSS box model?
  • Ans. 

    CSS box model is a design concept that describes how elements are rendered on a web page.

    • The CSS box model consists of four main components: content, padding, border, and margin.

    • The content area is where the actual content of the element is displayed.

    • Padding is the space between the content and the border.

    • Border is a line that surrounds the padding and content.

    • Margin is the space between the border and other elements o...

  • Answered by AI
  • Q9. What is the difference between margin and padding?
  • Ans. 

    Margin is the space outside an element, while padding is the space inside an element.

    • Margin is used to create space between elements, while padding is used to create space within an element.

    • Margin affects the positioning of an element in relation to other elements, while padding affects the content within an element.

    • Negative margin can be used to overlap elements, while negative padding is not possible.

    • Margin is transp...

  • Answered by AI
  • Q10. How do you include bootstrap into a html document?
  • Ans. 

    To include Bootstrap into an HTML document, link the Bootstrap CSS and JavaScript files in the head section.

    • Download the Bootstrap CSS and JavaScript files from the official website.

    • Place the CSS file link inside the head section using the link tag.

    • Place the JavaScript file link at the end of the body section using the script tag.

    • Ensure the file paths are correct and relative to the HTML document.

  • Answered by AI
  • Q11. What is meant by bootstrap grid system?
  • Ans. 

    Bootstrap grid system is a responsive grid system that allows developers to create responsive layouts for web pages.

    • Bootstrap grid system is based on a 12-column layout.

    • It uses CSS classes to define the layout structure.

    • Developers can easily create responsive designs by utilizing the grid system.

    • The grid system provides different classes for different screen sizes, such as 'col-sm' for small screens and 'col-lg' for la

  • Answered by AI
  • Q12. What are containers?
  • Ans. 

    Containers are lightweight, isolated environments that package software and its dependencies for easy deployment and scalability.

    • Containers provide a consistent and reproducible environment for running applications.

    • They encapsulate an application and its dependencies, including libraries, binaries, and configuration files.

    • Containers are portable and can run on any system that supports containerization.

    • They offer effici...

  • Answered by AI
  • Q13. How do you declare a variable in javascript?
  • Ans. 

    To declare a variable in JavaScript, use the 'var', 'let', or 'const' keyword followed by the variable name.

    • Use 'var' to declare a variable with function scope

    • Use 'let' to declare a variable with block scope

    • Use 'const' to declare a constant variable

    • Example: var age = 25; let name = 'John'; const PI = 3.14;

  • Answered by AI
  • Q14. How to achieve responsiveness in web page?
  • Ans. 

    Achieve responsiveness in web page by using media queries, flexible layouts, and fluid images.

    • Use CSS media queries to apply different styles based on screen size

    • Create flexible layouts using CSS Grid or Flexbox

    • Use relative units like percentages and ems instead of fixed pixels

    • Optimize images for different screen sizes using srcset and sizes attributes

    • Test responsiveness across different devices and browsers

  • Answered by AI

Interview Preparation Tips

Topics to prepare for InfoAxon Technologies Web Developer Trainee interview:
  • HTML
  • CSS
  • Javascript
  • Bootstrap
Interview preparation tips for other job seekers - The interview is fairly easy, you just need to have basic knowledge about html, css and javascript. (I couldn't clear the interview, as my basics weren't clear).

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Basically It is a list of 25 questions having mix of Resoning,Aptitude &English. Each Queztion carries 2 marks and also there was a plus point that it doesn't have any negative marks

Round 2 - Technical 

(1 Question)

  • Q1. Basically it is about the Technical Subjects that U mention eariler in your coresponding CV's. Whatever Subject you meantioned their gonna answer about it for tge questions regarding to that subject
Round 3 - HR 

(14 Questions)

  • Q1. Brief Description about Youself
  • Q2. What is your goal in Life
  • Q3. What do you know about tgis job Profile
  • Q4. Why should we hire you instead of all achoknowledgable freshers sitting behind for this job role ?
  • Q5. What are ur hobbies and strengths and weeknesses
  • Q6. Why you want to do this job role
  • Q7. Why you want to join us instead of other good companies.
  • Q8. How you balance yourself in a fatal situation
  • Q9. If you alredy working under a company but want to switch it then the questions will remain same but just add some 2 to 3 extra questions like i am meantioning it down👇
  • Q10. What was ur job profile
  • Q11. How do u know about our company
  • Q12. Did u Resign by ur own or The comapny Resign you ??
  • Q13. What was ur salary their
  • Q14. Incase u alredy have an experience in a better company then interviewer ask this -* why joing us instead u have an magnificent well role on your comapny*

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Ofcourse if you are not confident you will get rejected. Because Interviewer asks the 4x questions who has lack of Confidence to broke them to fear .You sbould get rid of that.

2. And Always balance ur words like what u going to say ,read the mind of the interviewer. (ofcourse it take practices)

3.As like our older says "Stand infront of the mirror and start saying about you, define yourself to you, what r u, why r u, how u gonna work this, everything" This'll burn the fear inside you.

4. Don't get Upset if u can not make to a comapny and instead of doing excuses about the company or HR's question, U should work hard on yourself gathering previous mistakes and make to the better comapny

5.And always follow the laws and well prepare your responsibilities.
Thats all Advice i can gave.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Telephonic Call 

(2 Questions)

  • Q1. What is the difference between== and === in javascript?
  • Ans. 

    In JavaScript, == is used for loose equality comparison, while === is used for strict equality comparison.

    • == checks for equality after type coercion, while === checks for equality without type coercion

    • === is more strict and recommended for use to avoid unexpected behavior

    • Example: 1 == '1' will return true, but 1 === '1' will return false

  • Answered by AI
  • Q2. == refers to only value comparison and === refers to both data type and value comparison
  • Ans. 

    True. == compares only values, while === compares both values and data types.

    • == is used for value comparison, while === is used for both value and data type comparison

    • Example: 5 == '5' will return true, but 5 === '5' will return false

    • Example: 5 === 5 will return true, as both value and data type are the same

  • Answered by AI
Round 2 - Coding Test 

5 technical questions were asked out of which 3 tests are to be cleared

Round 3 - One-on-one 

(2 Questions)

  • Q1. What is NVM?
  • Ans. 

    NVM stands for Node Version Manager, a tool used to manage multiple versions of Node.js on a single machine.

    • NVM allows developers to easily switch between different versions of Node.js for different projects.

    • It helps in avoiding conflicts between different projects that require different versions of Node.js.

    • NVM is commonly used in development environments where different projects have different Node.js version requirem

  • Answered by AI
  • Q2. Node version Manager where we can handle higher node js version in a lower node js version
  • Ans. 

    Node Version Manager (NVM) allows managing multiple Node.js versions on the same machine.

    • NVM allows you to easily switch between different Node.js versions on your machine.

    • It helps in handling higher Node.js versions in a lower Node.js version environment.

    • You can install, uninstall, and switch between Node.js versions using NVM.

    • Example: 'nvm install 12.18.3' to install a specific Node.js version.

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is the difference between include() and require() in PHP?
  • Q2. 1- include() 2- requires()
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is debugging
  • Ans. 

    Debugging is the process of identifying and fixing errors or bugs in software code.

    • Identifying and isolating issues in the code

    • Using tools like breakpoints and print statements to track down bugs

    • Fixing errors to ensure the code runs correctly

    • Testing the code to verify that the bugs have been resolved

  • Answered by AI
  • Q2. How debugging can be achieved
  • Ans. 

    Debugging can be achieved by identifying and fixing errors in the code.

    • Use debugging tools like breakpoints to pause the code execution and inspect variables

    • Review the code logic and look for syntax errors or logical mistakes

    • Utilize logging to track the flow of the program and identify issues

    • Test the code with different inputs to reproduce and isolate the bugs

    • Collaborate with team members to get fresh perspectives on t

  • Answered by AI
  • Q3. Tell me about Yourself

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Nov 2023. There were 3 interview rounds.

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 - Group Discussion 

The company came on campus, and it was the very first round in which it was not a group discussion, more it was like an individual interview within a group of 10 people of my college, the interviewer asked question on Polymorphism, Inheritance and difference between class and structure and told everyone to not to speak same answer as the groupmate it was all live and was proctored.
I was the only Person out of sixty one students who were shortlisted for face to face interview in Noida add the company's office itself I reached there add two in the noon There was no receptionist I waited for like 57 minutes on the sofa I knocked the gate nobody answered it again knocked the gate there was a developer standing over I asked him to come out and I had a word with him and what the statement he gave me I was in shock he asked me why are you here and for what purpose you are here I was like bro is this for real I told him I had an interview scheduled and I came all the way from a particular place which is 280 kilometers one side from their office and I started 4 in the morning.

Round 3 - Coding Test 

They gave me a coding question paper in which there were two questions number one was reverse a string and input sample input was Helo and we have to reverse that and the next question was of matrix in which the question was there is a matrix of M Cross N Rows you have to spiral traverse it in clockwise direction and output the elements in one day array form this was the question so I had to solve this I solved both the questions but the 1st 1 was absolutely easy I cleared it very easily and the second question it was little bit tricky and it was of medium level so I attempted it and 15 to 20% I made some logic and gave the paper to the HR that I am done with the paper you can give it to the concerned developer and After my paper got checked the developer came It was that developer only Whom I have mentioned in the very first paras he was from Bihar he came to me he told me Explain both the programs I explained him the first one very easily and I explained him the 2nd one program's approach as welI I did knew that it was not absolutely right but yeah I told him the approach that I used so he told me to explain me the very first program which was reversing of string without using the logic which I used the logic that I used was of slicing he said me that he told me that I don't have to use this logic And neither I have to use a direct function he told me you have to solve this program by a logic in which you don't have to define a new variable I was like I asked him questions back and forth for 5 to 7 minutes we had a discussion and I gave him the code in python he said no so I gave him the code in C++, in C++ when I used the loop so I have to initialize i that means I have initialized a new variable I gave him the paper I made my hands up I was like no sir I'm not able to do it if you can do it would be very appreciable so he took the pen and wrote the code and the funniest thing I found about that when he wrote the entire code he defined 3 new variables and I was like you told me not to do that and you're doing it by yourself and I asked the interviewer very politely sir you have defined 3 new variables so he told me no no no the question that I wanted to ask you that there should be low space complexity I was like what the heck bro he didn't ask me this question and to defend his answer he told me that we can erase these things these 3 things I was like if I would have done that you weren't allowing me to erase that and if you did then you can erase that bravo!!! well done this entire process was completed in less than 5 minutes then the HR came she told me we will intimate me the result through my WhatsApp but I asked her again she told me we will intimate you through WhatsApp and when I came out of the office I knew it because they didn't have my WhatsApp number I knew it so moral of the story is I wasted my 20 hours of single day because I traveled back to the same place from where I started I lost my 20 hours just for the sake of 5 minute interview and how on Earth you can judge a software developer trainee interviewe in less than 5 minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not go for F2F interview.
They'll treat you like a labor.
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. So you have prior experience with Javascript ?
  • Ans. 

    Yes, I have prior experience with Javascript.

    • I have worked on various projects using Javascript.

    • I am familiar with popular Javascript libraries and frameworks like React and Node.js.

    • I have experience in writing clean and efficient Javascript code.

    • I have used Javascript for both front-end and back-end development.

  • Answered by AI
Round 2 - Coding Test 

In the previous round, they give you a link to freecodecamp course - basic javascript.
In this round (Coding) every single question is asked from the exact same course, as is.

Round 3 - One-on-one 

(1 Question)

  • Q1. The HR discusses salary and commutation and other things

Interview Preparation Tips

Interview preparation tips for other job seekers - You can simply memorize the answers and clear the tests.

Note: after joining, you will still have to give (and clear) 2-3 tests every week before you are confirmed. If you fail to clear, you will be fired immediately.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Git and github and difference, Cookies and Session
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Html Css WordPress
  • Q2. Interview was easy css html wordpress and react js basic question
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Assignment 

Very simple questions from the javascript

Interview Preparation Tips

Interview preparation tips for other job seekers - you can choose this company

InfoAxon Technologies Interview FAQs

How many rounds are there in InfoAxon Technologies Web Developer Trainee interview?
InfoAxon Technologies interview process usually has 1 rounds. The most common rounds in the InfoAxon Technologies interview process are Technical.
What are the top questions asked in InfoAxon Technologies Web Developer Trainee interview?

Some of the top questions asked at the InfoAxon Technologies Web Developer Trainee interview -

  1. Why do we use doctype in Html? What will happen if we remove ...read more
  2. What are the different ways to link css? Which has the highest priori...read more
  3. What are meta tags? Explain different types of meta ta...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 InfoAxon Technologies interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
Webdew Interview Questions
4.5
 • 106 Interviews
View all
Solution Developer
88 salaries
unlock blur

₹3 L/yr - ₹9.2 L/yr

Solution Engineer
16 salaries
unlock blur

₹2.8 L/yr - ₹9.8 L/yr

UI Developer
14 salaries
unlock blur

₹4.3 L/yr - ₹11 L/yr

QA Engineer
11 salaries
unlock blur

₹3 L/yr - ₹6.5 L/yr

Software Developer
10 salaries
unlock blur

₹3.2 L/yr - ₹7 L/yr

Explore more salaries
Compare InfoAxon Technologies with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

3.6
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