Upload Button Icon Add office photos

Filter interviews by

Nilank Technologies SEO Executive Interview Questions and Answers

Updated 25 Nov 2024

Nilank Technologies SEO Executive Interview Experiences

1 interview found

SEO Executive Interview Questions & Answers

user image Anonymous

posted on 25 Nov 2024

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

I applied via Indeed and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Everything related from last job to my personality type

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure answer all question with confidence

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was all related to my field that is datacenter

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round was the telephonic one which was all about technical and further clearing the round was asked for face to face interview with the manager where the further general questions were asked about the family background ad then further more into depth of technical knowledge Related to my field and then after clearing the round there was another interview with general manager And then further HR round

I applied via Walk-in and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quantative Aptitude test

Round 2 - Group Discussion 

Gst tax and genral direct and indirect tax conversation

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and prepare for general topics.

I applied via Recruitment Consultant and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About work experience in tge past...comm skills as well

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know your skills and explain well..less grammer error advice

I applied via Referral and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. I have been asked about what do u understand by accounts payable ?
  • Ans. 

    Accounts payable refers to the money a company owes to its vendors or suppliers for goods or services received.

    • Accounts payable is a liability on the balance sheet.

    • It is recorded when a company receives an invoice from a vendor or supplier.

    • Payment terms are negotiated between the company and the vendor, such as net 30 or net 60.

    • Examples of accounts payable include rent, utilities, and inventory purchases.

    • Accounts payab...

  • Answered by AI
  • Q2. Definition of accounting
  • Ans. 

    Accounting is the process of recording, classifying, and summarizing financial transactions to provide information that is useful in making business decisions.

    • Accounting involves recording financial transactions such as sales, purchases, and payments.

    • It also involves classifying these transactions into categories such as assets, liabilities, and equity.

    • Finally, accounting involves summarizing this information in financ...

  • Answered by AI
  • Q3. What is a credit note and debit note
  • Ans. 

    A credit note is a document issued by a seller to a buyer, indicating that a refund or credit has been made to the buyer's account. A debit note is a document issued by a seller to a buyer, indicating that a debit has been made to the buyer's account.

    • A credit note is issued when a seller owes money to a buyer, such as when a product is returned or a discount is given.

    • A debit note is issued when a buyer owes money to a ...

  • Answered by AI
  • Q4. Learn some journal entries as well if u are looking for AP or AR profiles

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good but salary is worst here they won't give u more then 1,60k as a fresher and not more then 2.5k If u r experienced
Worst company

I appeared for an interview before Jul 2021.

Round 1 - Aptitude Test 

Logical reasoning, GAAP and English

Round 2 - Technical 

(1 Question)

  • Q1. Taxation and business finance questions mostly
Round 3 - HR 

(1 Question)

  • Q1. Personal experiences and preferences

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answer only if you know what you are talking about

I applied via Recruitment Consultant and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What do u want to join techm
  • Q2. What is your goal

Interview Preparation Tips

Interview preparation tips for other job seekers - Go for it ..communication should be good enough that is it

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They asked about IND AS 115 & 116 and whatever is there in resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Your introduction is very important. The more elaborative introduction you will give, the more confident you will look to the interviewer. Your introduction can cover your complete resume, whatever you did in your last job/articleship/internship, wherever you represented your school, academic qualification, etc.. They basically evaluate your communication skill and how much you are comfortable working in corporate environment and also, if you are comfortable in relocating yourself. All the very best.

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I was having experience in accounts payable so I was interviewed about the same process only. They will ask questions about what knowledge you are having in AP .
  • Q2. 3way match PO,2way match PO .Basic accounting questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident about the process for which you are about to apply. Just have a good knowledge about what experience you are carrying.

I applied via Naukri.com and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Promises and observables?
  • Q2. Component communication in Angular with example.
  • Ans. 

    Component communication in Angular involves passing data between components.

    • Parent to child communication using @Input decorator

    • Child to parent communication using @Output decorator and EventEmitter

    • Sibling component communication using a shared service

    • Example: Passing data from parent component to child component using @Input() decorator

    • Example: Emitting an event from child component to parent component using @Output()

  • Answered by AI
  • Q3. Css positions
  • Q4. Life cycles in Angular and React
  • Ans. 

    Angular and React have different life cycle methods for components.

    • Angular has OnInit, OnDestroy, and ngOnChanges methods.

    • React has componentDidMount, componentWillUnmount, and componentDidUpdate methods.

    • These methods allow developers to control what happens at different stages of a component's life cycle.

    • For example, ngOnInit in Angular is called when a component is initialized, while componentDidMount in React is cal

  • Answered by AI
  • Q5. Call,apply and bind methods
  • Ans. 

    Call, apply and bind are methods used to manipulate the 'this' keyword in JavaScript.

    • Call method allows you to call a function with a specified 'this' value and arguments provided individually.

    • Apply method allows you to call a function with a specified 'this' value and arguments provided as an array.

    • Bind method returns a new function with a specified 'this' value and arguments provided as a list.

    • Example: function greet...

  • Answered by AI
  • Q6. Es6 features
  • Ans. 

    ES6 features are new additions to JavaScript that make coding easier and more efficient.

    • Arrow functions for concise syntax

    • Let and const for block scoping

    • Template literals for string interpolation

    • Destructuring for easy object and array manipulation

    • Spread and rest operators for easy array manipulation

    • Classes for object-oriented programming

    • Promises for asynchronous programming

    • Default parameters for function arguments

    • Modul

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically every interview starts with basics so my advise to Brush up basics on frond end technology like html,css and js. Based on the answers interviewer will take you to next level, with live examples and asks us how to handle those examples.
I faced 3 technical interviews phone & skype and one hr interview.

Skills evaluated in this interview

Nilank Technologies Interview FAQs

How many rounds are there in Nilank Technologies SEO Executive interview?
Nilank Technologies interview process usually has 1 rounds. The most common rounds in the Nilank Technologies interview process are HR.

Tell us how to improve this page.

Nilank Technologies SEO Executive Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.7
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Nilank Technologies SEO Executive Salary
based on 5 salaries
₹1.2 L/yr - ₹2 L/yr
35% less than the average SEO Executive Salary in India
View more details

Nilank Technologies SEO Executive Reviews and Ratings

based on 4 reviews

3.0/5

Rating in categories

3.0

Skill development

3.0

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 4 Reviews and Ratings
SEO Executive
5 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Project Manager
4 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Graphic Designer
4 salaries
unlock blur

₹2.7 L/yr - ₹4.6 L/yr

HR Generalist
4 salaries
unlock blur

₹3.6 L/yr - ₹4.2 L/yr

Social Media Executive
3 salaries
unlock blur

₹1.5 L/yr - ₹2.2 L/yr

Explore more salaries
Compare Nilank Technologies with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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