Upload Button Icon Add office photos

Filter interviews by

SmartinfoLogiks Interview Questions, Process, and Tips

Updated 10 Feb 2025

Top SmartinfoLogiks Interview Questions and Answers

SmartinfoLogiks Interview Experiences

Popular Designations

3 interviews found

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

I applied via Referral and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. They asked me to make an schema for a form and submit button that will lead to my database after submission and a cancel button
  • Q2. Gave me a table where I have to find the ids of how many ppl are there in table and also I have to show how many ppl are in which department and also another question is that I have to display the whole re...

Interview Preparation Tips

Interview preparation tips for other job seekers - I wasn't much prepared for an interview because I lacked practice in writing SQL queries so it's good to have hands on practice. With that also build projects that will actually help u think (write code without copy pasting it from chatgpt)

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What all experience you have about digital marketing
  • Ans. 

    I have 3 years of experience in digital marketing, including social media management, SEO, and email marketing.

    • Managed social media accounts for multiple clients, increasing engagement by 30%

    • Implemented SEO strategies resulting in a 50% increase in organic traffic

    • Executed email marketing campaigns with a 20% conversion rate

  • Answered by AI
Round 2 - One-on-one 

(3 Questions)

  • Q1. Tell me about yourself
  • Q2. What all things you know about the company
  • Ans. 

    The company is a leading digital marketing agency specializing in SEO, SEM, and social media marketing.

    • Specializes in SEO, SEM, and social media marketing

    • Known for delivering measurable results for clients

    • Has a strong team of digital marketing experts

    • Offers a range of services including content marketing and email marketing

  • Answered by AI
  • Q3. Problem solving

Digital Marketing Executive Interview Questions asked at other Companies

Q1. What is the difference between do follow and no follow links?
View answer (5)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Indeed and was interviewed in Dec 2022. There were 2 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 - Technical 

(5 Questions)

  • Q1. What is SDLC? What the phases of SDLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle. It is a process used to design, develop, and test software.

    • SDLC is a framework that defines the tasks performed at each stage of software development.

    • The phases of SDLC include planning, analysis, design, implementation, testing, and maintenance.

    • During planning, the project scope, requirements, and timelines are defined.

    • Analysis involves gathering and analyzing user requ...

  • Answered by AI
  • Q2. What is STLC? What the Phases of STLC?
  • Ans. 

    STLC stands for Software Testing Life Cycle. It is a process followed to ensure quality in software testing.

    • The phases of STLC are - Requirement Analysis, Test Planning, Test Case Development, Test Environment Setup, Test Execution, Test Cycle Closure

    • Requirement Analysis involves understanding the requirements and identifying testable scenarios

    • Test Planning involves defining the test strategy, test plan, and test effor...

  • Answered by AI
  • Q3. What you know about Software Testing??
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Software testing involves identifying and reporting defects or bugs in a software application or system

    • It ensures that the software meets the specified requirements and is of high quality

    • Testing can be done manually or through automated tools

    • Types of testing include functional te...

  • Answered by AI
  • Q4. Tell me about your Family background
  • Q5. What is SQL? You know what is Database?
  • Ans. 

    SQL is a programming language used to manage and manipulate relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and query databases

    • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

    • Examples of relational databases include MySQL, Oracle, and SQL Server

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - They very polietly but once you go for interview unko time management ki kuch kadar he nhi.. for 2 interview rounds take my 4 to 5 hrs

Skills evaluated in this interview

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)

Jobs at SmartinfoLogiks

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience

I applied via Campus Placement and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was a basic aptitude test.

Round 2 - One-on-one 

(1 Question)

  • Q1. Interview was fine. Mostly asked about my final year project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend the interview with cool head. All the best.

SmartinfoLogiks Interview FAQs

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

Some of the top questions asked at the SmartinfoLogiks interview -

  1. What is SDLC? What the phases of SD...read more
  2. What is STLC? What the Phases of ST...read more
  3. What you know about Software Testin...read more

Tell us how to improve this page.

SmartinfoLogiks Interview Process

based on 3 interviews

Interview experience

3.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
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
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

SmartinfoLogiks Reviews and Ratings

based on 10 reviews

4.0/5

Rating in categories

4.5

Skill development

4.0

Work-life balance

3.9

Salary

4.6

Job security

3.8

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 10 Reviews and Ratings
Senior Software Project Manager

Mumbai

13-16 Yrs

Not Disclosed

Digital Marketing Intern

Mumbai

0-1 Yrs

Not Disclosed

Explore more jobs
Software Developer
4 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Software Tester
4 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Project Manager
4 salaries
unlock blur

₹3.4 L/yr - ₹4.6 L/yr

Senior Software Developer
4 salaries
unlock blur

₹6.6 L/yr - ₹12 L/yr

Node JS Developer
4 salaries
unlock blur

₹3.6 L/yr - ₹4.5 L/yr

Explore more salaries
Compare SmartinfoLogiks with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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